/*
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/
*/

/*make font bold*/

.custom .menu { font-weight: bold; width: 100%; text-align: center;}



/*remove border from blockquote*/
.custom .blockquote { border: none ;  }

/* Header ad defaults*/

.custom #leaderboard_ad { float: right; position: absolute; width: 300px; height: 250px; top: 57px; left: 690px; }

#footer{
background: #eeeeee;
}
.custom #footer {
height: 100%;
width: 100%;
border-top:2em solid #9c9c9c;
background: #eeeeee;
padding:0em;
}
.custom #footer a{
border-bottom: 1px none #cccccc;
}
.custom #footer {
text-align:center;
}
/* footer widget area setup */
#footer_setup {
/* widgetized footer background (not footer background) */
background: #444343;
/* widget padding */
padding:1.5em;
/* margin at bottom of widgets */
margin-bottom: 25px;
/* do not change this! */
overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
/* contents alignment */
text-align: left;
/* widget width */
width: 33.3%;
/* space between widgets */
padding-right: 0px;
/* text color */
color: #2361A1;
/* do not change these! */
display: inline-block;
float: left;
height: 100%;
}

/* widget item headers http://adwordsshop.com/wp-admin/admin.php?page=thesis-file-editor*/
#footer_setup .footer_items h3 {
/* font size */
font-size: 1.5em;
/* bold or not */
font-weight: bold;
/* uppercase or not */
text-transform: uppercase;
/* space out the letters*/
letter-spacing: 0px;
/* font color*/
color: #ffffff;
/* padding under header text */
padding-bottom: 3px;
/* border under header text */
border-bottom: 3px none #ffdf00;
/* distance between border and widget text */
margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style:none;
font-size:1.4em;
line-height:1.5em;
}
#footer_setup .footer_items ul { margin: 1em; padding: 0px; }


/* Color the sidebars all way down*/

.custom #content_box {background-color: #fffeed; }
.custom #content {background-color: #fefff7;}

/*To CREATE WIDGETS  paste in custom.css file***/
.custom #widgetname ul.sidebar_list li.widget h3 {text-indent:0; padding-top:0.2em; color:#111; font-size:15px; font-family:georgia; background:none;}
.custom #widgetname ul.sidebar_list { margin:0em;}
.custom #widgetname ul.sidebar_list li.widget  {font-size:1em;}
.custom #widgetname { width:7em; float:right; }

/* SAVE THIS IN CUSTOM.CSS FILE */
/* custom  sitemap and archives page */
.custom .archives h3 {margin-top: 0;}
.custom .archives ul {font-size: .85em; }
.custom .sitemapl { float: center; width: 100%;}

/* WP-PageNavi 2.60 */									
	
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #CC9787;
	color: #CC9787;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #CC9787;
	color: #CC9787;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #FF3912;
	color: #FF3912;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #CC9787;
	color: #CC9787;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #753F2F;
	border: 1px solid #753F2F;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #753F2F;
	color: #753F2F;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border: 1px solid #753F2F;
	color: #753F2F;
	background-color: #FFFFFF;
}

/* borders  */
.custom #content {border-left: 1px dotted #ABABAB;
margin-right: -1px;
}

/* Feature Box Styling */
.custom #feature_box {
	background:#FEFFF7;
}

/* bg mm box */

.custom #custom_block {
	background-color: #FFFEED;
}


/* for adsense */

.custom .adsense { text-align: center}

/* substitute headers on pages */

.about #header { height: 250px; background:url(images/header_about.gif) no-repeat; margin-top: 10px;}
.contact #header { height: 250px; background:url(images/header_contact.gif) no-repeat; margin-top: 10px;}
.site_map #header { height: 250px; background:url(images/header_site_map.gif) no-repeat; margin-top: 10px;}
.privacy_policy #header { height: 250px; background:url(images/header_privacy_policy.gif) no-repeat; margin-top: 10px;}
.categories #header { height: 250px; background:url(images/header_categories.gif) no-repeat; margin-top: 10px;}
.terms #header { height: 250px; background:url(images/header_terms.gif) no-repeat; margin-top: 10px;}

/* carosel */

#topcarousel {border:2px solid #efefef; padding: 0px;padding-left:20px;}
.carouselu {width:150px;float:left;padding:3px;text-align:center;}
.carouselu IMG {border:4px solid #ccc;display:block;}

/* slideshow */

.custom .slideshow .slide { display: block; height: 30.5em; width: 40.7em; outline: none; }
.custom .slideshow #slide1 { background: url('images/lakeberleyday.gif') no-repeat; }
.custom .slideshow #slide2 { background: url('images/lakeberleygriffnight.gif') no-repeat; }
.custom .slideshow #slide3 { background: url('images/capitalhill.gif') no-repeat; }
.custom .slideshow #slide4 { background: url('images/balloonslbg.gif') no-repeat; }
.custom .slideshow #slide5 { background: url('images/oldnewparliament.gif') no-repeat; }
.custom .slideshow #slide6 { background: url('images/tulipgarden.gif') no-repeat; }

/*  logo in header */

.custom #logo {background-image: url('images/logo01.gif'); background-repeat: no-repeat; width: 191px; height: 169px; text-indent: -9999px; position: absolute; }
.custom #logo a {width: 191px; height: 169px; display: block; outline: none;}

/* rotating header-image posts only */

.custom .header-image { align: right; position: absolute; }