
/*   1. HTML Resets & Styles     <<<---------------*/
/*   2. Panes & Columns          <<<---------------*/
/*   3. Bullets                  <<<---------------*/
/*   4. Forms                    <<<---------------*/
/*   5. Page Regions             <<<---------------*/
/*   6. Homepage                 <<<---------------*/
/*   7. Episodes                 <<<---------------*/
/*   8. Video Player & Rating	 <<<---------------*/
/*   9. Behind the Scenes        <<<---------------*/
/*  10. Gallery                  <<<---------------*/
/*  11. Bands                    <<<---------------*/
/*  12. Promote the Burg         <<<---------------*/
/*  13. Friends                  <<<---------------*/
/*  14. Press                    <<<---------------*/
/*  15. Widgets                  <<<---------------*/


/*----->>> 1. HTML Resets & Styles <<<---------------*/

body, html {
	width: 100%;
	height: 100%;
}
body {
	background: White url(body_bg.gif) repeat-y center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	margin: 0;
}
a {
	color: #FF0099;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	color: Black;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 18px;
}
h3 {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	font-size: 14px;
}
h4 {
	padding: 0;
	margin: 10px 0 3px;
	font-size: 12px;
}
hr {
	color: #ccc;
	border: 0;
	border-top: 1px solid #666;
}
img {
	border: 0;
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}



/*----->>> 2. Panes & Columns <<<---------------*/

.bigcol {
	width: 735px;
}
.medcol {
	width: 700px;
}
.smlcol {
	background: url(smlcol_bg.jpg) repeat-y top left;
	padding: 4px 0 0 4px;
	width: 188px;
}
.bigcol .subcol {
	width: 360px;
}
.medcol .subcol {
	width: 342px;
}
.float {
	float: left;
}
.centered {
	margin: 0 auto;
}
.rightgap {
	margin-right: 15px;
}
img.photo-left {

}
.pane {
	background: #8EDCDC;
	border-top: 4px solid white;
	border-left: 4px solid white;
	margin-bottom: 17px;
}
.pane h1 {
	background: url(panehead_bg.gif) no-repeat top left;
	color: #444;
	font-family: "Arial Narrow", Arial, Sans-Serif;
	font-size: 22px;
	height: 30px;
	margin: 0;
	padding: 6px 0 0 8px;
	position: relative;
}
.content, .content-small {
	background: #ccc;
	color: #333;
	padding: 20px 10px;
}
.content.scrollable, .content-small.scrollable {
	height: 400px;
	overflow: auto;
}
.content-small {
	font-size: 11px;
	padding: 8px;
}
.content-small.scrollable {
	height: 255px;
}
a.expand, a.collapse {
	background: url(plus.gif);
	display: block;
	height: 20px;
	overflow: hidden;
	position: absolute;
		top: 9px;
		right: 9px;
	width: 20px;
}
a.collapse {
	background: url(minus.gif);
}
.clear {
	clear: left;
}
.big {
	font-size: 15px;
}

.small {
	font-size: 11px;
}



/*----->>> 3. Bullets <<<---------------*/

div.bullet {
	background-image: url(bullets.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	height: 14px;
	margin-right: 5px;
	width: 14px;
}
div.bullet.b1 { background-position: -14px 0; }
div.bullet.b2 { background-position: -28px 0; }
div.bullet.b3 { background-position: -42px 0; }
div.bullet.b4 { background-position: -56px 0; }
div.bullet.b5 { background-position: -70px 0; }
div.bullet.b6 { background-position: -84px 0; }
div.bullet.b7 { background-position: -98px 0; }
div.bullet.b8 { background-position: -112px 0; }
div.bullet.b9 { background-position: -126px 0; }


/*----->>> 4. Forms & Buttons <<<---------------*/

.field .label {
	font-weight: bold;
	margin-bottom: 5px;
}
.field .content {
	padding: 0;
	background: transparent;
}
.field .info {
	font-size: 10px;
	font-style: italic;
	padding: 5px 10px;
}
.field input, .field textarea {
	border: 2px solid Black;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	padding: 2px 3px;
}
p.button a, p.button a:hover, p.button b {
	background: #FF0099;
}



/*----->>> 5. Page Regions <<<---------------*/

#Page {
	background: White url(page_bg.jpg) repeat-y top left;
	border: 0;
	margin: 0 auto;
	height: 100%;
	width: 980px;
}
#Page td {
	vertical-align: top;
}
#ToolTip {
	display: none;
}

