/*
Theme Name: PowerEdge
Theme URI:
Description:
Version: 1.0.0
Author: Spencer Drager
Author URI: http://spencerdrager.com
Tags:#
*/

@charset "utf-8";
{}
body,html{

		margin: 0px;
	padding: 0px;
		height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

  font: 13px Verdana, Arial, Helvetica, sans-serif;
}
body{
	background: url(images/topbg.png) repeat-x bottom scroll #111;
	background-attachment: scroll;
	background-color: #111;
	background-image: url(images/topbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
pre{
  padding: 10px;
  margin: 15px 15px -10px 15px;
  border: 1px solid #666;
  background-color: #fff;
}
code{
  background-color: #ddd;
  display: inline;
}
small{
  font-size: 70%;
}
h1{
  font-size: 24px;
}
h2{
  font-size: 20px;
  padding: 5px;
  border-bottom: 1px solid #999;
  line-height: 26px;
  margin: 15px;
}
/* ==================== Style Classes================= */
.right{	
  float: right;
}
.left{
  float: left;
}
.noborder{
  border: none !important;
}
.nospace{
  padding: 0px !important;
  margin: 1px !important;
  text-decoration: none;
}

/* ==================== Overall Containers ================= */
#container{
  background: url(images/topbg.png) repeat-x;
  width: 100%;
	position:relative; /* needed for footer positioning*/
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
/* ==================== Header Area ================= */
#header{
  background-color: #100000;
  width: 100%;
  height: 60px;
}
#headercont{
  position: relative;
}
#social{
  position: absolute;
  right: 0px;
  top: 20px;
  margin: 0px;
  padding: 0px;
}

/* ========== menu bar ========== */
#menu-bar ul{
  list-style-type: none;
  margin-left: 5px;
}
#menu-bar li{
  float: left;
}
.current_page_item a{
  color: #000 !important;
  font-weight: bold;
}
#menu-bar a{
  display: block;
  float: left;
  padding: 32px 40px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}
#menu-bar a:hover{
  color: #fcc;
}
/* ==================== Body Area ================= */
#body{
   margin:0 auto !important;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
.postsnav{
  padding: 5px 25px;
  font-size: 10px;
  margin-right: 10px;
}
.postsnav a{
  color: #fff;
  text-decoration: none;
}
.topnav{
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.bottomnav{
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
}
.postsnav a div:hover{
  text-decoration: underline;
}

.headliner{
  border-bottom: 1px #666 solid;
  border-left: none;
  border-right: none;
}

/* ========== content ========== */
#content{

}
.content{
 background: #fff;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
padding-bottom: 40px;
}
.entry{
  margin: 0px 10px 15px 10px; 
  color: #111;
  background: #fff;
}

.entrycontent{
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.entrycontent ol{
  font-family: Georgia, "Times New Roman", Times, serif;	
  list-style-type: decimal;
  padding-left: 50px;
  font-size: 22px;
  color: #666;
  font-style: italic;	
}
.entrycontent ol p{
  color: #000;
  font-style: normal;
  font: 12px Verdana, Arial, Helvetica, sans-serif;	
  margin-left: 0px;
}
.table-1{
  border-collapse:collapse;
}
.table-1 tr td{
  border: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 5px;
}

.table-1 thead{
  background-color: #333;
  color: #eee;
  font-weight: bold;
}
.meta-top{
  font-variant: small-caps;	
  color: #555;
  font-size: 11px;
  padding-left: 25px;

}
.meta-top a,.meta-bottom a{
  color: #844;
  text-decoration: none;
}
.meta-top a:hover,.meta-bottom a:hover{
  color: #000;

}
.meta-bottom{
  margin-top: 0px; margin-bottom: 10px;
  clear: both;
  padding: 5px;
  font-size: 11px;
  text-align: left;
  font-variant: small-caps;	
  color: #555;
  border-top: 1px solid #ccc;
}

.smallcomment{
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 32px;
	position: relative;
	left: -10px;
        top: -14px;
        margin: -16px;
}
.bigquote{
  font-size: 18px;
  background-color: #ccc;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 18px;
}
.superbig{
  font-size: 80px;
  font-family: Georgia, "Times New Roman", Times, serif;
  position: relative;
  top: 20px;
}
.pictureframe{
  border: 1px solid #333;
  padding: 0px;
  margin: 0px;
}
.pictureframe p{
  padding: 0px !important;
  margin: 0px !important;
}
.pictureframe img{
  padding: 0px !important;
  margin: 0px !important;
}
.caption{
  background-color: #333;
  color: #fff;
  font-size: 10px;
}
.caption p{
  margin: 0px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  line-height: 15px;
}
.storytitle{
  text-align: left;
  padding: 0px 10px 15px 30px; 
  font-size: 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  border-bottom: 1px solid #888;
}
.storytitle a{
  color: #000;
  text-decoration: none;
}
.storytitle a:hover{
  color: #833;
}
.storycontent{
  padding: 0px 10px;	
  font-size: 12px;
  line-height: 20px;
}
.storycontent img{
  padding: 2px;
  margin: 5px;
  border: 2px solid #777;
 
}
.storycontent a{
  color: #755;	
}
.storycontent a:hover{
  color: #977;	
}


.storycontent p{
  margin: 15px;
}
.storycontent h3{
  font-size: 16px;
  margin-top: 20px;
}
.storycontent h4{
  margin: 10px;
  font-size: 13px;
}
.storycontent ul{
  margin: 2px 5px 2px 40px;
  list-style-type: disc; 
}
.storycontent ul ul{
  margin: 2px 5px 2px 20px;
  list-style-type: circle;	
}
.storycontent li{
  margin: 2px;
}

.feedback{
  float: left;
}
.sorting{
  float: right;
  width: 450px;
  text-align: right;
}
/* ========== respond ========== */
.comment{
  padding-bottom: 20px;
  padding-top: 20px;
}

#respond h2{
  font-size: 30px;
  color: #111;
  font-family: Georgia, "Times New Roman", Times, serif;	
  font-style: italic;
  width: 640px;
}
h3#comments{
   font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  padding: 0px 20px;
  margin-top: 10px;
  color: #666;
  border-bottom: 1px solid #888;
  text-align: left;
}
.comment-author{
  border-bottom: 1px solid #bbb;
  margin-right: 60px;
}

