
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* MAINFRAME V03 WEB ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */



/* --- reset start --- */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	color: black;
	background: #333 url('../img/layout/bg_concrete05.jpg') repeat left top;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	border: none;
}
a {
	text-decoration: none;
	text-transform: uppercase;
}
p {
	margin: 0.6em 0;
	}
br {
	}
.breaker {
	clear: both;
	}

/* --- reset end --- */

/* --- basic framework start --- */

#outer {
	width: 53em;
	height: 658px;
	padding: 0 0 0 90px;
	background: transparent url('../img/layout/bg_header_logo08.gif') no-repeat left 98px;
}
#meta {
	height: 11em;
}
#content {
	clear: both;
	float: none;
}

/* --- basic framework end --- */


#head, 
#accessibility {
	position: absolute;
	top: -10000px;
	}

/* --- meta start --- */

ul#toolbar {
	margin: 0;
	padding: 0 0 1.7em 0;

}
ul#toolbar li {
	float: right;
	margin: 0;
	padding: 0;
}
ul#toolbar li.nl {
	float: left;
}
ul#toolbar li a {
	display: block;
	font-size: 0.8em;
	letter-spacing: -0.04em;
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 4px;
	padding: 0.3em 0.4em 0.1em 1.4em;
}

/*--*/

ul#toolbar li a.fb {
	background: #000 url('../img/layout/bt_header_socialicon_map.gif') no-repeat 2px 2px;
}
ul#toolbar li a.ms {
	background: #000 url('../img/layout/bt_header_socialicon_map.gif') no-repeat 2px -34px;
}
ul#toolbar li a.fb:hover {
	color: #000;
	background: #fff url('../img/layout/bt_header_socialicon_map.gif') no-repeat 2px -16px;
}
ul#toolbar li a.ms:hover {
	color: #000;
	background: #fff url('../img/layout/bt_header_socialicon_map.gif') no-repeat 2px -52px;
}

/*--*/

ul#toolbar li.nl a {
	margin: 0 4px 0 0;
	background: #000 url('../img/layout/bt_arrow_header_small_down_right.gif') no-repeat 0.4em 50%;
}
ul#toolbar li.nl a:hover {
	color: #000;
	background: #fff url('../img/layout/bt_arrow_header_small_down_right_over.gif') no-repeat 0.4em 50%;
}

#meta div.featured,
#meta div.player {
	float: none;
	clear: both;
	text-align: right;
	height: 3.5em;
	}
#meta div.featured a,
#meta div.player a {
	float: right;
	display: block;
	padding: 0.4em 2.7em 0.4em 0;
	width: 10em;
	background: transparent url('../img/layout/bt_arrow_h_feature_left-trans.png') no-repeat left top;
	text-align: right;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 0.85em;
	letter-spacing: -0.1em;
	color: #cadc00;
}
#meta div.featured a {
	background: transparent url('../img/layout/bt_arrow_h_feature_left-trans.png') no-repeat right top;
}
#meta div.player a {
	background: transparent url('../img/layout/bt_player_h_feature-trans.png') no-repeat right top;
}
#meta div.featured a:hover {
	background: transparent url('../img/layout/bt_arrow_h_feature_left_over-trans.png') no-repeat right top;
	color: #fff;
}
#meta div.player a:hover {
	background: transparent url('../img/layout/bt_player_h_feature_over-trans.png') no-repeat right top;
	color: #fff;
}

/* --- meta end --- */

/* --- menue start --- */

#nav ul {
	margin: 0;
	padding: 0 0 3.2em 0;	
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	display: block;
	font-size: 0.95em;
	letter-spacing: -0.05em;
	color: #232323;
	font-weight: bold;
	margin: 0 1px 0 0;
	padding: 0.25em 0.5em 0.15em 0.5em;
	background: #cadc00 url('../img/layout/bg_menue01a.gif') no-repeat -10px bottom;
	border-right: #000 solid 1px;
	border-bottom: #000 solid 1px;
}
#nav ul li a:hover, 
#nav ul li a.sel {
	color: #000;
	background: #fff url('../img/layout/bg_menue01b.gif') no-repeat -10px bottom;
}

#nav ul ul {
	display: none;
}

/* --- menue end --- */

/* --- content start --- */

#content h1, 
.event h2,
.basic-article h2 {
	clear: both;
	font-size: 2.9em;
	letter-spacing: -0.08em;
	padding: 0 0 0 32px;
	margin: 0 0 -0.2em -6px;
	line-height: 1em;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url('../img/layout/bg_posttitle_bolt.gif') no-repeat left top;
}
* html #content h1, 
* html .event h2,
* html .basic-article h2 {
	letter-spacing: -0.2em;
	margin: 0 0 -0.2em 0;
	background: transparent url('../img/layout/bg_posttitle_bolt.gif') no-repeat left 2px;
}

