/*
	HOTPRESS FRAMEWORK
	Site:
	By:Steven Waller
	Created:
*/

/* Reset
----------------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*make dynamically risized images look good in IE*/
img{-ms-interpolation-mode:bicubic}

img{
	border:2px solid #f1f1f1;}


/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
p{
	margin:0 10px;
	width:430px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h4,
h6{
	font-weight:bold;
	/*margin-top:30px;*/
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	color:#F3C;
	font-size: 36px;
	line-height:1;
	font-weight:normal;
	font-style:inherit;
}
	h1.top-title{
		margin:25px 0 15px 5px;}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 27px;
	margin: 10px 10px;
}

h4 {
	font-size: 14px;
	margin-left:17px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited, 
h3 a:link, 
h3 a:visited, 
h4 a:link,
h4 a:visited,
h5 a:link, 
h5 a:visited, 
h6 a:link, 
h6 a:visited{
	color:#446a10;
	text-decoration:none;
}
h1 a:hover,
h1 a:active,
h2 a:hover,
h2 a:active,
h3 a:hover,
h3 a:active,
h4 a:hover, 
h4 a:active,
h5 a:hover, 
h5 a:active, 
h6 a:hover,
h6 a:active{
	color:#446a10;
	text-decoration:none;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
	margin-left:30px;
}

ul {
	list-style: square;
}

li {
	list-style-position:outside;
	list-style:none;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
blockquote{
}

ul ul{
	margin-bottom:0;
}

/* General Elements
----------------------------------------------------------------------------------------------------*/
strong {
	font-weight:bold;
	color:#09F;
	font-size:13px;
	}	
em {
	font-style:italic;
}
a:link, a:visited { 
	text-decoration:underline; 
	color:#0f75ba; 
	}	
a:hover, a:active { 
	text-decoration:none;
	color:#0f75ba;
	}	
button {
	text-transform:uppercase;
	color:#fff;
	}
button {
	margin:0; 
	padding:0;
	border:none;
	text-align:center;
	text-transform:uppercase;
	background:transparent;
	cursor:pointer;
	}	
address span {
	display:block;
	margin:0 0 10px 0;
	}	
blockquote{
	background:transparent url(images/blockquote.gif) no-repeat scroll 2px top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	padding-left:40px;
}

/* Background
----------------------------------------------------------------------------------------------------*/
body{
	background:url(images/bg-body.jpg) repeat fixed 0 0;
}
#container{
	background:none;
	overflow:hidden;
	margin:0 auto;
	width:960px;
	padding:0 20px;
}
.title{
	background-image:url(images/title-bg.png);
	background-repeat:no-repeat;
	height:93px;
	width:211px;
	float:right;
	margin:7px -12px 0 0;
	clear:both;
}

.music-player{
	float:right;
	width:93px;
	height:21px;
	margin:5px 0;
	}

/* Header
----------------------------------------------------------------------------------------------------*/
#header{
	background:#999;
	margin-top:10px;
	padding:20px 0;
}
	#header h1{
		margin:0;
		padding-left:20px;
	}
		#header h1 a:link,
		#header h1 a:visited{
			color:#fff;
			text-decoration:none;
		}
		#header h1 a:hover,
		#header h1 a:active{
			color:#CCC;
		}

/* Main Navigation
----------------------------------------------------------------------------------------------------*/
#main-nav{
	background:#CCC;
	overflow:hidden;
	padding:10px 0;
}
	#main-nav ul{
		margin:0;
		overflow:auto;
		padding-left:10px;
	}
		#main-nav ul li{
			display:inline;
			float:left;
			list-style:none;
			padding:0 20px;
		}
		#main-nav ul li#nav-first{
			padding-left:0;
		}
			#main-nav ul li a:link,
			#main-nav ul li a:visited{
				font-size:18px;
				font-weight:bold;
				text-decoration:none;
			}
			#main-nav ul li a:hover,
			#main-nav ul li a:active{
				text-decoration:underline;  
			}

/* Columns
----------------------------------------------------------------------------------------------------*/
#column-1{ 
	background:none;
	float:left;
	margin:20px 32px 0 0;
}
#column-2{
	float:left;
	width:530px;
	background:#d7dcc0 url(images/bg-top-grad.jpg) no-repeat scroll 0 0;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	width:517px;
}
.title h2{
	margin:17px 0 0 25px;
	font-size:20px;
	color:#008aff;
}
.column-2-content{
	clear:both;
	margin-bottom:56px;
}
.left-bar{
	float:left;
	width:210px;
	padding:0 77px 0 10px;
}
	.left-bar ul li{
		font-size:15px;
		list-style:none;
		line-height:33px;
}
.right-bar{
	float:left;
	width:210px;
}
.holder{
	margin-left:10px;
}
	p.holding{
		width:455px;
	}
ul.held-left{
	text-align:right;
	font-size:11px;
}
.calendar{
	margin-top:25px;
}
.cal-but{
	padding:17px 11px 0 0;
	float:right;
}
.button{
	float:right;
	margin-right:10px;
	padding:0;
}
.cover{
	padding:10px 0 0 53px;
	margin:0;}
/* Footer
----------------------------------------------------------------------------------------------------*/
#footer{
	overflow:hidden;
	padding:10px 7px;
	margin-top:15px;
}
	#footer ul{
		margin:0;
		overflow:auto;
		display:block;
		float:left;
	}
		#footer ul li{
			display:inline;
			float:left;
			list-style:none;
			padding:0 5px;
			background:url(images/bar-footer.gif) no-repeat left 5px;
			font-size:11px;
		}
		#footer ul li#footer-first{
			background:none;
			padding-left:0;
		}
			#footer ul li a:link,
			#footer ul li a:visited{
				text-decoration:none;
				color:#808080;
			}
			#footer ul li a:hover,
			#footer ul li a:active{
				color:#069;
			}
	#hotpress-link{
		display:block;
		margin:0;
		width:160px;
		float:right;
	}
		#hotpress-link a:link,
		#hotpress-link a:visited{
			display:block;
			width:132px;
			height:21px;
			background:url(images/hotpress.png) no-repeat left top;
			text-indent:-9999px;
			float:right;
		}

