/*
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/
*/

/* 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: 142px; width: 960px; background: url('http://www.truecuddles.ca/images/BlogHeader.gif') 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; }

/* truecuddles custom content styling */
.custom a,
.custom a:visited { color: #c3c254; text-decoration: underline; }
.custom a:hover { color: #c3c254; text-decoration: none; }

.custom h1, .custom h3, .custom h4 
{ font-weight: normal; color: #48bcde;}
 .custom h2 { font-weight: normal; color: #c3c254;}
.custom h2 a, 
.custom h2 a:visited { color:#c3c254;text-decoration:none;}
body.custom {color:#86590b;}

body.custom { background: #ffffff url('http://www.truecuddles.ca/images/bg.gif'); color: #86590b; }

.custom #container { margin-top: 0em; margin-bottom: 2em; padding: 0.3em; background: #eaf9fd; border: 0.3em solid #eaf9fd; }
.custom #page { padding: 2em 1.9em; background: #fff; border: 0.1em solid #d5cfa3; border-top: 0; }




/*truecuddles 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; }


/*truecuddles link styling-*/
.custom a, .custom a:visited { color: #DD7777; 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; }


/*truecuddles 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; }

/* truecuddles 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: #ffffff;  }

.floatleft{float:left !important;}
.floatright{float:right !important;}
.floatcenter{float:center !important;}