/*
Steve Marsh
June 2006
*/


/* General Styles */
html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	text-align: center;
	background: #000;
	font-size: 12px;
	color: #606060;
	line-height: 18px;
}
td {
	vertical-align: top;
	font-size: 11px;
	color: #8e8e8e;
	line-height: 16px;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: normal;
	margin: 0 0 15px 0;
	line-height: 30px;
	color: #000;
}

h2 {
	font-size: 46px;
	font-weight: normal;
	color: #000;
	margin: 35px 0 17px 0;
}

h2.lesspad {
	margin: 35px 0 0 0;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0;
	color: #5584ba;
}

a {
	color: #5584ba;
}

p {
	margin: 0 10px 10px 0;
	padding: 0;
}

.clear {
	clear: both;
}

/* Structure */

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg_01.gif) repeat-y #242424;
}

#container_sub {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/dvd_exchange_sidebar_color.gif) repeat-y #fff;
}

#container_sub #wrapper {
	padding: 0px;
}

#container_plain {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

#container_plain #wrapper {
	padding: 30px;
}

/* Header */

#header {
	position: relative;
	background: #313131;
}

#top_bar {
	background: #282828;
	height: 83px;
	width: 100%;
	color: #fff;
}

#top_bar .vsep {
	float: left;
	display: block;
	width: 2px;
	height: 83px;
	background: url(/images/top_bar_vsep.gif);
}

#header a#logo {
	display: block;
	float: left;
	width: 184px;
	height: 83px;
	background: url(/images/logo_icebakes.gif);
}

/* Top Bar Buttons */
#photobutton, #extrasbutton {
	display: block;
	float: left;
	position: relative;
	width: 191px;
	height: 83px;
}

#photobutton {
	background: url(/images/label_photos.gif) no-repeat 17px 18px;
}

#extrasbutton {
	background: url(/images/label_extras.gif) no-repeat 17px 18px;
}

#photobutton a, #extrasbutton a {
	display: block;
	position: absolute;
	width: 163px;
	height: 32px;
	top: 36px;
	left: 16px;
}

#photobutton a {
	background: url(/images/button_photos.jpg) no-repeat;
}

#extrasbutton a {
	background: url(/images/button_extras.jpg) no-repeat;
}

.menudropdown h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.menudropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menudropdown li {
	border-bottom: 1px solid #999;
}

#photomenudropdown {
	top: 68px; 
	right: 206px;
	width: 141px;
	z-index: 100;
}

#extrasmenudropdown {
	top: 68px; 
	right: 13px;
	width: 141px;
	z-index: 101;
}

.menudropdown {
	position: absolute; 
	background: #efefef; 
	border: 1px solid #403f3b; 
	padding: 10px;
	display: none;
}
.menulist li {background:#493e3b;}
.menulist li.alt {background:#362f2d;}
.menulist li a {color:#FFFFFF; text-decoration:none; padding:7px; display:block; font-size: 11px;}
.menulist li a:hover {background: #575323;}

#header #boxbag {
	position: relative;
	height: 265px;
}

#header #shoutbox {
	position: absolute;
	top: 0;
	left: 14px;
	background: url(/images/label_shoutbox.gif) no-repeat 3px 13px;
	padding: 36px 0 0 0;
	margin: 0;
	width: 428px;
	height: 213px;
}

#header #twitterbox {
	position: absolute;
	top: 0;
	right: 14px;
	background: url(/images/label_twitter.gif) no-repeat 3px 13px;
	padding: 36px 0 0 0;
	margin: 0 0 12px 7px;
	width: 428px;
	height: 213px;
}

#header iframe {
	border: 1px solid #1c1c1c;
}

/* Countdown */

#header #countdown {
	display: block;
	float: left;
	position: relative;
	width: 329px;
	height: 83px;
	background: url(/images/label_countdown.gif) no-repeat 17px 18px;
}

#header #countdown div {
	display: block;
	position: absolute;
	width: 279px;
	padding: 5px 7px;
	top: 40px;
	left: 18px;
	font-size: 14px;
	background: #202020;
}

#header #countdown span {
	font-weight: bold;
	color: #e4d52b;
}



#tabs {
	background: #242424;
}

#iceblog, #leftblog {
	float: left;
	width: 450px;
	background: #fff;
}

#bakesblog, #rightblog {
	float: left;
	width: 447px;
	background: #f3f3f3;
}

#footer {
	clear: both;
	padding: 10px;
	font-size: 10px;
	background: #313131;
	color: #666;
}



