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

body.custom { background:url(images/bodybg.jpg) top left repeat-x; }
.custom #container { border:1px solid #EEE; background:#FFF; margin:5px auto; }
.custom #page { margin:0; padding:0; }

.custom #header { }
.custom #footer { background:#5ca5d7; color:#333; }

.custom ul#tabs { background:#5ca5d7; margin:0; padding:15px 30px 0 20px; }
.custom ul#tabs ul { display:none; }
ul#tabs, ul#tabs li, ul#tabs li a { background:none;border:none; }

.format_text h1, .format_text h2, .format_text h3 { }
.format_text h1 { }
.format_text h2 { font-size:1.3em; line-height:1.25em; margin:1.83em 0 0.61em; }
.format_text h3 { font-size:1.2em; }


/* Post Titles */
.headline_area { background:url(images/blogtitle-bg.jpg) bottom right no-repeat; padding:5px 10px 10px 5px; }
.headline_area .entry-title { font-size:1.6em; font-weight:bold; color:#FFF; }
.headline_area .entry-title a { color:#FFF; }
.headline_area .headline_meta { color:#333; font-size:0.9em; }
.headline_area .headline_meta a { color:#FFF; }
p.toComments { background:url(images/post-bluebubblebttm.jpg) no-repeat; width:440px; height:27px;
	margin:0 auto 15px auto; padding:12px 18px 0 0; font-size:0.8em; color:#333; text-align:right; }
p.toComments a { color:#666; text-decoration:none;}
/* Page Titles */
.headline_area h1 { color:#FFF; font-size:1.6em; font-weight:bold; }

.widget { border:1px solid #5ca5d7; padding:3px; }
.widget h3 { background:#5ca5d7; color:#FFF; padding:3px 5px; font-weight:bold; margin:-3px -3px 7px -3px;}