/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: A theme rich with powerful and dynamic semantic class selectors; a canvas for CSS artists
VERSION: 1.3
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('3c-b.css');

body {
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



#wrap{

	width: 940px;

	margin-left:auto;

	margin-right:auto;

	padding-top: 0px;

	padding-right: 0px;

	padding-left: 0px;

}

#header {
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-color: #0F1680;
	float: left;
	width: 940px;
	height: 199px;
}


#header h1 {
	font-size: 11px;
	color: #CCCCCC;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topNav {
	height: 23px;
	width: 940px;
	float: left;
	background-color: #FD8200;
	padding-top: 7px;
}


#topNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 19px;
	padding-left: 19px;
}

#topNav a:hover {
	color: #FFC383;
	text-decoration: none;
}

#topNav ul {
	margin: 0px;
	padding: 0px;
}
#topNav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}


#footer {
	height: 20px;
	width: 940px;
	float: left;
	background-color: #FD8200;
	padding-top: 7px;
	line-height: 17px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 19px;
	padding-left: 19px;
}

#footer a:hover {
	color: #FFC383;
	text-decoration: none;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}




#container {
	float: left;
	width: 938px;

}



#container h2 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #0F1680;
}



#midContainer {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FD8200;
	border-left-color: #FD8200;
	float: left;
	width: 938px;
	background-image: url(../images/content.gif);
	background-repeat: repeat-y;
}


	
	

a {
	color: #8F92D0;
	text-decoration: none;

}

a:hover {
	color: #CFD0E6;
	text-decoration: none;
}


.entry-title a {
	color: #0F1680;
	text-decoration: none;

}


.entry-title a:hover {
	color: #666A9F;
	text-decoration: none;
}

