/*
Theme Name: Theresa D Custom Theme
Theme URI: http://?
Description: Theresa D custom theme implemented by Jacob Kennedy, design by Scout Design
Version: 1.0
Author: Jacob Kennedy


*/

/* standard styles missing from Wordpress after reset.css */
body{
	font-family:Arial, Helvetica, sans-serif;
}

b,strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

.clearer{
	clear: both;
}

img.alignright{
	float: right;
	clear:right;
	margin-left:1em;
	margin-bottom:1em;
}
img.alignleft{
	float: left;
	clear:left;
	margin-right:1em;
	margin-bottom:1em;
}
h1.hiddensearchengine{
	color: White;
	background-color: White;
	font-size: 1pt;
	font-weight: normal;
}
div.post li, div.page li{
	list-style: disc;
	list-style-position: outside;
	margin-left: 1em;
}
/* end of standard styles missing from Wordpress after reset.css */


* html, body{
	height:100%;
}
body{
	background-color: #676767;
	font-family:Arial, Helvetica, sans-serif;
}
		
#border_l{
	position: absolute;
	background-image:url(images/border_l.png);
	background-repeat:repeat-y;
	min-height:100%;
	top:0;
	left:0;
	width:150px;
	margin-left:-10px;
}
		
#border_r{
	position: absolute;
	background-image:url(images/border_r.png);
	background-repeat:repeat-y;
	min-height:100%;
	top:0;
	right:0;
	width:150px;
	margin-right:0;
}
		
#maincontainer{
	position: relative;
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color:#F4F4F4;
	z-index:0;
}
		
#header{
	background-image:url(images/header.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	height: 210px; /*Height of top section*/
	position:relative;
	background-color:#F4F4F4;
}
#topper{
	position:absolute;
	bottom:0;
	height:58px;
	width:100%;
}
		

/* centered nav menu */
#navigation {
	position:absolute;
	right:200px;
	width:280px;
	overflow:hidden;
	height: 30px;
	font-family:"Trebuchet MS";
}
#navigation ul {
	clear:right;
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	text-align:center;
}
#navigation ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
}
#navigation ul li a {
	display:block;
	color: #000;
	text-decoration: none;
	font-size:75%;
	font-weight: bold;
	margin: 1em;
	text-transform:uppercase;
}
#navigation ul li a:hover {
	text-decoration: underline;
}
/* end of centered nav menu */		
		
#contentwrapper{
	float: left;
	width: 100%;
}
#contentcolumn, 	#rightcolumn{
	padding-top: 30px;
}
#contentcolumn{
	margin-right: 400px; /*Set right margin to RightColumnWidth*/
	margin-left:160px;
}
		
#rightcolumn{
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -370px; /*Set left margin to -(RightColumnWidth) */
}
		
#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	background-image:url(images/footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:75px;
	font-size: 80%;
	font-family: "Trebuchet MS";
}
#footer_nav{
	padding-top:30px;
	padding-left:160px;
}
#footer_nav li{
	display: inline;
	float: left;
	color: #fff;
}		
#footer_nav a{
	color: #fff;
	text-decoration: none;
	margin-right: 1em;
}	
#footer_nav a:hover{
	text-decoration: underline;
}

#copyright{
	padding-left:160px;
	clear: both;
}


div.post, div.page{
	background-color: #E6E7E8;
	padding: 10px;
	font-size: 70%;
	color: #414042;
}
h1,h2{
	font-family: Georgia;
}
h1{
	font-size: 210%;
}
h2{
	font-size: 150%;
}
h1 a, h2 a{
	color:#414042;
	text-decoration: none;
}
h1 a:hover, h2 a:hover{
	text-decoration: underline;
}

p, h1, h2, div.post ul, div.page ul, #execphp-3{
	margin-bottom: 20px;
}
div.post a, div.page a{
	color: #262740;
	text-decoration: none;
}
div.post a:hover, div.page a:hover{
	text-decoration: underline;
}
p,li{
	line-height: 1.2;
}
small{
	font-size: 80%;
	color: #888888;
}



a.socials{
	background-image: url(../../uploads/2010/04/socials.gif);
	width: 51px;
	height: 52px;
	display: block;
	float:left;
	margin-right: 4px;
}

#facebook_link{
	background-position: -1px 0;
}
#twitter_link{
	background-position: -65px 0;
}
#rss_link{
	background-position: -128px 0;
}
a#facebook_link:hover{
	background-position: -1px -52px;
}
a#twitter_link:hover{
	background-position: -65px -52px;
}
a#rss_link:hover{
	background-position: -128px -52px;
}

#categories-3{
	background-image: url(images/sidebar_bak_tile.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #E2E6E5;
	border: 1px solid #A7A9AC;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
#categories-3 li{
	font-size: 70%;
}
#categories-3 a{
	color:#262740;
	text-decoration: none;
	display: block;
	padding:6px;
}
#categories-3 a:hover, #categories-3 li.current-cat, #categories-3 li.current-cat a{
	color:#fff;
	background-color: #262740;
	text-decoration: none;
}


