@charset "UTF-8";
/* CSS Document */

/* site colors
brown:#3C2819
linkbrown:#B59678
lightbrown:#7F6954
pink:#F067A6
white:#FFF
*/

body {
	margin-top: 80px;
	padding: 0;
	background: url(../images/bkgrd.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFF;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 { font-size: 24px; color:#F067A6; line-height: 120%; }

h2 { font-size: 16px; line-height: 130%; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul, ol { }

ul.ul_textbullets {
	list-style: none;
}

blockquote { }

.pullquote {
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:12px;
}

a, a:visited { 
	color: #B59678; 
	text-decoration:none;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #F067A6;
}

a img { border: none; }

hr { display: none; }

#galleryimgs {
	height:325px;
	margin:auto;
}

#form p {
text-align: left;
background-color:#3C2819;
}

#form a:hover {text-decoration:none;}

#container { 
	padding: 30px 30px 30px 30px;
	margin:auto;
	width: 900px;
	background-color:#3C2819;
	border: #7F6954 4px solid;
}

/* header */
#header {
	height: 125px;
	margin: 0 auto;
}

#logo {
	width: 325px;
	height: 125px;
	float:left;
}

/* Menu */
#menuwrapper {
	float:right;
}

#navbar {
	height: 51px;
	font-size:14px; 
}

#navbar ul {list-style: none;}

#navbar li {
	float: left; 
	padding: 0 18px 0 11px; 
	background: url(../images/diamond-wht.gif) 100% 64% no-repeat;
}

#navbar li a {
	display: block; 
	padding: 5px 0 0 0; 
	text-transform: uppercase; 
	color: #FFF;
}

#navbar #contact {
	background: none;
	padding-right:0;
}

#navbar a:hover {
	color: #F067A6;
	text-decoration: underline;
}

#navbar .current_page_item a {
	color: #F067A6;
}

#blog {
	float: right;
}

#blog ul {
	list-style: none;
	line-height: normal;
}

#blog li {
	display: block;
	float: left;
}

#blog a {
	display: block;
	float: left;
	padding: 0px 5px 5px 28px;
	background: url(../images/bullet.png) no-repeat left 50%;
	text-decoration: none;
	font-size:16px; 
	color: #B59678;
	text-transform:uppercase;
}

#blog a:hover { 
	color: #F067A6;
	text-decoration: underline; 
}

#blog .current_page_item a {
	color: #F067A6;
}

#blog .hidden {
	display : none;
}

/* Content */

#page {
	width: 900px;
	padding: 30px 0px 0px 0px;
}

#sidebar {
	width: 325px;
	float:left;
	padding-right:30px;
}

#content {
	width: 540px;
	float:right;
}

/* Footer */

#footer {
	color:#7F6954;
	width: 900px;
	padding: 30px 0 20px 0;
}

#copyright {
	width: 325px;
	font-size:11px; 
	color:#7F6954;
	float:left;
	padding-right:30px;
}

#copyright a {
	color:#7F6954;
}

#copyright a:hover {
	color:#F067A6;
}

#gallerylinks {
	width: 510px;
	float:right;
	padding-left:30px;
}

#gallerylinks ul {
	list-style: none;
	line-height: normal;
}

#gallerylinks li {
	display: block;
}

#gallerylinks a {
	display: block;
	float: left;
	padding: 0px 5px 5px 28px;
	background: url(../images/bullet.png) no-repeat left 50%;
	text-decoration: none;
	font-size:16px; 
	color: #B59678;
	text-transform:uppercase;
}

#gallerylinks a:hover { 
	color: #F067A6;
	text-decoration: underline; 
}