/*
Theme Name: Sky-Runner
Theme URI: http://www.sky-runner.com/
Description: Sky-Runner Wireless dot com Theme
Version: 0.1
Author: Nate Bradley
Author URI: http://www.acsmagnum.com/
Tags: blue, custom header, fixed width, widgets

	Sky-Runner v0.1
	http://www.sky-runner.com

	This theme was designed and built by Nate Bradley,
	whose website you will find at http://www.acsmagnum.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {margin:0;padding:0;}
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 50px;}  /* must be same height as the footer */

/* 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 */


body {
	font-family:"Lucida Sans Unicode", "Lucida Console";
	font-size:10px;
}

body a{
	color:#0c3a92;
}

#topbar {
	background-image:url('/wp-content/themes/skyrunner/images/top_nav_back.jpg');
	background-repeat:no-repeat;
	position:relative;
	width:900px;
	height:25px;
	margin:0 auto;
	padding:5px 0px 4px 5px;
	z-index:5;
}

#searchbox {
	width:255px;
	height:20px;
	float:left;
}

#searchbox table td {
	vertical-align:top;
}

#searchbox input {
	border:1px solid #c8c8c8;
	font-size:10px;
}

.searchtext {
	width:150px;
	height:15px;
	color:#686868;
	background:#fff;
}

.searchtext:focus {
	background:#99CCFF;
}

.searchbutton {
	width:55px;
	height:17px;
	color:#fff;
	background:#888;
	font-weight:bold;
}

.searchbutton:active {
	background:#c8c8c8;
}

#menu {
	margin:0 auto;
	width:630px;
	float:right;
	padding:0px 5px 0px 0px;
}

#page {
	position:relative;
	width:850px;
	margin:0 auto;
}

#header {
	text-align:center;
	height:100px;
	width:850px;
	margin:20px 0px 0px 0px;
	border-bottom:#0c3a92 thin solid;
}

#header h1 {
	color:#686868;
}

#headertext {
	float:left;
	width:300px;
	height:100%;
}

#headertext a {
	text-decoration:none;
}

#headertext a:visited {
	color:#686868;
}

.description {
	width: 275px;
	margin:auto;
	color:#99CCFF;
}

.description h3 {
	color:#99ccff;
}

#headerimg {
	float:right;
	width:550;
	height:100%;
}

.breadcrumb {
	color:#686868;
}

.breadcrumb a {
	color:#686868;
}

#content {
	margin:5px 0px 0px 25px;
	padding:10px 10px 10px 10px;
	width:600px;
	min-height:350px;
	height:auto;
	float:left;
	background:#ffffff/*#0c3a92*/;
	border-right:#0c3a92 thin solid;
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
}

#content .post {
	width:590px;
	height:auto;
	margin:0px 0px 0px 5px;
}

#content .entry {
	width:570px;
	min-height:320px;
	height:auto;
	margin:5px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#homecontent {
	padding:0px 0px 5px 0px;
}

.post h2{
	color:#0c3a92;
}

.post h3,h4,h5 {
	color:#686868;
}

.post h1,h2,h3,h4,h5,h6 {
	margin:2px 0px 2px 0px;
}

.entry ul {
	margin:2px 0px 2px 0px;
}

.entry li {
	margin:0px 0px 0px 35px;
}

.entry p {
	margin:5px 5px 0px 10px;
}

#commentform {
	width:590px;
	height:auto;
	margin:5px 0px 0px 0px;
}

#comment {
	width:580px;
	height:auto;
	border:1px solid #fff;
	font-size:12px;
	color:#686868;
}

#submit {
	width:auto;
	height:17px;
	color:#fff;
	background:#888;
	font-weight:bold;
	border:1px solid #fff;
	font-size:10px;
	padding:0px 0px 2px 0px;
	margin:5px 0px 0px 0px;
}

.commentsubmit:active {
	background:#c8c8c8;
}

#sidebar {
	float:right;
	height:auto;
	min-height:350px;
	width:150px;
	margin:5px 5px 5px 5px;
	background:#c8c8c8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar a {
	text-decoration:none;
}

#sidebar .widgets {
	width:140px;
	margin:10px 5px 5px 20px;
}

#sidebar h2 {
	color:#686868;
}

#sidebar li {
	margin:0px 0px 0px 15px;
	list-style:none;
}

#bottomsidebar {
	width:850px;
	height:200px;
	margin-bottom:70px;
	background:#c8c8c8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#bottomcontain {
	width:830px;
	height:200px;
	margin-left:15px;
}

#sidebar2 {
	width:820px;
	height:200px;
}

#bottomsidebar h2 {
	color:#686868;
}

#bottomsidebar .widgets {
	float:left;
	margin:10px 10px 10px 10px;
}

#bottomsidebar ul {
	list-style:none;
}

#bottomsidebar li {
	margin:0px 0px 0px 5px;
}

#bottomsidebar a {
	text-decoration:none;
}

#footer {
	text-align:center;
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	width:850px;
	height: 50px;
	clear:both;
	background:#0c3a92 /*#99CCFF*/;
}

#footercontent {
	margin:auto;
	padding:10px 0px 0px 0px;
	width:840px;
	height:40px;
}

#footercontent a {
	color:#ffffff;
}

img {
	border:none;
}

/* Dropdown Menu */
#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:100%; background:#fff; font-weight:bold;}
#dropmenu a {display:block; padding:0.25em 1em; color:#686868; border-right:1px solid #c8c8c8; text-decoration:none; background:#fff;}
#dropmenu a:hover {background:#888; color:#fff;}
#dropmenu li {float:left; position:relative;}
#dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px;}
#dropmenu ul a {border-left:1px solid #c8c8c8;}
#dropmenu li ul {border-top:1px solid #c8c8c8; width:14.1em;}
#dropmenu li ul a {width:12em; height:auto; float:left;  border-bottom:1px solid #c8c8c8;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}
/* End Dropdown Menu */

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
