/*
File:			custom.css
Description:	Custom styles for Thesis

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/
*/

/*full width navigation barcustom.css*/
#nav_area { background-color: #4ac6be; }
#nav_area .page { background-color: #4ac6be; }
.full_width { clear: both; width: 100%; }  


/*This adds an underline underneath the post titles*/
.custom .entry-title {border-bottom:1px solid #c6407d;}
/*.headline_meta { border-bottom: 1px solid #c6407d; }*/

/*This adds a line underneath the sidebar titles*/
.custom .sidebar h3 {
border-bottom:1px solid #c6407d;
}

/* remove underline from hyper links*/
/* .custom a {text-decoration: none;}*/
/* .custom a:hover {text-decoration: underline;}*/

/* 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; 
height: 170px; 
width: 960px; 
/*background: url('images/Really Are You Serious Header.png') no-repeat;*/
background: url('http://www.reallyareyouserious.com/wp-content/uploads/2010/06/Really-Are-You-Serious-Header21.png') no-repeat;
border-style: none;
border-bottom: none; 
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; }

/*This removes the border on under the header*/
.custom #header
{border: none;}

/*This changes the spacing between widgets*/
.sidebar .widget { margin-bottom: .75em; }

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #ffffff;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 300px;
	/* space between widgets */
	padding-right: 10px;
        padding-left: 10px;
	/* text color */
	color: #000000;
        font-size: 1.2em;
        /* text-size: 140%; */
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1.2em;
        line-height: 1.2em;
	/* bold or not */
	font-weight: normal;
	/* uppercase or not */
        font-variant: small-caps;
	/*text-transform: uppercase;*/
	/* space out the letters*/
	letter-spacing: 2px;
	/* font color*/
	color: #c6407d;
        /*font-size: 200%;*/
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 1px solid #c6407d;
	/* distance between border and widget text */
	margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { 
list-style: none; 
}

.custom #footer {
	/*height: 400px;*/
	width: 1000px;
	background: #ffffff;
}

#footer_setup .footer_items ul { 
margin: 0px; 
padding: 0px; 
}

/* footer font styles */
.custom #footer a {
	font-size: 1em;
	border-bottom: none;
	color: #4ac6be;
}
.custom #footer a:visited {
	text-decoration: none;
	color: #4ac6be;
}
.custom #footer a:link {
	text-decoration: none;
	color: #4ac6be;
}
.custom #footer a:hover {
	text-decoration: underline;
	color: #4ac6be;
}

/*Changes background of media box*/
.custom #multimedia_box {
background:#ffffff;
}

/*custom css for author box*/
.custom .postauthor {
background:#c6407d;
border:0 solid #CECFD0;
margin-left:10px;
overflow:hidden;
padding-right:10px;
padding-top:10px;
width:640px;
}
.custom .postauthor h4 {font-size:20px; color:#4ac6be; margin:0; padding:0;}
.custom .postauthor img {margin:10px; padding:5px; float:left; border:5px solid #FFFFFF;}
.custom .postauthor p {font-size: 12px; color:#FFFFFF; margin:0; padding:0px;}
.custom .postauthor h4 > a {text-decoration:none;}
.custom .postauthor a {font-weight:bold;}

