/* ---------- Global ---------- */

.custom a:hover {
	color: #7A0026;
}

span.highlight{
	background: #EEEEEE;
}

.info{
	color:#666; 
	line-height:1.5em; 
	border:1px solid #ccc; 
	padding:1em; 
	background-color: #F3F6FF;
}

p.centeralign {
	text-align: center; 
} 

.wp_syntax {
	font-size: 8.5pt; 
	set_tab_width: 4; 
	font-family: "Andale Mono";
}
	
span.underline {
	border-bottom: 1px solid #111111; 
}

span.emphasis_u {
	border-bottom: 1px solid #EB0000; 
}

span.postheading {
	font-size: 17px; 
	font-family: Candara, Arial; font-weight: bold; 
}

/* ---------- Body ---------- */

body {
	background: #eeeeee url(images/body_bg.png) left top repeat-x;
}


/* ---------- Header ---------- */

.headline_area {
	padding-bottom: 3px;
	border-bottom: 1px solid #1b1c1a;
}

	#header_area {
		height: 40px;
	}

		#header_area .page {
			padding: 0;
			width: 860px;
		}

			#header {
				position: relative;
				padding: 0;
			}
			
/* ---------- Logo and Tagline ---------- */

#feature_box {
	height: 50px;
	padding: 0 0 25px 0;
	position: relative;
	background: #fff;
}

	h1#logo {
		text-indent: -9999px;
		padding-top: 5px;
	}

			h1#logo a {
				background: url(images/logo.png) no-repeat;
				display: block;
				height: 32px;
			}

	#tagline {
		border-left: 1px solid #1b1c1a;
		padding: 3px 12px;
		font-style: italic;
		position: absolute;
		top: 5px;
		left: 175px;
		font-size: 12px;
		width: 200px;
	}
	
/* ---------- Navigation ---------- */

ul.menu {
	height: 40px;
	background: #1e1e1e;
}
	
	ul.menu li.current a:hover, ul.menu li.current-parent a:hover {
		background: #7a0026;
	}

		ul.menu li a {
			padding: 13px 12px 13px;
			letter-spacing: normal;
		}

	.menu ul.submenu-1 {
		margin-top: 0px;
	}
	
	.menu ul.submenu li a {
		border-bottom: 0;
	}

/* ---------- Search Form ---------- */

li.search {
	float: right;
	margin-top: 6px;
	width: 310px;
	margin-right: 0;
	position: relative;
}



	.search_form  #s {
		border: 1px solid #616161;
		padding: 6px 4px 6px;
		width: 233px;
		color: #818181;
		font-size: 11px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.search_form .submit {
		border: 1px solid #616161;
		position: absolute;
		top: 0;
		right: 0;
		width: 67px;
		height: 28px;
		font-size: 12px;
		padding-top: 2px;
		padding-bottom: 4px;
		background: #7a0026;
		color: #fff;
	}

/* ----------- Content ---------- */

#content_area .page {
	width: 800px;
	padding: 40px 40px 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#content {
	margin-right: 0px;
	width: 800px;
}

#content_box .page {
	padding: 20px;
}

.post_box, #comments {
	background: #e6e6e6;
	margin-bottom: 0px;
	padding: 20px;
	margin-left: 0;
	margin-right: 0;
}

h2.entry-title, .headline_area h1 {
	font-size: 13pt;
	font-weight: bold;
	/* text-transform: uppercase; */
	font-variant: small-caps
}

.no_sidebars .post_box {
	margin: 0 0 20px 0;
}

.post_box, .full_width #content_box .page {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
}

.headline_meta {
	font-style: normal;
}

.author a {
	color: #7a0026;
	text-transform: none;
	letter-spacing: normal;
}

abbr.published {
	text-transform: none;
	letter-spacing: normal;
}

/* ---------- Comments ---------- */

#comments {
	margin-top: -40px;
}

#commentform input.form_submit {
	font-family: "gill sans MT", "Gill Sans" arial, sans-serif;
	padding: 7px 20px;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: normal;
	border: 1px solid #AAAAAA;
}

#commentform input.form_submit:hover {
	background: #7a0026;
	color: #ffffff;
}


.prev_next {
	margin-bottom: 20px;
}


h1.cat_page {
	color: #7A0026;
}

/* ---------- Sidebars ---------- */
#sidebars {
	display: none;
}
	#sidebar_1 {
		margin-top: -20px;
	}
	
	#sidebar_2 ul.sidebar_list {
		padding-right: 0;
	}
	
	.sidebar ul.sidebar_list {
		padding-left: 0;
		padding-right: 0;
	}
	
		.sidebar h3 {
			background: #dadada;
			font-weight: bold;
			text-transform: uppercase;
			padding: 5px 10px;
			letter-spacing: normal;
		}
		
		li.widget p, li.widget ul, li.widget ol {
			padding: 0 10px;
		}
		
		.sidebar a {
			color: #202020;
		}
		
		.sidebar a:hover {
			color: #7a0026;
		}

/* ---------- Multimedia Box ---------- */

#multimedia_box {
	padding: 0;
}

	#custom_box h3 {
		background: #dadada;
		font-weight: bold;
		text-transform: uppercase;
		padding: 5px 10px;
		letter-spacing: normal;
		font-size: 12px;
		font-family: "gill sans MT", "Gill Sans", Arial, sans-serif;
		margin-bottom: 20px;
	}
	
	#recent_highlights {
		padding: 0 2px;
	}
	
		#recent_highlights li {
			margin: 0 0 20px 0;
			padding: 0;
			list-style: none;
			overflow: hidden;
		}
		
			#recent_highlights h4 {
				margin-bottom: 5px;
				font-size: 14px;
			}
			
			#recent_highlights h4 a {
				font-weight: normal;
			}
			
			#recent_highlights h4 a:hover {
				color: #131313;
				text-decoration: underline;
			}
			
		#recent_highlights li a img {
			border: 3px solid #dadada;
			float: left;
			margin: 4px 10px 10px 0px;
			padding: 1px;
		}
		
		#recent_highlights li p {
			margin-left: 55px;
			font-style: italic;
			font-size: 12px;
			line-height: 1.5em;
		}

