/*
Theme Name: US Management Buyout
Description: A theme for US Management Buyout
Version: 1.0.0
Author: Walsh:Barnes Interactive
Author URI: http://www.walshbarnes.com
*/


html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #333333;
	margin: 0; padding: 0;
	color: #FFFFFF;
}

a { color: #B7E3FF ; text-decoration: none; }

img, a img { border: 0; }

h1  { font-size: 16px; line-height: 18px; color: #B7E3FF; margin: 0; padding: 0; padding-bottom: 8px; }

h2{	 font-size: 15px; line-height: 18px; font-weight:bold;color: #fff; margin: 0; padding: 0; padding-bottom: 8px; 

}

h3 {font-size: 14px; line-height: 18px; color: #999; margin: 0; padding: 0; padding-bottom: 8px; } 
 

h4{}
 
 
h5{}

/* -- STRUCTURE -- */

#wrap { width: 825px; margin: 0 auto; }
#logo { height: 76px; background: url(images/bg_logo.jpg) top left no-repeat; }
#logo .top_elements { float: right; text-align: right; }
#nav { margin: 55px 25px 20px 30px; }
#header_img_home { position: relative; margin-left: 30px; height: 307px; background: url(images/hdr_usmb.jpg) top left no-repeat; padding-bottom: 40px; }
#header_img { margin-left: 30px; }
#header_img_txt { position: absolute; top: 170px; right: 0; }
#home_content { margin: 0 25px 0 30px; background: url(images/bg_line.gif) 380px 0px repeat-y; }
#home_content .content_left { float: left; width: 360px; }
#home_content .content_right { float: right; width: 360px; padding-top: 26px; }
#content { margin: 30px 25px 0 30px; background: url(images/bg_line.gif) 555px 0px repeat-y; }
#content .content_left { float: left; width: 500px; padding-left: 30px; }
#content .content_right { float: right; width: 185px; padding-top: 26px; }
#footer { margin: 0 25px 0 30px; padding: 40px 0; font-size: 10px; }

/* -- NAV -- */

#nav ul { text-align: right; margin: 0; padding: 0; }
#nav ul li { list-style: none; padding: 0 20px 0 0; margin: 0; display: inline; }
#nav ul li a { color: #FFFFFF; text-transform: lowercase; }
#nav ul li a:hover, #nav ul li.current_page_item a { color: #FFFF00; }

/* -- CONTENT -- */
.post { padding-bottom: 24px; }
.alignleft { float: left; }
.alignright { float: right; }
.navigation { padding: 0 0 24px 0; }
.navigation .alignleft { width: 45%; text-align: left; }
.navigation .alignright { width: 45%; text-align: right; }

/* -- CLEAR -- */

#home_content:after, #content:after, .navigation:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