#content .post_artists {
	padding-bottom: 1em;
	float: left;
	width: 280px;
	letter-spacing: -0.07em;
	line-height: 0.95em;
}
#content .post {
	padding-bottom: 1em;
	float: none;
	width: 90%;
}

#content .hfeed {
}

#content .event,
#content .basic-article {
	clear: both;
	display: table;
	margin: 20px 0 0 0;
	font-weight: bold;
}
#content .event div,
#content .basic-article div {
	float: left;
	width: 425px;
}

#content .event p,
#content .basic-article p {
	color: #fff;
	font-size: 0.95em;
	letter-spacing: -0.05em;
	line-height: 0.95em;
	line-height: 1.1em;	
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.15em 0 0 0;
	margin: 0.4em 0;
}
#content .basic-article p {
	text-transform: none;
}

#content .event p strong,
#content .basic-article p strong {
	color: #cadc00;
	text-transform: uppercase;
}
#content .event .headliner,
#content .basic-article .headliner {
	color: #cadc00;
	letter-spacing: -0.07em;
	font-size: 2em;
	line-height: 0.95em;
	padding: 0.15em 0 0 0;
}

.event a,
.basic-article a,
a.more-link, 
.cycamp-directory a div {
	clear: both;
	letter-spacing: -0.05em;
	padding: 0.15em 0.2em 0 1.2em;
	color: #000;
	background: #fff url('../img/layout/bt_arrow_content_up_right_over.gif') no-repeat 0.2em 50%;
	display: inline;
	font-weight: bold;
	cursor: pointer;
}
.event a:hover,
.basic-article a:hover,
a.more-link:hover {
	color: #000;
	background: #fff url('../img/layout/bt_arrow_content_up_right_over.gif') no-repeat 0.2em 50%;
}
/*.cycamp-directory a:hover b {
	opacity: .5;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}*/

.event img,
.basic-article img {
	display: block;
	margin: 2px 0;
	}

.entry h3 {
	font-size: 1.6em;
	letter-spacing: -0.07em;
	line-height: 1em;
	margin: 0;
	margin-bottom: -8px;
	padding: 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.entry h4 {
	font-size: 1.3em;
	letter-spacing: -0.06em;
	margin: 1em 0 0.1em 0;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
h2.artist_cat {
	clear: both;
	font-size: 3em;
	letter-spacing: -0.1em;
	padding: 0 0 0 32px;
	margin: 0 0 0.2em -6px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url('../img/layout/bg_posttitle_bolt.gif') no-repeat left top;
}

.entry {
	font-size: 1em;
	line-height: 1.1em;
	color: #fff;
	font-weight: bold;
	}
.entry p {
	}

.entry a.more-link {
	letter-spacing: -0.07em;
	font-size: 1em;
	line-height: 0.95em;
	margin-top: 1em;
	}
.entry img {
	margin-bottom: 0.3em;
	margin-top: 0;
	float: left;
	margin-right: 10px;
	}

hr {
	display: none;
}

a.more-link {
	color: #cadc00;
	letter-spacing: -0.07em;
	font-size: 2em;
	line-height: 0.95em;
	padding: 0.15em 0 0 0;
	font-weight: bold;
	text-transform: uppercase;
	}

ul.artist-directory {
	padding: 1em 0;
	clear: both;
	display: table;
	width: 100%;
	}

ul.artist-directory li {
	float: left;
	width: 248px;
	position: relative;
	margin: 5px 0 0 0;
	}

.entry-title {
	display: block;
	color: #fff;
	letter-spacing: -0.07em;
	font-size: 2em;
	font-weight: bold;
	line-height: 0.95em;
	text-transform: uppercase;
	}

.entry-title a {
	color: #fff;
	text-decoration: none;
	}

.entry-title a:hover {
	color: #cadc00;
	}

.artistlist-title {
	position: absolute;
	top: 5px;
	left: 5px;
	}

/*- contact start -*/

#content .zemContactForm {
	}
#content .zemContactForm .zemSubmit {
	clear: both;
	letter-spacing: -0.05em;
	padding: 0.2em 0.2em 0 1.2em;
	color: #000;
	background: #fff url('../img/layout/bt_arrow_content_up_right_over.gif') no-repeat 0.2em 50%;
    cursor: pointer;
    border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	letter-spacing: -0.05em;
	line-height: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	}
