/*
THEME NAME: Hyperdrive
THEME URI: http://www.example.com/my-design/
DESCRIPTION: New curtains for an old room
VERSION: 0.1
AUTHOR: John Doe
AUTHOR Uri: http://www.example.com
TAGS: one column, two columns, three columns, awesome, blue, pink
TEMPLATE: sandbox
*/



*{
	color:#222;
	margin:0;
	padding:0;
	font-family:arial,helvetica,sans-serif;
	}

a{
	color:#333;
	}
a:hover{
	color:#fff;
	}


body{
	background:#111 url('header.jpg') top left repeat-x;
	}

.pullquote{
float:right;
margin:2px 0px 5px 5px;
background:url('pullquote.gif') top left no-repeat;
padding:5px;
padding-left:35px;
width:220px;
border:1px dotted #777;
color:#555;
font-size:1.1em;
}

#wrapper{
	background:#999 url('wrapperback.jpg') top left repeat-y;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	}

#header{
	height:117px;
	border-bottom:4px solid #111;
	text-align:center;
	background:transparent url('header.jpg') top left repeat-x
	}

#subpages{
	clear:right;
	float:right;
	margin:10px;
	width:535px;
	}
#subpages li, #subpages ul, #subpages ul li{
	display:inline;
	list-style:none;
	}
#subpages li a{
	font-style:italic;
	font-size:.9em;
	}

#blog-title a{
	display:block;
	background:url('logo.jpg') top center no-repeat;
	height:117px;
	color:#feefc3;
	text-decoration:none;
	line-height:110px;
	font-size:40px;
	letter-spacing:2px;
	font-family:"Arial Black", arial, helvetica;
	font-style:italic;
	}

#blog-description{
display:none;
}

.skip-link{display:none;}


#menu {
	width:auto;
	float:right;
	margin-top:-10px;
	}
#menu li{
	float:left;
	width:100px;
	list-style:none;
	margin-right:5px;
	}
#menu li a{
	height:30px;
	line-height:30px;
	list-style:none;
	display:block;
	background:#aaa;
	text-align:center;
	border:2px solid #222;
	text-decoration:none;	
	color:#8B0E0E;
	font-weight:bold;
	}
#menu li a:hover{
	background:#555;
	color:#fff;
	}
	
#container{
	clear:right;
	float:right;
	width:545px;
	margin-right:5px;
	margin-top:10px;
	}

#content{
	}

.hentry{
	margin-bottom:22px;
	}

.home .entry-title{display:none;}

.entry-title{
	background:#aaa;
	border:1px solid #888;
	text-align:center;
	letter-spacing:1px;
	color:#fff;
	margin-bottom:10px;
	}
.entry-title a{
	color:#fff;
	text-decoration:none;
	}
.entry-title a:hover{
	color:#000;
	}

.entry-date{
	margin-bottom:10px;
	}
.entry-date abbr{
	text-decoration:none;
	border:none;
	color:#666;
	font-size:0.75em;
	}

.entry-content{
	font-size:.9em;
	line-height:1.1em;
	padding-left:7px;
/*	border-left:2px solid #777;*/
	}
.entry-content h1{
	font-size:20px;
	}

.entry-content p{
	margin-bottom:10px;
	}
.entry-content ol, .entry-content ul, .entry-content dl{
	margin-left:25px;
	}

.entry-content img{
	margin:5px;
	border:0;
	border:1px solid #777;
	}

.entry-meta{
	font-size:0.75em;
	border:1px dotted #aaa;
	margin-top:40px;
	padding:4px;
	text-align:center;
	}
.entry-meta .meta-sep{display:none;}
.entry-meta .tag-links{display:block;font-size:.8em;color:#999;margin:5px;}
.entry-meta .tag-links a{color:#888;}
.entry-meta .comments-link{
display:block;
font-size:1.2em;
}
.entry-meta .edit-link{
float:right;
}

.category-press-release .entry-content{
	background:#fff;
	font-family:Times, "Times New Roman", Serif;
	padding:10px;
	line-height:1.1em;
	}
.category-press-release .entry-content a{
	color:#6b86a2;
	}
.category-press-release .entry-content a:hover{
	color:#446c95;
	}

#nav-above{display:none;}

#nav-below{
	}

#nav-below a{
	text-decoration:none;
	border:1px solid #666;
	padding:3px;
	font-size:.8em;
	color:#111;
	display:block;
	width:auto;
	position:relative;
	float:left;
	margin:5px;
	}
