/*
File:			custom.css
Description:	Custom styles for Thesis
Author: SLH - Take Notice, Inc.
Date: 20100104
*/

/* gradient_bkgr */
body.custom {
    background: #1B4A76 url(/sites/all/themes/m5net/background.gif) repeat-x;	
}

/* Removes all borders */
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border: 0;
}

.custom #header {
	    background: #fff url(/blog/wp-content/themes/thesis_16/custom/images/header-blog.gif) no-repeat 0 0;
		padding: 0;
		margin: 0;
		width: 950px;
		height: 110px;
	}


.custom h2.entry-title {
	font-size: 18px;
	line-height: 22px;
	}

.custom .teaser h2 {
	font-size: 16px;
	line-height: 20px;
	}

.custom .format_text h1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	}

.custom .format_text  h2 {
	font-size: 14px;
	line-height: 18px;
	}

.custom .format_text  h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	}

	
/* main nav */
.custom .menu, .custom .menu a, .custom .menu li {
	border: 0;
	}
	
.custom ul.menu {
	border-bottom: 1px solid #DDDDDD;
	}
	
.custom .menu li {
	margin:0;
	}
	
.custom	.menu a {
	text-transform: none; 
	font-weight: bold; 
	padding: 2px 10px;
}

.custom	.menu a:hover {
	text-transform:none; 
	font-weight: bold; 
	padding: 2px 10px;
	}
	
.custom	.menu .current a, .custom .menu li.tab-home a {
	text-transform:none; 
	background-color: #087AB9;
	color: #ffffff;
	font-weight: bold; 
	padding: 2px 10px;
	}

.custom .menu li.rss, .custom .menu li.rss a {
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase; 
	color: #000000;
	}
	
.custom .menu li.rss a a:hover, .custom .menu li.rss a {
	padding-right: 18px;
	}



/* Padding for the left and right of content */

.custom .post_box, .teasers_box, .custom .full_width #content_box .page {/* changed the padding to 15px */
	margin:0 2.1em 0 1.5em;
	}

.custom .prev_next { /* changed the padding to 15px */
	padding: 1em 1.5em;
	}

/* miscellaneous */

.custom .to_comments { /* hide comments totals since they aren't used */
	visibility: hidden;
	height: 0;
	}
	
.custom #archive_info {
	padding: 20px 21px 20px 10px;
	}
	
/* Multimedia Box Tags */

.custom #multimedia_box {
	padding: 0;
	float:right;
	}

.custom #image_box img {
	padding:0; border:0; /* removes border around MM image */
	}


/* footer -- bkgr color */
.custom #footer {
	background: #1B4A76 url(/sites/all/themes/m5net/footertop.gif) no-repeat 0 0; 
}

.custom #footer .flink {
	padding: 10px 0;
	font-size: 14px;
	}

.custom #footer a {color:#ffffff;  }
.custom #footer a:hover {color:#ffffff; text-decoration:underline; }
