/*   
Theme Name: The Ivory Cabin v3
Theme URI: http://www.three-squared.com
Description: The third version of the Ivory Cabin. XHTML and CSS along with Wordpress Theme by Three Squared Designs
Author: Jessie Wyatt
Author URI: http://www.three-squared.com
Version: 3
.
This theme is only for the use of The Ivory Cabin and may not be used anywhere else. 
.
*/



body {
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg) repeat;
	font-family: 'Droid Serif', georgia, 'Times New Roman', serif;
	color: #3c2d17;
	font-size: 13px;
	line-height: 22px;
}

a:link {color: #75644c; text-decoration: none;}
a:visited {color: #796850; text-decoration: none;}
a:hover {font-weight: bold; text-decoration: none;}
a:active {color: #75644c; text-decoration: none;}

div.container {
	width: 860px;
	margin: 0 auto;
	position: relative;
}

div.clear {
	clear: both;
	
}

p {
	margin-bottom: 25px;
	line-height: 2em;
}


/*==================TOP AREA================*/

div#topbar {
	height: 13px;
	background: #3c2d17;
	border-bottom: 1px solid #fff;
}

div#top {
	position: relative;
	height: 105px;
	background: url(images/seperator.jpg) bottom left repeat-x;
	margin-bottom: 50px;
}

div#logo h1 {
	margin: 0px;
	display: block;
	text-indent: -9999px;
}

div#logo {
	width: 178px;
	height: 90px;
	margin: 15px 0 0 15px;
}

div#logo h1 a {
	display: block;
	background: url(images/logo.jpg) top left no-repeat;
	width: 178px;
	height: 90px;
	
}

ul#menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 14px;
}

ul#menu li {
	display: inline;
}

ul#menu li a {
	color: #6a5a43;
	margin-right: 30px;
}

ul#menu li:last-child a {
	margin-right: 0;
}

ul#menu li a:hover {
	color: #4f7c8f;
	font-weight: normal;
}

ul#menu li.active a {
	color: #4f7c8f;
}


/*==================HEADER AREA================*/


div#header-left {
	float: left;
	width: 205px;
	margin-left: 10px;	
	margin-bottom: 30px;
}

div#header-left p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #86755c;
	font-style: italic;
	text-align: center;
	line-height: 45px;
	text-shadow: #fff 0px 1px 0px;
	padding: 20px 7px 0 7px;
}

div#header-right {
	float: left;
	width: 680px;
	margin-left: 45px;
	margin-bottom: 30px;
	
}


/*==================CONTENT AREA================*/

div#main {
	clear: both;
	padding: 10px;
}

div#content {
	width: 600px;
	float: left;
	padding-right: 30px;
}

div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #86755c;
	text-shadow: #fff 0px 1px 0px;
	margin: 0px;
	padding: 0px;
}

div#content small {
	font-size: 9px;
	text-transform: uppercase;
	color: #86755c;
	margin-bottom: 15px;
}

div#content p {
	margin-bottom: 25px;
}


div#content a.more-link {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
	width: 82px;
	height: 25px;
	background: #4f7c8f;
	text-align: center;
	padding-top: 2px;
	border: 1px solid #fff;
	margin: 15px 0 30px 0;
}

div#content a.more-link:hover {
	font-weight: normal;
	background: #3d6779;
}


div#content div.seperator {
	background: url(images/seperator.jpg) repeat-x;
	width: 100%;
	height: 2px;
	margin-bottom: 70px;
}

blockquote {
	margin: 10px 40px 10px 30px;
	padding: 2px 10px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	border-top: 1px solid #3c2d17;
	border-bottom: 1px solid #3c2d17;
}


/*==================SIDEBAR AREA================*/

div#sidebar {
	width: 180px;
	float: left;
	padding: 10px 0 0 30px;
}

div#sidebar h2,
div#sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #86755c;
	text-shadow: #fff 0px 1px 0px;
	margin: 0px;
	padding: 0px;
}

div#sidebar ul {
	list-style: none inside;
	padding: 0;
	margin: 0 0 40px 0;
}

div#sidebar ul li {
	font-size: 12px;
	margin-bottom: 2px;
	
}


div#sidebar ul li a:hover {
	color: #4f7c8f;
	font-weight: normal;
}

input#s {
	margin-bottom: 40px;
	
}


/*==================FOOTER AREA================*/

div#cabinimg {
	float: right;
	margin-bottom: -7px;
	margin-top: 0px;
}

div#footer {
	clear: both;
	position: relative;
	min-height: 200px;
	padding: 20px 0 20px 0;
	background: #3c2d17;
	color: #b4af9b;
	font-size: 12px;
}



div#footer h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #4f7c8f;
	margin-bottom: -15px;
	padding: 0;
}


div#footer div.footer-column {
	float:left;
	width: 145px;
}


div#footer div.footerabout {
	width: 460px;
	margin-right: 20px;
}


div#footer div.footerlinks {
	margin-left: 30px;
	
}

div#footer ul {
	list-style: none;
	padding: 0;
	margin-left: 2px;
}


div#footer ul li a {
	color: #b4af9b;
}


div#footer ul li a:hover {
	color: #fff;
	font-weight: none;	
}