/* Content Styles */
.mastphoto {
	margin: 15px;
}
.content {
	margin: 20px 25px 25px 25px;
}


/* Author Bar */
#authors {
	background: #111111;
	border-top: 1px solid #575757;
}

#author_names {
	height: 26px;
}

#author_names ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#author_names li {
	display: block;
	float: left;
	width: 90px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #444;
}

#author_names a {
	text-decoration: none;
}

#author_faces {
	width: 900px;
	height: 107px;
	position: relative;
}

#author_faces ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#author_faces li {
	display: block; 
	float: left;
	background: #1c1c1c;
}

#author_faces a {
	display: block;
	outline: none;
	height: 107px;
	width: 180px;
	background: url(/images/authors/group_tba_off.jpg) no-repeat;
}

#author_faces a.active { background-position: 0 0;}

a#group1 { background: url(/images/authors/group_steve_bakes_normal.jpg) no-repeat 0 -107px;}
a#group1:hover { background: url(/images/authors/group_steve_bakes_normal.jpg) no-repeat 0 0;}
a#group2 { background: url(/images/authors/group_2.jpg) no-repeat 0 -107px;}
a#group2:hover { background: url(/images/authors/group_2.jpg) no-repeat 0 0;}
a#group3 { background: url(/images/authors/group_3.jpg) no-repeat 0 -107px;}
a#group3:hover { background: url(/images/authors/group_3.jpg) no-repeat 0 0;}
a#group4 { background: url(/images/authors/group_4.jpg) no-repeat 0 -107px;}
a#group4:hover { background: url(/images/authors/group_4.jpg) no-repeat 0 0;}
a#group5 { background: url(/images/authors/group_5.jpg) no-repeat 0 -107px;}
a#group5:hover { background: url(/images/authors/group_5.jpg) no-repeat 0 0;}

#author_faces .lastpostdate {
	position: absolute;
	font-size: 9px;
	display: block;
	line-height: normal;
	text-align: center;
	width: 50px;
	color: #fff;
}

#author_faces .caution {
	/* color: #ceb629; */
}

#author_faces .author1 { top: 0px; left: 20px; }
#author_faces .author2 { top: 0px; left: 108px; }
#author_faces .author3 { top: 0px; left: 200px; }
#author_faces .author4 { top: 0px; left: 288px; }
#author_faces .author5 { top: 0px; left: 379px; }
#author_faces .author6 { top: 0px; left: 469px; }
#author_faces .author7 { top: 0px; left: 559px; }
#author_faces .author8 { top: 0px; left: 648px; }
#author_faces .author9 { top: 0px; left: 740px; }
#author_faces .author10 { top: 0px; left: 829px; }




/* New Syndication Styles */
.feedburnerFeedBlock div {
	padding-bottom: 20px;
}

.headline a {
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
}

.feedburnerFeedBlock ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.feedburnerFeedBlock ul ul{
	list-style: disc;
	line-height: 19px;
	margin: 0 0 15px 25px;
	padding: 0;
}

.feedburnerFeedBlock ul ol{
	line-height: 19px;
	margin: 0 0 15px 25px;
	padding: 0;
}

.feedburnerFeedBlock .date {
	display: block;
	font-size: 9px;
	font-weight: normal;
	padding-bottom: 5px;
	line-height: 10px;
}

.feedburnerFeedBlock #creditfooter {
	display: none;	
}

.feedburnerFeedBlock img {
	width: 400px !important;
	height: auto !important;
	border: 1px solid #333;
}

.feedburnerFeedBlock ul li table {
	display: none;	
}

.blogger-post-footer {
	display: none;	
}

/* Hide Poll Daddy Link */
span.pds-links, span.pds-links-back {
	display: none !important;
}

/* Twitter Box */
.tweet, .query {
  	color: #999;
  	height: 213px;
  	text-align: left;
  	font-size: 11px;
  	border: 1px solid #1c1c1c;
  	overflow-y: auto;
}
  
.tweet .tweet_list, .query .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    background: #202020;
}
    
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
    text-transform: uppercase; 
}

.tweet .tweet_list li, .query .tweet_list li {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px; 
}

.tweet .tweet_list li a, .query .tweet_list li a {
	text-decoration: none;
}

.tweet .tweet_list li a:hover, .query .tweet_list li a:hover {
	color: #fff;
}

.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
	border-top: 1px solid #272727;
	border-bottom: 1px solid #272727;
	background: #252525;
}

.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
    padding-right: .5em;
	float: left; 
}

.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
	vertical-align: middle; 
}
