/*
Theme Name: Into the Light - Revised
Theme URI: 
Description: Dark template - Revised
Author: Business Broker and Joshua Cottrell
*/



/***************************************************
   HTML Element Styles
 ***************************************************/

body
{
	margin: 0;
	padding: 0;
	background: #333 url('images/background.jpg') repeat-x fixed;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	color: #CCC
}



a, a:visited
{
	color: #999;
	text-decoration: none;
}

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

#container   
{
	margin: 0 auto;
	padding: 0;
	width: 760px;
	border: 1px solid #555;
	border-bottom: 0px;
}

#header
{
	width: 740px;
	height: 125px;
	background: #333;
/*      background-image:url('images/scp_logo_color.jpg');
      background-repeat:no-repeat;
      background-position:97% 50%;*/
	padding: 0px 10px;
}

#header h1
{
	padding: 0;
	margin: 0;
	color: #d69747;
	font-size: 300%;
	letter-spacing: -2px;
	font-family: 'times new roman', serif;
	text-align: left;
        padding-top: 27px;
        margin-bottom: 10px;
}

#header h2
{
	padding: 0;
	margin: 0;
	color: #CCC;
	font-size: 200%;
	letter-spacing: -2px;
	font-family: 'times new roman', serif;
	text-align: left;
}

#header h1 a, #header h1 a:hover, #header h1 a:visited { text-decoration: none; color:#D69747 }

#menu
{
	width: 760px;
	height: 23px;
	background: #333;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
}
/* Wordpress specific tags */
.wp-caption { padding-bottom: 15px; }
.alignright { margin: 0 15px 15px; display: inline; float: right; }
.alignleft { margin: 0 15px 15px 0; display: inline; float: left; }
.aligncenter { margin: 15px auto; }
.wp-caption img {
	padding: 5px;
	border: 3px double #ccc;
	background-color: #fff;
}
.wp-caption img.no-borders { padding: 0; border: 0; }
#content .section-content .wp-caption a, #post-content .section-content .wp-caption a { border: 0; background-color: transparent; }
#content .section-content p.wp-caption-text, #post-content .section-content p.wp-caption-text {
	padding: 6px 12px;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	text-align: center;
}
/* end wordpress specific tags */
/* Menu custom for active pages */
#menu .active{
    background-image:url('images/menu-hover.jpg');
}

#image
{
	width: 760px;
	height: 100px;
	background-image:url('images/header.jpg');
}

#latestnews
{
	float: right;
	width: 450px;
	height: 80px;
	overflow: auto;
	padding: 10px;
	text-align: right;
	letter-spacing: 1px;
}

#latestnews h2
{
	margin: 0;
	padding: 0;
	color: #d69747;
	font-size: 150%;
	letter-spacing: 1px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	text-align: right;
}

#contentcontainer
{
	padding: 0;
	margin: 0 auto;
	width: 760px;
	background-color: #333;
	color: #FFF;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	line-height: 150%;
	height: 100%;
}

#contentleft
{
	padding: 10px;
	margin: 0;
	float: right;
	width: 200px;
	color: #999;
}

#contentleft a:hover { color: #ffffff; }

#contentleft h2
{
	margin: 0;
	padding: 0;
	color: #d69747;
	font-size: 175%;
	letter-spacing: -1px;
	font-family: 'times new roman', serif, sans-serif, helvetica, arial, verdana, tahoma;
}

#content
{
	padding: 10px;
}

#content p
{
	padding: 0px 20px 10px 0px;
}

#content h2 a, #content h2 a:visited, .pagenav h2 a, .pagenav h2 a:visited  { text-decoration: none; color:#D69747 }

#content h2
{
	margin: 0 0 5px 0;
	padding: 0;
	color: #d69747;
	font-size: 175%;
	letter-spacing: -1px;
	font-family: 'times new roman', serif;
	
}

#footer
{

	margin: 0 auto;
	width: 740px;
	border-top: 1px solid #555;
	padding: 15px 10px;
	text-align: center;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	float: left;
	width: 100%;
	height: 2em;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 6px 8px;
	color: #CCC;
	text-decoration: none;
	float: left;
	border-left: 1px solid #5D5D5D;
}

#navcontainer ul li a:hover
{
	background-image:url('images/menu-hover.jpg');
	background-repeat:repeat-x;
	color: #000;
}

#leftcolumn
{
	margin: 0 auto;
	padding: 0;
	width: 500px;
        border-top: 0px;
	border-bottom: 0px;
        margin-left: 0;
}

ul
{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

li
{
list-style: none;
}

#blog .bio img	{
	margin:5px 10px 0 0;
	float:left;
	clear:both;
	border:1px solid #2b2ba7;
	padding:2px;
		}
/*making sub menu side bar reflect dept*/
li ul {
	margin-left: 20px;
}
ol li {
	margin-left: 20px;
	list-style-type: decimal;
}
.page_item {
	font-weight: normal;
}

.current_page_item {
	font-weight: bold;
}
/*end making sub menu side bar reflect dept*/
#rss_feed a {
	background: transparent url(/wp_scp/images/feed.gif) no-repeat scroll 0 2px;
	color: #E85900;
	display: block;
	height: 20px;
	padding-left: 22px;
	padding-top: 4px;
	margin-bottom: 7px;
	text-decoration: none;
}

