@charset "utf-8";
/* CSS Document */
/*------------------------------Reset All Styles--------------------------------*/
body, blockquote, div, p, em, h1, h2, h3, h4, h5, h6,span {
padding: 0;
margin: 0;
}
a img, iframe { border: none; }

/* Lists */
ul, ol, dl, li, dt, dd {
margin: 0;
padding: 0;
}
/* Forms */
form, fieldset {
margin: 0;
padding: 0;
}
input, textarea, select {
margin: 0;
padding: 1px;
font-size: 100%;
font-family: inherit;
}
select {
padding: 0;
}	
input:focus { outline: none; }
textarea:focus { outline: none; }

/*------------------------------End Reset All Styles--------------------------------*/

/*----Baseline Body Styles---*/	

body {
	background-color:#f8f3ec;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 160%;
	}
	
.spacer {
	line-height:0; font-size:0; clear:both;
	}	

/*----Links---*/	

a, a:link {
	text-decoration: none;
	color:#931a4c;
}
a:visited {
}
a:hover {
	color:#19a179;
}
a:active {
	color:#0f7587;
}
a:focus {
	outline: none;
}

/*---Headlines---*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 0;
}
h1 {
	color: #000;
	font-size: 20px;
	padding: 24px 0 25px;
	background-image:url('/images/h1-bg.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

h2 {
	color: #333;
	font-size: 16px;
	padding: 0 0 12px 0;
}

h3 {
	color: #333;
	font-size: 14px;
	padding: 0 0 12px 0;
}

h4 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 12px 0;
}

/*---Images---*/

.float_left {
    float: left;
	padding: 5px 15px 5px 0;
}

.float_right {
	float: right;
}

.alignleft {
	float: left
}
	
.alignright {
	float: right;
}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 6px 12px;
	display: inline;
	border: 1px solid #000;
}

img.alignleft {
	padding: 4px;
	margin: 0 12px 6px 0;
	display: inline;
	border: 1px dotted #000;
}

img.alignnone {
	padding: 4px;
	margin: 0 0 12px 0;
	display: block;
	border: 1px dotted #000;
}

.left-flush-top {
	padding: 15px 15px 15px 0;
}

.right-flush-top {
	padding: 15px 0 15px 15px;
}
		
/*----Top of Page Arrow---*/	

a#arrow { background-image:url('/images/arrow-up1.gif'); height:16px; width:16px; display:block; float:left; }
a#arrow span { display:none; }
a#arrow:hover { background-image:url('/images/arrow-up2.gif'); }

/*----Back Arrow---*/	

a#backarrow { background-image:url('/images/arrow-left1.gif'); height:16px; width:16px; display:block; float:left; }
a#backarrow span { display:none; }
a#backarrow:hover { background-image:url('/images/arrow-left2.gif'); }

/*---Blockquote---*/

blockquote {
	display:block;
	padding:0 50px 14px 70px;
	margin:0;
	background:url('/images/quotes.jpg') no-repeat
}	

/*----Sylized Tables---*/

#mytable {
	padding: 0;
	margin: 8px 0 25px 0;
	width: 450px;
}
#mytable caption {
	padding: 0 0 5px 0;
	width: 300px;
	text-align: left;
	font-size: 11px;
	font-style: italic;
	color: #525252;
}
#mytable th {
	font: bold 11px;
	color: #4f6b72;
	border-right: 1px solid #c2e0f4;
	border-bottom: 1px solid #c2e0f4;
	border-top: 1px solid #c2e0f4;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: url('/images/th-bg.jpg') no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C2E0F4;
}
#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #c2e0f4;
	background: none;
}
#mytable td {
	border-right: 1px solid #c2e0f4;
	border-bottom: 1px solid #c2e0f4;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
#mytable td.alt {
	background: url(/images/cell-bg.gif) no-repeat 1px 1px;
	color: #797268;
}
#mytable th.even {
	border-left: 1px solid #c2e0f4;
	border-top: 0;
	background: #fff url('/images/bullet1.gif') no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#mytable th.odd {
	border-left: 1px solid #c2e0f4;
	border-top: 0;
	background: url(/images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/*---Begin Layout---*/

/*---Top Border---*/

#border1 {
	height:5px;
	width:100%;
	background-color: #577C8F;
}

#border2 {
	height:1px;
	width:100%;
	background-color: #981D4E;
}

/*---Header---*/

#header {
	width: 1297px;
	height: 200px;
	margin: 0 auto;
	background-image: url('/images/header-bg.jpg');
	background-position: no-repeat left top;
}

#logo {
	position:relative;
	left:111px;
	top:70px;
	width:517px;
	height:100px;
}

#logo a {
	width:517px;
	height:100px;
	display: block;
	}
	
#logo a span {
	display:none;
}

/*---Outermost Page Containers to place background images---*/
	
#wrapper1 {
	width: 1297px;
	margin: 0 auto;
	background-image: url('/images/middle-bg.jpg');
	background-position: top left;
	background-repeat: repeat-y;
}

