/*   
Theme Name: Searchlight 
Theme URI: http://www.good-bear.com
Description: Basic shell theme for quick site deployment
Author: John DiGeorge (design) and Daniel Damkoehler (coding) for Good Bear Productions
Author URI: http://www.good-bear.com and http://www.8lionsmedia.com
Version: 1.1
.
Stylesheet Creative Commons license.
.
*/

/* Resetting styles across browsers Brattown 1.1*/

@import url("reset.css");

/* Page Template Styles */

body 
{
	background: #FBFBFB; 
	margin: 0 7px 10px 7px; 
	font-size: 62.5%;
	color: #333; 
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* html body {
	font-size:62.5%; /* IE5-Win */
	font-size: small; /* other IE */
}

#wrap {
	position: relative;
	margin: 5px auto 0px auto;
        padding: 0;
	width: 960px;
	text-align: center;
	border: none; 
	background: #FBFBFB;
}

#horizrule
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 1px;
	background: #FBFBFB;
}

#img {
	color:#333;
	font-size:8px;
}


/* Header Styles */

#header
{
	width: 960px;
	height: 150;
	background: #FBFBFB;
	margin: 0 0 4px 0;
	text-align: center;
}

#logohead
{
	position: relative;
	width: 960px;
	height: 117px;
	margin: 0;
	background:  url(img/logobanner.jpg) no-repeat top left;
}

#logohead h1, #logohead h1 a:link, #logohead h1 a:hover, #logohead h1 a:visited, #logohead h1 a:active {
	padding:.5em;
	font-size:2em;
	color:#333;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
}

#headerbanner1
{
	width: 960px;
	height: 350px;
	margin: 0;
}

#headerbanner2
{
	width: 960px;
	height: 220px;
	margin: 0;
}

/* Head Menu Styles */
#headmenu
{
	margin:0;
	height: 20px; /* JD 2.3em */
	background: #FBFBFB;
	/* width: 960px; */
        align: center;
        text-transform: lowercase;

}

#headmenu a:link, #headmenu a:visited {
	color: #7E0101;
	text-decoration: none;
        text-transform: lowercase;
}

#headmenu ul
{
	margin: 0 0 0 243px;  /* JD */
	padding: 0 0 0 0;  /* 0 0 0 3em; distance from left */
	list-style:none;
	font-size: 14px; /* 1.3em */
	line-height: 20px; /* 1.5em height of menu */
	text-transform: lowercase;
	font-weight: normal;
	text-align: center;  
        /* width: 960px; */
        
    }

#headmenu ul li a:link
{
	color: #666666;
	text-decoration: none;
}

#headmenu ul li a:visited
{
	color: #666666;  /* #333333; */
	text-decoration: none;
}

#headmenu ul li.page_item a:link, #headmenu ul li.page_item a:visited
{
	color: #666666;
	text-decoration: none;
}


#headmenu ul li.page_item a:hover, #headmenu ul li.page_item a:active
{
	color: #7E0101;
	text-decoration: none;
}


#headmenu ul li {
	float: left; /* impt JD */
	color: #666666; /* 222222 */
	padding: 3px 30px 3px 10px;  /* spacing between menu items JD */
	margin: 0;
        font-weight: normal;
	text-transform: none;
	display: inline; JD 
}

#headmenu ul li li.page_item {
	display: block;
	padding: 4px 0 4px 3px;
	margin: 0;
        width: 960px; /* 172 JD */
	border-bottom: 1px dotted #CCCCCC;
}

#headmenu li li.page_item a:visited{
	color: #666666;
	text-decoration: none;
}

#headmenu li.page_item.current_page_item a {
	color: #9E2D2F;
        font-weight: normal;
	display: block;
	text-decoration: none;
}

#headmenu li.page_item.current_page_item li.page_item a:link{
	color: #9E2D2F;
	text-decoration: none;
}

#headmenu li.page_item.current_page_item li.page_item a:visited{
	color: #222222;
	text-decoration: none;
}

