/*File: custom.css*/

/*Make page transparent; see background in banner*/
.custom #page {background:transparent;}
/*---------------------------------*/

/*Customize body background*/
body.custom {background: #dbdbdb url('/wp-content/themes/thesis_17/custom/images/bg.jpg') no-repeat; margin: 0;}
/*---------------------------------*/

/*Header image and removing text*/
.custom #header #logo a { display: block; height: 221px; width: 945px; background: url('/wp-content/themes/thesis_17/custom/images/header.png') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { background:transparent; padding: 0; border-bottom:none;}
/*---------------------------------*/

/*Customize headings*/
.custom h1 {color: #AC0000; font: Verdana; font-size: 18px; font-weight:bold; }
.custom h2 {color: #AC0000; font: Verdana; font-size: 18px; font-weight:bold; padding-left: 30pt; padding-bottom: 5px; background: url('/wp-content/themes/thesis_17/custom/images/arrow.gif') no-repeat; padding-bottom: 15px; } 
.custom h3 { font-size: 1.15em;}
/*---------------------------------*/

/*Navigation Menu formatting and background*/
.custom .menu {background:#000000;font-weight: bold; height: 30px; width:945px; padding-bottom: 0px;}
.custom .menu .tab { background:#000000; height:30px; padding-left: 12pt; padding-right: 12pt; padding-top: 0px; padding-bottom: 0px; margin-left: 20px; margin-bottom:0px}
/*---------------------------------*/

/*Customize formatting for widgets and determine space between widgets in the sidebars*/
.custom li.widget { margin-bottom: 10px; color:#ffffff; padding-left: 10px; font-weight:bold; font: verdana, arial; }
.custom li.widget a { color: #ffffff; }
/*---------------------------------*/

/*Content Format and Framing*/
.custom #container 
{   margin-top : 0em;
    margin-bottom: 0em;
    padding: 0em;
    background: transparent;
    /*border: 0.2em solid #7a725e;*/}
/*---------------------------------*/

/* Background formatting for sidebar headings and background*/
/* Customized Sidebar Background for background area */
.custom .sidebar {background:transparent url('/wp-content/themes/thesis_17/custom/images/sidebar-bkgrd.jpg'); 
background-repeat:repeat-y; padding: 6px;}

/* Customized Sidebar Background for each widget */
.custom .sidebar h3{
font: verdana;
font-weight:bold; 
font-size:1em; 
color:#ffffff;
background:transparent url('/wp-content/themes/thesis_17/custom/images/sidebar-title-bkgrd.png') no-repeat; outline: none;
width:180px; height: 28px;
color:#fff;
padding-left: 40px;
padding-top: 3px;
/*margin-left:-0.76em;*/
/*font-size:1.6em;*/
/*line-height: 26px;*/
/*padding-top:0.3em;*/}
/*---------------------------------*/

/* teasers one column wide*/
.custom .teaser {width:auto; 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: #aa0000; 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:#333333; border: 0;}

/*---------------------------------*/

/*Custom Footer*/
.custom #footer {text-decoration: none; background: url('/wp-content/themes/thesis_17/custom/images/footer.jpg') no-repeat left top ; height:310px; width:990px;}
.custom #footer a:link a:visited { text-decoration: none;}
.custom #footer a:hover { color: #bfbfbf; text-decoration: none;}


/*---------------------------------*/

/* Custom Comment form */

.custom #respond { font-weight: bold; background:url('/wp-content/themes/thesis_17/custom/images/comments.jpg'); height: 490px; width: 648px;}

.custom #prev_next post_nav a{color:#000000;}

/*Custom image for Comment box*/
.custom #content_box {Background:#ffffff url('/wp-content/themes/thesis_17/custom/images/content-bg.jpg') no-repeat right top;}

/*Submit form text color*/
.custom #commentform .form_submit {color: #aa0000; Background:url('/wp-content/themes/thesis_17/custom/images/reply.png');}
/*---------------------------------*/

/* Putting Search box in menu*/
li#search {float:right;}
	
li#search #s {
background:#ffffff;
font-family:Verdana;
font-size: 8pt;
text-transform:	uppercase;
text-decoration: none;
letter-spacing:2px;
padding:6px; 
padding-left: 10px;
width:175px; 
border: 2px solid #aa0000;

/*border-top:1px solid #aa0000;
border-right:1px solid #aa0000;
border-bottom:1px solid #aa0000;
border-left:1px solid #aa0000;}*/
/*---------------------------------*/