#Head {
	background: url(head_bg.jpg) no-repeat top left;
	height: 34px;
	padding-top: 125px;
	position: relative;
}

#PhantomLink {
	position: absolute;
	top: 5px;
	left: 50px;
	width: 300px;
	height: 0;
	overflow: hidden;
	padding-top: 110px;
}

#Nav {
	background: url(nav.jpg) no-repeat 0 0;
	height: 34px;
	margin: 0;
	padding: 0;
	padding-left: 38px;
}
#Nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#Nav a {
	background: url(nav.jpg) no-repeat 0 0;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 34px;
}
#Nav a:hover {
	background-image: url(nav_over.jpg);
}
#Nav li.on a {
	background-image: url(nav_on.jpg);
}
#Nav a.home {
	background-position: -38px 0;
	width: 87px;
}
#Nav a.episodes {
	background-position: -125px 0;
	width: 130px;
}
#Nav a.scenes {
	background-position: -255px 0;
	width: 233px;
}
#Nav a.bands {
	background-position: -488px 0;
	width: 104px;
}
#Nav a.promote {
	background-position: -592px 0;
	width: 233px;
}
#Nav a.friends {
	background-position: -825px 0;
	width: 120px;
}

#Body {
	padding: 13px 15px;
	vertical-align: top;
}

#Foot {
	background: white;
	height: 25px;
	vertical-align: top;
}
#Foot .positioner {
	position: relative;
}
#Foot a.press, #Foot a.contact {
	background: url(foot_press.gif);
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 15px;
	width: 42px;
	position: absolute;
	top: 4px;
	left: 250px;
}
#Foot a.contact {
	left: 305px;
	width: 58px;
	background: url(foot_contact.gif);
}
#Foot .cc {
	position: absolute;
	top: 4px;
	left: 400px;
}
#Foot .license {
	position: absolute;
	top: 6px;
	left: 420px;
	font-size: 9px;
	width: 550px;
}



/*----->>> 6. Homepage <<<---------------*/

a.podcast {
	display: block;
	background: url(podcast.gif) no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 87px;
	width: 187px;
	margin-bottom: 13px;
}
.pane.featuredFriend, .pane.promoteTheBurg {
	background: #ccc;
	color: #333;
	padding: 8px;
}
.featuredFriend a img {
	border: 2px solid Black;
	margin-top: 10px;
}
.featuredFriend a:hover img {
	border: 2px solid #FF0099;
}
.featuredFriend .friend-description {
	margin: 10px 0;
}
.promoteTheBurg .promo-description {
	margin: 10px 0;
}
.promoteTheBurg h3 {
	margin-bottom: 10px;
}
.events {
	background: url(events_bg.jpg) no-repeat top left;
	width: 336px;
	height: 206px;
	overflow: auto;
	padding: 10px;
}
.events .event img {
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
}
.events .event .details {
	color: #444;
	float: left;
	margin-bottom: 15px;
	width: 300px;
}
#ListForm {
	background: White url(mailing-list.gif) no-repeat top left;
	font-size: 10px;
	padding: 40px 8px 8px;
	margin-bottom: 13px;
}
#ListForm .input {
	background: url(mailing-list-labels.gif) no-repeat 130px -2px;
	height: 25px;
}
#ListForm .input input {
	border: 1px solid Black;
	margin: 0;
	padding: 0;
	padding-left: 3px;
}
#ListForm .input.email {
	background-position: 130px -68px;
}
#ListForm .input.emailconfirm {
	background-position: 130px -122px;
	height: 30px;
}
#ListForm .button {
	margin-top: 10px;
}
#ListForm .error {
	padding-bottom: 1px;
}
#ListForm .error ul {
	padding: 0;
	margin: 0;
	font-size: 10px;
}
#ListForm .error li {
	padding-bottom: 5px;
}



/*----->>> 7. Episodes <<<---------------*/

