/*
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/
*/

/*--- Remove Comments Closed on Pages ---*/
.custom .comments_closed p {
  display: none;
}

/*--- Remove wp-admin on Pages ---*/
.custom .footer p {
  display: none;
}


/*--- Remove Headers on Pages ---*/
.custom #post-2 .headline_area {  display: none; }
.custom #post-38 h1 { display: none; }
.custom #post-43 h1 { display: none; } 

.custom #footer {text-align:center;background:#F1D46C;}

/* change background color of the header */

.custom #header_area {background:#05687F;}
	.custom #header {border-bottom:5; background:url(images/header_2.jpg) center top no-repeat; padding:0 1.1em;}

.custom #logo a {margin-left:-11px; display:block; height:170px; text-indent:-7777px;}

/* .custom #logo a {margin-left:0px; display:block; height:126px; width:212px; background:url(images/header_1.jpg) center no-repeat; text-indent:-7777px; }
*/ 

.custom #nav_area {background:#05687F;}
.custom #nav_area {background:#05687F; border-bottom:0px solid #DBD4B7; padding-top:0px;}
	.custom ul#tabs {border-bottom:0; border-color:#DBD4B7;}
		.custom ul#tabs li {border-color:#DBD4B7; background-color:#E6DEC0;}
		.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#DBD4B7;}


/*   for pdfs */
.pdful
{
list-style-type:none;
padding:0px;
margin:0px;
} 

.pdf { 
    list-style-type:none;
    background-image: url(images/arrowgold.jpeg) ;
    background-repeat:  no-repeat ;  
    background-position: 0px 5px;
    padding-left: 25px;
    margin: 3px;     
}

.alth2 {
color:#7F5600;
font-size:1.25em;  
}

.alth21 {
color:#750019;	
}

.alth3 {
font-family:Arial,Verdana,Sans-serif; font-size:1.25em; color:#05687F; margin-left:20px;font-weight: bold;	
}


.desc1
{
  text-align: center;
  font-weight: 900;
  background-color: #876536;
  width: 120px;
  margin: 2px;
}

table.awards {table-layout:fixed}

.custom h1 {

color:#00464D;
font-weight: bold;

}

.custom .sidebar h3 {font-weight: bold; color: #FFFFFF; padding: 0px 5px; background: #05687F;}

/* .custom #content {background-color:#876536;} */

p.alerts {margin-left:15px;background-color:#FFE695;padding:15px;width:440px;align:center;border:3px bordercolor:#FFE695;}

p.mission {font-family:Arial,Verdana,Sans-serif; font-size:1.00em; margin-left:34px; display:block;background-color:#ffffff;align:center;width:450px}	
}

p.updates {font-family:Arial,Verdana,Sans-serif; font-size:1.00em; margin-left:34px; display:block;background-color:#ffffff;align:center;width:450px}	
}

p.mmtc-footer {display:block;align:center}

.custom .format_text input, #commentform input, #commentform textarea {
width:auto; border:0;
}

/* Broadband Summit Styles */

#bbsj p{
   margin-left:.5em;
}


/* Applies to all lists bbsj division */
#bbsj ul, #bbsj {
  margin-left:2em; 
}

#bbsj a{
 border:none;

#stfcontainer {
width: 460px; 
padding: 5px; 
}


#stfcontleft {
width: 215px; padding: 5px; float: left;
}


#stfcontright {
width: 215px; padding: 5px;float: right;
}

#stfbottom {
width:460px;clear:both;padding: 5px;text-align: justify;
}
