/*
Theme Name: MHAdvisory
Theme URI: http://mhadvisory.com/
Description: A custom theme for MHAdvisory
Author: fadMedia
Author URI: http://fadMedia.net
Version: 1.0
*/


	/*****************************
	 *                           *
	 *   Theme Specific Styles   *
	 *                           *
	 *****************************/

	/* General */
	html, body { height: 100%; }
	body { background: #D3D3D3 }

	body .container { background: #FFFFFF; width: 970px; }

	#wrap { padding-top:10px; margin-top: 35px;}
	
	.width940 { width: 940px; margin: 0 auto; }
	
	h1, h2, h3, h1 a, h2 a, h3 a { color: #000066; }

	/* Top */	
	h1#site_header { color: #d32b1e; margin-top: 60px; font-size: 64px; }
	h2#site_strap { color: #d32b1e; font-size: 16px; line-height: 18px; margin-top: 30px; }
	div#labour_logo { margin-top: 15px; }
	div#labour_logo img { height: 34px; }
	a#site_logo {  }
	a#site_logo img { height: 120px; display:block; margin: 0 auto; }
	
	.post-9 img { margin: 15px; margin-right:30px; }

	/* Nav Bar */
	.navbar { border-bottom: 8px solid #b1b1b3;}
	
	.navbar-inner { border: 0px; background: #ffffff; padding-left: 0px; }
	
	.navbar .brand {
	  padding: 8px 20px 12px;
	  font-size: 24px;
	  color: #ffffff;
	}
	
	.navbar .divider-vertical {
	  height: 41px;
	  background-color: #940302;
	  border-right: 1px solid #940302;
	}
	
	.navbar .nav > li > a {
	  padding: 10px 10px 11px;
	  font-size: 24px;
	  font-weight: bold;
	  color: #979bc0;
	}
	
	.navbar .nav>li>a:focus,
	.navbar .nav>li>a:hover {
		color: #000066;
		text-decoration: none;
		background-color: transparent;
	}
	
	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus {
	  color: #000066;
	}
	
	.navbar .nav > .current-menu-item > a,
	.navbar .nav > .current-menu-item > a:hover,
	.navbar .nav > .current-menu-item > a:focus {
	  color: #41488e;
	}
	
	/* Main Content */


	/* Footer */
	#main_footer { border-top: 8px solid #b1b1b3; margin: 30px auto; }
	#main_footer p { font-size: 16px; color: #999cbb; line-height: 16px; margin: 10px 0px; }


	/*****************************
	 *                           *
	 * General WordPress Styling *
	 *                           *
	 *****************************/

/* Alignment classes used by WP */
.alignleft { float: left; }
.aligncenter { display: block; margin: 0 auto; }
.alignright { float:right; }

/* Images */
.wp-caption-text { font-size: 11px; line-height: 14px; text-align:center; width: 90%; margin: 0 auto; margin-top: 7px; }

strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}


