/*
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/
*/

/*  CUSTOMIZE PROMO BOX More code in PHP */
.custom div.promobox2 { border-top: 1px solid #000080; border-bottom: 1px solid #2361A1; background-color: #FFF1BA; color: black; padding:.2em .5em .1em .5em; margin-bottom: 0.2em; margin-left: 0.35em; margin-right: 0.2em;}
.custom div.promobox2 H3{ margin-top:0em; margin-bottom:0em;}
.custom div.promobox2 a:hover img {border:3px solid #bebebe;}
.custom div.promobox2 a img {border:3px solid #CCE1F5;}
.custom div.promobox2 img {padding: 0px; }



div.comments_closed p {display:none;}

.custom div.format_text p.to_comments {display: none;}

.custom #header #logo a{color: #0B0B61;}
.custom #header #tagline {color: #333333;}

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 185px; width: 1058px; background: url('images/NJMB121209_4.jpg') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }


.custom #sidebar_2 .widget {
  margin-bottom: 13px;
  }

.custom #sidebar_1 .widget {
  margin-bottom: 13px;
  }
   
}

.dropcaps {
font-family: Georgia, Times New Roman, Serif;
font-weight:bold;
float:left;
line-height:30px;
font-size:36px;
padding: 3px 3px 0 0;
}
 

#random-posts li {
	background: #fff;
	border: 1px solid #f9f9f9;
	line-height: 1.2em;
	-moz-border-radius: 5px;
font-color: #000080;
font-weight:bold;
	padding: 0.1em;
	-webkit-border-radius: 5px;
overflow: hidden; 
}

.clear { clear: both }

#recent-posts img { float: left; padding-right: 8px; }

#recent-posts div.right { color: #baaf2e; float: right; font-size: 11px; text-transform: uppercase; }


/* add an underline beneath the post and page titles */
.headline_meta { border-bottom: 1.5px solid #930426; }

.custom #nav_area {background:#fff; border-bottom:1px solid #C1FFC1; padding-top:5px; padding-bottom:5px}
	.custom ul#tabs {border-bottom:1px; border-color:#C1FFC1;}
		.custom ul#tabs li {border-color:#DBD4B7; background-color:#808000;}
		.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#FFff00;}




.custom a, .custom a:visited { color: #000080; }
.custom .teaser { text-align: justify; }



.custom #sidebar_2 {background: #fff;}

 /* change the author comment color in the post  */

dl#comment_list .bypostauthor { background: #fff; }

.bypostauthor {
background-color: #E7F8FB !important;
}



/* change the color of post titles  */
.custom h2 a {color: #0B0B61; }

.custom a:hover { color: #8B0A50; }




/* change the color of rotator background */
.custom #image_box {background:#fff }

/* change the color of rotator area background if using custom code instead of rotator */
.custom #custom_box {background:#fff; }

/* change the color of rotator area background if using video box instead of rotator */
.custom #video_box { background-color: #abcdef; }

/* center multimedia box */

#image_box{text-align:center;}

/*  remove the gray background and the bottom border in the custom_box at the same time */
#custom_box{text-align:center;background:transparent;border-bottom:none;}


/* Bring attention to my widget */
.custom #widget_content {
background: #fff;
color: #000;
padding-left: 1em;
-moz-border-radius:5px;
-webkit-border-radius:5px ;
border-radius:5px ;
padding: 1em 0em 1em 1em;
border: 4px solid #777777;
}


.custom #widget_content .widget_icon {
float: right;
margin-right: 0.5em;}

.custom li.widget .my_widget_header {
background: #ffcc00;
-moz-border-radius:5px;
-webkit-border-radius:5px ;
border-radius:5px ;
}




.custom li.widget .my_widget_header h3 {
color: #111111;
font-size: 1.5em;
text-align: center;
}
/* end Bring attention to my widget */
}

/* rounded corners */
.custom #nav_area ul li { 
-moz-border-radius: 10px ; 
-webkit-border-radius: 10px ; 
border-radius: 10px ; 
}

/* rounded navigation corners */
custom ul#tabs li {
-moz-border-radius: 5 px;
-webkit-border-radius: 5px;
border-radius: 5px;



/* use this code to keep the post title the same color after clicking on it */
.entry-title { color: #031560; }


.custom .widget_recent_entries {background:#08088a;} 

.custom .widget_text {color: #08088A;}

.post {padding: 1px 1px 1px 1px; }



/* bold sidebar titles  */
#sidebars h3 { font-weight:bold; }

/* color sidebar background titles  */
.custom li.widget h3 {
background:#930426;
}

/* color widget titles  */
.custom li.widget h3 {
color: #fff;
}



body.custom {
background: #fff;
}

.custom #content_box {
margin-top: 2em;
margin-bottom: 2em;
padding: 0.3em;
background: ##339900;
border: 0.2em solid #848484;
}

.dropcaps {
font-family: Georgia, Times New Roman, Serif;
font-weight:bold;
float:left;
line-height:30px;
font-size:36px;
padding: 3px 3px 0 0;
}


/*  CUSTOMIZE MY POST AVATAR */



.custom .ad_block {
float:left;
height:100%;
margin:5px 0 0;
padding:0 0 0 0;
width:315px;
}

.ad_block ul {
margin:0;
overflow:hidden;
padding:0;
}

.ad_block li {
background:#FFFFFF none repeat scroll 0 0;
display:block;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px 5px 0;
overflow:hidden;
padding:8px 9px;
width:125px;
}


.video {float: left; margin-right: 15px;}


