/*http://yobrando.com/test/wp-admin/admin.php?page=thesis-file-editor&updated=true&file=custom.css
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <;body&gt; 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/
*/

/*Modifies the font for the headline*/
@font-face {
font-family: Vera;
src: url(fonts/VeraSerif.ttf);
}


/* Headline Links - note: fix this for webkit, because webkit is stupid beyond belief*/
.headline_area h2:first-letter, .headline_area h1:first-letter {
border: solid 1px #000;
font-size:300%;
float: left;
}

.headline_area h2, .headline_area h1 {
font-family: Vera;
font-size:3.5em;
float: right;
}

/*Headline Link Colors*/
.custom .headline_area h2 a:hover, .custom .headline_area h1 a:hover, 
.custom .headline_area h2 a:visited, .custom .headline_area h1 a:visited,
.custom .headline_area h2 a, .custom .headline_area h1 a{
color: #000;
font-family: Vera;
font-weight: light;
}

/*headline link colors for teasers*/
.custom .teasers_box .entry-title a{
color: #000;
font-weight: light;
}

.custom .teasers_box .entry-title .edit_post a.post-edit-link {
color: #000;
}

/*gets rid of all the fucking random-ass padding thesis adds for some stupid, unknown reason and then doesn't even have the decensy to tell you it's there or how to access it. You just have to go on a fucking duck-hunt for the shit*/
.full_width .page { width: 873px; margin: 0 auto; padding-right: 0em; padding-left: 0em; position: relative; }
.custom #content_box { width: 873px; position: relative;  }
.custom #content { width: 728px; float: right; }
.custom #sidebars { width: 145px; border: 0; float: left;}
.post_box, .teasers_box, .full_width #content_box .page { margin-left: 2em; }
.teasers_box {
	width: 650px;
border-top: dotted 2px #000;
}

.custom .teaser {
	width: 300px
}

.custom .sidebar ul.sidebar_list {
	margin: 0px; padding-right: 0px; padding-left: 0px; padding-top: 0px; padding-bottom: 0px;
}
/*custom background, body, and all that crap */
.custom #header #logo, .custom #header #tagline {
text-indent: -9999px;
}

.custom a, .custom a:visited {
color: #000;
font-weight: bold;
}
.custom #header #logo a { 
	display: block;
	height: 394px; 
	width: 835px; 
	background: url('http://bbenoit33@yobrando.com/wp-content/themes/thesis_17/thesis_17/custom/images/logo.png') no-repeat; 
	outline: none; 
	position: relative;
	top: 0em;
	}

.custom #header {
	padding: 0em;
}


body.custom {
background: #fff url('http://bbenoit33@yobrando.com/wp-content/themes/thesis_17/thesis_17/custom/images/bg.png');
}

.custom .full_width .page
{
background: #fff url('http://bbenoit33@yobrando.com/wp-content/themes/thesis_17/thesis_17/custom/images/bg.png');
}

.custom #header
{
background: #fff url('http://bbenoit33@yobrando.com/wp-content/themes/thesis_17/thesis_17/custom/images/bg.png');
}

/*sidebar and content top borders*/

.custom #content {
border-top: solid 5px #000000;
}

.custom #sidebar_1 {
border-top: solid 5px #000000;
background-color: #000000;
}

.custom #content_box {
	background: url('http://bbenoit33@yobrando.com/wp-content/themes/thesis_17/thesis_17/custom/images/sidebar_bg.png') repeat-y;
}

.custom .post.top {
	
-moz-column-count: 2;
-moz-column-gap: 3em;
-moz-column-padding: 0em;
-webkit-column-count: 2;
-webkit-column-gap: 3em;
-webkit-column-padding: 0em;}

/*customized navigation area*/

#subscribe {
text-indent: -2000px;
}

#subscribe a {
display: block;
background: url(images/subscribe.png) no-repeat;
outline: none;
height: 41px;
width: 145px;
float: left;
}

#subscribe a:hover {background-position: -145px 0 ;}


#about_me {
text-indent: -2000px;
}

