/*
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/
*/

/* MORE PADDING FOR THE SIDEBAR */

.custom .sidebar ul.sidebar_list {
padding-left:1.1em;
padding-right:1.1em;
}




/*TEXT AND CONTENT AREA STYLING */

/* These are pullquotes */

.custom .format_text blockquote.right, .custom .format_text blockquote.left {border:solid #f56b05; border-width:1px 0; padding:0.786em; text-align:center; color: #f56b05;}
 
.custom .format_text blockquote { border-left: 1px solid #9FBF1E; color: #555; }

.custom #content address {color: #999999; font-size: xx-small; }

/* Lines and stuff around teasers from Kristarella mini */

.custom .post_box, .custom .teasers_box {border-top:1px solid #000;}
.custom .top {padding-top:0; border-top:0;}
.custom .prev_next {border-top:0.2em solid #000;}



/* SIDEBAR STYLING  */
.custom .sidebar h3 {
color:#333333;
}
.custom .sidebar h3 {
font-size:1.5em;
line-height:1.385em;
margin-bottom:0.392em;
}
.custom .sidebar h3 {
font-variant:small-caps;
letter-spacing:2px;
}

.custom li.widget {
font-size:1.3em;
line-height:1.385em;
}



/* SIDEBAR TEXT AND LINKS COLOR */
.custom .sidebar a {
  color: #777777;
 }
.sidebar a:hover {
  color: #3B708F;
 }



/*BNS FEATURED TAGS WIDGET */
.custom li.widget.bns-featured-tag h3 { font-size:2.0em; }
.custom li.widget.bns-featured-tag {font-size:1.4em;
line-height:1.385em; 
padding: 5px;
.custom li.widget.bns-featured-tag .ul li {
margin-bottom:0.692em;
}

}


/*KRISTALLA FULL WIDTH HEADER */

.custom #header_area {height: 137px; background:url('images/top-rpt.png') repeat; outline: none;}
	.custom #header_area .page {background:transparent;}
		.custom #header {border-bottom:0;}

.custom #header_area .page  {height: 137px; width: 97.7em; background: url('images/WMT.png') no-repeat; outline: none; }


/* This line gets rid of the site title & tagline by casting them out to the far left */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }


/* THIS MAKES THE FULL-WIDTH HEADER CLICKABLE*/

.custom #header #logo a {display:block; width:100%; height:137px;}


/* === ADD CUSTOM BACKGROUND color CSS === */

body.custom {
    background: url('images/blue-rpt.png') repeat; outline: none;}

.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 10em; background: #33332f; border: 4em solid #3e3e3a; }


.custom #container {
    margin-top: 0em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #000000;
    border: 0.4em solid #3e3e3a;
}

.custom #page {
    background: #fff;
}




/* === remove comments on the entry are closed - css === */

.format_text .to_comments {visibility: hidden;}


/* === FOOTER === */
.custom #footer {padding:1.1em 0; background-color:#eeeeee; }

.custom #footer .sidebar {border:solid #000; border-width:0.4em 0; padding-top:2.2em; margin-bottom:1.1em; float:left; width:100%;}
	.custom #footer ul.sidebar_list {}
		.custom #footer li.widget {float:left; width:23%; padding-right:2%; text-align:left; margin-bottom:22px;}






/* === NAV FROM MINI BY KRISTARELLA - top line moves the nav bar up and in to the right=== */
.custom ul.menu {border: none; margin: 0em 2em 2em 1em;}
	.custom ul.menu li {}
	.custom ul.menu li.rss {float:right;}
		.custom ul.menu li.rss a:hover {background-color:transparent; text-decoration:underline; color:#111;}
		.custom ul.menu li a:hover {text-decoration:none;}
		.custom ul.menu li.current a, .custom ul.menu li.current-cat a {border-bottom:0.3em solid #9FBF1E;}
		.custom ul.menu li.current-parent a {color:#111; background-color:#fff;}
		.custom ul.menu li.current-parent a:hover {background-color:#9FBF1E;}

/* dropdowns */
		.custom ul.menu ul {border-bottom:0;}
				.custom ul.menu ul li a {color:#fff; background-color:#9FBF1E;}
					.custom ul.menu ul li a:hover {color:#111; background-color:#9FBF1E;}
					
					.custom ul.menu ul li.current a {color:#111; background:#9FBF1E; border-bottom:0;}
		
					.custom ul.menu ul ul a {background:#000;}
					.custom ul.menu ul ul a:hover {background:#ccc;}

/* SEARCH IN NAV BAR */
.custom ul.menu li.search {float:right; margin: 0.5em 0em 0em 0em;}   


/* REMOVE BORDER AROUND MULTIMEDIA BOX */
/* #image_box img{border:none; background:#ffffff;} */

/*---:[ multimedia box ]:---*/
.custom .image_box, .custom_box { border-style: none; border-color: #fff; }
	#image_box img { background: #fff; border-style: none; border-color: #fff; }

.custom .image_box  {
background:none repeat scroll 0 0 #fff;
}

.custom .custom_box {
background:none repeat scroll 0 0 #ffffff;
}

/***COLOUR THE SIDEBAR ***/

.custom #content_box {background-color:#fff;}
.custom #content {background-color:#fff;}



/* Nav Search */
.custom ul.menu li.nav_right {
float:right;
font-size:8px;
height: 15px;
letter-spacing:0.5px;
overflow:hidden;
text-transform: none;
}

.custom ul.menu li.search {
background-color: #FFF;
border-bottom:none;
height:20px;
margin-bottom:0;
}

.custom ul.menu li.search input {
background-color: #FFFFFF;
border:2px solid #9FBF1E;
color:#333;
font-size:9px;
height:15px;
letter-spacing:0.5px;
padding:4px 10px 0 22px;
text-transform: lowercase;
width:175px;
}



/*FOR YAARP */
.custom .related_holder {display:block; height:90px; margin-bottom:10px; background:transparent url(/bg-dotts03.gif) repeat-x scroll 0 100%;}
.custom .related_pic {float:left; width:100px;height:90px;}
.custom .related_pic img {padding: 2px; margin-right:10px; margin-top:10px; border: #666666 solid 1px; display:inline;}
.custom .related_contents {float:right; width:520px; height:90px;}
.custom .related_title {font-size:12px;}
.custom .related_title a{color:#008800; text-decoration:underline;}
.custom .related_excerpt {font-size:12px;}
.custom .related_excerpt p{margin:0;}




/** SALESLETTER **/
/** STRIP IT TO BARE BONES **/
.salesletter #header { padding: 0; border-bottom: 0em; }
.salesletter #footer { padding-bottom: 0; border-top: 0em; }
.salesletter #footer { display: none; }
.salesletter #sidebars { display: none; border: none; }
.salesletter #tabs {display:none;}
.salesletter #content_box { background:none; }
.salesletter .comments_closed { display: none; }
.salesletter #content { margin: 0 auto; float: none; }

/**BUILD IT BACK UP **/

/* This code will make the page headline large, bold and centered:*/
.salesletter #content h1 { font-size:16pt; text-align:center; font-weight:bold; color:#000000 !important;  }
.salesletter #content h2 { font-size:20pt; text-align:center; font-weight:bold; color: #f56b05 !important;}
..salesletter #content h3 { font-size:15pt; text-align:center; font-weight:bold; color:#000000 !important;  }

/* This will center your content in a nice box:*/

.salesletter #container { width:650px; margin-top: 1em; border: 0.2em solid #000; }


