@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

img {
float:left;
margin:8px;
}

img#boxpict {
	float: right;
	margin: 4px;
}

img#daneal {
	float: left;
	margin: 10px;
}

img#erik {
	float: left;
	margin: 10px;
}

img#main {
	float: left;
	margin: 0px;
	padding:0px;
}


img#street{
	float:none;

}

img#closetext {
	float: right;
	clear:left;
	margin: 4px;
}


img#imagetext {
	position:absolute;
	top:50px;
	left:20px;
	Width:295px;
		
}


img#favorites {
	height:80px;
	width:auto;
		
}

img#ad {
	margin: 0px;
	padding:0px;
}


img#hm_exp {
	margin: 0px;
	padding:0px;
	margin-bottom:10px;
}


img#audio {
	float:none;
	margin:0px 6px 0px 6px;
	padding:0px;
}

img#article {
	margin:0px 12px 0px 0px;
	padding:0px;
	
}

img#bullet {
	margin:0px 0px 0px 2px;
	padding:0px;
	
}




/* Main Layout 
---------------------------------------*/
body {
	background:url(images/bg.jpg);
}
#page {
	margin: 0px auto;
	width: 734px;
	padding:17px;
	background: #FFFFFF;
}
.clear {
	width:100%;
	height:0px;
	clear:both;
}
/* Text
---------------------------------------*/

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
input, textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	line-height:1.2em;
	padding:0px;
	margin:0px 0px 18px 0px;
}
a {
	color:#0099ff;
	text-decoration:underline;
}
a:hover {
	color:#0099ff;
	text-decoration:none;
}
a:active, a:focus {
	outline:0px;
}
h1 {}
h2 {
	font-weight:bold;
	font-size:18px;
	color:#333333;
	margin-bottom:18px;
}
h3 {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	margin-bottom:9px;
	clear:none;
}

h4 {
	font-weight:bold;
	font-size:18px;
	color:#333333;
	margin-bottom:8px;
}


/* Header
--------------------------------------------------------------*/
#header {
	width:732;
	height:185px;
	margin-bottom:18px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	padding: 2px 2px 2px 2px;
}

#headersq {
	width:732;
	height:185px;
	margin-bottom:18px;
	border:1px solid #767676;
	
}




/* =Menu
-------------------------------------------------------------- */

#nav {
	width: 100%;
	display:block;
	text-align:left;
	background:#cfe2f9;
	margin-bottom:18px;
	font-size: 13px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
}
#nav ul {
	list-style: none;
	margin: 0;
}
#nav li {
	display:inline-block;
	position: relative;
	zoom: 1;
        *display: inline;
}
#nav a {
	display:block;
	text-decoration:none;
	color:#4d4d4d;
	padding:0 10px;
	line-height:38px;
}
#nav li li a {
	color:#aaaaaa;
}
#nav li li a:hover {
	color:#ffffff;
}
#nav ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;	
	text-align:left;
}
#nav ul ul li {
	min-width: 180px;	
}
#nav ul ul ul {
	left:100%;
	top:0;
}
#nav ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#nav li:hover > a,
#nav ul ul :hover > a {
	color:#fff;
	background:#333;
}
#nav ul li:hover > ul {
	display:block;
}
#nav ul li.current_page_item > a,
#nav ul li.current-menu-ancestor > a,
#nav ul li.current-menu-item > a,
#nav ul li.current-menu-parent > a {
	color: #af0505;
}

* html #nav ul li.current_page_item a,
* html #nav ul li.current-menu-ancestor a,
* html #nav ul li.current-menu-item a,
* html #nav ul li.current-menu-parent a,
* html #nav ul li a:hover {
	color:#fff;
}
/*Content Boxes
--------------------------------*/
#content-main {
	float:left;
	width:530px;
	background:url(images/bg-bluegradlg.png) top left repeat-x;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	padding: 8px 0px 8px 8px;
	min-height:250px;
	margin-bottom:18px;
}

#content-street {
	float:left;
	width:532px;
	background:url(images/bg-bluegradlg.png) top left repeat-x;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	padding: 8px 0px 8px 8px;
	min-height:250px;
	margin-bottom:18px;
}

.contentwide {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	min-height:100px;
	padding:8px;
	clear:both;
	margin-bottom:18px;
}

.cwidenob {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: none;
	min-height:100px;
	padding:8px;
	clear:both;
	margin-bottom:18px;
}

.contentad {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	min-height:100px;
	padding:12px;
	clear:both;
	margin-bottom:18px;
}
.contentleft {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	width:458px;
	float:left;
	min-height:100px;
	padding:12px;
	margin-bottom:18px;
}

.contentleftmid {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	width:336px;
	float:left;
	min-height:100px;
	padding:12px;
	margin-bottom:18px;
	font-size:13px;
}

.contentrightmid {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	width:336px;
	float:right;
	min-height:100px;
	padding:12px;
	margin-bottom:18px;
	font-size:13px;
}

.contentshows {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width:144px;
	float:left;
	min-height:100px;
	padding:12px;
	margin-bottom:18px;
	margin-right:18px;
}

.contentshowsright {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	width:144px;
	float:right;
	min-height:100px;
	padding:12px;
	margin-bottom:18px;
	
}


.contentright {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	width:210px;
	float:right;
	min-height:100px;
	padding:12px;
	margin-bottom:18px;
}

.contenttwitter {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	width:520px;
	float:left;
	min-height:100px;
	padding:12px;
	margin-bottom:18px;
}

.contentrightopen {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	width:146px;
	float:right;
	min-height:100px;
	padding:12px;
	margin-bottom:18px;
}

