/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

@charset "utf-8";
body {
	background-color: #2b2a00;
	margin: 15px;
	font-size: 16px;

}


#wrap {
	width: 900px;
	border: 1px solid #000000;
	background-color: #97976d;
	margin-right:auto;
	margin-left: auto;
}

#header {
	float: left;
	height: 275px;
	width: 900px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
		
}

#logo {
	float: left;
	height: 275px;
	width: 240px;
	position: relative;
	padding: 0px;
	margin-left: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#logo a{
	top: 0;
	left: 0;
	height: 275px;
	width: 240px;
	display: block;
	float: left;
	position: relative;
		margin-left: 25px;

} 


#logo a h1{
    display: none;
}

#rightHeader { float: right; width: 600px;}

#tagLine {
	float: right;
	width: 600px;
	font-family: "Times New Roman", Times, serif;
	font-size: 175%;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 175px;
	text-align: center;
}


#topMenu {
	float: left;
	height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 75%;
	width: 590px;
	text-align: center;
	padding-top: 26px;
}



#topMenu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;

}

#topMenu a:hover {
	color: #c8c890;
	text-decoration: none;
}

#topMenu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topMenu li {
	list-style-type: none;

	border-right: solid 1px #99a6ae;	display: inline;
}



#container {
	padding-left: 26px;
	width: 874px;
	float:left;
	background-image: url(images/container_back.gif);
	background-repeat: repeat;
}

#sideBar {
	float: left;
	width: 246px;
	color: #e2e2b9;

}



#leftMenu {
	float: left;
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 75%;
	text-transform: uppercase;
	height: 230px;

}



#leftMenu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	height: 23px;
	width: 226px;
	display:block;
	padding-top: 7px;


}

#leftMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6f6f50;
	background-image: url(images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left 28px;

}

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

#leftMenu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left 28px;
	
}





#content {
	width: 575px;
float: right; 		font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #343410;
	line-height: 1.4em;
	padding-right: 25px;

	padding-left: 10px;
	padding-bottom: 20px;
}


#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 185%;
	font-weight: bold;
	padding-bottom: 10px; padding-top: 10px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 165%;
	color: #af1200;
	font-weight: normal;
	color: #3c3c14;
}


#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #af1200;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


#content h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 275%;
	padding: 0;
	color: #343410;
	font-weight: normal;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#content h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	padding: 0;
	color: #343410;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 1.2em;	
	padding-bottom: 20px;
}


#content a {	color: #e2e2b9; text-decoration: none;}


#content a:hover {	color: #c2c295; text-decoration: none;}

#content img {
	border: 1px solid #54543a;
	padding: 6px;
}

#containerFooter {
	float: left;
	width: 900px;
	height: 50px;
	background-image: url(images/container_footer.gif);
	background-repeat: no-repeat;
}
#footer {	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	float: left;
	height: 122px;
width: 900px;

	font-style: italic;
	}


#footer a {
	color: #767654;
	text-decoration: underline;
}

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

#footer span {

	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	color: #3b3b23;
	font-weight: bold;
	padding-top: 37px;
	padding-left: 275px;
	padding-right: 25px;
		width: 600px;
		float: left;
}


#credits {
	float: left;
	width: 900px;
	text-align: center;
	padding-top: 38px;
	color: #CCCC99;
	font-weight: bold;
		font-size: 125%;

}

#sideBarContent {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 1.3em;
	padding: 20px;
	float: left;
	width: 200px;
	
}


#sideBarContent a {
	color: #990000;
	text-decoration: none;
}

#sideBarContent a:hover {
	color: #999966;
		text-decoration: none;
}


.fadeLine {
	background-image: url(images/dotted_fade_line.gif);
	background-repeat: no-repeat;
	height: 1px;
}


.noBorder {
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
}


.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

.wpsb_form_txt {float:  left; width: 150px;	margin-bottom: 8px;}

#wpsb p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.wpsb_form_btn {margin-top: 8px;}

td {
	vertical-align: top;
}


p.wp-caption-text{
	font-style:italic;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;

}

.paypalTable {
	padding: 20px;
	background-color: #abab80;
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

.paypalTable img {
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
}



hr {
	margin-top: 25px;
	margin-bottom: 25px;
}


#feature {
	float: right;
	width: 180px;
	background-image: url(images/dotted_line.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 440px;
	margin-top: 20px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #e3e3d8;
	display: block;
}

#feature ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#feature li {
	margin: 0px;
	padding-bottom: 6px;	
}

#feature a {}

#feature a:hover {}


.xoxo{
	list-style-type: none!important;

}

td {
	vertical-align: top;
}

#copyright {
	height: 40px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #898851;
	padding-top: 5px;
}


#blogContent {
	width: 365px;
float: left; 		font-family: Arial, Helvetica, sans-serif:!important;
	font-size: 75%!important;
		color: #343410;
	line-height: 1.4em;
	padding-right: 25px;

	padding-left: 30px;
	padding-bottom: 20px;
}


#blogContent a {	color: #e2e2b9; text-decoration: none;}


#blogContent a:hover {	color: #c2c295; text-decoration: none;}

#blogContent img {
	border: 1px solid #54543a;
	padding: 6px;
}


#blogContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 175%;
	font-weight: bold;
	padding-bottom: 0px; padding-top: 25px;
}

#blogSidebar {
	width: 150px;
	float: right;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 30px;
		background-image: url(images/dotted_line.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 30px;

}

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

#blogSidebar li {	list-style-type: none;
	margin: 0px;
	padding: 0px;}
	
#blogSidebar a {	color: #e2e2b9; text-decoration: none;}


.navigation {padding-top: 20px; padding-bottom: 20px;}

#blogSidebar a:hover {	color: #c2c295; text-decoration: none;}


.entry-content {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif!important;
	font-size: 13px!important;
}