/*
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/
*/

@import url(http://fonts.googleapis.com/css?family=Lobster&v2);

* {  font-family:CartoGothicStdBook, 'droid sans',tahoma, arial, verdana; color:#333; }

/* body { margin:20px auto; background:url(http://wprockers.com/wp-content/uploads/2010/07/wprockers-bc.jpg);   } */

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('CartoGothicStd-Book-webfont.eot');
    src: url('CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('CartoGothicStd-Book-webfont.woff') format('woff'),
         url('CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

body { margin:20px auto; background:url(http://wprockers.com/wp-content/uploads/2011/09/blue-bg.png);  font-family:CartoGothicStdBook;   }
blockquote { border-left: 3px solid #E31700; font-style:italic; font-size:.97em; }

.custom #container { border:5px solid #1F4D82; }

.custom #header { padding:10px; border-bottom:0px; }
.custom #logo a { color: #E31700; margin:3px; font-family: 'Lobster', Tahoma, arial, serif; text-shadow:1px 1px 1px #000; font-weight:normal; font-size:45px; }
.custom #logo a:hover { color: #0000ff; }

.custom .menu { border-bottom:1px solid #ccc; font-weight:bold; }

.custom #content { }
.custom #content .post_box .format_text h2 { border-bottom:1px dashed #dedede; border-top:1px dashed #dedede; padding-top:4px; padding-bottom:1px; }
.custom #content .post_box .format_text h3 { font-weight:bold; font-family:1.05em;  }
.custom .post_box ul li, .custom .post_box ol li {
	margin-bottom:.5em;
}
.custom code { padding-right:4px; padding-left:4px; }

.custom .teasers_box .format_teaser { margin-top:.9em; }
.custom .teasers_box h2 { line-height:1.4em;  }
.custom .teasers_box h2 a { color:#E31700; text-decoration:underline; font-weight:bold; }
.custom .teasers_box h2 a:hover { color:#0000ff; }


.custom .comment { line-height:1em; }
.custom .cluv { font-size:.9em; }

.custom .post h1, .post_box h1 { color:#E31700; display:block; padding:3px 0px 3px 0px; font-weight:bold; }
.custom .post_box div.custom_post_meta { border-top:1px dashed #dedede; border-bottom:1px dashed #dedede; padding:5px; font-size:1.2em; margin-bottom:3px; overflow:auto; }
.custom .post_box .custom_post_meta a { text-decoration:none; border-bottom:0px; }
.custom .photo-credit { text-align:right; font-family:courier; font-size:.95em; font-style:italic; }
.custom .post .entry-content a, .post_box .format_text a { text-decoration:none; border-bottom:1px solid #dedede; }
.custom .post .entry-content a:hover, .post_box .format_text a:hover { border-bottom:1px solid #E31700; }

.custom #sidebars { }
.custom .sidebar {  }
 .custom .sidebar h3 { text-align:center; display:block; color:#000; padding:5px 0px 5px 0px; text-transform : none; font-weight:bold; background-color : #dedede;  } 
.custom #sidebars .ads { border:5px solid #fff; margin:0px; }
.custom #sidebars .ads:hover { border:5px solid #dedede; }

/*li.widget ul li {
border-bottom:1px solid #DDDDDD;
display:block;
margin:0; 
padding:0.5em;
}
 
 li.widget ul li:hover {
background:#DDDDDD;
display:block;
margin:0;
padding:0.5em;
} 

.custom li.widget {  }
.custom li.widget {  }
.custom li.widget a:hover { color:#222222; background: none; }
 */



.custom .image_box { border-width:0px; }

.custom #footer { border-top:1px solid #ccc; }
.custom #footer p { }


/**

@font-face {
    font-family: GraublauWeb;
    src: url(GraublauWeb.otf) format(truetype);
}
@font-face {
    font-family: GraublauWeb;
    font-weight: bold;
    src: url(GraublauWebBold.otf) format(truetype);
}

.custom #content .post_box .format_text h3, .post_box .headline_area h1, .teaser h2 a {
font-weight:bold; font-family:17px;
    font-family:GraublauWeb, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:#E31700;
}



p {
    font-family:GraublauWeb,Verdana, Arial, Helvetica, sans-serif;
}

a {
    color:#CC0000;
    text-decoration:none;
}

**/



.custom #disqus_thread { width:95%; }

.custom .tabs td { padding:8px; border:1px solid #dedede; vertical-align:top; }
.custom .odd1 { background:#efefef; }

.custom .button { padding:3px 10px 3px 10px; font-weight:bold; font-size:1.2em; cursor:pointer; width :130px; height:45px; border:0; background:#999; }
.custom .button:hover { color:#fff; background:#333; }

.custom .avatar img {
    margin-right: 0.833em;
}

.custom .avatar img {
    float: left; margin-left:0;
}

.custom #respond_intro p { font-size:30px; font-weight:bold; color:#111; letter-spacing:-.08em; }

#twitter_update_list { background-image:url(http://wprockers.com/wp-content/uploads/2011/07/twitter_icon.png); background-position:right top; background-repeat:no-repeat; padding-right:50px; height :63px; padding-top:7px; }
#twitter_update_list span { font-size:14px; }
#twitter_update_list li { list-style-type: none; }


.search .cse input.gsc-search-button, input.gsc-search-button { width :100px; }
.search .post .entry-content a, .post_box .format_text a { border-bottom:0px; }
.search .post .entry-content a:hover, .post_box .format_text a:hover { border-bottom:0px; }



.custom #emailsubs { border:1px solid #dedede; background:#EAFFE8; padding-top:20px; padding-right:20px; padding-left:20px; padding-bottom:10px; width :95%; -moz-border-radius: 10px; -webkit-border-radius: 10px; margin:3px auto; }
.custom #subsbutton { background:#000; color:#fff; text-align:center; border:1px solid #000; }


.custom #promohelp { border:1px solid #dedede; background: url(http://wprockers.com/wp-content/uploads/2011/10/help.png) #EAFFE8; background-position:left top; background-repeat:no-repeat; padding:10px 15px 10px 75px; width :85%; -moz-border-radius: 10px; -webkit-border-radius: 10px; margin:3px auto; min-height:20px;  }
.custom #promohelp h3, #promohelp p  { margin:0px; }

.custom .headline_meta { font-style:normal; margin-bottom:10px; font-size:12px; }

.custom .post .entry-content h3 { margin-top:0px; margin-bottom:0px; }

/******* lightbox styling ******/
.custom .format_text .wp-caption a { text-decoration:none; }
.custom .format_text img.frame, .custom .format_text .wp-caption { padding:0px; border-width:2px; }
.custom .wp-caption { background:#fff; }
.custom .format_text img.center, .custom .format_text img.aligncenter, .custom .wp-caption.aligncenter { }

/*** wpsyntax ***/
.custom .wp_syntax { font-size:13px; scrolling:no; }
.custom .wp_syntax pre span { font-family:'courier new'; }

.custom #sharebar { opacity:0.9; filter:alpha(opacity=90); }
.custom #sharebar:hover { opacity:1; filter:alpha(opacity=100); }

.custom #before-footer { padding:10px 0 5px 0; border-top:1px solid #dedede; display:block; }
.custom #before-footer img { opacity:0.8; filter:alpha(opacity=80); border:5px solid #999; margin-right:5px;  }
.custom #before-footer img:hover { opacity:1; filter:alpha(opacity=100); }


/**** sidebars ****/
.custom #sidebar_1 .widget { margin-botto:10px; }

.custom .prev_next { font-weight:bold;  border:.1em 0 0; }

.custom .sidebar-ads img { opacity:0.8; filter:alpha(opacity=80); border:4px solid #999; margin-right:4px; }
.custom .sidebar-ads img:hover { opacity:1; filter:alpha(opacity=100); }


/*** Google News Plugin ***/

.custom #google-news-inline li { list-style:none; }
.custom #google-news-inline h3 { display:none; }