#headmenu li a:hover
{
	color: #9E2D2F;
	text-decoration: none;
}

#headmenu li a:active
{
	color: #9E2D2F;
	text-decoration: none;
}

#headmenu li a:hover:visited
{
	color: #9E2D2F;
	text-decoration: none;
}

#headmenu li ul {
    width: 960px;  /* JD */
	position: absolute; 
    font-weight: normal;
	 left: -999em; 
	background: #FBFBFB;
}


/*Current Category*/

#headmenu ul li.page_item.current_page_parent a
{
	color: #9E2D2F;
	text-decoration: none;
}

#headmenu ul li.page_item.current_page_parent li.page_item a
{
	color: #333333;
	text-decoration: none;
}

#headmenu ul li.page_item.current_page_parent li.page_item a:hover 
{
	color: #9E2D2F;
	background: #eeeeee;
}

#headmenu li.page_item.current_page_parent a
{
	color: #9E2D2F;
	text-decoration: none;
}

#headmenu li.page_item.current_page_parent li.page_item a
{
	color: #333333;
	text-decoration: none;
}

#headmenu li.page_item.current_page_parent li.page_item a:hover 
{
	color: #9E2D2F;
	background: #eeeeee;
}


/* Sidebars & Content Areas */

#frontcontent
{
	margin: 0px;
	padding: 5px 0px 0px 120px; /* 5px 0px 0px 0px;  JD*/
	width: 720px;
	height: 100px; 
	background: #eee;
	font-size: 1.3em;
	text-align: right;
}


#pagecontent
{
	position: relative;
	float: left;  /* JD left */
	margin: 0 0 2px 0;  /* right and left must be 0 for IE 6 */
	padding: 10px 0 75px 120px;  /*  10px 0 150px 0;  */
	width: 720px;
	font-size: 1.4em;
	color: #222222;
	line-height:1.4em;
	text-align: left;
}

#contentwrap /* sidebar background */
{
	position: relative;
        float:left;
	margin: 0px;
	padding: 0px;
	width: 960px; /* 760 JD */
	
}

#homeMovie
{
        position: relative;
	float: center; 
	margin: 30px 0px 0px 0px;
	padding: 0px;

}

#sidebar
{
	float:left;	
	margin:0;
	padding: 0px;
	width: 175px;
	text-align: left;
}

/* Page & Front Page Styles */

#frontcontent p {
	padding: 0px;
	margin: 0px;
}

#pagecontent_horizrule
{
	position: relative;
	margin: 0px 10px 5px 10px;
	padding: 0;
	width: 565px;
	height: 1px;
	border-top: solid 1px #999999;
}

#pagecontent h1
{
	margin: 5px 25px 7px 15px;
	padding: 0 0 0 0;
	font-size: 1.6em;
	font-weight: normal;
	color: #7E0101;
	line-height:1.1em; 
	text-align: left;
}

#pagecontent h2
{
	margin: 0 40px 4px 15px;
	padding: 15px 5px 0 0; 
	color: #222222;
	font-size: 1.3em;
	text-align: left;
}

#pagecontent h3
{
	margin: 0 0px 0px 15px;
	padding: 15px 5px 0 0; 
	color: #222222;
	font-size: 1.3em;
	text-align: left;
}