#respond{
  text-align: left;
}
#respond input,#respond textarea{
  padding: 5px;
  font: 13px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #888;
}
#respond input:focus,#respond textarea:focus{
  border: 1px solid #000;
}
#respond textarea{
  margin-top: -24px;
}
#respond ol{
  font-family: Georgia, "Times New Roman", Times, serif;	
  list-style-type: decimal;
  padding-left: 50px;
  font-size: 22px;
  color: #666;
font-style: italic;
vertical-align: top;	

}
ol.commentlist p{
  color: #000;
  font-style: normal;
  font: 12px Verdana, Arial, Helvetica, sans-serif;	
  margin-left: 0px;
}
ol.commentlist{
  font-family: Georgia, "Times New Roman", Times, serif;	
  list-style-type: decimal;
  padding-left: 50px;
  font-size: 16px;
  color: #666;
font-style: italic;
vertical-align: top;	
text-align: left;

}

/* ========== sociable ========== */
.sociable{
  background-color: #422;
  clear: both;
  margin: 0px -15px -10px -15px;
  border-top: #ccc 5px solid;
  height: 20px;
  padding: 3px;
}
span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
        margin-left: 12px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/* ========== side bar ========== */
#sidebar{
  font-family: Verdana, Arial, Helvetica, sans-serif;
/* border-left: 1px solid #eee; */
padding-left: 5px;
padding-top: 60px;
margin-left: -5px;
}
#sidebar h2{
  font-variant: small-caps;
  font: 18px Georgia, "Times New Roman", Times, serif;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
}
.widget{
  color: #444;
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding: 15px;
  font: 13px;
}
.widget a{
  color: #922;
}
.widget a:hover{
  color: #922;
  text-decoration: none;
}
.widget ul li{
  list-style-type: disc;
  padding-left; 5px;
  margin: 5px;
}
#wp-calendar *{
  border-collapse:collapse;
}
#wp-calendar thead th{
  background-color: #333;
  color: #eee;
  font-weight: bold;
}
#wp-calendar tbody tr td{
  padding: 4px;
  border: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 5px;
  text-align: right;
}

/* ========== footer ========== */
#footer{
  color: #999;
  text-align: center;
  padding: 10px 0px;
  font-size: 10px;
  font-weight: normal;
  background-color: #333;

	width:100%;

}
/* ========== slider ========== */
#slider{	
	background-color: #eee;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #aaa;
	padding-top: 5px;
	padding-bottom: 5px;
}
#slider ul, #slider ul li{
	margin:0px;
	padding:0px;
	list-style:none;
 	overflow:hidden; 
}

#slider li{ 
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	width: 926px;
	height:200px;
	padding-bottom: 30px;
	font-size: 18px;
}
#slider li p{
	margin: 0px 10px 10px 30px;
padding: 0px;
}
#slider h2{
	margin-bottom: 5px;
}
#slider h3{
	margin: 0px 30px 20px 30px;
	font-size: 16px;
}
#slider a{
	padding: 0px 30px 10px 30px;
	text-decoration: underline !important;
	color: #b00;
	font-size: 12px;
	margin-top: 0px;

}
#slider a:hover{
	color: #f66;
}
ol#controls{
	margin:10px 0;
	padding:0 0 0 10px;
	height:25px;	
	font-size: 12px;
}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:25px;
	line-height:25px;
	text-indent: 0px;
}
ol#controls li a{
	float:left;
	height:25px;
	line-height:25px;
	border:1px solid #bbb;
	background:#eee;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li a:hover{
	background:#ddd;
	color: #333;
}
ol#controls li.current a{
	background:#666;
	color:#fff;
}