*html #content .zemContactForm .zemSubmit {
	padding: 0.2em 0 0 0.4em;
	color: #222;
	background: #fff url('../img/layout/bt_arrow_content_up_right_over.gif') no-repeat 0.2em 50%;
	line-height: 0.95em;
	width: auto;
	}

#content .zemContactForm label.zemText, 
#content .zemContactForm label.zemTextarea {
    font-size: 13px;
	font-weight: bold; 
	text-transform: uppercase;
	letter-spacing: -0.04em;
	color: #fff;
	}
#content input.zemText, 
#content textarea.zemTextarea {
	width: 300px;
	border-top: #333 solid 1px;
	border-left: #333 solid 1px;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
	padding-top: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	}
#content textarea.zemTextarea {
	width: 550px;
	}
#content .zemContactForm input {
    margin: 0 0 10px 0;
	}
#content .zemContactForm fieldset div,
#content .zemThanks {
    font-size: 13px;
	font-weight: bold; 
	text-transform: uppercase;
	letter-spacing: -0.04em;
	color: #CADC00;
	margin-bottom: 10px;
	}



/*- gallery start -*/

.smd_slimbox {
	float: left;
	clear: both;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}
.smd_slimbox li {
	float: left;
	margin: 0 3px 0 0;
}
.smd_slimbox img {
}
.smd_slimbox a, 
.smd_slimbox a:hover {
	padding: 0;
	margin: 0;
	background: none;
}
.smd_slimbox a img,
ul.cycamp-directory li a img,
ul.artist-directory li a img {
	padding: 0 3px 3px 0;
	background: transparent url('../img/layout/bg_pic_shadow2.gif') no-repeat right bottom;
}
ul.cycamp-directory li a img {
	padding-top: 30px;
	}
.smd_slimbox a:hover img, 
.cycamp-directory a:hover img {
	opacity: .80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
}

ul.cycamp-directory {
	padding: 1em 0;
	clear: both;
	display: table;
	width: 100%;
	}

ul.cycamp-directory li {
	float: left;
	width: 171px;
	position: relative;
	margin: 5px 15px 5px 0;
	padding: 0;
	}
ul.cycamp-directory li img {
	display: block;
	}
ul.cycamp-directory li div {
	position: absolute;
	width: 149px;
	top: 0;
	left: 0;
	margin: 0;
	}
ul.cycamp-directory div h4 {
	clear: both;
	font-size: 1.5em;
	letter-spacing: -0.06em;
	margin: 0;
	padding: 0.7em 0 0 0;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	

/*- gallery end -*/


#content .event .dl-container {
	float: left; 
	width: 420px;
	margin: 10px 0;
	}
#content .event .dl-container .dl-thumb {
	float: left; 
	width: 185px; 
	margin: 0; 
	}

.basic-article img,
#content .event .dl-container .dl-thumb img {
	display: block;
	margin: 0;
	padding: 0 3px 3px 0;
	background: transparent url('../img/layout/bg_pic_shadow2.gif') no-repeat right bottom;
}

#content .event .dl-container .dl-txt {
	margin: 10px 0 0 0; 
	width: 210px; 
	}


#twitter {
	position: absolute;
	top: 248px;
	left: 773px;
	XXXwidth: 145px;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	background: none;

	/*opacity: .70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.70;*/
	}

.tweet-box {
	background-color: #000;
	width: 145px;
	padding: 10px 10px;
	}

.tweet-box a {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	}
.tweet-box a:hover {
	color: #999;
	}
.tweet-box .sidebar-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	}
.tweet-box li {
	margin: 0 0 10px 0;
	}
.tweet-box li a {
	display: block;
	margin: 3px 0 0 0;
	}
#twitter-link {
	margin-top: 10px;
	}

.sponsor {
	width: 145px;
	background: none;
	}


/* --- content end --- */




/* --- footer start --- */

#footer {
	clear: both;
	margin: 0 0 0.2em 0;
	padding: 6em 0 1em 0;
}
#footer p {
	display: inline;
	font-size: 0.7em;
	font-weight: bold;
	color: #999;
	letter-spacing: -0.03em;
	padding: 0.2em 0 0 0.2em;
}
#footer p a b {
	padding: 0.2em 0.2em 0 1.1em;
	color: #999;
	background: transparent url('../img/layout/bt_arrow_footer_up_right.gif') no-repeat 0.1em 50%;
}
#footer p a:hover b {
	color: #fff;
	background: transparent url('../img/layout/bt_arrow_footer_up_right_over.gif') no-repeat 0.1em 50%;
}

/* --- footer end --- */




