ear/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.custom .video_box{
	width: 300px; 
	padding: 0;            
	margin: 0;
}         

.custom #page {
	
	padding:0;
	margin:0;
            
}        

.custom #container{
	max-width:940px;
}
     
body { margin: 0px; padding: 0px; }       
body {background:#EDEDED; }  

.widget{padding:25px 20px; max-width:290px; background:#e5e5e5; margin-bottom:20px; border:1px solid #DDDDDD; text-align:left; font-family:verdana,arial,helvetica; font-size:11px; line-height:16px; text-shadow:0 1px 0 #fff;} 
     


/*  .widget{padding:25px 20px; background:#e5e5e5; margin-bottom:20px; border:1px solid #DDDDDD; text-align:left; font-family:verdana,arial,helvetica; font-size:11px; line-height:16px; text-shadow:0 1px 0 #fff;}
.widget h3 {font-size:32px; padding-bottom:10px;}
.widget ul {padding:0 10px 0 10px;}
.widget ul li{list-style:none; padding:6px 0 6px 0; border-bottom:1px dashed #CCCCCC; background:url(images/list-item-style-maroon.gif) no-repeat; background-position:0 9px; padding-left:20px;}
.widget ul.children li {border-bottom:none;}
.widget a {color:#000000; text-decoration:none;}
.widget a:hover {text-decoration:underline; color:#750000;}
.widget #calendar_wrap {background:#ffffff; border:1px solid #DDDDDD; padding:25px;}
.widget #calendar_wrap caption {font-weight:bold; padding-bottom:25px; font-size:20px; font-family:helvetica; text-shadow:0 1px 0 #fff;}
.widget table#wp-calendar {border-collapse:collapse; width:100%; text-align:center;}
*/
.custom #header {  
	border: 0;    
	background-color: #EDEDED;   
}                   
       
#twitter-badge {position:absolute; left:740px; top:-5px; background:url(images/twitter-badge-maroon.png); width:218px; height:139px;}
#twitter-badge a {display:block; width:218px; height:139px; text-indent:-9999px;}


.custom #footer {  
	border: 0;    
	background-color: #EDEDED;   
}
.custom #logo
{
	clear:both; 
	overflow:hidden; 
	text-decoration:none; 
	text-transform:uppercase; 
	color:#333333;
	letter-spacing:-2px; 
	display:inline; 
	margin:0px; 
	padding: 0px;
}
a#logo-main {    
	font-size:98px; 
}   
             
.custom .sidebar h3
{
	font-size:24px;   
	color:#000;
}                            

/* header, from aparatus */

#header {height:156px; clear:both; padding:70px 49px 0 49px; width:940px; margin:0 auto; margin-left: -55px; text-align:left; background:url(images/header-bg.gif) no-repeat bottom left; background-color:transparent; position:relative;}
#twitter-badge {position:absolute; left:740px; top:-5px; background:url(images/twitter-badge-maroon.png); width:218px; height:139px;}
#twitter-badge a {display:block; width:218px; height:139px; text-indent:-9999px;}
              

#searchform {height:40px; background:#e5e5e5; text-align:left; margin-bottom:5px; border-bottom:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-left:1px solid #DDDDDD;}
input.inputs {margin:8px 0 0 24px;}
input.go {background:#ab1515; color:#FFFFFF; font-family:rockwell, georgia; }
#twitter-entry {background:url(images/twitter.gif); width:331px; height:91px; margin-bottom:10px;}
#twitter-entry p {font-family:verdana, helvetica, arial; font-size:11px; text-align:left; padding:20px 5px 0 100px;  text-shadow:0 1px 0 #fff;}
#twitter-entry a {color:#750000; text-decoration:none;}
#twitter-entry a:hover {text-decoration:underline;}
  
/*footer*/

#footer {height:106px; clear:both; padding:40px 49px 0 49px; width:940px; margin:0 auto; margin-left: -55px; text-align:left; background:url(images/footer-bg.gif) no-repeat top left; position:relative;

}

#logo-footer {text-transform:uppercase; color:#333333; font-size:30px; display:block; margin:18px 7px 2px 0; padding:0; clear:both; text-align:right;}

 #page-nav-footer {float:right; text-align:right;}
#page-nav-footer ul li {float:left; list-style:none; line-height:8px; padding:0 8px 2px 8px; margin-bottom:3px; background:url(images/credits-sep.png) no-repeat top left;}
#page-nav-footer ul li.first {background:none;} 
#page-nav-footer ul li a {font-family:verdana, helvetica, arial; font-size:11px; color:#750000; text-decoration:none; text-shadow:0 1px 0 #fff;}
#page-nav-footer ul li a:hover {text-decoration:underline;}
/* navigation, copied from aparatus */
#wrap {width:940px; padding:0 49px 0 49px; margin:0 auto; margin-left: -55px; background:url(images/wrap-bg.gif) repeat-y; overflow:hidden;}

