/*  
Theme Name: Indy CD & Vinyl
Version: 2.0
Author: Ryan Faubion
Author URI: http://medlrg.com/

	Indy CD & Vinyl
	http://indycdandvinyl.com/

	This theme was designed and built by Ryan Faubion for Medium Large

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php



/* ----- CSS ----- */

body{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #c8c2ac url(/images/concrete5_optimized.jpg) repeat center top;
	color: #444;
	height: 100%;
	line-height: 17px;
	}
	
/* ----- CONTAINER ----- */

#container{
	width: 968px;
	height: 100%;
	margin: 20px auto 40px;
	padding: 0px;
	text-align: center;
	}
#container_bkgd{
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/bktile.png) repeat-y center;
	}
	
/* ----- MASTHEAD ----- */	
	
#masthead{
	width: 954px;
	height: 170px;
	margin: 0 auto;
	background: transparent url(../images/masthd.jpg) center no-repeat;
	}
#mastheadadvert{
	width: 321px;
	height: 99px;
	background: transparent;
	margin: 42px 85px 0 0px;
	float: right;
	clear: right;
	}

/* ----- ADVERT ----- */	
	
#topadvert{	
	margin: 0px auto 0px;
	padding: 6px 0 7px 0;
	width: 954px;
	height: 111px;
	text-align: left;
	background: #2e1e11 url(../images/banner_tile.png) repeat-x;
	/* background: #2e1e11; */
	border-bottom: 3px solid #000;
	}
#topadvert img.left{	
	margin: 0 0 0 9px;
	}
#topadvert img.center{
	margin: auto;
	padding-left: 8px;
	}
#topadvert img.right{
	margin: 0 0 0 8px;	
	}

/* ----- CONTENT ----- */

#contentcontainer{
	width: 954px;
	height: 100%;
	padding: 5px 0 0px 0;
	margin: 0 auto;
	font-size: 1.2em;
	background: white;
	opacity: .95;
	/* background: #fff url(/images/content-tiles.png) repeat-y; */
	}
#content{
	padding: 0px 8px 0px 8px;
	margin-top: 0px;
	text-align: justify;
	height: 100%;
	}
#content ul{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	width: 230px;
	}
#content li{
	font-size: .9em;
	padding: 5px 0px 4px 0px;
	margin: 0px;
	width: 100%;
	width: 230px;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	}
#content li.last{
	font-size: .9em;
	padding: 5px 0px 4px 0px;
	margin: 0px;
	width: 100%;
	width: 230px;
	text-decoration: none;
	border-bottom: 0px solid #bbb;
	}
#content li a{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	}
.content-bottom-img{
	margin: 0 0 7px 1px;
	}
#sidebar-left{
	float: left;
	width: 230px;
	}
#middle{
	float: left;
	margin: 0px 7px 0 7px;
	width: 462px;
	}
#sidebar-right{
	float: right;
	width: 230px;
	}
#middle-header{
	color: #fff;
	padding: 4px 0 3px 4px;
	margin-bottom: 10px;
	width: 462px;
	font-weight: bold;
	background: #000;
	}
#middle-header_news{
	color: #fff;
	padding: 4px 0 3px 4px;
	margin-bottom: 0px;
	width: 462px;
	font-weight: bold;
	background: #000;
	}
.sidebar-header{
	margin: 8px 0 5px 0;
	padding: 4px 0 3px 7px;
	color: #222;
	/* background: #ddd url(../images/sidebar_hd.png) no-repeat; */
	background: #ddd;
	font-size: 1em;
	font-weight: bold;
	border-top: 0px solid #000;
	border-bottom: 1px solid #ddd;
	}
.sidebar-header-top{
	margin: 0px 0 5px 0;
	padding: 4px 0 3px 4px;
	color: #222;
	/* background: #ddd url(../images/sidebar_hd.png) no-repeat; */
	background: #ddd;
	font-size: 1em;
	font-weight: bold;
	border-top: 0px solid #000;
	border-bottom: 1px solid #ddd;
	}