#pagecontent h3 a:link
{
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#pagecontent h3 a:visited
{
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#pagecontent h3 a:hover, #pagecontent h3 a:active
{
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

#pagecontent p
{
	padding: 5px 0 5px 0;
	margin: 0 25px 0 15px;
	color: #333;
	text-align: left;
}

#pagecontent ul
{
	margin: 5px 0 5px 35px; /* left margin expanded for IE issue */
	padding: auto;
	list-style-position:inside;
	text-align: left;
}

#pagecontent li
{
	margin: 0 0 0 5px;
	padding-bottom: 2px;
	text-align: left;
	list-style: disc;
}

#pagecontent  a:link
{
	color: #9E2D2F;
	text-decoration: none;
}

#pagecontent  a:visited
{
	color: #9E2D2F;
	text-decoration: none;
}

#pagecontent  a:hover,active
{
	color: #9E2D2F;
	text-decoration: underline;
}


/* Product Styles */

#pagecontent dl {
	float:left;
	margin: 15px 10px 0 15px;
	padding:0;
	width:560px; /* page-content dd + page-content dd.img cannot add up to more than this */
	border-top: 1px solid #999999;
	text-align:left;
	display:inline; /* IE double margin bug fix */
}

#pagecontent dt {
	margin:0;
	padding:10px 0 5px 0;
	color: #333333;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
}

#pagecontent dt a {color: #9E2D2F; text-decoration: none; font-weight: normal;}
#pagecontent dt a:hover {color: #9E2D2F; text-decoration: underline; font-weight: normal;}

#pagecontent dd { /* total width = width + margin = 345 */
	float:left;
	margin:0;
	padding:0;
	width: 345px; 
}

#pagecontent dd p {margin:0; padding:0;}

#pagecontent dd.img { /* total width = width + margin = 215 */
	float:right;
	margin:0 0 0 19px;
	padding:0;
	width: 196px;
	font-size:0.8em;
}

#pagecontent dd.img a img{
	border:none;
}

.labels {
	margin:0px;
	padding:0 0 8px 0;
	text-align: left;
	color:#333333;
	font-style:italic;
}

.more-link
{
	margin: 0;
	padding: 0 20px 0px 15px;
	font-size: .9em;
	text-align: right;
}

#banner
{
	margin: 10px;
	padding: 0;
	border: none;
}

#banner a img {border: none;}

#product p
{
	margin: 0px 25px 0px 15px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	color: #333;
}

/* Search Form Styles */

#postsearch label
{
	font-size: 1.3em;
	margin: 5px 0 5px 5px;
	font-weight: bold;
}

#searchfield
{
	margin: 5px 0 5px 3px;
}

#searchfield input
{
	border: 1px solid #d4d4d4;
}

#searchfield label
{
	font-size: 1.3em;
	margin: 5px 0 5px 0;
	font-weight: normal;
}

#searchsubmit
{
	float: right;
	margin-right: 13px;
}

#searchsubmit input
{
	background: #333333;
	border: 1px solid #333333;
	color: #FBFBFB;
}

/* Footer Styles */

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 960px; 
	background:; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 8pt;
	text-align: center;
}


#footermenu {
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 960px; 
	background:; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 8pt;
	text-align: center;
}

#footer span.strong {
	color: #333333;
	font-weight:normal;
}

#footertext {
	background: #FBFBFB; 
}

#footertextlinks {
	position: relative;
	clear: both; 	
	margin: 0px; 
	overflow: auto; 
	width: 960px; 
	text-align: center;
}

#footertextlinks ul {
	text-align: center;  /* left */
	margin: 4px 0px 0px 20px;
	padding: 0;
}

#footertextlinks ul li {
	display: inline; 
	padding: 0px;
	list-style-type: none;
}

#footertextlinks ul li a:link
{
	color: #9E2D2F;
	text-decoration: none;
}


#footertextlinks ul a:hover
{
	color: #CCCCCC;
	text-decoration: none;
}

#footertextlinks ul li a:hover
{
	color: #CCCCCC;
	text-decoration: none;
}

#footertextlinks ul li a:visited
{
	color: #9E2D2F;
	text-decoration: none;
}

#footertextlinks li.page_item {
	padding: 0 12px 0 0;
}

#footer p {
	float: center;
	margin: 5px 0px 0em 10px;
	padding: 0px;
	line-height: auto;
}

#footer p img {
	vertical-align: text-bottom;
}

#footertextlinks a:link
{
	color: #333333;
	text-decoration: none;
}

#footertextlinks a:visited
{
	color: #333333;
	text-decoration: none;
}

a.textlinks a:hover,a:active,a:hover:visited
{
	color: #7E0101;
	text-decoration: none;
}