#navigation {clear:both; background:url(images/nav-bar-temp.png) no-repeat; height:64px; position:relative; top:-6px;}
#page-nav {height:25px; font-family:verdana, arial, helvetica; font-size:10px; font-weight:bold; padding:0 0 0 0;}
#page-nav ul li {float:left; list-style:none; padding:5px 25px 0 10px; display:block;}
#page-nav ul li a {text-decoration:none; color:#FFFFFF;}
#page-nav ul li a:hover {color:#999999;}
#page-nav ul li#welcome {padding-left:10px; padding-right:25px;}
#page-nav ul li#welcome a {color:#000000;}
#page-nav ul li#welcome a:hover {color:#750000;}
#page-nav ul li#welcome.current_page_item2 {background:url(images/page-tab.gif) no-repeat top right #b0b0b0; height:25px; color:#000000;} 
#login {float:right; padding:3px 5px 0 0; text-transform:uppercase; /*background:url(images/user-silhouette.png) no-repeat; background-position:89px 0;*/}
#login a {color:#000000; text-decoration:none;}
#login a:hover {color:#750000;}



#nav2, #nav2 ul{padding: 0;	float:left;	list-style: none;}
#nav2 {padding:0; float:left;}
#nav2 a {display:block; font-family:rockwell, georgia, helvetica, "Courier New", Courier,  arial; font-weight:bold; text-transform:uppercase; text-decoration:none; font-size:14px;}
#nav2 li {float:left; line-height:27px;  padding:0 6px 0 6px; margin-right:3px; }

#nav2 li a:hover {background: none;}
#nav2 li ul {position:absolute;	width: 15em; left: -999em; padding-top:1px;}
#nav2 li:hover ul, #nav2 li.sfhover ul {left:auto; z-index:1000;}
#nav2 li ul.children li {background: #FFFFFF; border-bottom:1px solid #dedbd1; border-left:1px solid #dedbd1;	border-right:1px solid #dedbd1;	line-height:28px; width:15em;}
#nav2 li:hover, #nav2 li.hover {position: static;}
#nav2 li ul ul {margin: -29px 0 0 15em;}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {left: -999em;}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {left: auto;}
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {left: -999em;}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {left: auto;} 

#cat-nav {clear:both; padding:0 0 0 7px;}
#cat-nav ul li.cat-item {background:url(images/cat-nav-bg.png) repeat-x; border-top:1px solid #999;  border-right:1px solid #999;  border-left:1px solid #999;}

#cat-nav ul li.cat-item a {color:#750000; text-shadow:0 1px 0 #fff;}
#cat-nav ul li.cat-item a:hover {color:#000000;}
#cat-nav ul li.cat-item.current-cat {background:url(images/cat-nav-current-bg.png) repeat-x;} 
#cat-nav ul li.cat-item.current-cat a {color:#FFFFFF; text-shadow:none;}
#nav2 li ul.children li.cat-item.current-cat {background:#ffffff;} 
#nav2 li ul.children li.cat-item.current-cat a{color:#750000; text-shadow:0 1px 0 #fff;} 
#cat-nav ul li.cat-item.current-cat ul.children li a{color:#750000; text-shadow:0 1px 0 #fff;}


/* end navigation */
                 
/* chris custom page */

.chris #content h1 {

	text-align: center;
	font-size:32px;
	font-weight:bold;
	
}
                     
.chris #content .above-email-box {
	                 
	width:600px;
	text-align:center;          
	font-size:15px;
	margin-left: 155px;
}

.chris #content .above-email-box p span{
	font-weight:bold;
}

.chris #content .question {
	font-style:italic;
	font-weight:bold;
}

.chris #content .call-to-action-squeeze {
	margin-left:118px;
	width:680px;
	background-color:#EDEDED;    
	height: 550px;
	border: 1px solid;
	padding-left:20px;
	
}   

.chris .squeeze-video {
	             
	padding-top:10px;         
	background-color:#EDEDED;  
	float:left;
	width:300px;
	height: 400px;
        text-align:center;
	
}                        
.chris .squeeze-video h3 {
	              
	text-align:center;
	font-size:24px;
	font-weight: bold;   
	margin-bottom:30px;
}

.chris .squeeze-text{
	float: left;    
	margin-left: 40px;      
	width:300px;
	padding-top:25px; 
	padding-right:20px;  
	
	background-color:#EDEDED;
	
}
	
.chris .subscribe-form {
}

.chris #twitter-badge {
    display: none;	

}


.chris #navigation{
	
	height:5px;
	overflow:hidden;
}
.chris #header{
	height:125px;
	overflow:hidden;
}  

.chris fieldset{
	border: 1px solid #000;
	width: 20em ;

}
.chris legend {
	color: #f4e9e9;
	background: #be4848;
	border: 1px solid #7a0505;
	padding: 2px 6px;
	margin-left: 10px;
    
}