/*
Theme Name: Outdoor Offspring Theme
Theme URI: http://localhost/wordPress271/wordpress/
Description: Outdoor Offspring Theme
Version: 1.0
Author: Sean Newby
*/

/* General Styles
-----------------------------------------------------------------*/
body{
	margin: 0px 0px 40px 0px;
	background: #3E3727 url('images/bodyBackground.jpg') repeat-x;
}

#mainContainer{
	display: block;
	width: 899px;
	margin-left: auto;
	margin-right: auto;
}

#mainContainerFloat{
	float: left;
	width: 899px;
}

img{
	border: none;
}

.alignleft{
	float: left; 
	margin: 5px;
}

.alignright{
	float: right;
	margin: 5px;
}

a:link,
a:visited{
	text-decoration: underline;
	color: #8A9918;
}

a:hover,
a:active{
	text-decoration: none;
	color: #8A9918;
}

/* Header Styles
-----------------------------------------------------------------*/
#headerContainer{
	float: left;
	width: 899px;
	height: 195px;
	margin-top: 60px;
	background: url('images/headerBackground.jpg') no-repeat top right;
}

#subscribeLink{
	float: right;
	margin: -48px 0px 0px 0px;
}

#subscribeLink a:link,
#subscribeLink a:visited{
	text-decoration: none;
	color: #ffffff;
}

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

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active{
	display: block;
	position: relative;
	z-index: 1;
	width: 416px;
	height: 195px;
	margin: 0px;
	background: url("images/logo.jpg") no-repeat;
	text-decoration: none;
	border: 0px;
}

#logo a span{
	visibility: hidden;
}

#eugenesBlog{
	float: right;
	margin-top: -195px;
}

#menu{
	float: right;
	position: relative;
	z-index: 2;
	margin-top: -44px;
	//margin-top: -28px;
	margin-right: 100px;
	//margin-right: 0px;
}

#menu ul li{
	list-style-type: none;
	float: right;
	margin-right: 10px;
	padding-left: 10px; 
	font-family: Georgia;
	background: url('images/listMarker.jpg') no-repeat;
}

#menu ul li#homeLink{
	background: none;
}

#menu ul li a:link,
#menu ul li a:visited{
	text-decoration: none;
	color: #ffffff;
}

#menu ul li a:hover,
#menu ul li a:active{
	text-decoration: underline;
	color: #ffffff;
}

/* Template Styles
-----------------------------------------------------------------*/
#templateContainer{
	float: left;
	width: 893px;
	margin-top: 10px;
	margin-bottom: 40px;
	background: #ffffff;
	border: solid 3px #6F7201;
}

#templateHeader{
	float: left;
	width: 898px;
	height: 599px;
	margin: 30px 0px 20px 0px;
	background: url('images/templateHeaderBackground.jpg') no-repeat;
}

#templateHeaderLeft{
	float: left;
	width: 310px;
}

#templateHeaderRight{
	float: right;
	margin: 0px 0px 0px -36px;
}

#templateHeaderRight a:link,
#templateHeaderRight a:visited{
	text-decoration: none;
	color: #ffffff;
}

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

#newOrder{
	margin: 15px 0px 0px 70px;
}

#templateBody{
	float: left;
	width: 859px;
	margin: 20px;
}

#templateBodyLeft{
	float: left;
	width: 600px;
	font-size: 1em;
}

#templateBodyRight{
	float: left;
	width: 230px;
	min-height: 340px;
	margin-left: 20px;
	background: #C4CA8C;
	border: solid 1px #8B9719;
}

#templateInternal{
	float: left;
	width: 859px;
	margin: 20px;
	font-size: 1em;
}

#templateInternal h1, #templateInternal h2, #templateInternal h3, #templateInternal h4, #templateInternal h5, #templateInternal h6{
	color: #4E4331;
}

#templateHeaderImg{
	float: left;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: -20px;
}

.postTitle{
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #4E4331;
}

.info{
	font-size: .9em;
	font-weight: bold;
	color: #4E4331;
}

.date{
	text-transform: uppercase;
	color: #000000;
}
/* SideBar Styles
-----------------------------------------------------------------*/
#sidebar{
	float: left;
	width: 190px;
	margin: 0px 20px 20px 20px;
}

#sidebar h2.widgettitle{
	font-size: 1em;
	color: #4E4331;

}

#sidebar a:link,
#sidebar a:visited{
	text-decoration: none;
	color: #ffffff;
}

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

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

/* Footer Styles
-----------------------------------------------------------------*/
#templateFooter{
	float: left;
	width: 859px;
	margin: 20px;
	text-align: right;
}

#templateFooter a:link,
#templateFooter a:visited{
	text-decoration: none;
	color: #000000;
}

#templateFooter a:hover,
#templateFooter a:active{
	text-decoration: none;
	color: #8A9918;
}