/* CLEARS AND STUFF */

.clearall {clear: both;}

a {outline:none; color:#000000;}
 
/* LOSE THE BORDERS */

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor .format_text, .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, dl#comment_list dl dt, dl#comment_list dl dd .format_text {
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

body.custom {
	color: #000000;
	background:#678678;
	font-family: "trebuchet ms",arial,helvetica,verdana,sans-serif;
}

/* SET WIDTHS */

.custom #content_box {width:101.4em;}
.custom #content_area .page {width:102.4em;}
.custom #column_wrap {width:740px;}
.custom #content {width:500px;}
.custom #sidebars {width:220px;}
.custom #sidebar_1 {width:220px;}
.custom #sidebar_2 {width:220px;}

/* SET FLOATS */
.custom #content {float:right;}
.custom #sidebar_1 {float:left;}
.custom #sidebar_2 {float:right;}

/* Main Content Area */

.custom .full_width .page {}

.custom #container #page {
	background:#fff;
	border:#191c1f solid 2px;	
	padding:0;
	margin:10px 0;
	float:left;
	}

.custom #content_box {
	background:#fff;
	margin: 0 auto;
	}

/* Color Bar in header */

#color_wrap {
	height:58px;
	background:#678678 url(images/nav_tile.jpg) repeat-x;
	width:100%;
	margin:0 auto;
	}
#color_bar {
	width:102.4em;
	margin:0 auto;
	}

#color_bar .gesmerllc_link {
	float:left;
	padding:0;
	text-indent:-9999px;
	}

#color_bar .gesmerllc_link a {
	display: block; 
	height: 56px; 
	background: url(images/gesmer_logo.png) no-repeat; 
	outline: none;
	width:165px;
	float:left;
	}

/* Search Bar */

.custom .header_search {
	float:right;
	margin-right:20px;
	}

.custom .header_search p {
	padding:10px 0;
	}

.custom .header_search form input{
	height:30px;
	width:200px;
	background:#ffffff;
	border:none;
	font-family: "trebuchet ms",arial,helvetica,verdana,sans-serif;
	color:#000;
	font-size:14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left:10px;			
	}

/* Header */

.custom #header_area .full_width {}

.custom #header_area .page {
	padding:0;
	background:#000;
	width:100%;
	}

.custom #header {
	height:330px;
	padding:0;
	background:#678678 url(images/header_frame.png) no-repeat 0 0;
	}

.custom #header {
	width:102.4em;
	margin:0 auto;
	}

.custom #header #logo {
	margin:0;
	width:360px;
	float:left;
	}

.custom #header #logo a {
	display: block; 
	height: 300px; 
	background: url(images/banner.png) no-repeat; 
	outline: none;
	width:360px;
	float:left;
	margin:0;
}
.custom #header #logo, .custom #header #tagline { 
	text-indent: -9999px; 
}

.custom #header #tagline {
	line-height:0;
	font-size:0px;
	} 

/* Image Rotator */

.custom #header_rotate {
	margin:0 auto;
	float:right;
	position:static;
	height:315px;
	padding-top:15px;
	width:640px;
	}

.custom #header_rotate img {
	background:none;
	width:600px;
	margin:0 auto;
	padding-left:20px;
	}

/* Nav Bar */


.custom #navigation {
	background:#678678 url(images/nav_tile.jpg) repeat-x;
	width:100%;
	}

.custom ul.menu {
	margin:0 auto;
	width:102.4em;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	}


.custom .menu a {font-variant:normal; text-transform:none;}

.custom .menu li {
	margin:0;
	float:left;
	margin-bottom:0!important;
	border-left:#ffffff 1px solid;
	font-size:18px;
	color:#ffffff;
	padding: 6px 20px;
	letter-spacing:2px;
	}	

