/*   
Theme Name: Lime Walk Press
Theme URI: www.limewalkpress.com
Description: Minimial theme for limewalkpress.com
Author: commun
Author URI: www.commundesign.com
Version: 1
.
General comments/License Statement if any.
.
*/



* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
}

body {
	background-color: #DFF2D7;
	height: 100%;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}

#wrapper {
	width: 890px;
	margin: 0 auto;
	overflow: auto;
}

#header {
	float: left;
	width: 890px;
	padding: 40px 0 10px 0;
	border-bottom: 1px solid #47240b;
}

#logo {
	float: left;
	width: 240px;
}

#navigation {
	float: left;
	width: 650px;
	text-align: right;
	margin: 12px 0 0 0;
}

#navigation ul {
	display: inline;
	font-size: 0.85em;
} 

#navigation ul li {
	padding: 0 5px 0 6px;
	border-left: 1px solid #47240b;
	list-style: none;
	display: inline;
}

#navigation a {
	color: #47240b;
	text-decoration: none;
}

#navigation a:hover {
	color: #000000;
	text-decoration: underline;
}

#navigation ul li.current_page_item {
	background-color: white;
}

#navigation ul li.current_page_item:hover {
	color: #072215;
	text-decoration: underline;
}

#navigation ul li.page-item-8 {
	border-left: 0;
}







#content {
	float: left;
	width: 890px;
	padding: 30px 0;
	overflow: auto;
}


#content h1 {
	font-size: 1.4em;
	color: #072215;
	font-weight: normal;
	margin: 0 0 0.6em 0;
}

#content h2 {
	font-size: 0.9em;
	color: #47240b;
	margin: 0 0 1em 0;
	line-height: 130%;
}

#content h3 {
	font-size: 0.9em;
	color: #47240b;
	margin: 0 0 0 0;
	line-height: 130%;
}

#content p {
	font-size: 0.9em;
	color: #47240b;
	font-weight: normal;
	margin: 0 0 1em 0;
	line-height: 130%;
}

#content a {
	color: #072215;
	text-decoration: underline;
}

#content a:hover {
	color: #000000;
}

#content hr {
	margin: 30px 0;
}


#text {
	float: left;
	width: 360px;
}

#widetext {
	float: left;
	width: 650px;
	margin: 0 20px 0 0;
}

#picture, #picture-more {
	float: left;
	width: 260px;
	padding: 0 25px;
}

#picture-more p {
	margin: 0 0 10px 0;
}


#sub-navigation {
	float: left;
	width: 200px;
	margin: 0 0 0 20px;
}

#animation {
	float: left;
	width: 400px;
	margin: 0 0 0 130px;
	height: 420px;
}


#sub-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#sub-navigation li {
	margin-top: 0px;
}

#sub-navigation li a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	text-align: right;
	width: 130px;
	color: #47240b;
	font-size: 0.9em;
	border-bottom: 1px solid #adb293;
}

#sub-navigation li a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}

html>body #sub-navigation li a {
	width: auto;
}

#sub-navigation  li a.subnavon {
	color: #072215;
}

#sub-navigation li a.subnavon:hover {
	color: #072215;
}


ul#excerpts {
	list-style: none;
}





#splash {
	float: left;
	width: 890px;
	min-height: 410px;
	margin: 15px 0 0 0;
}



#footer {
	float: left;
	width: 890px;
	padding: 10px 0;
	border-top: 1px solid #9b8d7b;
	text-align: right;
}


#footer p {
	color: #8f876d;
	font-size: 0.75em;
}

#footer a {
	color: #8f876d;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

