/*







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: &lt;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/







*/













/* This line sets up our clickable background image based on the site title's link */







    /* Adjust the height & width below to reflect the actual size of your image */







    /* Change the filename of your image to reflect the actual header's file name */







    .custom #header #logo a { display: block; height: 321px; width: 960px; background: url('images/newnew-header.jpg') no-repeat; outline: none; }







 



.custom .welcome h3 {font-size: 60px; color: #000000; padding: 0px 5px; background: #59843d;}























    /* 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 line collapses the vertical space of the tagline so that there isn’t unnecessary white space after the header image */







    .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 .sidebar h3 {font-weight: bold; color: #FFFFFF; padding: 0px 5px; background: #59843d;}































.custom #header, #footer { padding-right: 1.1em; padding-left: .1em; }







.custom #header { padding-top: .2em; padding-bottom: .2em; }







.custom #elegant.style color: 000000























/* AUTHOR BOX */







.custom #comments { clear: both; }







.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }







.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }







.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }







.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }







.postauthor p.hlight { font-size: 11px; text-transform: uppercase; }







.postauthor p.hlight span { color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }







/* BOXES */







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







#similar { float: left; width: 50%; }







#similar p { margin-bottom: 15px; padding: 10px 2.5em 10px 10px; }







#similar a { font-size: 1.4em; border-bottom: 1px solid #CB3131; line-height: 1.5em; }







#similar a:hover { border: 0; }







#similar h3 { padding-left: 10px; }







#similar span.date { color: #888; letter-spacing: 1px; text-transform: uppercase; }







#rightcol { float: right; width: 50%; }







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







#rightcol h3 { padding: 0; }







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







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







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







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







#subscribe { background: #FFFBCC; border: 1px solid #E6DB55; float: right; margin: 15px 15px 0 15px; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }







#custom { background: #E4F2FD; border: 1px solid #C6D9E9; float: right; margin: 15px; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }















/* Banner Ad in the Header */







.custom #leaderboard_ad {







  float: right;







  position: absolute;







  width: 468px;







  height: 60px;







  top: 25px;







  left: 675px;







}




/* popup window*/

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:300px;
z-index: 9002;
