/* Redo some Typography stuff */
body{
	font-size: 16px;
	line-height: 24px;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}
.entry p{
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 1.5em 0;
}
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6{
	margin-bottom: 0em;
}
.entry h1,.entry h2,.entry h3{
	color:#333;
}
.entry h1{
	font-size: 35px;
	line-height: 48px;
	margin-top: .686em;
}
.entry h2{
	font-size:30px;
	line-height:48px;
	margin-top: .8em;
}
.entry h3{
	font-size:24px;
	line-height:24px;
	margin-top: 1em;
}
.entry h4{
	font-size:20px;
	line-height:24px;
	margin-top: 1.2em;
	font-weight: normal;
}
.entry h5{
	font-size:18px;
	line-height:24px;
	margin-top: 1.333em;
	font-weight: normal;
}
.entry h6{
	font-size:14px;
	line-height:24px;
	margin-top: 1.714em;
	font-weight: bold;
}
.entry h1 strong ,
.entry h2 strong ,
.entry h3 strong {
	color: #215093;
}
.entry hr{
	clear:both;
	height:28px;
	background-color:transparent;
	background-image: url('images/dividerbar.png');
	background-position: center;
	background-repeat: no-repeat;
}
.entry hr.lightline {
	background-color: #e6e6e6;
	height: 1px;
	background-image: none;
}
.entry hr.plainline {
	background-color: #989898;
	height: 1px;
	background-image: none;
}
.entry hr.boldline {
	background-color: #222222;
	height: 1px;
	background-image: none;
}
/* Removing Heading stuffs */
body{
	background-image:none !important;
}
#wrapper{
	background-image:none !important;
}
#header{
	display:block;
	position:static;
	height:150px;
}
#logo {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-width:100%;
	height:148px;
	background-image:url('http://sportsexec.net/wp-content/uploads/2012/09/body-bg.jpg');
	background-position: 0px -26px;
	background-repeat: repeat-x;
	border-bottom: 2px solid #6d6d6d;
	float: none;
	text-align:center;
}
#logo img{
	margin-left: -200px;
}
#page-title{
	display:none;
	height:42px;
	text-align: center;
	font: bold 28px/45px "Helvetica Neue", Helvetica, sans-serif;
}
h1.title,h2.title{ display: none; }
#content{
	padding-top: 22px;
}


/* Specific formatting for post elements */
/* Create a two-column layout for:
<div class="twocolboxes">
	<div class="twocolbox">
		<img />
		<p>stuff</p>
	</div>
</div>
*/
.twocolboxes{
	clear:both;
}
.twocolbox p{
	padding:5px;
}
.twocolbox img{
	max-width: none;
}
.twocolbox{
	float:left;
	width:50%;
	overflow:hidden;
}

/* Order Now! Call-to-action box */
.orderboxtop,.orderboxbk,.orderboxbtm{
	width: 628px;
	margin: 0px auto;
}
.orderboxtop{
	height: 213px;
	background-image: url('http://sportsexec.net/wp-content/uploads/2012/09/secureorderform-style1.png');
	background-repeat: no-repeat;
}
.orderboxbk{
	width: 508px;
	padding: 10px 60px;
	background-image: url('http://sportsexec.net/wp-content/uploads/2012/09/orderformbk.png');
	background-repeat: repeat-y;
}
.orderboxbtm{
	height: 26px;
	background-image: url('http://sportsexec.net/wp-content/uploads/2012/09/orderformbtm.png');
	background-repeat: no-repeat;
}

/* Checkmark list */
.green_tick_1_list li {
	background-image: url('images/style3.png');
	background-position: 0 2px;
	background-repeat: no-repeat;
	color: #1A1A1A;
	font-size: 15px !important;
	font-weight: normal;
	line-height: 23px !important;
	list-style-type: none !important;
	padding-bottom: 15px;
	padding-left:45px;
}
ul.green_tick_1_list {
	list-style-type: none;
	text-align:left;
	margin: 0px auto;
	padding: 10px 0;
}
.orderboxbk a{
	background: transparent;
}
.orderboxbk p{
	background: transparent;
}
.orderboxbk img{
	max-width:none;
	background: transparent;
}

/* Join Now! button used in the order box */
a.joinnowbutton {
	display: block;
	width: 375px;
	height: 250px;
	margin: auto;
	background-image:url('images/joinnow.png');
}

/* Hide Text/Elements for Image Replacement */
.imageonlyplease {
	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
}
.imageonlyplease * {
	visibility: hidden;
}


/* Show TOP nav */
#top {
	position: absolute;
	z-index: 1;
}
#logo {
	background-position: 0 0;
	height: 174px;
}
#logo img {
	margin-top: 26px;
}
#header {
	height: 176px;
}