/*


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/

*/

/* old styling

body.custom { background: #e4ecf5; }



.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: 0.3em #FFCCCC ; border: dotted #df9312 ; }



.custom #container { margin-top: 0em; margin-bottom: 2em; padding: 0.3em; background: #eaf9fd; border: 0.3em solid #eaf9fd; }

.custom #page { background: #fff; }   */  



		/* coffeeandcotton custom content styling */



/* old rheader.custom #header { border-bottom:none;



height:209px;



padding-top:0;



padding-bottom:0;



background:url(http://coffeeandcotton.com/wp-content/uploads/2010/02/CC2010_2.png)



center  no-repeat; }





.custom #header #logo { display:none; }







.custom #header #tagline { display:none; }*/

/*NEW HEADER*/

/* 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: 209px; width: 937px; background: url('http://coffeeandcotton.com/wp-content/uploads/2010/03/CC2010polkadot.png') center no-repeat; outline: none; margin-right: auto; margin-left: auto;  }



/* 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; }

/*END NEW HEADER*/



.custom a,



.custom a:visited { color: #60bbac; text-decoration: underline; }



.custom a:hover { color: #60bbac; text-decoration: none; }



.custom h1, .custom h3, .custom h4 



{ font-weight: normal; color: #dc4350;}



 .custom h2 { font-weight: normal; color: #60bbac;}



.custom h2 a, 



.custom h2 a:visited { color:#60bbac;text-decoration:none;}



body.custom {color:#86590b;}





body.custom { background: #ffffff url('http://coffeeandcotton.com/wp-content/uploads/2010/03/pokYdotDot.gif'); color: #86590b; }



.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: 1em #69D2E7; border: 0.5em dotted #F38630; }



.custom #page { padding: 2em 1.9em; background: #fff; border: 0.1em solid #d5cfa3; border-top: 0; }



.custom #content li {padding-bottom:12px;}





/*bg colors and accents*/



.custom ul#tabs li { background-color: #fefdf5; }



.custom ul#tabs li.current_page_item { background: #fff; border-bottom-color: #fff; }



.custom ul#tabs li.rss { background: none; border: none; }



.custom ul#tabs {

	margin-bottom:-1px; 

        border-bottom:0;



}









/* For Teaser Box */



div.teasers_box a.teaser_comments {color:#dd0; border-bottom:none; text-transform:capitalize; letter-spacing:0px; font-size:12px;}



div.format_teaser img.tfe {margin: 0em 0.7em 0.7em 0em;}

/* imgs */



div.format_post img {margin: 0em 0.8em 0.5em 0em;}





/*link styling-*/



.custom a, .custom a:visited { color: #F38630; text-decoration: none; padding: 1px;}



.custom ul#tabs li a, .custom ul#tabs li a:visited { color: #6a400e; text-decoration: none;}



.custom	ul#tabs li a:hover { color: #c3c254; text-decoration: none; background-color: transparent; border-bottom:none;}



.custom .format_text a:link, .custom .format_text a:visited {color: #ff6666;}



.custom .format_text a:hover, .custom .format_text li a:hover {color: #ff9999;}



.custom .sidebar a:link, .custom .sidebar a:visited { color: #afae37;}



.custom .sidebar a:hover {color: #c7c661; text-decoration: none;}



.custom #footer a:link, .custom #footer a:visited { color: #B4ABAB;}	



.custom #footer a:active, .custom #footer a:hover {color:#a49c9c;}	



.custom input.form_submit:hover { color: #a9a83b; }



.custom input.form_submit:link { color: #c3c254; }







/*borderlines*/



.custom ul#tabs { border-left: 1px solid #d5cfa3;}



.custom ul#tabs li { border: 1px solid #d5cfa3; border-left: 0; border-bottom: 0; }





/* lowercase tab text */



.custom ul#tabs li a { text-transform: lowercase; }



/* 125 x 125 ad placements*/



.custom #adblock img {margin:1px;}



.custom div.adblock a:hover img {border:3px solid #bebebe;}



.custom div.adblock a img {border:3px solid #eee;}



.custom div.adblock img { padding: 1px; }



.custom .adblock-row { text-align: center; }



.custom #custom_box { background: #e6feca;  }





.floatleft{float:left !important;}



.floatright{float:right !important;}



.floatcenter{float:center !important;}



/*---------------------------------*/

/* WIDGETIZED FOOTER               */

/* Mike Nichols - October 17, 2009 */

/*---------------------------------*/



/* footer widget area setup */

#footer_setup {

	/* widgetized footer background (not footer background) */

	background: #cfedeb;

	/* widget padding */

	padding: 5px;

	/* margin at bottom of widgets */

	margin-bottom: 5px;

	/* do not change this! */

	overflow: hidden;

}



/* widget item setup */

#footer_setup .footer_items {

	/* contents alignment */

	text-align: left;

	/* widget width */

	width: 222px;

	/* space between widgets */

	padding-right: 12px;

	/* text color */

	color: #b35c19;

	/* do not change these! */

	display: inline-block;

	float: left;

	height: 100%;

}



/* widget item headers*/

#footer_setup .footer_items h3 {

	/* font size */

	font-size: 1em;

	/* bold or not */

	font-weight: bold;

	/* uppercase or not */

	text-transform: uppercase;

	/* space out the letters*/

	letter-spacing: 0px;

	/* font color*/

	color: #F38630;

	/* padding under header text */

	padding-bottom: 3px;

	/* border under header text */

	border-bottom: 1px solid #FA6900;

	/* distance between border and widget text */

	margin-bottom: 10px;

}

	

/* do not change these! */

#footer_setup .footer_items ul li { list-style: none; }

#footer_setup .footer_items ul { margin: 0px; padding: 0px; }






