/*

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/

*/





/* 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; }







.custom #header #logo a { display: block; height: 56px; width: 943px; background: url(/images/logo.png) no-repeat; outline: none; }

.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

.custom #header #tagline { height: 0; } .custom #header { padding: 0; }

.custom #header {border-bottom:none;}













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



#powered_by {background: #FFFBCC; border: 1px solid #E6DB55; float:

left; margin: 5px; padding: 19px 10px; -moz-border-radius: 5px;

-webkit-border-radius: 5px; width: 45%;}



#powered_by img {border: 0px solid #e2dede; float: right; margin-right: 1.5em;}



#powered_by {float: left; width: 93%;}



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



#powered_by h3 {padding: 0;}



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



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



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



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








body.custom {

    background: #fefefe url('images/back.jpg') 50% 0 no-repeat;

}



.custom #container {

    margin-top: 2em;

    margin-bottom: 2em;

}


.custom #page {

    background: #fff;

}


.custom #container {

    margin-top: 2em;

    margin-bottom: 2em;

    padding: 0.3em;

    background: #eae9e9;

    border: 0.1em solid #eae9e9;

}








function custom_byline() {
?>
 in <span class="url fn"><?php the_category(', '); ?></span> | <a href="<?php comments_link(); ?>" class="url fn"><span class="url fn"><?php comments_number('0 Comments','1 Comment','% Comments'); ?></span></a> 
<?
}




