/** 
 * HiPhi.com BlueBlock Theme
 * 
 *
 * Main Layout File
 */
 
/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     The League of Moveable Type
 * @vendorurl:  http://www.theleagueofmoveabletype.com
 * @licenseurl: http://www.fontsquirrel.com/license/League-Gothic
 *
 *
 */

@font-face {
	font-family: 'AccidentalPresidencyRegular';
	src: url('../type/accid.eot');
	src: local('Accidental Presidency Regular'), local('AccidentalPresidency'), url('../type/accid.woff') format('woff'), url('../type/accid.ttf') format('truetype');
}

html, body {
	
}

body {
	margin: 0; padding: 0;
	width: 100%;
	background-color: #0d254f;
	background-image: url(../images/bg_grad.png);
	background-position: top;
	background-repeat:repeat-x;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}
/* STYLING
----------------------------------------- */
a.fontface {
	font-size: 30px;line-height:normal;font-family: 'AccidentalPresidencyRegular', 'Verdana', sans-serif;
	letter-spacing: 0px;
	margin-left:16px;
	color: #727272;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

#main_content h1.tagRed {
	color: #d64924;
	font-size: 40px;
	line-height: 1;
	font-family: 'AccidentalPresidencyRegular', 'Verdana', sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0 0 .1em 0;
}

#main_content h1.tagRedSmall {
	color: #d64924;
	font-size: 25px;
	line-height: 1;
	font-family: 'AccidentalPresidencyRegular', 'Verdana', sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0 0 .1em 0;
}

#main_content h1.tagSlate {
	color: #2f363e;
	font-size: 40px;
	line-height: .8;
	font-family: 'AccidentalPresidencyRegular', 'Verdana', sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0 0 .1em 0;
}

#main_content h1.tagSlateSmall {
	color: #2f363e;
	font-size: 25px;
	line-height: .8;
	font-family: 'AccidentalPresidencyRegular', 'Verdana', sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0 0 .1em 0;
}

/* MENU 1 STYLING
----------------------------------------- */

#Menu1 ul {
	list-style-type: none;
	margin-top: 0;
}

#Menu1 ul li {
	display: inline;
	height: 100%;
}


#Menu1 li a {
    text-decoration: none;
		padding-bottom: 3px;
}

#Menu1 li a:hover {
	color: #181f27;
}

#Menu1 li.current a, 
#Menu1 li.section a {
	color: #181f27;
	background-image:url(../images/up_carrot.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
/* CONTAINERS
----------------------------------------- */
#Layout {
	width: 100%;
	clear: both;
	overflow: hidden;
}
#outer_container {
	background-repeat:repeat-x;
	width: 970px;
	height: 100%;
	margin: 0 auto;
}
#head_container {
	position: relative;
	width: 100%;
	height: 180px;
	background-image:url(../images/head.png);
	background-repeat:no-repeat;
	overflow: hidden;
}
#menu_container {
	position: relative;
	margin-top: -10px;
	height: 37px;
	background-image:url(../images/main_bg.png);
	background-repeat: repeat-y;
	padding: 0px 25px;
	text-align:right;
}
#feat_panel{
	background-image:url(../images/dark_panel.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: right;
	padding: 10px 30px;
}
#main_content {
	position: relative;
	background-image:url(../images/main_bg.png);
	background-repeat:repeat-y;
	padding: 10px 25px;
	height: 100%;
}

#Content {
	width: 700px;
	float: right; 	
	margin: 0;
	text-align: left;
}

#foot_cap {
	width:100%;
	height:20px;
	background-image:url(../images/foot.png);
	background-repeat:no-repeat;
}

/* FEATURE PANEL
----------------------------------------------- */
#feat_image {

	display: block;
	width: 602px;
	float: right;
	margin-left: 15px;
	text-align: left;
	color: #e9e9e9;
}

.image {
	border: 1px solid #e9e9e9;
}

#feat_content {
	float:left;
	text-align: right;
	color: #e9e9e9;
	z-index: 1;
	width: 290px;
}

#feat_content h1{
	color: #da00ff;
	font-size: 50px;
	line-height: .7em;
	font-family: 'AccidentalPresidencyRegular', 'Verdana', sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-top: 0;
}

#feat_content h2{
	color: #d64924;
	font-size: 40px;
	line-height: .7em;
	font-family: 'AccidentalPresidencyRegular', 'Verdana', sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.column_clear {
	height:1px;
	clear: both;
}

/* PAGE-SPECIFIC FORMATTING
-------------------------------------- */
/* HOME PAGE
-------------------------------------- */
#home_cont_left {
	width: 50%;
	height: 100%;
	float: left;
	padding-right: 15px;
	border-right: 1px solid #8792a0;
	margin-right: 15px;
}

#home_cont_mid {
	width: 20%;
	height: 100%;
	float: left;
	padding-right: 15px;
	border-right: 1px solid #8792a0;
}

#home_cont_right {
	width: 22%;
	height: 100%;
	float: right;
	text-align: right;
}


#NewsList{
	margin: 0px;
	list-style-type: none;
}

#NewsList dt, dd {
	margin: 0;
	list-style-type: none;
}

	#NewsList dt.newsDate {
		color:#666;
		font-size: 10px;
	}
	
#NewsList dd.newsLink a {
		font-size:12px;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		}
		
#NewsList dd.newsLink a:hover {
		text-decoration:underline;
		}

#BandList {
		margin-right: 10px;
}

#BandList .bandBox{
		width: 100%;
		padding: 0px 5px;
		margin-bottom: -8px;
		}
		