#widget {
	margin: -18px 0 -22px 0;
	}
.features img{
	width: 230px;
	height: 140px;
	}
.spacing {
	height: 90px;
	width: 100px;
	margin-bottom: 10px;
	display: block;
}
.indywelcomepic {
	margin-top: 0px;
}
/* ----- FOOTER ----- */

#footerinformation img{
	margin: 22px 0 10px 0;
	font-weight: bold;
	}

/* ----- ARCHIVES ----- */

#archives ul{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	width: 100%;
	}
#archives li{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	width: 100%;
	border-bottom: 1px solid #ddd;
	}
h3.archives{
	color: #555;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	width: 100%;
	border-bottom: 1px solid #ddd;
	}
	
/* ----- SPECIFIC CLASSES ----- */

.read-more{
	font-size: .8em;
	font-weight: bold;
	}
.read-more2{
	line-height:  24px;
	padding-top: 4px;
	margin-top: 4px;
	font-size: .8em;
	font-weight: bold;
	}
.date{
	font-size: .9em;
	font-family: ;
	color: #999;
	margin-top: -3px;
	}
.postcomments{
	text-align: left;
	margin: 0 0 10px 0;
	}
.sharethis{
	float: right;
	margin: 0 0 10px 0;
	}
.post-container{
	margin: 10px 0 10px 0;
	}
#middle ul{
	margin: 0px;
	padding: 0px;
	}
#middle li{
	font-size: 1em;
	margin: 0px;
	padding: 4px 0 3px 0;
	width: 462px;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	}
.dividerline{
	margin: 0 0 10px 0;
	}
.commentbox{
	background: #fff;
	padding: 2px 10px 10px 10px;
	margin-bottom: 0px;
	border: 0px solid #eee;
	color: #555;
	}
.posted{
	margin-bottom: 10px;
	}
.leftalign{
	text-align: left;
	}
#flashcontent{
	margin-top: 0px;
	}
.listeningstations{
	height: 350px;
	margin: 10px 0 10px 0;
	}

/* ----- MAIN NAVIGATION ----- */

div#navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 0px auto;
	width: 954px;
	background: #000;
	color: #c7b7a8;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #ccc7b3;;
	border-bottom: 1px solid #2b1e12;;
	}
div#navigation ul{
	padding:0px;
	margin: 0px 0px 0px 3px;
	color: #FFF;
	line-height:25px;
	white-space: nowrap;
	}
div#navigation li{
	padding:0em 1.7em 0 1.3em;
	display: inline;
	color: #fff;
	text-decoration: none;
	border-right: 1px #3f3f3f solid;
	}
div#navigation li a{
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}
div#navigation li a:hover{
	color: #b21313;
	text-decoration: none;
	padding: 0px:
	}
div#navigation li.active a{
	color: #b21313;
	}
div#navigation li a:link{
	color: #FFF:
	}
div#navigation li.last{
	background: none;
	border-right: 0px #3f3f3f solid;
	}
div#navigation li.last a{
	border-right: 0px #3f3f3f solid;
	}

div#navigation li.activelast{
	border-right: 0px #3f3f3f solid;
	}
div#navigation li.activelast a{
	color: #b21313;
	border-right: 0px #3f3f3f solid;
	}
div#navigation li.active a.subinactive{
	padding-bottom: 4px;
	padding-right: 15px;
	margin: 0px 0px 0 0; 
	color: #fff;
	border-bottom: 0px solid #d53185;
	}
div#navigation li.active a.subinactive:hover{
	padding-bottom: 4px;
	padding-right: 15px;
	margin: 0px 0px 0 0; 
	color: #b21313;
	border-bottom: 0px solid #d53185;
	}
div#navigation li.active a.subactive{
	padding-bottom: 4px;
	padding-right: 15px;
	margin: 0px 0px 0 0; 
	color: #b21313;
	border-bottom: 0px solid #d53185;
	}
