/*  
Theme Name: DropShock Radio
Theme URI: http://dropshockradio.com/
Description: The theme for DropShockRadio
Version: 1.0
Author: <a href="http://www.dropshockradio.com">William Ahern</a>
Author URI: http://www.neologicmedia.com/

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

*/



/* Begin Typography & Colors */
/*//////////////////////////////////////////////////////////////////  GLOBAL  */

html, body{
	background-color:black;
	height:100%;
	text-align:center;
	margin:0px;
	background-image:url(images/browser_bkgd.gif);
	background-position:center;
	background-repeat:repeat-y;
	/*SCROLLBAR STYLES DO NOT WORK FOR FIREFOX - INTERNET EXPLORER 5.X AND UP ONLY*/
	scrollbar-face-color:#7a7a7a;
	scrollbar-shadow-color:#7a7a7a;
	scrollbar-highlight-color:#959595;
	scrollbar-3dlight-color:#474747;
	scrollbar-darkshadow-color:#474747;
	scrollbar-track-color:#999999;
	scrollbar-arrow-color:#474747;
}

#container{
	width:1024px;
	margin:auto;
	height:auto;
	overflow:hidden;
	font-family:Verdana;
	color:black;
	background-color:#7a7a7a;
	text-align:left;
}

a{
	text-decoration:underline;
	color:black;
}

a:hover{
	text-decoration:none;
}

/*//////////////////////////////////////////////////////////////////  HEAD  */



/*//////////////////////////////////////////////////////////////////  BODY  */

#content{
	width:778px;
	height:auto;
}

.content_window{
	width:778px;
	height:500px;
	background-color:#cacaca;
	/*background-image:url(images/content_shadow.png);
	background-repeat:no-repeat;
	background-attachment:fixed;*/
	overflow:auto;
	border:1px solid black;
}

.content_window_store{
	width:778px;
	height:650px;
	background-color:#808080;
	overflow:hidden;
	border:1px solid black;
	margin:0px auto;
}

.content_window_inner{
	padding:5px;
	width:749px;
	height:100%;
	margin:0px auto;
	font-size:14px;
}

h1{
	height:17px;
	width:750px;
	background-color:#626262;
	color:#cacaca;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	text-transform:uppercase;
	display:block;
	padding:1px 5px;
	margin:9px 0px 9px 9px;
}

.vertical_bevel{
	background-image:url(images/bevel_vert.png);
	background-repeat:repeat-y;
	height:100%;
	width:2px;
	margin:0px auto;
	float:right;
}

.horizontal_bevel{
	background-image:url(images/bevel_horiz.png);
	background-repeat:repeat-x;
	height:2px;
	width:100%;
	display:block;
}

h2{
	font-size:14px;
	font-weight:bold;
}

.simplepie,h3{
	font-size:14px;
}

.simplepie{
	font-size:12px
}

/*///////////////////////////////////////////////////////////////////////  ARCHIVE  */

.narrowcolumn{
	text-align:left;
	margin-left:7px;
	width:778px;
}
	
.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

.metadata{
	text-align:center;
}

.archive_window{
	width:100%;
	height:auto;
	background-color:#cacaca;
	/*background-image:url(images/content_shadow.png);
	background-repeat:no-repeat;
	background-attachment:fixed;*/
	border:1px solid black;
}

.archive_window_inner{
	width:100%;
	padding:0px 0px 10px 10px;
}

/*///////////////////////////////////////////////////////////////////  RIGHT COLUMN  */

#rtcol{
	width:239px;
	height:auto;
	margin:0px auto;
	text-align:center;
	padding-top:9px;
	vertical-align:top;
	float:right;
}

.title{
	background-image:url(images/titlebar.gif);
	background-repeat:no-repeat;
	width:229px;
	height:23px;
	text-align:center;
	vertical-align:middle;
	color:#cacaca;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	padding-top:4px;
	margin-bottom:7px;
}

.highlight{
	width:221px;/*217px*/
	border-right:1px solid #959595;
	border-bottom:1px solid #959595;
	height:auto;
}

.sidebox{
	border:1px solid black;
	background-image:url(images/sidebar_grad.jpg);
	background-repeat:no-repeat;
	width:220px;
	/*padding:3px;*/
	text-align:center;
}

.sidetext{ /*This is meant to be used with spans*/
	width:100%;
	text-align:left;
	display:block;
	font-size:12px;
	color:black;
	padding:5px;
}

img.sidetext{
	border:0px solid white;
}

/*//////////////////////////////////////////////////////////////////  FOOT  */

#footer{
	width:1024px;
	height:30px;
	text-align:center;
	display:block;
	font-family:Verdana;
	font-size:12px;
	vertical-align:top;
	padding-bottom:10px;
	margin-bottom:5px;
}

#footercontent{
	width:100%;
	padding:5px;
	
}

