/* @override http://local.flyjam/css/frontend/main.css */

/* @group RESET */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #92cdcd url(../../images/frontend/its-march101.png) repeat center top;
	color: #2b567d;
	font: 15px/21px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	color: #00a4e5;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #aaf;
	text-decoration: none;
	font-weight: bold;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
h1 { font-size: 120%; margin-bottom: 10px; }
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after{clear: both; content: '.'; display: block; visibility: hidden; height: 0;}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}

/* @end */

/* @group LAYOUT */

#wrapper {
	width: 935px;
	margin: 20px auto 0;
	background: #eee url(/images/frontend/paper.jpg) repeat-y;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

/* @end */

/* @group HEADER */

#header {
	position: relative;
	top: -9px;
	left: -9px;
	width: 956px;
	height: 391px;
	position: relative;
	background: url(/images/frontend/header_fg.png) no-repeat 0 0;
}

#links {
	position: absolute;
	width: 380px;
	height: 170px;
}

#links a {
	overflow: hidden;
	text-indent: -898px;
	display: block;
	position: absolute;
}

#link_myspace {
	background: url(/images/frontend/links_myspace.png) no-repeat 0 0;
	width: 79px;
	height: 38px;
	left: 23px;
	top: 124px;
}
#links a:hover {
	opacity: .6;
}
#link_facebook {
	background: url(/images/frontend/links_facebook.png) no-repeat 0 0;
	width: 85px;
	height: 43px;
	left: 133px;
	top: 76px;
}
/*#link_myspace:hover {
		background: url(/images/frontend/links_myspace.png) no-repeat 0 -38px;
}*/
#link_twitter {
	background: url(/images/frontend/links_twitter.png) no-repeat 0 0;
	width: 58px;
	height: 32px;
	left: 225px;
	top: 52px;
}
#link_hotband {
	background: url(/images/frontend/links_hotband.png) no-repeat 0 0;
	width: 78px;
	height: 42px;
	left: 291px;
	top: 16px;
}

#home {
	width: 469px;
	height: 127px;
	position: absolute;
	left: 70px;
	top: 170px;
}

#menu a {
	overflow: hidden;
	text-indent: -898px;
	display: block;
	position: absolute;
}

#menu_music {
	background: url(/images/frontend/menu_music.png) no-repeat 0 0;
	width: 109px;
	height: 48px;
	left: 308px;
	top: 332px;
} #menu_music:hover {
	background: url(/images/frontend/menu_music.png) no-repeat 0 -48px; }

#menu_news {
	background: url(/images/frontend/menu_news.png) no-repeat 0 0;
	width: 102px;
	height: 47px;
	left: 445px;
	top: 309px;
} #menu_news:hover {
	background: url(/images/frontend/menu_news.png) no-repeat 0 -47px; }

#menu_media {
	background: url(/images/frontend/menu_media.png) no-repeat 0 0;
	width: 124px;
	height: 50px;
	left: 582px;
	top: 283px;
} #menu_media:hover {
	background: url(/images/frontend/menu_media.png) no-repeat 0 -50px; }

#menu_bio {
	background: url(/images/frontend/menu_bio.png) no-repeat 0 0;
	width: 58px;
	height: 32px;
	left: 889px;
	top: 245px;
} #menu_bio:hover {
	background: url(/images/frontend/menu_bio.png) no-repeat 0 -32px; }

#dates {
	float: right;
	width: 175px;
	position: relative;
	right: 54px;
	top: -80px;
}
#dates a { text-decoration: none; color: #333; font-weight: normal; }

#dates_body {
	background: url(/images/frontend/dates_bg.png) repeat-y;
	padding: 10px;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 15px;
	font-size: 12px;
	text-align: left;
	color: #000;
}

#dates_bottom {
	height: 8px;
	background: url(/images/frontend/dates_bm.png) repeat-y;
}

#dates img {
	display: block;
	margin-left: 1px;
}

#past_dates_list img {
	padding-top: 15px;
}

#dates .event {
	display: block;
	text-decoration: none;
	margin-top: 8px;
	border-top: 2px solid #13bc13;
	padding-top: 3px;	
	line-height: 140%;
	text-shadow: #75c947 0 1px 0;
	position: relative;
}
#past_dates_list {
	display: none;
}
#past_dates_list a.event { color: #1d5d00; cursor: default; }
#past_dates_list .event[href*=event] {
	color: #000;
	cursor: pointer;
}
#past_dates_list .years, #dates .event .date {
	display: block;
	font: 18px "Arial Black";
	text-transform: uppercase;
} #past_dates_list .years { text-align: center; color: #f6eb26;}
#past_dates_list .years a:hover { color: #000;}
#dates .event .event_info {
	display: none;
	width: 250px;
	background: #6fbe44;
	position: absolute;
	top: 0;
	left: -270px;
	padding: 10px;
	text-shadow: none;
	color: #000;
}

#dates .event .event_info a {
	color: #f6eb26;
}

#dates .event:hover .event_info {
	display: block;
}

#dates_select {
	margin: 10px auto 0;
	display: block;
	overflow: hidden;
	text-indent: -897px;
	height: 19px;
	width: 136px;
	background-image: url(/images/frontend/dates_select.png);
	background-repeat: no-repeat;
	background-position: -136px 5px;
	padding-top: 5px;
	border-top: 6px solid #F5EB28;
}
#dates_select.future {
	background-position: 0 0px;
	margin: 0 auto;
	margin-bottom: 5px;
	border: 0;
	padding: 0;
	padding-bottom: 5px;
	border-bottom: 6px solid #F5EB28;
}