#navigation div{	
	position: absolute;
	visibility: hidden;
	margin: -2px 0px 0px 440px;
	padding: 0;
	font-weight: bold;
	background: #222;
	border: 1px solid #000;
	}
#navigation div a{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #fff;
	}
#navigation div a:hover{	
	color: #FFF;
	}


/* ----- FOOTER NAVIGATION ----- */


div#footnavigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: -15px auto;
	width: 954px;
	height: 23px;
	background: #ddd;
	color: #000;
	font-weight: bold;
	text-align: left;
	}
div#footnavigation ul{
	padding:0px;
	margin: 15px 0px 0px 7px;
	color: #000;
	line-height: 24px;
	white-space: nowrap;
	}
div#footnavigation li{
	padding:0em 1.5em 0em 1.3em;
	display: inline;
	color: #000;
	text-decoration: none;
	border-right: 1px #bbb solid;
	font-weight: bold;	
	}
div#footnavigation li a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
div#footnavigation li a:hover{
	color: #b21313;
	text-decoration: none;
	padding: 0px:
	}
div#footnavigation li a:link{
	color: #FFF:
	}
div#footnavigation li.last{
	background: none;
	border-right: 0px #3f3f3f solid;
	}
div#footnavigation li.last a{
	background: none;
	border-right: 0px #3f3f3f solid;
	}


/* ----- PARAGRAPHS ----- */

p{
	color: #333;
	font-size: 1.0em;
	}

/* ----- LISTS ----- */

li{
	list-style:none;
	}
ol{
	margin: 0px;
	padding: 0px;
	}
ol li{ 
	margin: 0px;
	padding: 0px;
	}


/* ----- LINKS ----- */

a{
	color: #b21313;
	text-decoration:none;
	}
a:hover{
	color: #000;
	text-decoration: underline;
	}
a:visited, a:active, a:focus{
	border:none;
	}
a:link img,
a:visited img,
a:hover img,
a:active img {
	border:none;
	}

/* ----- HEADINGS ----- */

h1{
	font-size: 3.6em;
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	margin: 0;
	color: #333333;
	}
h2{
	color: #000;
	font-size: 1.4em;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	margin: 0;
	}
h3{
	font-size: 1.30em;
	padding: 0;
	margin: 0px 0px 10px 0;
	font-weight: normal;
	}
h4{
	font-size: 1.0em;
	}


/* ----- IMAGES ----- */

img,
img a,
img a:hover{
	border:none;
	}

/* ----- FLICKR ----- */

.fkr_box{
	margin-left: -6px;
	padding-left: -8px;
	}
.flickr{
	display: inline;
	width: 230px;
	}

#flickr a img, #flickr img {
float:left;
margin:0 0px 8px 7px;
background: #fff;
padding:3px;
width:65px;
height:65px;
}
#flickr a:hover img, #flickr img {
float:left;
margin:0 0px 8px 7px;
background: #777;
padding:3px;
width:65px;
height:65px;
}

/* ----- CONTACT ----- */

.contact {
	height: 400px;
	line-height: 17px;
	}
.contacttop {
	margin: 10px 0 10px 0;
	}
#page-wrap{
	padding: 0px 0px 0px 0px;
	margin:0px;
	min-height: 500px;
	height: 460px;
	}
#contact-area{
	margin-top: 0px;
	}
#contact-area input, #contact-area textarea{
	padding: 5px;
	width: 450px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	}
#contact-area textarea{
	height: 90px;
	}
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
	}
#contact-area input.submit-button{
	width: 100px;
	float: left;
	}
label{
	text-align: left;
	padding: 5px 0 5px 0;
	font-size: 1.2em;
	}

/* ---- MOOTOOLS ----- */

#accordion{
	margin:8px 0px;
	}
h3.toggler{
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
	font-size: 12px;
	background: #ddd;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
	font-weight: bold;
	}
div.element p, div.element h4{
	margin:3px 0 8px 0;
	padding:0px;
	height: 350px;
	}
 #map { margin: 10px; height: 250px; width: 350px; }
