/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #D1D3B5;
	background-image: url('../images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

body {
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #602F0C;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

h1 {
	color: #949B50;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 10px;
}

hr {
	border: 0px;
	height: 3px;
	margin: 15px 0px;
	background-image: url('../images/hr.gif');
	background-repeat: repeat-x;
}

p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}

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

img {
	border: 0px;
}

a {
	color: #CB7D80;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #602F0C;
}

.pink { color: #CB7D80; }
.green { color: #949B50; }

/* LAYOUT CSS */

#container {
	width: 774px;
	margin: 0px auto;
}

#left_shadow {
	width: 8px;
	background-image: url('../images/left_shadow.png');
	background-repeat: repeat-y;
}

#right_shadow {
	width: 8px;
	background-image: url('../images/right_shadow.png');
	background-repeat: repeat-y;
}

#page {
	width: 758px;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}

#logo {
	float: left;
	width: 231px;
	height: 79px;
	padding: 25px 0px 21px 5px;
}

#topnav {
	float: right;
	height: 43px;
	padding: 5px 3px 0px 0px;
}

#topnav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#topnav li {
	float: left;
	margin-right: 5px;
}

#nav {
	float: right;
	padding: 5px 3px 0px 0px;
	margin: 0px;
}

#navtop {
	list-style: none;
	height: 10px;
	padding: 0px;
	margin: 0px;
}

#navtop li {
	float: left;
	padding-left: 2px;
	background-image: url('../images/nav_divider.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#navtop li:first-child {
	background-image: none;
}

#navtop li.hover, #nav ul li:hover, #navtop li.active {
	position: relative;
}

#natop li.hover ul, #nav ul li:hover ul {
	display: block;
}

#navtop li ul {
	display: none;
        position: absolute;
        left: 0px;
        top: 16px;
        list-style: none;
	width: 394px;
	padding-top: 7px;
	background-image: url('../images/subnav_bg.gif');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#gallerynav {
	margin-top: 6px;
	margin-left: 125px;
	background-image: url('../images/subnav_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#gallerynav ul {
	padding: 7px 0px 0px 0px;
        list-style: none;
	width: 384px;
	margin: 0px;
}

#navtop li ul {
	margin: 0px;
	padding: 0px;
}

#navtop li ul.active {
	display: block;
}

#navtop li ul li, #gallerynav li {
	float: left;
	padding-left: 13px;
	background-image: none;
}

#navtop li ul li:first-child, #gallerynav li:first-child {
	padding-left: 0px;
}


#headerphoto {
	clear: both;
	width: 758px;
	height: 194px;
	padding-top: 7px;
	background-image: url('../images/header_bg.gif');
	background-repeat: repeat-x;
}

#photocredit {
	font-size: 14px;
	text-align: right;
	color: #CB7D80;
	padding: 2px 10px;
	height: 20px;
}

#leftcontent {
	width: 189px;
	padding: 0px 28px;
}

#leftcontent, #leftcontent p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}

#leftcontent img {
	margin: 5px 10px 5px 0px;
}

#leftcontent i {
	font-size: 16px;
}

#pagedivider {
	width: 3px;
	background-image: url('../images/page_divider.gif');
	background-repeat: repeat-y;
}

#content {
	width: 454px;
	padding: 0px 28px;
}

#content b {

}

#footer {
	padding: 5px 10px 10px 10px;
	height: 50px;
	text-align: right;
	color: #602F0C;
	font-weight: bold;
}

#footer a {
	color: #602F0C;
}

#footer a:hover {
	color: #CB7D80;
}

#footer img {
	float: left;
}

#gallery {
	margin-top: 10px;
}

#thumbnails {
	margin-left: 16px;
	width: 240px;
}

#thumbnails td {
	padding: 0px 10px 10px 0px;
}

#photo {
	padding-right: 10px;
	width: 310px;
}

#gallerycontent {
	padding: 0px 10px;
}

#gallerycontent #description {
	font-size: 15px;
	line-height: 20px;
}

#caption {
	text-align: right;
}

/* FORM CSS */

.submit, #searchsubmit {
	background-color: #949B50;
	color: #FFFFFF;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 2px 2px 0px;
}

#admin {
	padding: 0px 10px;
}

.testimonial {
	margin-bottom: 20px;
	text-align: justify;
	clear: right;
}

.testimonial img {
	float: right;
	margin: 5px 0px 10px 15px;
	clear: right;
}

.testimonial span {
	display: block;
	text-align: right;
	background-color: #FF00FF:
}

/* Blog CSS */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}        

img.alignright {      
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
} 

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;  
}

.alignright {
	float: right;      
}

.alignleft { 
	float: left;       
}

.navigation {
	display: block;           
	text-align: center;
	margin-bottom: 20px;
}

#sidebar ul, #sidebar form {
	padding: 0px;
	margin-bottom: 20px;
}

#sidebar ul li {
	list-style: none;
}