/* @end */

/* @group CONTENTS */

#contents {
	background: url(/images/frontend/rules.png) repeat-y 30px top;
}

#body {
	padding: 20px;
	padding-left: 60px;
	padding-right: 280px;
	padding-top: 5px;
}

.article {
	margin-bottom: 20px;
}

.article img {
	background: #fff;
	padding: 8px;
	border: 1px solid #ddd;
	border-bottom: 2px solid #ccc;
	margin: 10px auto;
	display: block;
	max-width: 600px;
}

#body p {
	margin-bottom: 15px;
	font-size: 90%;
}

#body .article hr {
	display: none;
}

#body h2 {
	font-size: 145%;
	margin: 10px 0 10px;
	text-transform: lowercase;
	line-height: 140%;
	color: #aa4a85;
}
h2 a {
	/*color: #c9008c;*/
	text-decoration: none;
} h2 a:hover { color: #aaf; }
h2 span {
	color: #eee;
	background: #00a4e5;
	padding: 3px 8px 2px 15px;
	margin-left: -63px;
	border-top: 0;
	border-left: 1px solid #538e32;
	border-right: 1px solid #0093cd;
	border-bottom: 1px solid #0093cd;
	-webkit-box-shadow: 1px 1px 1px #bbb;
	-moz-box-shadow: 1px 1px 1px #bbb;
	/*-moz-box-shadow: 2px 2px 1px #ccc;*/
	margin-right: 5px;
	font: bold 82% "Courier New", Courier, mono;
	text-shadow: #7769d3 1px 1px 1px;
}

/* @end */

/* @group albums */

.album {
	margin-bottom: 25px;
	float: left;
}

.album img {
	width: 150px;
	height: 150px;
	float: left;
	border: 2px dashed #f7f6f4;
	padding: 4px;
	background: #00a4e5;
	/*-webkit-box-shadow: 0 0 2px #aaa;*/
}
.album img:hover {
	background: #2bc1ff;	
}
.album .album_details {
	width: 390px;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
}

.album h3 {
	margin-bottom: 10px;
	margin-left: -16px;
	/*-webkit-transform:rotate(-3deg);*/
}

.album h3 .title {
	width: 400px;
	color: #fff;
	background: #00a4e5;
	padding: 3px 8px 2px 9px;
	border-right: 1px solid #0093cd;
	border-bottom: 1px solid #0093cd;
	-webkit-box-shadow: 1px 1px 1px #bbb;
	-moz-box-shadow: 1px 1px 1px #bbb;
	font: bold 130% "Courier New", Courier, mono;
	text-shadow: #7769d3 1px 1px 1px;
}

#body .album .album_details p {
	color: #727272;

}

.album .album_details ol li {
	list-style: inside;
	list-style-type: decimal-leading-zero;
	color: #58975e;
}

.album .album_details ol li a {
	font-weight: bold;
}

/* @end */

/* @group article */

ul.article_photos {
	margin-left: 10px;
}

ul.article_photos li {
  display: inline;
  margin: 5px;
}
ul.article_photos li img {
	padding: 5px;
	margin: 0;
	display: inline;
	width: 170px;
	height: 114px;
}

/* @end */

#footer {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	color: #14b1ef;
	font-family: "Marker Felt", Casual, "Comic Sans MS";
	text-transform: uppercase;
	font-size: 84%;
}

#error404 {
	display: block;
	font-weight: bold;
	color: #58b300;
	text-transform: uppercase;
	text-align: center;
	background: yellow;
	margin-top: 200px;
	border-bottom: 5px solid #9fa100;
	border-top: 2px solid #c0c217;
	font-style: normal;
	margin-bottom: 20px;
	padding: 10px;
	text-decoration: none;
}
#error404:hover {
	background: #58b300;
}

#service_message {
	margin: 100px 20%;
	background: #fff url(../../images/frontend/throbber.gif) no-repeat 4px 3px;
	border: 1px solid #bbb;
	padding: 20px 20px;
	-webkit-box-shadow: 0 0 3px #999;
} 
#service_message p { color: #999; font-size: 90%; }

/*PLAYLIST*/
#music_player {
	position: absolute;
	top: 345px;
}
#music_player_switch {
	width: 37px;
	height: 44px;
	background: #ce6ea9;
	float: left;
	margin-right: 2px;
	cursor: pointer;
	-webkit-box-shadow: 0 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 0px rgba(0,0,0,0.1);
}
#music_player_switch:hover {
	background: #9ecc3c;
}
#playlist_container {
	float: left;
	background: #ce6ea9;
	width: 255px;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 0px rgba(0,0,0,0.1);
}

#music_player_switch a {
	display: block;
}

@font-face { font-family: hand; src: url('/fonts/SnyderSpeedBrush.ttf'); } 

#playlist_progress span {
	position: absolute;
	padding: 12px;
	letter-spacing: 2px;
	color: #feffff;
	font-family: hand, "Comic Sans MS", Arial, sans-serif;
	text-transform: uppercase;
  text-align: left;
}
#playlist_progress {
}
#playlist_progress_bar {
  	height: 44px;
	border-right: 1px solid #eee;
  	background: #80d3ef;
 	width: 0;
}

#playlist_items {
	background: #ce5aa2;
  	padding-left: 35px;
	display: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
#playlist_items li {
  cursor: pointer;
  margin: 0px;
  color: #ffc2e8;
  padding: 6px 4px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: hand, "Comic Sans MS", Arial, sans-serif;
  text-align: left;
}
#playlist_items li:hover {
  color: #fff;
}
#playlist_items li.nowplaying {
  color: #fff;
}

