/*   
Theme Name: Lancecore
Theme URI: lancecore.com
Description: --
Author: LC
Author URI: lancecore.com
Version: 1.0
*/

* {margin:0;padding:0;} 

html {
	height: 100%;
}

body {
	background: #FFFFFF;
	color: #FF6600;
	height: 100%;
}

a {
	color: #327399;
	background: none;
	text-decoration: none;
}

a:hover {
	color: #80D7F9;
	background: #262626;
	text-decoration: none;
}

#wrap {
	height: 100%;
}

body > #wrap {height: auto; min-height: 100%;}

#header {
	width: 100%;
	height: 300px;
	background: #80D7F9;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: #098BBE 1px solid;
}

#header h1 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 3.5em;
	font-style: italic;
	color: #327399;
	padding-left: 20px;
	position: relative;
	width: 400px;
	clear:both;
	overflow:hidden;
}

.highlight {
	color: #CAEEFC;
	display:block;
}

.color {
	color: #333333;
	position: absolute;
	top: -1px;
}

#nav {
	font-family: Georgia, Times, Times New Roman, serif;
	width: 300px;
	float: right;
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 1.2em;
	font-style: italic;
}

#nav a {
	padding-bottom: 3px;
	text-decoration: none;
	font-weight: 400;
}

#nav a:hover {
	text-decoration: none;
	border-bottom: solid #80D7F9 2px;
	color: #FF6600;
	background: none;
}

#content {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-bottom: 150px;
}

h2 {
	font-family: Century Gothic, Apple Gothic, sans-serif;
	font-size: 1.75em;
	font-weight: 400;
	letter-spacing: -1.3px;
	padding-top: 4px;
	background: none;
	line-height: 1.1em;
}

#entry {
	padding-bottom: 26px;
	vertical-align: middle;
}

.etitle {
	float: left;
	width: 600px;
}

.thedate {
	font-family: Century Gothic, Apple Gothic, sans-serif;
	float: left;
	width: 100px;
}

.day {
	float: left;
	font-size: 2.5em;
}

.monthyear {
	float: left;
	padding-top: 4px;
}

.month {
}

.year {
}

.clear {
	clear: both;
}

.posttime {
	font-size: .9em;
	font-style: italic;
	margin-left: 40px;
	padding-top: 4px;
}

#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 600px;
	clear: both;
	background: #333333;
	border-top: #BFBFBF 1px solid;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */