/*  
Theme Name: Midsight Theme
Theme URI: http://wordpress.org/
Description: Fresh Wordpress Theme
Version: 1.6
Author: Ventrilo
Author URI: http://www.maximumvoice.com


*/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
a {
	color: #C8935D;
	text-decoration: none;
}
a img {
	border: none;
}
a:hover {
	color: #804B1C;
	text-decoration: none;
}
h1 a { color: black; }

* { padding: 0; margin: 0; }
body {
	margin: 0; 	padding: 0;
	font: normal .70em/1.6em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	background: url(images/bg.jpg) #1A1412 fixed no-repeat top center ;
}

/* headers */
h1, h2, h3 {
	font: normal 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color: white;
}
h1 { font-size: 1.7em; } 
h2 { font-size: 2.1em; color: white; font-weight: 100; background: url(images/sidebar.png); padding: 4px; width: 615px; height: 20px; margin-left: 35px;}
h3 { font-size: 1.8em; color: white; text-transform: uppercase; font-weight: normal;}
#respond { 
	height: 20px;
	width: 220px;
	color: #C8935D;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 900;
	letter-spacing:-1px;
	margin-left: 15px;
	padding: 2px;
}
#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em; 
	color: white;
	text-transform: uppercase; 
	font-weight: 900;
	margin-left: 3px;
}

/* images */

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */   
  background: #FCFCF9;
  border: 1px solid #EFEFEF;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 30px;  	
  	font: bold 12px 'Trebuchet MS', Sans-serif;   
	background: #FCFCF9;
   border: 1px solid #EFEFEF;
	color: #555;
}

/* form elements */
form {
	margin: 0px 15px 20px 15px;
	padding: 0;
}
#logged {
	background: white; padding: 2px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;	
	color: #666666;
	background: #F4F4F4;
}
input #s {
	background: #f4f4f4;
}
textarea {
	width: 565px;
	margin-top: 10px;
	padding:2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	height:100px;
	display:block;		
	color: #666666;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #EFEFEF;
	padding: 2px 3px; 	
	background: #F1F0E4;
}
#submit {
	cursor: pointer;
}
/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #333; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

/* header */
#header {
	background: url(images/logo.png) top center no-repeat;
	height: 276px;
	text-align: left;	
}
#nav {
	background: url(images/navbar.png) no-repeat scroll 0 0;
	height: 47px;
	width: 170px;
	margin: 5px auto auto auto;
	padding: 15px 0 0;
	text-align: center;
	width: 1022px;
}
#nav #main-nav {
	margin: 0 0 0 -40px; padding: 0; width: 1080px;
}
#nav #main-nav li {
	list-style: none;
	display: inline;
	margin-left: 16px;
}
#nav #main-nav li a {
	color: black;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 0 1px 0 white;
}
#nav #main-nav li a:hover {
	background: none;
}
#nav #main-nav li a span {
	margin-left: 20px;
}

#header2 {
	width: 1000px;
	height: 300px;
	margin: auto;
}
.header-box {
	background: url(images/tile.png) no-repeat;
	height: 298px; width: 299px;
	padding: 7px 0 0 0px;
	margin-left: 22px;
	float: left;
}
.header-box img {
	margin: 0 0 0 7px;
}
.header-box-desc {
	height: 22px;
	width: 270px;
	padding: 0px 0 0 5px;
	font-size: 18px;
	margin: 0 0 0 7px;
	text-transform: uppercase;
	color: white;
}

/* content */
#content-wrap {
	clear: both;
	width: 1000px;
	margin: auto;
}
#content {
	float: right;
	text-align: left;	
	padding: 0; margin: 0 0 0 20px;
	width: 780px;	
}

.entry {
	margin-top: 40px;
}
.entry-single {
	background: url(images/post-mid.png) repeat-y top;
	margin-top: 0px;
	padding: 0px 40px 50px 15px;
	width: 603px;
	margin: -10px 0 0 -15px;
	
}
.entry-single p {
	padding: 5px 10px;
}
.post {
	background: url(images/excerpt.png) no-repeat scroll 0 0;
	color: black;
	height: 259px;
	width: 603px;
	float: right;
	padding: 10px 40px 50px 10px;
	margin-right: 100px;
}
.post img {
	float: left;
	margin: 10px;
}
.post img p {
	float: left;
}
.post-single {
	background: url(images/post-top.png) no-repeat top;
	color: black;
	height: auto;
	width: 603px;
	float: right;
	padding: 15px 40px 50px 15px;
	margin-right: 100px;
}
.post-single img {
	margin-top: 10px;
}
#post-bottom {
	background: url(images/post-bottom.png) no-repeat top;
	width: 603px;
	height: 33px;
	padding: 0 40px 0 15px;
	margin-left: -15px;

}
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	margin-left: 5px;
	color: black; 	
	letter-spacing: -0.03em;
}

#main h1 a:visited, active { 
	color: black;
	text-decoration:none;
}
	
#main-single h1 a:hover { 
	color: #003399;
	text-decoration:none;
}
#main-single h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	margin: 10px 0 0 10px;
	color: black; 	
	letter-spacing: -0.03em;
}

#main-single h1 a:visited, active { 
	color: black;
	text-decoration:none;
}
	