#wrapper2 {
	width: 1297px;
	margin: 0 auto;
	background-image: url('/images/content-bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#content1 {
	width: 694px;
	margin: 0 auto;
}

#content2 {
	width: 640px;
	padding: 0 0 0 50px;
}

/*---Left Column - Naviation---*/

#left-col {
	float: left;
	width: 135px;
	height: 780px;
	margin-right: 15px;
}

/*---Primary Navigation---*/

#nav {
	margin: 0;
	padding: 27px 15px 120px 0;
}

#nav ul  {
	font-size: 13px;
	font-weight: bold;
	line-height:160%;
}

#nav ul li {
	padding:0 0 12px;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

#nav a:hover, body#home #t-home a, body#about #t-about a, body#photos #t-photos a, body#community #t-community a, body#guestbook #t-guestbook a, body#links #t-links a, body#contact #t-contact a {
	color:#19a179;
}
	
/*---Sidebar Item Formatting---*/

#sidebar {
	margin:0 20px 20px 0;
	padding:0;
}
#sidebar p {
	margin:0;
	padding:0;
}

#sidebar img {
	margin:0;
	padding:0 5px 0 0;
	float: left;
}

/*---Right Column---*/

#right-col {
	float: right;
	width: 488px;
}

#right-col p {
	padding: 0 40px 14px 0;
}

#right-col h1 {
	background-repeat: no-repeat;
	background-position: left;
}

#right-col ul {
	margin:0;
	padding: 0 15px 16px 30px;
}

#right-col ul li {
	background-image: url('/images/bullet.gif');
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 0;
	padding-left: 20px;
	line-height:170%;
}

#sitemap ul li {
	background-image: url('/images/square1.gif');
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding-left: 20px;
	line-height:170%;
}

#sitemap ul ul {
	margin:0;
	padding: 0 15px 0 0;
}

#sitemap ul ul li {
	background-image: url('/images/square2.gif');
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-image: none;
	list-style-type: none;
	margin: 10px 0 10px 0;
	padding-left: 20px;
}

/*---Footer---*/

#footer {
	width: 1297px;
	height: 79px;
	background-color:#f8f3ec;
	background-image: url('/images/footer-bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding:0 0 20px 0;
	clear: both;
	}

#footer p {
	color: #646260;
	text-align: center;
}

/*---Footer Navigation---*/

#nav2 {
	display:inline;
	text-align: center;	
	margin:0 auto;
}

#nav2 ul  {
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	line-height:160%;
	padding: 35px 0 10px 0;
	margin:0 auto;
}

#nav2 ul li {
	list-style-image: none;
	list-style-type: none;
	display:inline;
	text-align: center;
	padding:0 20px 0 0;
	margin:0 auto;
}

/*---Bottom Border---*/

#border3 {
	height:1px;
	width:100%;
	background-color: #981D4E;
}

#border4 {
	height:5px;
	width:100%;
	background-color: #577C8F;
}

/*----Additional Styles---*/	
	
.small {
	font-size: 10px;
	}
	
.smaller {
	font-size: 9px;
	}
.highlight {
	color:#453417;
	font-weight: bold;
}
	
/*----Wordpress Styles---*/

.widecolumn {
	padding: 0 0 20px 0;
	margin: 0 0 0 152px;
	width: 450px;
}

.widecolumn p {
	padding: 0 40px 14px 0;
}

.widecolumn h1 {
	color: #000;
	font-size: 20px;
	padding: 24px 0 25px;
	background-image:url('/images/h1-bg.jpg');
	background-position: left -5px;
	background-repeat: no-repeat;
}

.post {
	margin: 0 0 40px;
	text-align: left;
}
	
.widecolumn .post {
	margin: 0;
}

.clear {
	clear: both;
}

select {
	width: 130px;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

.commentmetadata {
	margin: 0;
	padding: 0 0 5px 0;
	display: block;
}

#commentform p {
	margin: 5px 0;
}

#commentform label {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	width: 100%;
	height: 1px;
	margin: 2px 0 6px 0;
	padding: 0;
}
	
#commentform input, textarea {
	font-size: 12px;
	color: #000;
	background-color:#f8f3ed;
	padding: 2px;
	margin: 0 0 0 0;
	border: 1px solid #bc94a3;
}

#commentform input#submit {
	margin: 0;
	background-color: #fff;
	background-image: url('/images/button.gif');
	background-repeat: no-repeat;
	padding: 0;
	height: 24px;
	width: 145px;
	border: none;
}
	
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: left;
}

.commentlist li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
	background: url('/images/comment-bg.gif') no-repeat
}

.commentlist li ul li { 
	margin-left: 25px;
	background: url('/images/comment-bg2.gif') no-repeat
}

.commentlist p {
	}
	
.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #bc94a3;
	padding: 2px;
	margin:0 8px 5px 0;
	background: #fff;
	height:32px;
	width:32px;
}
.reply {
	padding: 0 0 20px 0;
}