/*

		 GREENWOOD CHAIR HOMEPAGE THEME FOR WORDPRESS
		 
		 By: Tayler Morgan
		 http://www.blindspotdesign.co.uk
		
		 
		 Dark green: #5d671e
		 Lighter green: #b1b88e
*/

/*
	RESET
*/



body {
	margin: 0px;
	padding: 0px;
    background: #b1b88e;
	text-align: center;
	font-size: 13px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #ffffff;
}


table								{ border-collapse: collapse; }

.button								{ background: #b1b88e; color: white; padding: 3px 10px; border: 0px}
									  
.button:hover						{ background: #b1b88e; color: white; }

.datebox							{ width: 40px; float: left; padding: 5px 5px 0px 5px; background: #b1b88e;  text-align: center; margin: 0 10px 10px 0; }
.day								{ color: #5d671e; font-size: 29px; font-weight: bold; margin:0px; font-family: Georgia, "Times New Roman", Times, serif; }
.month								{ color: #5d671e; font-size: 15px; font-weight: bold; text-transform: uppercase; margin: 0px; }
.year								{ color: #5d671e; font-size: 13px; font-weight: bold; margin: 0px; }



img {
	border: none;
}

.image {
	margin-top:0px;
}

h1 {
	padding:0px 0px 10px 0px;
	display: block;
	border-bottom: 1px solid #B2AA9D;
	margin: 15px 0 15px 0;
	font-size: 18px;
	color: #b1b88e;
	font-weight: normal;
	clear:both;

}

h2 {
	padding:10px 0px 0px 7px;
	display: block;
	font-size: 13px;
	color: #b1b88e;
	font-weight: bolder;
	clear:both;

}

h3 {
	padding:0px 0px 0px 0px;
	display: block;
	font-size: 13px;
	color: #b1b88e;
	font-weight: bolder;
	clear:both;

}
.imagef {
float:right;
margin: 0px 0px 15px 25px;
border: 5px solid #5d671e ;
outline: 1px solid #b1b88e;
}

#share {
	border-top: 1px solid #B2AA9D;
	padding:10px 2px 2px 2px;
	margin: 15px 0 15px 0;
}

p {

	line-height: 1.5;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a, a:link, a:visited, a:active {

	text-decoration: none;
	color: #ffffff; 
}

a:hover  {

	text-decoration: none;
	color: #b1b88e;
}

.fade {
    font-size: 11px;
	color: #b1b88e;

}

a.fade:link, a.fade:visited, a.fade:active{
    font-size: 11px;
	color: #b1b88e;
	text-decoration: none;

}

a.fade:hover {
    font-size: 11px;
	color: #b1b88e;
	text-decoration:underline;
}

.clear {
	clear: both;
	height: 1px;
	width: 0;
	font-size: 0;
	padding: 0;
}
#logo {
	margin: 60px 10px 40px 10px;
}
#flashcontent {
	margin: 0px;
}

ul {
list-style-type: none;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
padding:0px;
border-top: 1px solid #b1b88e;
}

li {
padding:7px;
display: block;
border-bottom: 1px solid #b1b88e;
}

/* STRUCTURE */

#outer_wrapper {
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	background-color: #5d671e;
	background-image: url(/_images/topleft.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

#bottom {
	width: 900px;
	margin-left: auto;
    margin-right: auto;
	background-image: url(/_images/bottomright.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#wrapper {
	position: relative;
	width: 800px;
	text-align: left;
	margin: 0px 50px 0px 50px;
}

#col1 {
	float: left;
	margin-top: 0px;
	width: 250px;
}

#col2 {
	float: left;
	margin-top: 0px;
	width: 500px;
	padding-left: 50px;
}

#main {
	margin-top: -12px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding:0px;
	border-top: 1px solid #b1b88e;
}

.links {
	margin-bottom: 5px;
	border-bottom: 1px dotted #b1b88e;
}

.links {
	margin-bottom: 5px;
}
		.container { width:500px; height:360px; overflow:hidden; position:relative; cursor:pointer; }
		
		.slides { position:absolute; top:0; left:0; }
		.slides div { position:absolute; top:0; width:500px; display:none; }
		
		div.slides { position:absolute; top:0; left:0; }
		ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
		div.slides div,ul.slides li { position:absolute; top:0; width:800px; display:none; padding:0; margin:0; }
		/*
		 * Optional
		*/
		#loopedSlider { margin:0 auto; width:500px; position:relative; clear:both; }
		
		
		ul.pagination { list-style:none; padding:0px; margin-top:15px; margin-left:0px; }
		ul.pagination li  { float:left; margin-bottom:15px; border-bottom: none; }
		ul.pagination li a { padding: 2px 5px 2px 5px; }
		ul.pagination li.active a { background:#b1b88e; color:#000000; }

