/*
Theme Name: WeissMike.com
Theme URI: http://weissmike.com
Description: 
Version: 1.0
Author: Mike Weiss
Author URI: http://weissmike.com
*/

header, footer, section, article, aside, nav {
	display: block;
	}
html, body {
	background:url("images/body.jpg") #b4b4b4;
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	}
#page_header {
	position:absolute;
	top:50%;
	left:0;
	background:url("images/grad.jpg") no-repeat;
	width:280px;
	height:500px;
	margin-top:-200px;
	}
#page_header p { 
	padding:0;
	margin:0;
	position:relative;
	top:90px;
	left:0;
	}
#page_header p  a {
	display:block;
	width:280px;
	height:85px;
	text-indent:-99999px;
	background:url("images/header.png") no-repeat #3366ff;
	}
#page_nav {
	position:absolute;
	top:50%;
	left:0;
	}
#page_nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#page_nav li {
	display:none;
	margin:0;
	padding:0;
}
#page_nav li.page-item-75 {
	display:block;
	}
#page_nav li.page-item-75 a {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#fff;
	padding:35px 10px 10px;
	font-size:30px;
	font-weight:bold;
	width:260px;
	height:58px;
	background:url("images/button.png") no-repeat #3366ff;
	}
#main_container {
	width:620px;
	position:relative;
	left:400px;
	}
#main_container a img {
	border:0;
	}
#main_container article {
	width:380px;
	color:#fff;
	display:block;
	margin-top:2em;
}
body .cform {
	width:auto;
	}
body .cform span.reqtxt, body .cform span.emailreqtxt {
	margin:0;
	}
body .cform textarea, body .cform input {
	width:322px;
	}
body .cform label {
	display:block;
	color:#fff;
	}
body .cform .cf-ol {
	border:0;
	}
body .cform .cf_li_err label {
	color:#5b5b5b;
	font-weight:bold;
	}
body div.cf_info {
	width:auto;
	}
#main_container article img {
	position:relative;
	z-index:5;
	}
#main_container article .bottomFade {
	position:absolute;
	bottom:0;
	left:0;
	width:300px;
	height:25px;
	}
#main_container article .entry {
	background:#5b5b5b;
	position:relative;
	z-index:1;
	padding:15px 25px;
}
#main_container article .entry li {
	padding-bottom:.25em;
	line-height:1.25;
	}
body .linklove {
	display:none;
	}
#main_container article header {
	background-color:#3366ff;
	display:block;
}
#main_container article header h1 {
	margin:0 5px;
	padding:5px;
}
h1 a {
	color:#fff;
	text-decoration:none;
}
#page_footer {
	display:none;
	}
.jsON #main_container article.hasPreview .entry_container {
	height:125px;
	overflow:visible;
	}
.jsON #main_container article {
	overflow:visible;
	}
.jsON .hasPreview  .entry {
	margin-top:-125px;
	overflow:hidden;
	width:250px;
	}
.jsON .hasPreview  .entry * {
	position:relative;
	z-index:1;
	}
.jsON .hasPreview  .entry .bottomFade {
	z-index:2;
	}