.homecontent {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	width:130px;
	height: 200px;
	float:left;
	min-height:100px;
	padding:12px;
	margin-bottom:12px;
	margin-left: 12px;
}


.headerflash {
	width:100%;
	height:185px;
	background:#ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
}

.spotleft {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width:480px;
	float:left;
	min-height:60px;
	padding:8px;
	margin-bottom:8px;
}


.showdescript {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width:506px;
	float:left;
	min-height:60px;
	padding:8px;
	margin-bottom:8px;
}

.main-eleft {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	width:210px;
	float:left;
	min-height:100px;
	padding:12px;
	margin-bottom:18px;
}

.main-eright {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	width:210px;
	float:right;
	min-height:100px;
	padding:12px;
	margin-bottom:18px;
}

.contentfloats {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width:450px;
	float:left;
	min-height:100px;
	vertical-align:text-top;
	padding:0px;
	margin-right:8px;
}

.proright {
	border:0px;
	width:400px;
	height:140px;
	float:left;
	min-height:100px;
	padding:0px 65px;
	margin-right:0px;
	margin-top:0px;
}

.favorites {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float:left;
	min-height:100px;
	padding:3px;
	margin-right:6px;
}

.favoritesright {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float:left;
	min-height:100px;
	padding:3px;
	margin-right:6px;
	
}


.streetleft {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	width:208px;
	float:left;
	min-height:100px;
	height:220px;
	padding:12px;
	margin:0px 16px 18px 0px;
	text-align:center;
	font-size:13px;
}

.streetmid {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	width:220px;
	float:left;
	min-height:100px;
	padding:12px;
	margin-bottom:18px;
	font-size:13px;
}


.streetright {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	width:208px;
	height:220px;
	float:right;
	min-height:100px;
	padding:12px;
	margin:0px 0px 18px 0px;
	text-align:center;
	font-size:13px;
}

.streetfloats {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width:320px;
	float:left;
	min-height:100px;
	vertical-align:text-top;
	padding:0px;
	margin-right:30px;
}


.streetfloatslg {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width:352px;
	float:left;
	min-height:100px;
	vertical-align:text-top;
	padding:0px;
	margin-right:20px;
}

.adwide {
	width:732px;
	height:100px;
	margin-bottom:18px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float:left;
	border:1px solid #767676;
	padding: 7px 0px 0px 3px;
	
}

.adframe {
	width:732px;
	margin-bottom:18px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float:left;
	border:1px solid #767676;
	padding: 7px 0px 0px 3px;
	
}

.adbox {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	width:200px;
	height: 200px;
	float:left;
	min-height:100px;
	padding:10px;
	margin-bottom:12px;
	margin-left: 11px;
}

.grwide {
	width:732px;
	min-height:300px;
	margin-bottom:18px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float:left;
	border:1px solid #767676;
	padding: 7px 3px;
	
}



.booksright {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float:none;
	min-height:100px;
	padding:6px;
	margin-bottom:18px;
}

.playertx {
	float:none;
	min-height:30px;
	padding:0px;
	margin-bottom:0px;
}

.adwidelg {
	width:732px;
	margin-bottom:18px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float:left;
	border:1px solid #767676;
	padding: 7px 0px 0px 3px;
	
}


.bluegrad {	
	background:url(images/bg-bluegrad.png) top left repeat-x;
}
.pinkgrad {	
	background:url(images/bg-pinkgrad.png) top left repeat-x;
}

.graygrad {	
	background:url(images/bg-graygrad.png) top left repeat-x;
}

.blue {	
	background:#bbd6f6;
}
.pink {
	background:#ff99cc;
}
.white {
	background:#ffffff;
}

.Hbluegrad {	
	background:url(images/bg-bluegrad.png) top left repeat-x;
	height:230px;
}
.Hpinkgrad {	
	background:url(images/bg-pinkgrad.png) top left repeat-x;
	height:230px;
}
.Hblue {	
	background:#bbd6f6;
	height:230px;
}
.Hpink {
	background:#ff99cc;
	height:230px;
}

.withmic {
background:url(graphics/eventsmain1_back.jpg) top left no-repeat;
}

.crowd {
	background:url(graphics/eventsmain2_back.jpg) top left no-repeat;
}

.largefont {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
	background:#ffffff;
	width:506px;
}

.proicon {	
	background:url(graphics/pro_corner1.png) bottom left no-repeat;
	background-position:left;
}


.pinkmain {	
	background:#ff99cc;background:url(images/bg-pinkgrad2.png) top left repeat-x;height:150px;
	height:180px;
}

.bluemain {	
	background:url(images/bg-bluegrad.png) top left repeat-x;
	height:180px;
}




/* Sidebar
---------------------------------*/

#sidebar {
	float:right;
	width:180px;
	clear:right;
}
#sidebar ul li.widget-container {
	background:url(images/bg-pinkgrad.png) top left repeat-x;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #767676;
	padding:6px;
	min-height:60px;
	margin-bottom:18px;
}

/* tabs */
	
	
.tabbed-box {
	width: 530px;
    
}
	
	
.tabbed-box .tabs li {
    list-style: none;
    float: left; 
}
	
	
.tabbed-box .tabs li a {
    display: block;
    width: 100px;
    padding: 2px 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #0033FF; 
}
	
	
.tabbed-box .tabs li:first-child a {
    border-left: none; 
}
	
.tabbed-box .tabs li a:hover {
    color: #FFFFFF; 
}
	
.tabbed-box .tabs li a:focus {
    outline: none; 
}
	
.tabbed-box .tabs li a.active {
    color: #333; 
}
	
.tabbed-content {
    padding: 3em 1em 1em 1em;
    display: none; 
}

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}





