/*
File:			custom.css
Description:	Custom styles for Thesis
Small Simple Life

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

/* ====== Globals ====== */

p { line-height: 25px }


table.medialinks td {		
  padding: 5px;
}

.custom .comments_closed p {
  display: none;
}


/*---:[ core layout elements ]:---*/

#header { 
				border: none;
        padding: 0px;
				margin: 0px;
				height: 136px;
				background-image:url('/wp-content/themes/thesis_151/images/header_bird.gif');
    		background-repeat:no-repeat;
}

			
#footer { color: #888; border-top: 3px double #ddd; text-align: right; clear: both; }


/* ====== Background styles ====== */

body.custom {
    background: #dddddc;
}

.custom #container {
    background: #dddddc;
    border: 0.4em solid #d9d9d9;
}
.custom #page {
    background: #fff;
		
}

#content_box {background:none;
						  margin: 0 0 0 10px;
}

.custom #container {
		background: #e1e6db;
		   
}


/*---:[ nav menu styles ]:---*/
#tabs { list-style: none; border: none; border-width: 0 0 1px 1px; background-color: #fff;}
	#tabs li { margin-bottom: -0.1em; background: #dddddc; border-right: 1px solid #fff; float: left; }
	#tabs .current_page_item, #tabs .current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; border-top: 0;}
		#tabs a { display: block; line-height: 2.5em; color: #000; text-transform: none; letter-spacing: 2px; }
		#tabs a:hover { color: #111; background: #f2e1e7; text-decoration: none; }
		#tabs .current_page_item a, #tabs .current-cat a { cursor: text; }
		#tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }
	#tabs .rss { padding-right: 0; background: none; border: none; float: right; }
		#tabs .rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }

		



/* ====== Side Bar Header Styles ====== */



#sidebar_1 h3
{
    font-family: Georgia;
    text-size: 3em;
    font-weight: bold;
    font-variant:normal;
    letter-spacing:1px;
    text-transform: capitalize;
    padding: 5px 10px 5px 5px;
		margin-bottom: 0px;
		color: #fff
		
}


#widget_killer_recent_entries-2 h3
{
    background-image:url('/wp-content/themes/thesis_151/images/button_postgreen.gif');
    background-repeat:no-repeat;
}

#categories-3 h3
{
    background-image:url('/wp-content/themes/thesis_151/images/button_articlepink.gif');
    background-repeat:no-repeat;
}

#pages-4 h3
{
    background-image:url('/wp-content/themes/thesis_151/images/button_catgreen.gif');
    background-repeat:no-repeat;
}

#widget_killer_recent_entries-3
{
    background-image:url('/wp-content/themes/thesis_151/images/button_postgreen.gif');
    background-repeat:no-repeat;
}

#search h3
{
   color:#a3657a;
	 

}

#search
{ 
		 width:305px
}


#random-quote
{ 
		 width:280px
}

#text-4 
{
 		padding:5px
}

#linkcat-20 h3
{
   color:#a3657a;
}

#linkcat-20


#text-8 h3
{
   color:#423114;
}

#text-8
{
   border-bottom:1px dotted #cccccc;
	 padding:5px
}

#text-12 h3
{
   color:#423114;
}

#text-12
{
    background-image:url('/wp-content/themes/thesis_151/images/about.gif');
    background-repeat:no-repeat;
}


/* ===== Content ===== */

.entry-title a{ color: #8a243a;	}
.entry-title a:hover{ color: #8a243a;	}

.headline_area a{ color: #8a243a;	}
.headline_area{ color: #8a243a;	}




/* ===== Side bar link styles ===== */
li.widget ul li { margin-bottom: 0px;}
li.widget { margin-bottom: 1.5em; }
/*#sidebar_1 { border-style: dotted; border-color: #ddd; }*/
.sidebar ul.sidebar_list { padding-right: 0px; padding-left: 30px; }
.sidebar_list ul
{
		list-style:none;
		width:300px;
		
}
.sidebar_list li a, .sidebar_item li a:visited, .sidebar_item li a:hover
{
		display:block;
		width:260px;
		padding:0.6em 0 0.6em 26px;
		color:#000;
}
.sidebar_list li a span
{
		font-weight:bold;
		color:#999
}

#widget_killer_recent_entries-2 ul li
{
		border-bottom:1px solid #d8d8d5;
}

#widget_killer_recent_entries-2 ul li a, #widget_killer_recent_entries ul li a:visited
{
    background:url('/wp-content/themes/thesis_151/images/bullet_postgreen.png') 5px 50% no-repeat
}

#widget_killer_recent_entries-2 ul li a:hover
{
    background:#efeddf url('/wp-content/themes/thesis_151/images/bullet_postgreen.png') 5px 50% no-repeat
}

#pages-4 ul li
{
		border-bottom:1px solid #d8d8d5;
}

#pages-4 ul li a, #pages-4 ul li a:visited
{
    background:url('/wp-content/themes/thesis_151/images/bullet_catgreen.png') 5px 50% no-repeat
}

#pages-4 ul li a:hover
{
    background:#edead9 url('/wp-content/themes/thesis_151/images/bullet_catgreen.png') 5px 50% no-repeat
}

#categories-3 ul li
{
		border-bottom:1px solid #d8d8d5;
}

#categories-3 ul li a, #categories-3 ul li a:visited
{
    background:url('/wp-content/themes/thesis_151/images/bullet_articlepink.png') 5px 50% no-repeat
}

#categories-3 ul li a:hover
{
    background:#f2e1e7 url('/wp-content/themes/thesis_151/images/bullet_articlepink.png') 5px 50% no-repeat
	
}

#widget_killer_recent_entries-3 ul li
{
		border-bottom:1px solid #d8d8d5;
}
#widget_killer_recent_entries-3 ul li a, #widget_killer_recent_entries ul li a:visited
{
    background:url('/wp-content/themes/thesis_151/images/bullet_postgreen.png') 5px 50% no-repeat
}

#widget_killer_recent_entries-3 ul li a:hover
{
    background:#efeddf url('/wp-content/themes/thesis_151/images/bullet_postgreen.png') 5px 50% no-repeat
}

.blogroll li a { color: #006ca2; }

#text-8 a { color: #006ca2; }


/* ===== In page styles ===== */
.pullquote_left 
{ 
		width: 200px; 
		margin: 5px 15px 5px 0; 
		font-size: 1.4em; 
		text-align: center; 
		float: left; 
		border-top: 3px solid; 
		border-bottom: 3px solid;
		padding: 10px 0 10px 0;
		color: #666;
}
.pullquote_right 
{ 
    width: 200px; 
		margin: 5px 0 5px 15px; 
		font-size: 1.4em; 
		text-align: center; 
		float: right; 
		border-top: 3px solid; 
		border-bottom: 3px solid;
		padding: 10px 0 10px 0;
		color: #666;
}
