/* 
Enter WP Design & Creation Comments Here

*/

/*////////// GENERAL //////////*/
body {
	margin: 0px;
	margin-top: 10px;
	background-repeat: repeat-x;
	background-color: #000;
}


#container {
	margin: 0 auto;
	width: 1024px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
	background-image: url(images/siteBackground.jpg);
	color: #FFF;
}
	  
#container2 {
	padding-top: 40px;
}

 .oneColFixCtrHdr #container3 {
	float:left;
	width: 690px;
	padding-left: 174px;
	min-height: 800px;
	background-image:url(images/1columnBackground.jpg);
}
.twoColFixRtHdr #container3 {
	float:left;
	width: 690px;
	padding-left: 174px;
	min-height: 800px;
	background-image:url(images/2columnBackground.jpg);
}


/*////////// TYPEOGRAPHY //////////*/
h1, h4 {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2, h3{
  font-family: Georgia, Times, serif;
}
		
h1 {
	font-size: 24px;
	color: #FFF;
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
		
h2 {
	font-size: 22px;
	line-height:24px;
	color: #FFF;
}
		
h3 {
	font-size: 16px;
	color: #FFF;
}
	
h4 {
	font-size: 14px;
	color: #FFF;
}

p {
	margin-bottom: 18px;
	color: #FFF;
}
		
a {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #06F;
	text-decoration: underline;
}
		
a:visited {
	color: #CCC;
}

	 	 

/*////////// HEADERS //////////*/
#header {
	width: 1024px;
	height: 101px;
	padding: 0;
	margin: 0;
}
	
#header p, #header h1, #header h2/**/ {
	display: none;
	padding: 0;
	margin: 0;
}

#header #date{
   position:absolute;
   font-family: Georgia, Times, serif;
   font-size: 16px;
   margin-top: 160px;
   margin-left: 25px;
   color:#253A59;
}
#container #header a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #content {
	float: left;
	width: 675px;
	margin: 0 0px 0 5px;
}

.twoColFixRtHdr #content {
	float: left;
	width: 500px;
	margin:0 0px 0 5px;
	padding-right: 5px;
}
	

/*////////// CONTENT //////////*/

#sidebarLT h2 {
	font-size: 16px;
	background-image: url(images/sidebarHeader.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

			
  
/*////////// SIDEBARS //////////*/
#sidebarLT {
	margin:0;
	width:171px;
	float:right;
}

#sidebarLT p {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
}

#sidebarRT {
 margin:0 10px;
 width: 200px;
 float: right;
}


/*////////// NAV //////////*/



/*TOC Nav*/
.tocNav{
  padding-left: 0; 
  margin-left: 0;
  border-bottom: 1px solid gray;
}

.tocNav li{
  list-style: none;
  margin: 0;
  padding: 0.25em;
  border-top: 1px solid gray;
}

.tocNav li a { text-decoration: none; }
.tocNav li a:hover {text-decoration: underline;}
/*////////// BLOG ELEMENTS //////////*/

		
/*////////// FORMS //////////*/


/*////////// FOOTER //////////*/
#pushbottom{
 clear:both;
}
#footer {
	height: 85px;
	border-top:none;
	background-image: url(images/footerLeft.jpg);
	background-repeat: no-repeat;
}

#footer h3{
 display:none;
}

#footerRight{
	margin: 0 10px 0 0;
	width:1024px;
	height: 72px;
	text-align: center;
	color: #FFF;
}

#footerRight p {
	margin: 0px;
	padding-top: 6px;
	font-size: 10px;
}

#footerLeft{
	margin: 0 0 0 10px;
	width: 430px;
	height: 72px;
	float:left;
	text-align:center;
	color: #FFF;
}
		
/*////////// IMAGES //////////*/		


/*////// FUN CLASSES ///////////*/
/*any little extra flares and fun design 
elements you want to add can go here*/
#navigation {
	background-image: url(images/button.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 25px;
	width: 1024px;
}
img {
	border: medium solid #FFF;
}
.bold {
	font-size: 18px;
	font-weight: bolder;
}
