@import url("/css/text.css");
@import url("/css/grid.css");

/* =STRUCTURAL */

#wrapper {
	background: #FFF url("../images/skin/page_bg.gif") top left repeat-x;
	text-align: center;
	padding-bottom: 50px;
}

#header-content, #content, #footer {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	position: relative;	
	overflow: hidden;
	zoom: 1;
}

#header {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 20px;
	min-height: 215px;
}

#lilraptor {
	float: right;
	display: block;
	margin: 10px 20px 15px 0;
}

#content {
	clear: left;
	margin-bottom: 30px;
}

#content-inner {
	padding: 20px 10px;
}

#maincontent {
	
}

#sidebar {
	padding-left: 20px;
	width: 260px;
}

/* =HEADERS */
#hd_velociready {
	width: 669px;
	height: 30px;
	background-image: url("/images/headers/hd_velociready.gif");
	margin: 0;
	position: absolute;
	top: 60px;
	left: 0;
}

#hd_velociready a {
	display: block;
	width: 669px;
	height: 30px;
}

#header-content h2 {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 0.95em;
	font-weight: bold;
	position: absolute;
	top: 95px;
	left: 0;
}

#hd_incase {
	width: 935px;
	height: 17px;
	background-image: url("/images/headers/hd_incase.gif");
}

/* =TOPNAV */

#topnav-wrapper {
	position: absolute;
	top: 170px;
	left: 0;
	background: #707070;
	width: 100%;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}

#topnav {
	width: 960px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	
}

#topnav li {
	display: block;
	float: left;
	margin-right: 20px;
	padding: 0.75em 5em;
}

#topnav li a { 
	display: block;
	color: #e6e6e6;
	font-weight: bold;
	font-size: 0.95em;
	border-bottom: 1px solid #707070;
	text-transform: uppercase;
	font-size: 1.15em;
	letter-spacing: -0.02em;
}

#topnav li a:hover, #topnav li.selected a { 
	color: #fff;
	border-bottom: 1px dotted #fff;
}

/* =FOOTER */
#footer {
	padding: 1.5em 0;
	border-top: 1px dotted #ccc;
}

#footer_contact {
	text-align: right;
}

#footer h2 {
	font-size: 1.3em;
	margin: 0 0 0.25em 0;
}

/*= MAINCONTENT */

#maincontent h2.plain, #maincontent h3.plain {
	padding: 0;
	background: transparent;
}

/* =BLOGENTRY */
#maincontent .entry {
	margin-bottom: 2em;
	font-size: 1.1em;
}

.entry-metadata {
	padding: 0.5em;
	background-color: #f3f3f3;
}

.postimage {
	float: right;
	margin: 0 0 1em 1em;
}

a .postimage {
	border: 2px solid #00A5D8;
	padding: 2px;
}

.paginate {
	color: #666;
	font-size: 0.9em;
	
}

/* =SIDEBAR */
#sidebar h2, #sidebar h3, #sidebar h4 {
	letter-spacing: -0.04em;
	padding: 0;
	margin: 0 0 0.25em 0;
	background: url("/images/skin/side_hd_bg.gif") top left no-repeat;
	min-width: 218px;
	min-height: 23px;
}

#sidebar h2 { font-size: 1.7em; }
#sidebar h3 { font-size: 1.3em; }

#sidebar ul {
	margin-bottom: 2em;
}

#questions {
	font-size: 1.2em;
	padding: 0.75em;
	background: #f3f3f3;
	font-weight: bold;
}

