/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the &lt;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/
*/

body.custom {
    background: #f3f3f3;
}

.custom #page {
    background: #f3f3f3;
}

.custom #content {
    background: #ffffff;
    margin-top: 9px;
}

.custom #sidebar_1 .sidebar_list li {
    background: #ffffff;
}

.custom .toplinks {
	height:32px;
        margin-top: 4px;
	}

.custom .textwidget {
	padding-top: 10px;
	}

.custom #navlist li a{
	line-height: 1.1em;
	}



/* Start Menu  */
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.preload1 {background: url(../../../../../images/sitefiles/blank_over.gif);}
.preload2 {background: url(../../../../../images/sitefiles/blank_overa.gif);}

.menu2 {padding:0 0 0 0px; margin:0; list-style:none; height:36px; background: url(../../../../../images/sitefiles/blank2.gif); position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
.menu2 li.top {display:block; float:left;}
.menu2 li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#fff; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(../../../../../images/sitefiles/blank.gif);}
.menu2 li a.top_link1 {display:block; float:left; height:36px; line-height:27px; color:#fff; text-decoration:none; font-size:12px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(../../../../../images/sitefiles/blank1.gif);}
.menu2 li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:36px;background:url(../../../../../images/sitefiles/blank.gif) right top;}
.menu2 li a.top_link1 span {float:left; display:block; padding:0 24px 0 12px; height:36px;background:url(../../../../../images/sitefiles/blank1.gif) right top;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:36px; background:url(../../../../../images/sitefiles/blanka.gif) no-repeat right top;}
.menu2 li a.top_link:hover {color:#fff; background: url(../../../../../images/sitefiles/blank_over.gif) no-repeat;}
.menu2 li a.top_link1:hover {color:#fff; background: url(../../../../../images/sitefiles/blank_over1.gif) no-repeat;}
.menu2 li a.top_link:hover span {background:url(../../../../../images/sitefiles/blank_over.gif) no-repeat right top;}
.menu2 li a.top_link1:hover span {background:url(../../../../../images/sitefiles/blank_over1.gif) no-repeat right top;}
.menu2 li a.top_link:hover span.down {background:url(../../../../../images/sitefiles/blank_overa.gif) no-repeat right top;}

.menu2 li:hover > a.top_link {color:#fff; background: url(../../../../../images/sitefiles/blank_over.gif) no-repeat;}
.menu2 li:hover > a.top_link span {background:url(../../../../../images/sitefiles/blank_over.gif) no-repeat right top;}
.menu2 li:hover > a.top_link span.down {background:url(../../../../../images/sitefiles/blank_overa.gif) no-repeat right top;}

.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible; position:relative; z-index:200;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}


.menu2 :hover ul.sub2 {left:0; top:31px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:225px; height:auto; z-index:300;}
.menu2 :hover ul.sub2 li {display:block; height:20px; position:relative; float:left; width:225px; font-weight:normal;}
.menu2 :hover ul.sub2 li a {display:block; font-size:11px; height:20px; width:225px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}
.menu2 :hover ul.sub2 li a.fly {background:#fff url(../../../../../images/sitefiles/arrow.gif) 115px 7px no-repeat;}
.menu2 :hover ul.sub2 li a:hover {background:#3a93d2; color:#fff;}
.menu2 :hover ul.sub {left:0; top:31px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:135px; height:auto; z-index:300;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:125px; font-weight:normal;}
.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:135px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}
.menu2 :hover ul.sub li a.fly {background:#fff url(../../../../../images/sitefiles/arrow.gif) 115px 7px no-repeat;}
.menu2 :hover ul.sub li a:hover {background:#3a93d2; color:#fff;}
.menu2 :hover ul.sub li li a:hover {background:#3a93d2; color:#fff; width: 155px;}
.menu2 :hover ul.sub li a.fly:hover {background:#3a93d2 url(../../../../../images/sitefiles/arrow_over.gif) 115px 7px no-repeat; color:#fff;}
.menu2 :hover ul li:hover > a.fly {background:#3a93d2 url(../../../../../images/sitefiles/arrow_over.gif) 115px 7px no-repeat; color:#fff; } 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:120px; top:-4px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:155px; z-index:400; height:auto;}


/* End Top Horizontal Menu, Begin Vertical Menu  */


#navcontainer { margin-left: 0px; width: 188px;}


#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0 0 0px 0; width: 188px; }

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 188px;
color: #fff;
background-color: #378cc7;
text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
background-color: #206fa6;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 0px 0; padding: 0 0 0 0px; }

#navcontainer ul ul a
{
display: block;
padding: 4px 5px 4px 30px;
width: 173px;
color: #000;
background-color: #fff;
text-decoration: none;
}

#navcontainer ul ul a:hover
{
color: #fff;
background-color: #378cc7;
text-decoration: none;
}

/* End Menus  */







.custom h5 {
	text-transform:none;
}
.custom h5 a:link {
	color:#000000;
	text-decoration:none;
        font-weight: bold;
	}


.custom a:link, a:visited {
	color:#1B6DA9;
	text-decoration:none;
        font-weight: bold;
	}
.custom a:hover {
	text-decoration:underline;
	}

.custom #leaderboard_ad {
float: right;
position: absolute;
width: 728x;
height: 90px;
top: 40px;
padding-left: 22.1em;
}

.custom #header {height:54px; background: url('../../../../../images/logo.jpg') no-repeat; background-position:bottom left;  border:none; padding-top: 2.0em;}

#page { padding-top: 3px; }

/*#recent-posts-3 {
	background: #FFFFFF;
	border: 1px solid #1B6DA9;
	line-height: 1.4em;
	padding: 0.0em;} 
       

#recent-posts-3 li {
	padding-left: 0.9em;
}
*/
       
/*common css code for different color in each sidebar heading */


.custom ul.sidebar_list li.widget {
border: 1px solid #1B6DA9;
margin-bottom: 10px;
}

.custom ul.sidebar_list li.widget li{
padding-left: 8px;
}


.custom ul.sidebar_list li.widget h3{
color:#fff; 
background:#1b6da9 url(../../../../../templates/alledia_bolt/images/blue.png) 0 -28px repeat-x;
text-transform: lowercase; 
font-weight: bold; 
line-height: 1.5;
padding-left: 10px;
letter-spacing: 0px;
}

.sidebar ul.sidebar_list { 
padding-right: 0.1em; 
padding-left: 0.1em; 
padding-top:10px;
}

.banner_ads {margin-top: -0.3em; margin-bottom: -0.5em;}
.banner_ads img {margin: 1px;}


.banner_ads1 {
position: absolute;
top: 5px;
padding-left: 221px;
margin: 0;
}

#footer {
        color:#fff;
	line-height:22px;
        position:relative;
	background:#fff url(../../../../../blog/wp-content/uploads/blogfooter.gif) 0 repeat-x;
	}

#powered_by h3, #rightcol h3 {font-size: 1.8em; letter-spacing: normal; padding-top: 15px;}

#powered_by {background: #FFFBCC; border: 1px solid #E6DB55; float:
left; margin: 5px 5px 5px 15px; padding: 19px 10px; -moz-border-radius: 7px;
-webkit-border-radius: 7px; width: 45%;}

#powered_by img {border: 0px solid #e2dede; float: right; margin-right: 1.5em;}

#powered_by {float: left; width: 93%;}

#powered_by a {color: #000000;}

#powered_by p {font-size: 14px; line-height: 1.5em; padding: 10px 1em 10px 0;}

#powered_by h3 {padding: 0;}

#powered_by ul {list-style-position: inside; list-style-type: square; margin-left: 1em;}

#powered_by ul a {border-bottom: 1px solid #000000; font-size: 14px;}

#powered_by ul a:hover {border: 0;}

#powered_by li {margin-bottom: 10px;}


/* Author Archive Page ****/
.authorarchive {background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; padding: 1.5em; min-height:77px;}
.authorarchive img {border: 1px solid #e2dede; padding: 4px; float: left; margin-right: 1.5em;}
.authorarchive h4 {color: #666; font-size: 2em; margin-bottom: 5px;}
.authorarchive p {color: #515151; font-size: 13px; margin-bottom: 12px;}
.authorarchive p.hlight {font-size: 11px; text-transform: uppercase;}
.authorarchive p.hlight span {color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px;}


