/*
Theme Name: Drew Hickum Theme
Theme URI: http://www.drewhickum.com
Description: Custom Design for Drew Hickum & the Colonels
Version: 1 (WP2.6.2)
Author: Adam Sweeney
Author URI: http://www.adamsweeneycreative.com
Tags: drew, hickum, music
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}

/* Custom reset for common tags */

strong, b { font-weight: bold; }

em, i { font-style: italic; }

p, ul, ol { padding: 7px 0px; }

ol, ul { list-style-position: inside; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; text-transform: uppercase; padding: 7px 0px; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; padding: 5px 0px; }
h6 { font-size: 10px; }

a:link, a:visited { color: #fff; text-decoration: none; }
a:active, a:hover { color: #000; background-color: #fff; }

hr { border: none; border-bottom: 1px dotted #66ccff; }

img { margin: 10px; border: none;  }

td { padding: 0 7px 7px 7px; }

/*End Normalizing////////////////////////////////////////////////////////*/

/* UTILITY CLASSES */

.clear { clear: both; }

/* MAIN STRUCTURE */

body {
	background-color: #000;
	color: #66ccff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	width: 899px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 899px;
	height: 396px;
	background-image: url(images/hickum_bkg.jpg);
	background-repeat: no-repeat;
}

#nav {
	position: absolute;
	top: 96px;
	margin-left: 24px;
	padding: 0 0 3px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	width: 480px;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}

#nav li {
	display: inline;
	margin-left: 5px;
	padding: 5px 5px;
}

#nav li a:link, #nav li a:visited {
	color: #000;
	background: none;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	font-style: italic;
}


#main_content {
	padding: 7px 0px;
	font-size: 14px;
	line-height: 21px;
}

#footer {
	width: 899px;
	clear: both;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
}


/* POSTS */

.date_stamp {
	color: #999;
	font-size: 12px;
}

#main_content.news_page {
	width: 899px;
	float: left;
}

/* SIDE BAR */

#sidebar {
width: 240px;
float: right;
padding: 0px 4px;
background-color: none;
color: #66ccff;
margin-top: 10px; 
border-left: #66ccff 1px solid;
}

#sidebar h2 { font-size: 18px; font-weight:bold; font-family: "Courier New", Courier, monospace; padding: 7px 0px 4px 0px; line-height: 21px; }

#sidebar hr { border-color: #66ccff; }

#sidebar p { font-size: 14px; padding: 7px; }

#sidebar a:link, #sidebar a:visited { color: #fff; font-family: "Courier New", Courier, monospace; font-weight: bold; }




/* HOME WIDGETS */

.widget {
	width: 285px;
	border: 1px dotted #66ccff;
	margin-right: 10px;
	margin-top: 7px;
	margin-bottom: 14px;
	float: left;
	padding: 0px 4px;
	border: none;
}

.widget img { 
	float: right; 
	margin: 4px 0px 4px 4px;
	border: none;
}

.widget p {
	font-size: 12px; 
	line-height: 18px;
	padding: 4px 0px;
}

.widget h4 {
	color: #000;
	background-color: #66ccff;
	padding: 0px 2px;
	font-size: 16px; 
	line-height: 16px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

#store_widget {
	margin-right: 0;
	border-bottom: 1px dotted #66ccff;
}

#news_widget { height: 260px; overflow: hidden; border-bottom: 1px dotted #66ccff; }

#news_widget div.entry  { font-size: 12px; line-height: 21px; }

#news_widget div h2 { font-size: 12px; line-height: 21px; padding-top: 0; }

#news_widget div.post p { padding-top: 0; }

#news_widget p a:hover { color: #000; text-decoration:none; background-color: #fff; }

#news_widget .more_news { position: absolute; top: 239px; background-color: #000; padding: 0; text-align: left; width: inherit; line-height: 21px; }

#news_widget p#top { display: none; }

#shows_widget ul { list-style: none; font-size: 12px; }

#shows_widget ul li { border-bottom: 1px dotted #66ccff; }


/* MUSIC PLAYER */

#flashPlayer { float: left; }
div #post-61 table { margin-top: -26px; }

/* GALLERY VIDEOS */

#videos { margin: -21px; float: right; width: 204px; } 

/* GIG PRESS */

.gigpress-info-item { color: #999999; }