/* ---------- Footer ---------- */

#footer_area, #footer_area .page {
	background: #1B1C1A;
}

#footer_area .page {
	padding: 40px 0 40px 0;
	width: 960px;
}

#footwrap {
	overflow: hidden;
}

#footer {
	text-align: left;
	padding: 0;
	color: #dadada;
}	

#footer p {
	font-size: 12px;
}

#footer a {
	color: #a30033;
	border: none;
}

#footer a:hover {
	color: #cd0645;
	text-decoration: underline;
}

#credits {
	clear: left;
	border-top: 1px solid #818181;
	padding-top: 10px;
	font-size: 1.2em;
	color: #ffffff;
}

#idha_ad {
	clear: left;
	border-top: 1px solid #818181;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.2em;
	color: #ffffff;
}

#footleft {
	float: left;
	width: 48%;
}

#footright {
	float: right;
	width: 48%;
	text-align: right;
}

#footcenter{
	margin-left: auto; margin-right: auto; text-align: center;
}

#footer .col {
	float: left;
	width: 290px;
	overflow: hidden;
}

#footer .col.footer2 {
	margin-left: 45px;
	margin-right: 45px;
}

ul.footer_list {
	margin: 0;
	padding: 0;
}

ul.footer_list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.footer_list li .widget_box {
	padding: 0;
	background: #1B1C1A;
	border: none;
}

ul.footer_list .widget ul, ul.footer_list .widget p, ul.footer_list .widget ol {
	padding: 0;
}

ul.footer_list .widget {
	margin-bottom: 40px;
}

#footer h3 {
	font-family: "Gill Sans MT", "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#footer h3 a {
	color: #ffffff;
}

#footer h3 a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* ---------- Archive Page ---------- */
.custom .archive a {
	color: #7A0026;
}
.custom .archive a :hover{
	text-decoration: underline;
}
.custom .archive h3 {
	margin-top: 0; 
}
.custom .archive ul {
	font-weight: bold; 
}
.custom .archive li {
	margin-bottom: .25em; 
	color: #7A0026;
}
.custom .archive ul a{ 
	text-decoration: none;
	color: #1B1C1A;
}

.custom .archive ul a:hover {
	color: #7A0026;
}

.custom .archivel {
	float: left; 
	width: 33%;
}
.custom .archiver {
	float: right;
	width: 67%;
}

/* ---------- Contact Page ---------- */
.custom #txtName {
	width: 25em;
}
.custom #txtEmail {
	width: 25em;
}
.custom #txtSubject {
	width: 25em;
}
.custom #txtMessage {
	width: 27em;
}

/* ---------- Links Page ---------- */
.custom .linkspage h3 {
	margin-top: 0;
}
.custom .linkspage ul {
	font-size: 1em; 
	font-weight: bold; 
}
.custom .linkspage li{ 
	margin-bottom: .25em; 
	color: #7A0026;
}
.custom .linkspage ul a{ 
	text-decoration: none;
	color: #1B1C1A; 
}
.custom .linkspage ul a:hover {
	color: #7A0026;
}

.custom .photo_left, .custom .photo_right {background: #eee;border: 0.071em solid #ccc;color: #888;margin-bottom: 1.571em;padding: 0.714em;}
.custom .photo_center {clear: both;color: #888;float: none;margin-bottom: 1.571em;text-align: center;}
.custom .photo_left {clear: left;float: left;margin-right: 1.571em;text-align: left;}
.custom .photo_right {clear: right;float: right;margin-left: 1.571em;text-align: right;}
.custom .photo_center img {background: #eee;border: 0.071em solid #ccc;margin-bottom: -2.714em;padding: 0.714em 0.714em 2.714em 0.714em;}
.custom .photo_center small a img {background: transparent;border: none;margin: 0;padding: 0;}
.custom .photo_center small a, .custom .photo_left small a, .custom .photo_right small a {color: inherit;text-decoration: none;}

.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}

#archive_info {display:none;}

.page-nav { font-size: 1.15em; font-weight: bold; margin: 1em 0; padding: 0; overflow: hidden; }
.page-nav-intro { float: left; padding: .3em .5em; margin: 0 1em 1em 0; background: #efefef; border: .1em solid #ccc; }
.page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #fff; border: .1em solid #ccc;  }
.current-page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #efefef; border: .1em solid #ccc; }
.elipses { float: left; padding: .3em .2em; }

/*
.custom #feedback { background: transparent; width: 3.2em; position: fixed; top: 40%; left: 0.25%; }
.custom #feedback a { display: block; text-indent: -9999px; height: 3.2em;}
.custom #feedback #rss { background: url('http://relevantcodes.com/images/rss_32.png') no-repeat; }
.custom #feedback #rss:hover { background-position: 0 0; }
.custom #feedback #myemail { background: url('http://relevantcodes.com/images/emailicon.png') no-repeat 0 -3.2em; }
.custom #feedback #myemail:hover { background-position: 0 0; }
.custom #feedback #linkedin { background: url('http://relevantcodes.com/images/linkedinicon.png') no-repeat 0 -3.2em; }
.custom #feedback #linkedin:hover { background-position: 0 0; }
*/
