/*
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 a:hover { color:#E04E21;text-decoration:underline; }


.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.container {
	margin:0 auto;
	padding:0;
	width:941px;
	height:auto;
}
.left {
	float:left;
}
.right {
	float:right;
}
#pages-top {
	margin:0;
	padding:8px 0;
	width:auto;
	height:auto;
	background:#2c4a6c url(images/pages-top.gif) repeat-x bottom center;
	border-bottom:1px solid #4e6d8e;






/* Remove padding around the Navigation Bar */
.custom #header_area .page {
  padding:0em;
}
.custom .menu {
  background-color:#333333;
  border-bottom:none;
  margin-left:-1.0em;
  margin-right:-1.0em;
}

.custom #header { 
padding: 8; border-bottom:none;

}

/ *Singh added for Multimedia box */

.custom #multimedia_box 
	{
 background-color: #FFFFFF;
	}
.custom #custom_block {
background-color: #FFFFFF;
}

.custom div.adblock img {
padding-left: 30px;
border:2px solid #797979;
display: inline;
}
.custom div.adblock a:hover img {
padding: 1px;
border:2px solid #Ab4119;
}
.custom .cenx {
text-align: center;
}




/*Added on July 2010 */
/* Custom Header Styling */

#joeheader {width: 100%;height: 165px;margin: 0px 0px 0px 0px;}
#joelogo{width:968px;height:85px;background:#fff;margin:auto;}
#joead{text-align:center;padding:15px 0 7px 0;}
#joead2{float:right;padding:10px 10px 0 0;}
#joead3{padding:5px 0 0 0px;margin:0px auto 0px auto;width:968px;background:#666666;height:20px;}
#gsearch{float:right;height: 25px;}
.logo{float:left;border:0px;padding:0 0 0 5px;}

/*Pages Navigation*/
#nav {background-color: #198dc9;width: 968px;height:30px;overflow:hidden;margin:0 auto 0 auto; } 
     #nav ul {margin: 0px 0px 0px 0px;height: 30px;padding-left: 10px;float: left;width:750px;}
     #nav li {float: left; margin: 0 10px 0 0;}
     #nav li a:link, #nav li a:visited {color: #FFF;padding:0 5px;display: block;height: 30px;line-height:30px !important;float: left;font: normal small-caps bold 13px Arial;text-shadow:0 0 3px #333333;}
     #nav li a:hover {overflow:hidden;background: #0F4F7E;}
/*Secondary Page Navigation*/
	    #secnav, #secnav ul {padding: 0;margin: 0;list-style: none;}
	    #secnav a {display: block;line-height: 25px;padding: 0 20px 0 20px;color: #fff;}
	    #secnav li:hover, #secnav li.sfhover1 {background: #0F4F7E;cursor: pointer;overflow:hidden;}
	    #secnav li:hover span, #secnav li.sfhover1 span {color: #0080ff;}
	    #secnav li {float: left;font-size: 12px;}
/* Style drop down list */

	   #secnav li ul {position: absolute;width: 16px;left: -999em;margin-top:30px;}
	   #secnav li li {font-weight: normal;}
/*IE Issue Drop Down for "left:auto"*/
     	   #secnav li:hover ul, #secnav li.sfhover1 ul {left:auto;}
	   #secnav li ul li a {background-color: #198dc9;border:1px solid #6FADFF; font-size: 12px;width: 150px;}
	   #secnav li ul li a:hover {background-color: #0D82D6;color:#fff;}





/* Code to remove the Header Text and Tagline
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

*/

.custom #container { 
width:100.8em; 
}

/* remove the border line between content and Sidebar - Author
*/
.custom #content_box { 
background:none;
}


#sidebars h3 {
background-clip:border;
background-inline-policy:continuous;
background-origin:padding;
box-shadow:3px 3px 10px #888888;
background:#BB6A10 url(images/sidebar_header.png) repeat-x scroll 0 0;
color:#000000;
margin:0;
padding:3px;
width:auto;
}

/* Added for Teaser Width 
*/
.teaser { width:24.9em; }
style.css (line 803)
.teaser {
float:left;
}
style.css (line 32) * {
margin:0;
padding:0;
}
style.css (line 20)
html, div, map, dt, isindex, form {
display:block;
}


.custom #footer {
  text-align:center;
}
.custom #footer ul,
 .custom #footer li {
  display:inline;
}