#BandList dt, dd {
	margin: 0;
	list-style-type: none;
}

	#BandList dt.bandGenre {
		color:#666;
		font-size: 10px;
	}
	
#BandList dd.bandLink a {
		font-size:15px;
		font-weight:bold;
		color:#d64924;
		text-decoration:none;
		}
		
#BandList dd.bandLink a:hover {
		text-decoration:underline;
		}
		
/*List Pages
-------------------------------------- */
#listBlock {
	position: relative;
	
}

#listBlock_wide {
	position: relative;
}

#List {
	list-style:none;
	margin-left: 0;
	padding-left: 0;
}

#List .listHolder {
	padding: 10px;
	background-color: #d6d6d6;
	margin-bottom: 10px;

}

#List .listImage {
	float:left;
	margin-right: 15px;
	border: 1px solid #181f27;
}

#List .listTitle {
	font-size: 18px;
	font-weight: bold;
}

/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 0;
	padding: 0;
	font-size: 11px;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		background: #EFEFEF url(../images/sidebarHeader.png) no-repeat left top; 
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	#Sidebar h3 { 
		clear: both; 
		color: #fff;
		font-weight: 700; 
		font-size: 13px; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
		background: transparent url(../images/sidebarHeaderSub.gif) repeat-x center left;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
		background: #EFEFEF url(../images/sidebarBottomBg.png) no-repeat center bottom;
	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	
	/* MENU2 */
	ul#Menu2 {
		padding-left: 0;
	}
	
    ul#Menu2 li { 
    	font-size: 0.9em;
    	margin: 1px 0 5px 4px;
        list-style: none;
    }
    	ul#Menu2 li a {
            display: block;
            width: 196px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
      	}
			ul#Menu2 li em {
				padding-left: 8px;
				display: block;
			}
				ul#Menu2 li li em {
					padding-left: 0;
				}
      	/* Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
        	background: #DCDCDC url(../images/sidebarSideArrow.gif) no-repeat right center;
        	color: #666;
			cursor: pointer;
            text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	  		font-weight: 700;
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
            width: 193px; 
      	}
      	ul#Menu2 li a.levela:hover span,
      	ul#Menu2 li a.current span,
      	ul#Menu2 li a.section span,
      	ul#Menu2 li a.section:hover span,
      	ul#Menu2 li a.current:hover span {
			background: transparent url(../images/sidebarTopLeftHover.gif) no-repeat left top;
			display: block;
			width: 100%;
			height: 100%;
		} 
		ul#Menu2 li a.levela:hover em,
		ul#Menu2 li a.current em,
		ul#Menu2 li a.section em,
		ul#Menu2 li a.section:hover em,
		ul#Menu2 li a.current:hover em {
        	background: transparent url(../images/sidebarBottomLeftHover.gif) no-repeat left bottom;
			display: block;
			width: 100%;
            height: 100%;
      	}
      		ul#Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: -4px 0 0 0;
            	width: 193px;
            	padding: 4px 0 10px 0;
            	background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;
      		}
      			ul#Menu2 li ul li {
            		width: 160px;
            		background: #DCDCDC;
            		padding: 0;
            		font-size: 0.8em;
            		display: inline;
            		margin: 0;
      			}
      				ul#Menu2 li ul li ul {
            			background: #DCDCDC;
            			margin-left: 0;
      				}	
      
					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
            			color: #555;
            			font-weight: 700;
            			background: #DCDCDC;
      				}
      					ul#Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 175px;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}
      			
			/* Sub Menu */
      		ul#Menu2 li a.levelb {
            	font-size: 1.7em;
            	text-indent: 8px;
            	width: 188px;
				background: transparent;
            	margin-left: 10px;
      		}
	  		ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
            	background: #BCBCBC url(../images/sidebarSideArrow2.gif) no-repeat right center;
            	text-decoration: none;
            	display: block;
            	color: #fff;
      		}
      		ul#Menu2 li a.levelb:hover span,
      		ul#Menu2 li li a.current span,
      		ul#Menu2 li li a.current:hover span,
      		ul#Menu2 li li a.section span,
      		ul#Menu2 li li a.section:hover span {
            	background: transparent url(../images/sidebarTopLeftHover2.gif) no-repeat left top;
            	display: block;
            	width: 100%;
            	height: 100%;
      		} 	
      		ul#Menu2 li a.levelb:hover em,
      		ul#Menu2 li li a.current em,
      		ul#Menu2 li li a.current:hover em,
      		ul#Menu2 li li a.section em,
      		ul#Menu2 li li a.section:hover em {
            	background: transparent url(../images/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            	display: block;
            	width: 100%;
            	height: 100%;
      		}

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

#footer {
	padding: 0 10px;  
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	height: 100%;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#foot_content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#foot_menu {
	float:left;
	width: 175px;
	padding: 20px;
	border-right: 1px solid #a4a4a4;
	text-align: right;
	list-style: none;
	margin: 0 20px 0 0;
}

#foot_menu a {
	font-size: 10px;
	display: block;
	text-transform: uppercase;
	color: #e9e9e9;
	margin-bottom: 4px;
	text-decoration: none;
}

#foot_menu a:hover {
	color: #a4a4a4;
}

#foot_mid {
	text-align: left;
	padding: 20px;
	width: 550px;
	height: 100%;
}

#foot_right {
	color: #e9e9e9;
	text-align: right;
	padding: 20px;
	float: right;
}

.phonenum {
	font-size: 25px;
	color: #e9e9e9;
}

.tagline {
	font-size: 12px;
	color: #a4a4a4;
}