.custom .menu li.tab-home{border:none!important;} 
.custom .menu li.current-cat a{color:#0b486b;}

.custom .menu .current a { color: #000; background:none; cursor:pointer; }
.custom .menu .current a:hover { color: #000; background:none; }
.custom .menu .current-parent a { color: #e8e7d1; background:none; }
.custom .menu .current-cat-parent a { color: #e8e7d1; background:none; }
.custom .menu .current-parent a:hover { color: #000; background:none; }
.custom .menu .current-cat-parent a:hover { color: #000; background:none; }


.custom .menu li a{
	background:none;
	padding: 0;
	font-size:18px;
	color:#ffffff;
	border:none;
	outline:none;
	}

.custom .menu li a:hover{color:#000;background:none;}
.custom ul.submenu {
	background:#678678;
 	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	}
	
.custom ul.submenu li {
	float:left;
	width:auto;
	padding: 2px 10px;
	}
	
.custom ul.submenu li a {color:#000;	border-bottom:#000 1px dotted;}
.custom ul.submenu li a:hover {color:#ffffff;}

/* CONTENT AREA */
.custom .full_width .page {
	padding-left:0px;
	padding-right:0px;
	}
	
.custom #content_area .page {
	margin-top:4px;
 	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	margin:0 auto;
	}



.custom #column_wrap { background:none;}

/* Headlines */
.custom .headline_area  {margin-bottom:10px;}

.custom .headline_area h1, .custom .headline_area h2 {
	color:#0b486b;
	font-weight:600;
	letter-spacing:-1px;
	}

.custom .post h2.entry-title {	font-size:32px;}

.custom .headline_area h1 a, .custom .headline_area h2 a {color:#000000;}
.custom .headline_area h1 a:hover, .custom .headline_area h2 a:hover{color:#678678;}

.custom h2.entry-title {
	font-weight:600;
	letter-spacing:-1px;
	font-family:Frutiger, 'Frutiger Linotype', Univers, Calibri, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.custom .format_text p {
	font-size:16px;
	line-height:18px;
	}

.custom .format_text p.continue {
	font-size:13px;
	line-height:14px;
	}

.custom .format_text li.linkcat {
	list-style:none;
	list-style-type:none;
	}

.custom .post_box {margin-bottom:10px;}

/* Comment Link */
.custom .format_text .to_comments {}
.custom .format_text p.to_comments span.bracket{ display:none;}

/* Teasers */
.custom .teaser { text-align: left; }
.custom .teasers_box {padding-bottom:0; padding-top:0;}

.custom .teaser h2 {
	color:#0b486b;
	line-height:22px;
	min-height:90px;
	margin-bottom:3px;
	font-size:20px!important;
	}
	
.custom .teaser h2 a {color:#000000;}
.custom .teaser h2 a:hover{color:#678678;}
.custom a.teaser_link {color:#678678;float:left;}
.custom a.teaser_link:hover{color:#000000; text-decoration:underline;}

.custom .teaser { padding:0 10px 10px 0;}

.custom .teaser .format_teaser {
	float:left;
	margin-top:2px;
	margin-bottom:10px;
	padding-top:10px;
}

.custom .teaser .format_teaser p {
	font-size:12px;
	line-height:16px;
	margin-bottom:3px;
	}



/* Numbered Page Nav */
.page-nav { font-size: 1.35em; font-weight: bold; margin: 1em; padding: 0; overflow: hidden; }
.page-nav-intro {
	color:#fff;
	float: left;
	padding: .3em .5em;
	margin: 0 1em 1em 0;
	background: #678678;
	}
	
.page-number {
	float: left;
	padding: .3em .5em;
	margin: 0 .2em;
	background: #fff;
	border: .1em solid #191c1f;
	}

.current-page-number {
	float: left;
	padding: .3em .5em;
	margin: 0 .2em;
	background: #efefef;
	border: .1em solid #191c1f;
	}

.elipses { float: left; padding: .3em .2em; }

.custom .teasers_box {
	border-width:none;
	border-color:none;
	border-style:none;
}

.custom .post_box  {margin:0 30px;}
.custom .teasers_box {margin:10px 30px 0;}

/* Sidebar Items */

/* Bio Box */

.custom #bio_box {
	float:left;
	background:#fff;
	}

.custom #bio_box img{
	float:left;
	margin:0 10px 10px 0;
	}

.custom #bio_box p {
	margin-bottom:7px;
	font-size:13px;
	line-height:14px;
	}

.custom #bio_box p a {font-weight:bold;}
.custom #bio_box p a:hover, .custom #bio_box p a:focus {color:#678678;}
	
.custom #sidebars {
	padding-right:5px;
	}

.custom li.musicblog_link {
	background:url(images/musicnote.png) no-repeat left;
	padding-left:22px;
	float:left;
	height:22px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	}

.custom .sidebar li.widget h3 {border-bottom:#678678 1px solid;}

.custom .sidebar li.widget h3, .custom .sidebar li.widget h3 a {
	color:#000000;
	font-size:16px;
	font-variant:normal;
	letter-spacing:1px;
	text-decoration:none;
	}

.custom li.widget {
	border-top:#678678 1px solid;
	border-left:#678678 1px solid;
	border-right:#678678 2px solid;
	border-bottom:#678678 3px solid;
	padding:3px;
	float:left;
	
	}
.custom li.widget ul li.cat-item {margin-bottom:0;}

.custom .sidebar li.widget h3 a:hover, .custom .sidebar li.widget h3 a:focus { text-decoration:none;}

.custom .sidebar li.widget_rss h3 img {display:none;}

.custom .sidebar li.widget_rss ul li {padding-left:5px;}
	
#social_links {
	float:left;
	background: none;
	text-align: left;
	width:100%;
	}

#social_links ul {
	width:100%;
	margin:0 auto;
	padding-left:10px;
	}

#social_links li {
	list-style-image:none;
	list-style-type:none;
	text-indent: -5000px;
	padding:10px 6px;
}

#social_links li a { display: block; outline: none; width: 48px; height: 48px; }
#social_links li a:hover { display: block; outline: none;}


li.ss_email {float:left;}

li.ss_email a {
	background: url(images/ss_email.png) no-repeat 0 0;
	height: 48px;
	text-decoration:none;
	display:block;
}

li.ss_rss {float:left;}

li.ss_rss a {
	background: url(images/ss_rss.png) no-repeat 0 0;
	height: 48px;
	text-decoration:none;
	display:block;
}

li.ss_twitter {float:left;}

li.ss_twitter a {
	background: url(images/ss_twitter.png) no-repeat 0 0;
	height: 48px;
	text-decoration:none;
	display:block;
}

li.ss_facebook {float:left;}

li.ss_facebook a {
	background: url(images/ss_facebook.png) no-repeat 0 0;
	height: 48px;
	text-decoration:none;
	display:block;
}

li.ss_linkedin {float:left;}

li.ss_linkedin a {
	background: url(images/ss_linkedin.png) no-repeat 0 0;
	height: 48px;
	text-decoration:none;
	display:block;
}

li.ss_scribd {float:left;}

li.ss_scribd a {
	background: url(images/ss_scribd.png) no-repeat 0 0;
	height: 48px;
	text-decoration:none;
	display:block;
}

/* Footer Area */
.custom #footer_area {margin-bottom:10px;}
.custom #footer_area .page {background:none;}
.custom #footer {color:#000;}
.custom #footer a {color:#000; font-weight:bold;}
.custom #footer a:hover, .custom #footer a:focus {text-decoration:underline;}