/* DEFAULTS **************************************************/
body {
    margin: 0px;
    background-color: #2C1F1B;
    color: #F2F1F1;
    text-align: center;
}
a {
    text-decoration: none;
    color: #F2F1F1;
}
a:hover {
    text-decoration: underline;
    color: #fff;
}
img {
    border: 0px;
}
/* CONTAINERS ************************************************/
#page-container {
    margin: 0px auto;
    width: 955px;
    text-align: center;
}
#body-main {
    width: 555px; 
}
/* MENUBAR ***************************************************/
#menubar {
    width: 672px;
    height: 60px;
    margin: 5px auto 30px auto;
    background: url('/images/ui/topbars/blank.gif') no-repeat;
}
#menubar div {
    float: left;
    margin: 10px 26px 0px 26px;
    height: 40px;
    overflow: hidden;
}
#menubar div a img {
    position: relative;
    top: 0px;
    border: 0px;
}
#menubar a:hover img {
    top: -40px;
}
/* NAV *******************************************************/
#left-menu {
    width: 200px;
}
ul#nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul#nav li {
    height: 40px;
    overflow: hidden;

}
#nav a img {
    position: relative;
    top: 0px;
    border: 0px;
}
#nav a:hover img {
    top: -40px;
}

/* FOOTER ****************************************************/
#body-bottom {
    padding-top: 20px;
    color: #F2F1F1;
    font-size: 12px;
    letter-spacing: 2px;
}
/* OTHERS ****************************************************/
#sortbar {
    position: relative; 
    top: -15px; 
    float: right; 
    margin: 0px 25px 0px 0px;
}
div.pagination {
    position: relative; 
    top: 0px; 
    left: 0px;
    margin: 15px 0px 10px 3px;
}
#gallery {
    clear: both; 
    margin-bottom: 20px;
}
/* Episode ***************************************************/
a.video_ticket {
    float: left;
    display: block;
    height: 134px;
    overflow: hidden;
}
a.video_ticket img {
    position: relative;
    top: 0px;
    border: 0px;
}
#desc_container, #video_container, #thumb_container {
    clear: both;
    position: relative;
}
#thumb_tabs { 
    font-weight: bold; 
    position: relative;
    width: 650px;
    height: 117px;
    background: url('/images/ui/tabs.gif') no-repeat #2C1F1B;
}
    #thumb_tabs div {
        text-decoration: none;
        color: #000;
        cursor: pointer;
        width: 180px;
        text-align: center;
    }
    #tab_hires {
        position: absolute;
        top: 3px;
        left: 252px;
        font-size: 32px;
        color: #000;
    }
    #tab_screen {
        position: absolute;
        top: 32px;
        left: 23px;
        font-size: 32px;
        color: #000;
    }
#thumbs {
    background-color: #E9B08A;
    color: #000;
	margin-left: 1px;
	padding: 0px auto;
	width: 649px;
}
    #thumbs_screen, #thumbs_hires {
        background-color: #E9B08A;
    }
    #thumbs_hires {
        display: none;
    }
    #thumbs .thumb_box {
		float: left;
		height: 110px;
		width: 120px;
		padding: 4px;
    }
#blogitems {
	float: left;
}
div.blogitem {
	color: #ddd;
	font-size: 12px;
	line-height: 15px;
	margin: 20px auto;
}
div.blogitem p {
	margin: 0px;
}
div.blogitem b {
	font-size: 14px;
	line-height: 14px;
}
div.blogitem hr {
	background: #ddd;
	border: 0px;
	height: 1px;
	margin: 0px;
}
#liveshow_frame {
    background: #581F26;
    width: 350px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}
#watchliveshow {
    position: relative;
    height: 74px;
    overflow: hidden;
}
#watchliveshow img {
    position: absolute;
    left: 15px;
    top: 0px;
}