#main-single h1 a:hover { 
	color: #003399;
	text-decoration:none;
}
.media {
	background: none;
	width: 358px;
	height: 320px;
	float: left;
	margin-right: 20px;
}
.post-info {
	margin-left: 10px;
	width: 440px;
	float: left;
}
/* sidebar */

.search input {
	border: 3px double #D7D7D7;
	width: 150px;
	font-size: .9em;
	color: #213D54;
	background: #f4f4f4;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	}

#sidebar {
	background: url(images/sidebar.png);
	float: left;
	width: 190px;
	margin: 0 0 10px 0;
	padding: 0;
}
#sidebar li {
	list-style: none;
	color: #707070;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: .9em;
}

#sidebar ul {
	padding: 0px;
	margin: 10px;
	padding: 0;	
	border-top: 1px dotted #A0A0A0;	
	}

#sidebar ul li ul {
	padding: 0px;
	margin: 0px;
	margin: 5px 0 15px 0;
	padding: 0;	
	border-top: 0px dotted #CCCCCC;	
	}

#sidebar li a:link, #sidebar li a:visited {
	background: url(images/sidebar-link-border.gif) bottom repeat-x;
	text-decoration: none;
	color: #707070;
	}

#sidebar li a:hover, #sidebar li a:active {
	text-decoration: none;
	color: #CB4721;
	background: none;
	}
	
#sidebar p {
	padding: 10px;
	color: #707070;
	font-size: .9em;
}
#side-search {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	color: white;
	margin-top: 15px;
}
#user-name {
	padding: 5px;
}

.categories li {	
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px 5px 25px;	
	background: url(images/category-icon.gif) no-repeat 4px 6px;
	}
	
.categories ul li {
	background: url(images/subcat-icon.gif) no-repeat 0px 9px;
	padding: 5px 0 0px 12px;
	font-size: 1em !important;
	}

.monthly li {	
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px 5px 25px;	
	background: url(images/category-icon.gif) no-repeat 4px 6px;
	}
	
.monthly ul li {
	background: url(images/subcat-icon.gif) no-repeat 0px 9px;
	border-bottom: 0px dotted #CCCCCC;
	padding: 5px 0 0px 12px;
	font-size: 1em !important;
	}

.rss li {	
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px 5px 25px;	
	background: url(images/rss-icon.gif) no-repeat 4px 6px;
	}
	
.rss ul li {
	background: url(images/subcat-icon.gif) no-repeat 0px 9px;
	border-bottom: 0px dotted #CCCCCC;
	padding: 5px 0 0px 12px;
	font-size: 1em !important;
	}

#social-networks {
         background: none;
         width: 700px; height: auto;
         float: left; margin-top: -55px; padding-left: 25px;
}

#social-networks img {
         margin-left: -5px;
         float: left;
}




/************** main *******************/
#main {
	margin: -7px 19px 20px 0; 
	padding: 0;		
	width: 780px;
	float: left;	
}
#main-single {
	margin: -15px 19px 20px 0; 
	padding: 0;		
	width: 780px;
	float: left;	
}
/* footer */
#footer {
	clear: both;
	margin: 0; padding: 25px 0;
	font: normal .95em 'Trebuchet MS', Tahoma, sans-serif;
	text-align: left;	
	background: url(images/footerbg.jpg) repeat-x 0% 0%;
	color: #CCC;
}
#footer p {
	margin-left: 0;
}
#footer h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #CC9933;
	margin-left: 5px;
}
#footer-content {	
	margin: 0 auto;		
}
#footer-content a{
	color: #C8935D;
}
#footer-content a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
}
#footer-content ul.columns li {
	border-bottom: 1px dotted #272727;	
	padding: 0px 0px 0px 25px;
	margin:0px;
	background: url(images/tag_yellow.png) no-repeat 4px 9px;
}
#footer-content ul.columns li.top {
	border-top: 1px dotted #272727;	
}
#footer-content ul.columns li a {
	display: block;
	line-height: 3em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #CCCCCC;
}
#footer-content ul.columns li a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer-content .col {
	width: 590px;
	padding: 0 0 0px 0;			
}
#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col2 {
	width: 200px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.orange {
	color: #F3A251;
}

.post-footer {
	font-size: 95%;
	border-top: 1px solid #DADADA; 
	border-bottom: 1px solid #DADADA; 
	background: #F8F8F8; 
	padding: 3px 10px;
	margin: 20px 15px 10px 15px;	
}
.date {
	background: url(images/monthly-icon.gif) no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;
	padding-top:1px;	
}
.comments {
	background: url(images/comment.png) no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
	padding-top:1px;	
}

.comment-body blockquote {
	background: url(images/quote-comment.gif) no-repeat !important;
	margin: 10px 0 0 10px;
	padding: 0 0 0 30px;
	font-style: italic;	
	}
	
#main-sponsors .post {
	background: url("images/post-top.png") no-repeat scroll left top transparent;
	margin-left: 5px;
	height: 400px; width: 610px;
	padding: 12px 0 0 12px;
	float: none;
}
#main-sponsors .post .entry {
	background: url("images/post-mid.png") scroll center top transparent;
	height: 250px;
	margin-top: -13px; width: 620px;
	margin-left: -5px;
	padding-top: 20px;
}
#main-sponsors .post .entry p {
	padding: 10px 0 0 10px;
}
#main-sponsors .post img {
	display: block;
	float: left;
}