#nav-below a:hover{
	border:1px solid #fff;
	}


#comments{
	clear:left;
	margin-top:30px;
	border-top:2px solid #666;
	}
#respond h3, p#login{
	color:#555;
	}

#comments textarea{
	background:#ddd;
	border:1px inset;width:100%;
	padding-left:3px;
	}
#comments div.form-label, #comments div.form-label label{
	margin-top:10px;
	color:#fff;
	font-weight:bold;
	}

#primary{
	width:200px;
	text-align:center;
	padding-bottom:20px;
	}

#primary form{
	margin-left:7px;
	background:#9ca7b1;
	border:1px solid #c4d1dc;
	padding:5px;
	}
#primary form strong{color:#fff;}

#primary .text, .text-input{
	width:170px;
	background:#ddd;
	border:1px inset;
	padding-left:3px;
	}
#primary .button{
	background:#888;
	color:#fff;
	border:1px solid #777;
	margin:3px;
	cursor:pointer;
	}
#primary .xoxo li{
	margin-bottom:10px;
	}
#primary .xoxo li .xoxo li{
	margin-bottom:1px;
	}
	
#primary .widgettitle{
	color:#8b0e0e;
	font-family:Geneva, Verdana, Tahoma, Sans-Serif;
	}
#archives select{background:transparent;width:186px;border:1px inset;}
#archives select option{background:transparent;color:#fff;}
a#viewall{color:#fff;display:block;margin:7px;text-decoration:none;border:1px outset;}
a#viewall:hover{color:#8b0e0e;}


#archives-page ul{margin-bottom:20px;}
#archives-page li{margin-bottom:5px;}

.phone{
	display:block;
	color:#ddd;
	font-size:.9em;
	}
span.privacy{
	display:block;
	font-size:.7em;
	color:#777;
	}

a#hypertraklogin{
	display:block;
	width:180px;
	height:45px;
	margin-left:14px;
	border:1px solid #777;
	background:url('hypertrak.jpg') top left no-repeat;
	text-indent:-9999px;
	}
a#hypertraklogin:hover{
	border:1px solid #fff;
	}

#calendar, #calendar_wrap,#wp-calendar, #wp-calendar caption{
	margin-left:auto;
	margin-right:auto;
	}
#calendar a{
	color: #444;
	}

#recent-posts{
	margin:10px;
	text-align:left;
	font-size:.9em;
	width:70%;
	position:relative;
	float:left;
	}
#recent-posts h3{
	text-align:center;
	}
#recent-posts li{
	list-style:none;
	margin-bottom:3px;
	padding-bottom:2px;
	border-bottom:1px dashed #888;
	}
#recent-posts li a{
	text-decoration:none;
	display:block;
	}

	
div.textwidget{
	clear:left;
	font-size:0.7em;
	text-align:center;
	}

#archives{
	margin-top:25px;
	}
#archives .widgettitle{
	font-size:1em;
	}


h3.newsletter{
	color:#8b0e0e;
	font-family:Geneva, Verdana, Tahoma, Sans-Serif;
	}
h4.newsletter{
	color:#fff;
	border-bottom:1px solid #bbb;
	}

#secondary{
	clear:both;
	display:block;
	border-top:3px solid #333;
	background:#999;
	padding-bottom:5px;
	height:auto;
	width:770px;
	position:relative;
	float:left;
	}

#tag_cloud{
	display:none;
	text-align:center;
	margin:5px;
	border:1px solid #bbb;
	padding:5px;
	}
.blog #tag_cloud{display:block;}
#tag_cloud .widgettitle{
	color:#8b0e0e;
	}
#tag_cloud a{
	color:#ddd;
	text-decoration:none;
	}
#tag_cloud a:hover{
	color:#fff;
	}

#search, #rss_links, #meta{
	position:relative;
	float:left;
	font-size:0.75em;
	margin:1%;
	padding:1%;
	color:#999;
	height:auto;
	}
#search .widgettitle, #rss_links .widgettitle, #meta .widgettitle{
	color:#8b0e0e;
	}

.sidebar ul li{
	list-style:none;
	}


#footer{
	clear:both;
	background:#000;
	padding:3px;
	}
#footer cite{
	font-size:0.75em;	
	color:#fff;
	font-style:normal;
	}
#footer span{display:none;}