.content-episodes {
	padding: 10px;
}
.content-episodes a {
	color: Black;
}
.content-episodes a:hover {
	color: #FF0099;
}
.episode-description {
	background-color: #ccc;
	padding: 10px;
}
.episode-info {
	color: #444;
	font-size: 10px;
	padding-left: 20px;
}
.episode-link-column {
	float: left;
	width: 330px;
}
.episode-link {
	float: left;
	margin-bottom: 5px;
	width: 300px;
}
.episode-link img {
	margin-right: 4px;
}
.episode-link a {
	font-size: 13px;
}
.episode-link a.new {
	background: url(new.gif) no-repeat right;
	padding-right: 34px;
}
h1.comments-head {`
	position: relative;
}
h1.comments-head span {
	font-size: 15px;
	position: absolute;
	top: 10px !important;
	top: 12px;
	left: 115px;
}
.comment-url {
	display: none;
}
h1 div {
	display: inline;
}
.response {
	clear: left;
	margin-bottom: 12px;
}
.response .num {
	float: left;
	font-size: 18px;
	color: #999;
	width: 30px;
	text-align: center;
}
.response .num.small {
	font-size: 14px;
}
.response .comment {
	float: left;
	padding-top: 5px;
	width: 275px;
}
.response .namedate {
	font-size: 10px;
	margin-top: 5px;
	padding-bottom: 12px;
	border-bottom: 1px solid #999;
}


/*----->>> 8. Video Player & Rating <<<---------------*/

#BurgVideoPlayer .player {
	background: Black url(video-player_bg.gif) repeat-x bottom;
	position: relative;
	text-align: center;
}
#BurgVideoPlayer .controls {
	background: Black url(video-player_bg.gif) repeat-x bottom;
	color: #aaa;
	height: 30px;
}
#BurgVideoPlayer .controls .comment-bubble, 
#BurgVideoPlayer .controls .rating, 
#BurgVideoPlayer .controls .links, 
#BurgVideoPlayer .controls .share-links {
	float: left;
}
#BurgVideoPlayer .controls .comment-bubble {
	padding: 5px 8px 0;
	height: 25px;
	width: 22px;
	position: relative;
}
.comment-bubble a {
	background: url(comment-bubble.gif) no-repeat 0 0;
	color: White;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 17px;
	padding-top: 2px;
	overflow: hidden;
	text-align: center;
	width: 22px;
}
.comment-bubble a:hover {
	background-position: 0 -19px;
	text-decoration: none;
}
#BurgVideoPlayer .controls .rating {
	color: #444;
	padding: 7px 10px 0;
	height: 23px;
	width: 205px;
	position: relative;
}
#EpisodeRating {
	float: right;
	width: 92px;
	position: absolute;
	top: 6px;
	right: 12px;
}
#EpisodeRating a {
	background: url(stars2/star.gif) no-repeat top left;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-left: 2px;
}
#EpisodeRating a.half {
	background-image: url(stars2/star_half.gif);
}
#EpisodeRating a.empty {
	background-image: url(stars2/star_empty.gif);
}
#EpisodeRating a.rated {
	background-image: url(stars2/star_rated.gif);
}
#EpisodeRating a.hover {
	background-image: url(stars2/star_hover.gif);
}
#BurgVideoPlayer .controls .links {
	color: #aaa;
	padding: 7px 9px 0;
	height: 23px;
	text-align: center;
	width: 205px;
}
#BurgVideoPlayer .controls .share-links {
	padding: 5px 12px 0;
	height: 25px;
	width: 175px;
}
#BurgVideoPlayer .controls .share-links a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 5px;
	width: 20px;
}
#BurgVideoPlayer .controls .share-links a:hover {
	background: white;
}
#BurgVideoPlayer .controls .share-links a.last {
	margin-right: 0;
}
#BurgVideoPlayer .controls .share-links a img {
	margin: 1px;
}
#BurgVideoPlayer .controls .share-links a:hover img {
	background: white;
	border: 1px solid #FF0099;
	margin: 0;
}
#BurgVideoPlayer .controls .preview {
	color: #333;
	padding-top:7px;
	text-align:center;
}
#BurgVideoPlayer .not-found {
	background: Black;
	color: red;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
}



/*----->>> 9. Behind the Scenes <<<---------------*/

#Nav-Scenes {
	background: White;
	padding-bottom: 30px;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
}
#Nav-Scenes li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Nav-Scenes a {
	background: url(nav-scenes.gif) no-repeat 0 0;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 29px;
}
#Nav-Scenes a:hover, #Nav-Scenes li.on a {
	background-image: url(nav-scenes_on.gif);
}
#Nav-Scenes a.cast {
	background-position: 0 -29px;
}
#Nav-Scenes a.team {
	background-position: 0 -58px;
}
#Nav-Scenes a.gallery {
	background-position: 0 -87px;
}
.photo-search {
	height: 30px;
}
.photo-search input {
	float: right;
}
.content.table-list td {
	padding-bottom: 20px;
	vertical-align: top;
}
.content.table-list td img {
	border: 1px solid Black;
}


/*----->>> 10. Gallery <<<---------------*/

#PhotoGrid {
	text-align: center;
}
#PhotoGrid a img {
	border: 2px solid Black;
}
#PhotoGrid a:hover img {
	border: 2px solid #FF0099;
}
#PopUpTitle, #PopUp .closer {
	display: none;
}

#PopUp img {
	margin: 0 auto 10px;
}
#PopUp .controls {
	border: 1px solid #ccc;
	width: 131px;
	height: 28px;
	margin: 10px auto 0;
	position: relative;
}
#PopUp .prev, #PopUp .next {
	top: 4px;
	position: absolute;
	width: 19px;
	height: 19px;
}
#PopUp .prev {
	left: 11px;
	background: url(popup_prev.gif) no-repeat;
}
#PopUp .prev:hover {
	background: url(popup_prev_hover.gif) no-repeat;
}
#PopUp .next  {
	right: 11px;
	background: url(popup_next.gif) no-repeat;
}
#PopUp .next:hover {
	background: url(popup_next_hover.gif) no-repeat;
}
#PopUp .close {
	font-size: 14px;
	font-weight: bold;
	color: #AAAAAA;
	text-align: center;
	position: absolute;
	top: 5px;
	width: 50px;
	left: 50%;
	margin-left: -25px;
}
#PopUp .close:hover {
	color: #666666;
}



/*----->>> 11. Bands <<<---------------*/

.band img {
	border: 1px solid Black;
	margin: 0 0 10px 15px !important;
	margin: 0 0 0 15px !important;
	float: right;
}
.band .description {
	clear: left;
	padding-top: 10px; !important;
	padding-top: 0;
}
.band a.audio {
	background: url(audio.gif) no-repeat left;
	padding-left: 18px;
}



/*----->>> 12. Promote the Burg <<<---------------*/

textarea.code {
	font-family: Courier, Fixed-Width;
	font-size: 12px;
	margin-top: 8px;
}
div.promo {
	float: left;
	width: 200px;
	margin-right: 15px;
	padding-bottom: 20px;
}
div.promo a {
	font-size: 13px;
}
div.promo img {
	border: 1px solid Black;
	margin-bottom: 10px;
}
div.attachment {
	font-size: 10px;
	margin-top: 5px;
}
div.promo div.attachment img {
	border: 0;
	margin: 0 5px 5px 0;
}
	

/*----->>> 13. Friends <<<---------------*/

.friend-img {
	float: left;
	width: 170px;
	padding-bottom: 15px;
}
.friend-details {
	float: left;
	width: 450px;
	padding-bottom: 15px;
}
.friend-details .description {
	padding-top: 6px;
}
.friend-img a img {
	border: 2px solid Black;
}
.friend-img a:hover img {
	border: 2px solid #FF0099;
}



/*----->>> 14. Press <<<---------------*/

.articles {
	width: 375px;
}
.articles .title {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}
a.presskit {
	background: url(presskit.gif);
	display: block;
	float: right;
	height: 0;
	margin: 20px 50px 0 0;
	overflow: hidden;
	padding-top: 187px;
	width: 187px;
}



/*----->>> 15. Widgets <<<---------------*/

#ToolTip {
	background: Black;
	color: White;
	position: absolute;
	padding: 2px;
	visibility: hidden;
	width: 150px;
	z-index: 9997;
}