/*
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/
*/

.custom {
font-family: "Helvetica Neue", Helvetica, Arial;
line-height: 23px;
margin: 0px;
padding: 0px;
background-color: #ffffff;
}


.custom a, .custom a:visited { color: #111; }

.custom h2 a:hover {color: #fff; background-color: #70b921;}

.custom li.widget h3 { margin: 0px 0px 0px 0px; text-transform:lowercase; background: #70b921; padding: 5px; font-family: Arial; font-weight: bold; font-size: 20px; color: #fff;}
	
.custom #container {
        margin: 0px auto;
        padding: 0px;
}

.custom #headerimg {
	background-image: url('http://changetheworld.me/wp-content/themes/thesis/custom/images/header.jpg'); 
	background-color: #ffffff;
	margin: 20px auto;
	height:80px;
	width:990px; }

.custom .containerinside {
        background: #ffffff;
        margin: 0px auto;
        padding: 0px;
        border-top: 7px solid #70b921;
        width: 1000px;
}

.custom #content a:hover {color: #fff; background-color: #70b921;}

.custom li.widget ul li {
	display: inline;
	background: #111;
	margin: 0px;
	padding: 0px;
}

.custom li.widget ul li a {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.custom #sidebars {
	    margin: 0px;
        padding: 0px;
}

.custom .sidebar_1 {
		margin: 0px;
		padding: 0px;
}

.custom .sidebar_list {
        margin: 0px 0px 0px 0px;
        padding: 0px;
}


.custom .sidebar_list ul li a {
	    display: block;
		font-size: 14px;
		border-bottom: 1px solid #ddd;
}

.custom .sidebar_list ul li a:hover {
	    display: block;
		text-decoration: none;
		background: #eeeeee;
}

.custom .sidebar ul {
        margin: 0px;
        padding: 0px;
}

.custom .widget_recent_entries {
        margin-bottom: 10px;
        padding: 0px;
}

.custom ul#tabs {
        background: #eee;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: 0px;
        border-top: 7px solid #70b921;
        border-left: 0px;
        padding: 8px 15px 0px 15px;   
}

.custom ul#tabs li {
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
		border-top: 1px solid #eee;      
}

.custom ul#tabs li.current_page_item {
        border-width: 1px 1px 0px 1px;
        border-color: #ccc;
}

.custom ul#tabs li.current-cat  {
        border-width: 1px 1px 0px 1px;
        border-color: #ccc;
}

.custom #page {
       margin: 0px;
       padding: 0px;
}

.custom #content_box ul li{padding-bottom: 7px;}

.custom .post_box, .custom  .teasers_box, .custom .full_width #content_box .page { margin: 0 2em 0 0em; padding: 15px 0px 0px 0px; }

.custom #header {
       border-bottom: 1px solid #ccc;
}

.custom #footer {
       background: #eee;
       border-top: 1px solid #ddd;
}

#sidebar-subscribe {
		display: block;
		padding: 6px 0px 6px 10px;
		background: #f27902;
		color: #fff;
		font-size: 16px;
}

#sidebar-bottom{
		display: block;
		padding:5px;
		background: #fff6ed;
		border-bottom: 1px solid #ffb996;
		color: #111;
		font-size: 18px;
}
.subscribe-form {
		display: block;
		margin-top: 10px;
}
.subscribe-field {
		width: 180px;
		padding: 7px;
		font-size: 18px;
		font-weight: bold;
		color: #999;
		background: #ffffff;
		border: 0px;
		margin-right: 6px;
		float: left;
}


/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; margin-top: 0px; margin-bottom: 20px; height: 0px; width: 990px; background: url('') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }



.headline {font-size: 18px; font-weight: bold; display: block; padding-bottom: 15px;}

.custom blockquote {color: #444;}

.custom #header, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}

.custom .post {
		border-top: 1px solid #dddddd;
}

.custom #content_box, .custom #column_wrap {
        background: none;
}

.custom .headline_meta {
		color: #555555;
		font-size: 14px;
		font-style: normal;
}

.custom .author {
		text-transform: none;
		color: #66ab1c;
		font-weight: bold;
}

.custom #archive_info {
		display: block;
		font-size: 13px;
		width: 570px;
		border-bottom: 1px solid #ece01f;
		background:#fffde1;
}

.custom #comment_list dt.comment {padding-left: 0px;}

.custom #comment_list dd.comment {padding-left: 0px;}

.custom #comment_list { border-top: 1px solid #ddd;}

.custom .more-link {font-size: 20px; font-weight: bold;}

.custom #comment_list {margin: 0px; padding: 0px;}

.custom .comments_intro {background: #eee; margin: 0px; padding: 5px 0px 5px 0px;}