a.textlinks:link
{
	color: #000000;
	text-decoration: none;
}

a.textlinks:visited
{
	color: #000000;
	text-decoration: none;
}

a.textlinks:hover,a:active
{
	color: #7E0101;
	text-decoration: none;
}

a.textlinks:active
{
	color: #000000;
	text-decoration: none;
}

a.textlinks:hover:visited
{
	color: #7E0101;
	text-decoration: none;
}

#copyright {
	margin: 0px;
	padding: 0px;
	width: 960px;
	/*height:18px;*/
	/* background: #000000;*/
	font-size: 9px;
	color: #000000;
        line-height: 12px;

}

#copyright p.left {
	float: center;
	margin: 3px 0 0 0;
	text-align: center;
}

#copyright p.right {
	float: right;
	margin: 3px 0px 0 0;
	text-align: right;
}

#copyright p.center {
	float: left;
	margin: 6px 0px 0 0;
	width: 960px;
	text-align: center;
}

#copyright p.left a {
	padding: 0 2em 0 2em;
}

#copyright a:link
{
	color: #AAAAAA;
}

#copyright a:visited
{
	color: #AAAAAA;
}

#copyright a:hover
{
color: #9E2D2F;
text-decoration: underline;
}

/* Sidebar Styles */

#sidebar h1
{
	margin: 0px 12px 20px 12px;
	padding: 0;
	border-bottom: 1px solid #333;
	font-weight: normal;
	font-size: 1.3em;
	color: #333;
}

#sidebar ul
{
	margin: 0 0 20px 7px; 
	padding: 0;
	list-style:none;
	font-size: 1.4em; 
	font-weight: normal;
}

#sidebar li {
	margin: 0 0 1px 0; 
	padding: 4px 0;  
	list-style-type: none;
	color: #000;  
    font-weight: normal;
}

#sidebar li.page_item.current_page_item a{
	color: #9E2D2F;
    font-weight: normal; 

}

#sidebar li ul {
	margin: 0; 
	padding-top: 2px;  
    font-weight: normal;
}

#sidebar li li.page_item {
	margin: 0;
	padding: 4px 0;  
    font-weight: normal;
   
}

#sidebar li.page_item {
	margin: 0 0 0 7px;
	padding: 10px 0 4px 0;  
    font-weight: normal;
}

#sidebar li.page_item.current_page_item li.page_item a:link{
    font-weight: normal;
	color: #000;
}

#sidebar li.page_item.current_page_item li.page_item a:visited{
    font-weight: normal;
	color: #000;
}

#sidebar li.page_item.current_page_item li.page_item a:hover,a:active,a:hover:visited{
    font-weight: normal;
	color: #9E2D2F;
	text-decoration: none;
}

#sidebar li.page_item.current_page_item ul li.page_item.current_page_item a:link{
    font-weight: normal;
	color: #9E2D2F;
}

#sidebar li.page_item.current_page_item ul li.page_item.current_page_item a:visited{
    font-weight: normal;
	color: #9E2D2F;
}

#sidebar li.page_item.current_page_item ul li.page_item.current_page_item a:hover,a:active,a:hover:visited{
    font-weight: normal;
	color: #9E2D2F;
	text-decoration: none;
}


#sidebar a:link
{
    font-weight: normal;
	color: #000;
	text-decoration: none;
}

#sidebar a:visited
{
    font-weight: normal;
	color: #000;
	text-decoration: none;
}

#sidebar a:hover,a:active,a:hover:visited
{
    font-weight: normal;
	color: #E46612;
	text-decoration: none;
}

/* Sidebar Nav Header Styles */

#sidebar ul.pagemain
{
	margin: 10px 30px 0px 12px;
	padding: 10px 0 0 0;
	list-style:none;
	font-weight: normal;
	font-size: 1.3em;
	color: #333333;
}

#sidebar ul.pagemain li
{
	padding: 0px;
	border-bottom: 1px solid #333;
}

#sidebar ul.pagemain li a
{
	color: #333333;
}