#about_me a {
display: block;
background: url(images/about_me.png) no-repeat;
outline: none;
height: 97px;
width: 145px;
float: left;
}
			
#about_me a:hover {background-position: -145px 0 ;}

#contact {
text-indent: -2000px;
}

#contact a {
display: block;
background: url(images/contact.png) no-repeat;
outline: none;
height: 47px;
width: 145px;
float: left;
}
			
#contact a:hover {background-position: -145px 0 ;}

#back_issues {
text-indent: -2000px;
}

#back_issues a {
display: block;
background: url(images/back_issues.png) no-repeat;
outline: none;
height: 85px;
width: 145px;
float: left;
}
			
#back_issues a:hover {background-position: -145px 0 ;}

#twitter_b a {
text-indent: -2000px;
}

#twitter_b a {
display: block;
background: url(images/twitter.png) no-repeat;
outline: none;
height: 104px;
width: 145px;
float: left;
}
			
#twitter_b a:hover {background-position: -145px 0 ;}


#sidebar_1 img {
display: block;
outline: none;
height: 51px;
width: 145px;
float: left;
}

.custom #sidebars li {
list-style-type: none;
}

.custom .thesis_widget_search{
margin-bottom: 0em;
}
.custom .search_form .text_input {
width: 143px;
margin-bottom: 10px;
}



/*this determines the image alignment inside of a post formatted for columns.*/
.custom img.alignleft {
padding: 0em;
border: solid 2px #000;
display: block;
width: 100%
}

/*footer customization*/

.custom #footer_area {
border-top: solid 10px #000;
border-bottom: solid 10px #000;
background-color: #fff;
width: 100%;
height: 190px;
}
.custom #footer_area #footer {
background-color: #fff;
}

.custom #footer_column_1 {
width: 436px;
height: 140px;
border: none;
float:left;
padding: 0em;
font-family: arial;
font-size: 200%;
font-weight: 600;
color: black;
border-right: dotted 2px #000;
background-color: white;
}

.custom #footer_column_1 p{
margin-left: 3em;
}

.custom #footer_column_2 {
width: 435px;
height: 140px;
float: left;
border: none;
padding: 0em;
font-family: Vera;
font-size: 200%;
font-weight: 600;
color: black;
/*border-right: dotted 2px #000;*/
background-color: white;
}

.custom #footer_column_2 p{
margin-left: .5em;
margin-right: 3em;
}
.custom #div-3812303121331009064 {
float: right;
width: 436px;}

/*recent posts*/

.custom .widget_recent_entries {
margin-bottom: 2px;
}

.custom .widget_recent_entries h3{
display: block;
outline: none;
height: 60px;
width: 145px;
float: left;
text-indent: -2000px;
background: url('http://bbenoit33@yobrando.com/wp-content/themes/thesis_17/thesis_17/custom/images/r_posts.png')
}
.custom .widget_recent_entries li a{
color: #fff;
display: block;
margin: 0em;
}

.custom .widget_recent_entries li a:hover{
display:block;
background: #fff;
color: #000;
margin:0em;
font-weight: bold;
}

/*favorite posts*/
.custom .widget_killer_recent_entries h3{
display: block;
outline: none;
height: 70px;
width: 145px;
float: left;
text-indent: -2000px;
background: url('http://bbenoit33@yobrando.com/wp-content/themes/thesis_17/thesis_17/custom/images/f_posts.png')
}
.custom .widget_killer_recent_entries li a{
color: #fff;
display: block;
margin: 0em;
}

.custom .widget_killer_recent_entries li a:hover{
display:block;
background: #fff;
color: #000;
margin:0em;
font-weight: bold;
}

.custom .format_text .to_comments span.bracket {
display: none;
}

.custom .format_text .to_comments {
font-weight: bold;
font-family: Vera;
}

.custom .format_text .to_comments a:hover {
background-color: #084AFF;
font-weight: 700;
}


/*removes the annoying smiley face from the bottom of my page*/
.custom img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}
img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}
img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}
