/*File:	custom.css */

body.custom {background: #EEEED1;}

/*Reduce the space between widgets in the sidebars*/
.custom li.widget { margin-bottom: 10px; }

.custom .menu .tab { padding-bottom: 5px; margin-left:0px; margin-right: 0px; height: 36px; padding-left: 17pt; padding-right: 16pt; }
.custom .menu {font-weight: bold; width: 993px;  background: /*#448043*/ url('http://www.stsupery.com/blog/wp-content/themes/thesis_17/custom/images/bkgrd-nav.jpg') repeat-x; margin: 0;}

.custom #header #logo a { display: block; height: 180px; width: 993px; background: url('http://www.stsupery.com/blog/wp-content/themes/thesis_17/custom/images/header.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { padding: 0px; border-bottom: 0px;}

/*Image Framing*/
.custom .format_text img { background:url('http://www.stsupery.com/blog/wp-content/themes/thesis_17/custom/images/shadow.gif') no-repeat right bottom;
border:none;
border-top:#eee 1px solid;
border-left:#eee 1px solid;
padding:4px 10px 10px 4px;}

/* Customized Sidebar Titles */
.custom .sidebar h3{background-color: #42414f;  padding: 0.1em 0.1em 0.1em 0.5em; font-weight:bold; font-size:1em; color:#ffffff;}

/*Custom Footer*/
.custom #footer { background: #448043 /*url('/wp-content/themes/thesis_17/custom/images/footer-bkgrd-nav.jpg')*/; padding: 10px; font-size: 12px; font-variant:small-caps; color: #ffffff;}

.custom #container {
    margin-top: 0em;
    margin-bottom: 2em;
    padding: 0.1em;
    /*Inside Edge*/background: 0.2em #000000;
    /*Outside Edge*/border: 0.2em solid #5b595b;}

.comment img {
padding: 5px;
border: 0.2em solid #AF7633;
margin: 5px;
}
.enlarge-text {
font-weight: bold;
font-style: italic;
}
.custom h1 {color: #ACA081; font: Verdana; font-size: 14px; font-weight:bold;}
.custom h2 a {color: #ACA081; font: Verdana; font-size: 14px; font-weight:bold; padding-bottom: 5px}
.custom h3 {color: #111111; font-size: 1.15em;}

.custom ul#tabs li {background: #ECCE76;}
.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { background: #fff; border-bottom-color: #fff; }
.custom ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }

/*.custom #sidebar_1 { background: #ded0ac ; }
.custom #sidebar_2 { background: #ded0ac ; }
.custom #sidebar_2 { text-align: left; }*/

/* Customized Recipe Class */
.custom .recipe 
{
	margin: 0px;
	border: 1px dotted #000000;
	padding: 10px;
	background-color: #ffffff;}
	
/* Putting Search box in menu*/
	li#search {float:right;}
	
li#search #s {
/*background:#eee;*/
font-family:Verdana; 
text-transform:	uppercase;
text-decoration: none;
letter-spacing:2px;
padding:7px; 
width:175px; 

/*border-top:1px solid #ddd;
border-right:1px solid #ddd;
border-bottom:none;
border-left:1px solid #ddd;}*/

/* teasers one column wide*/
.custom .teaser {width:100%; margin-top:2em; padding-top:2em; border-top:1px dotted #bbb;}
.custom .teasers_box {padding-top:0; border-top:0;}

/*-- teaser formatting --*/
.teasers_box {
	width: auto;
	padding: 0;
	border: none;
	margin-right: 2em;}

.teaser {
	width: 100%;
	/*border-bottom: 1px dotted #bbb;
*/	margin-bottom: 20px;}

.teaser_right {
	float: left;}

.teaser img {
	border: 1px solid #000;
	margin: 0 14px 18px 0;}

.teaser .format_teaser {
	line-height: 18px;
	margin-top: 10px;
	overflow: hidden;}

.teaser a.teaser_category {
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	margin-right: 4px;
	background-color: #8bbfe0;
	color: #fff;}

.teaser_comments {
	display: none;}
	
/*---------------------------------*/
Change 'Reply' Text for Threaded Comments to a Button
.custom dl#comment_list dd p.reply { margin: 1em 0 1.5em 0; }
.custom dl#comment_list dd p.reply a {background: #42414f; color: #ffffff;font-size: 11px;font-weight: bold;padding: 5px 7px;text-transform: uppercase; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;}
.custom dl#comment_list dd p.reply a:hover {background:#46382d; border: 0;}

/*---------------------------------*/

/*submit form text color*/
.custom #commentform .form_submit { color: #42414f;}


