/*
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/
*/

/* Archives Page */
.archive h3 {cursor: pointer; font-size: font-size:22.5px;}
.archive-leftcol { float: left; width: 35%;}
.archive-rightcol { float: right; width: 60%;}

/* custom caption */
.custom .wp-caption{background-color:#FFF;}

/* margin and padding adjustments for random items */
.custom div#container{margin:5px auto; font-family: Arial, Helvetica, sans-serif;}
.custom div#page{padding:5px;}
.custom div#header{padding:5px 0;}
.custom .teasers_box{margin:0 5px;padding:10px;}
.custom .post_box {margin:0 5px; padding:15px 10px; background:#FFF;}


/* removing a bunch of random borders */
.custom #content_box, .custom #column_wrap{background:none;}
.custom #header, .custom #footer, .custom #sidebar_1, .custom .prev_next{border:none;}
div.prev_next p{background:#FFF; padding:10px 18px; display:block; margin:0 0 0 -18px; width:550px; font-size:1.2em}

/* space between menu and header */
.custom .menu {
margin-bottom: 4px;
}

/* random width items */
.custom div#container{width:990px;}
.custom ul.sidebar_list, .custom .post{background:#FFF;}

/* main navigation */
.custom ul.menu, .custom ul.menu a, .custom ul.menu li ul{border:none;}
.custom ul.menu li a{margin:0 1px;}
    .custom ul.menu li a:hover{cursor:pointer;}
    
/* tag cloud */

/* footer */
.custom #footer{background:#FFF; margin:5px 0;}
.custom #footer p{text-align:center; margin:5px;}

/* inputs */
input[type=submit]:hover{cursor:pointer;}

/* advert area */
.add-area ul{list-style-type:none; padding:5px 5px; width:310px; margin:0 auto;}

/* comments */
.custom div#comments{background:#FFF; padding:10px 0; margin:0 5px;}

/* tag pages */
.custom div#archive_intro{background:#FFF; padding:15px 10px; margin: 0 5px}

/* teaser_box */
.custom .teasers_box{background:#FFF; width:564px;}
.custom .teasers_box img.size-full{display:none;}

/* archive headers */
.custom div#archive_info{background:#FFF; margin:0 5px 5px; border:none;}

/* list items */
.custom .post_box ul, .custom .post_box ol, .custom .post_box dl{margin:5px 0 0 15px;}

/* google CSE */
.custom div#cse-search-results{width:550px; overflow:hidden;}

/* comment reply color */
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E1FEF3 none repeat scroll 0 0; padding-top:20px;}

/* recipe style */
.custom h2.recipe-title{font-size: 18px; font-weight: normal; color: #A65F37;} 
.custom h2.fn{font-size: 18px; font-weight: normal; color: #A65F37;} 
.custom ul.ingredients {list-style-type: none;padding-left: 0;margin-left: 0;margin-bottom:15px;}
.custom ul.ingredients li{background: url('http://blog.fatfreevegan.com/images/template/gray-bullet.png') 0 .3em no-repeat;padding-left: 16px;} 
.custom div.hrecipe h4{font-size: 14px; font-weight: strong; color: #A65F37;} 
.custom div.hrecipe span.hrlabel{font-size: 14px; font-weight: normal; color: #A65F37;} 
.custom div.hrecipe p.duration{font-size: 14px; font-weight: normal; color: #A65F37;} 
.custom div.hrecipe p.summary{font-weight: normal; font-style:italic;}
.custom ol.instructions {margin-bottom:15px;}
.custom ol.instructions li{margin-bottom:10px; padding: 0;}

/* search border */
.custom input[type=submit]{border:3px double #999; border-top:3px double #CCC; border-left:3px double #CCC; margin:5px 0;}

/* horizontal rule */
.custom hr{border: 0; width: 100%; color: #E1FEF3; background-color: #E1FEF3; height: 3px;}

/*Google Plus One */
.custom .my-plus-one { float:left; }

/*Stay-Connected and Share-This-Post Box*/
.box { margin: 0; padding: 0.7em; background: #e1fef3; border: 1px solid #aaa8e5;}
.box h3 { margin-top: 0; }
.box p { margin-bottom: 0; }
.box .stayintheloop {float:left; width:100%;}
.advert {background-color:#FFFFA0; color:#000; border: 1px solid #0262A5; border-top: 0; padding: 0.3em; text-align: center; font-size:12px;}

.widget_recent_entries li {
    clear:both;
    margin: 10px 0;
    text-align: left;
}

.widget_recent_entries .wp-post-image {
    margin: 0 5px 0 0;
}

.widget_recent_entries li a {
    display: block;
}