/* @override http://best.bunk.local/css/best2.css */

/*
----------------------------------------------------------------
B A S E
---------------------------------------------------------------- */
body{
    background: #848484 url(/images/wallpaper.jpg);
}

h1, h2, h3,h4 {
	font-family: "Helvetica Neue", Geneva, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	margin-bottom: 0.75em;
	font-weight: normal;
}
h1 { font-family: "Century Gothic", Geneva, Helvetica, Arial, sans-serif; font-size: 200%; }
h2 { font-size: 130%; color: #cd202c; }
a:link, a:visited { color: #cd202c; text-decoration: underline; }
a:hover, a:active { color: #fff   ; text-decoration: none; background: #cd202c; }


/* S T R U C T U R E */
#container{
	width: 959px;
	background: url(/images/container-background.png);
	padding: 15px 18px;
}

#side-bar{
    width: 200px;
}

#content{
	width: 509px;
	padding: 10px 25px;
}

#col2{
	width: 200px;
}


/*
----------------------------------------------------------------
    S I D E B A R S
---------------------------------------------------------------- */
#side-bar .panel, #col2 .panel{
	margin-bottom: 10px;
}

#side-bar .panel h3, #col2 .panel h3{
	color: #cd202c;
}

.dark-panel{
    background: #3f3f3f url(/images/dark_panel_back.png) repeat-x;
    padding: 0 10px;
    margin-bottom: 10px;
}

.dark-panel h3{
	color: #fff;
	display: inline;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-weight: bold;
}
html>body .dark-panel h3{
	font-weight: normal;
}

.dark-panel p{
	font-size: 90%;
	color: #fff;
}

.dark-panel img.darkpanel-top, .dark-panel img.darkpanel-bottom{
	margin: 0 -10px;
}

/*
----------------------------------------------------------------
    H E A D E R   A N D   F O O T E R
---------------------------------------------------------------- */
#header{
    background: url(/images/header_back.png) #cd202c;
    padding-bottom: 0;
    height: 141px;
}
#header p{
	font-family: Arial, sans-serif;
	margin-top: 32px;
	color: #fff;
	font-size: 105%;
}
#header a:link, #header a:visited{ color: #fff; text-decoration: none; }
#header a:hover, #header a:active{ color: #fff; text-decoration: underline; }

#footer{
	background: #282828 url(/images/footer-background.png);
	padding: 18px;
	width: 959px;
}

/*
----------------------------------------------------------------
    N A V
---------------------------------------------------------------- */

/* M A I N   N A V */

/* S U B N A V */
#sub-nav{
    width: 180px;
    padding: 0 10px;
    background: url(/images/subnav_back.png);
    margin-bottom: 10px;
}

#sub-nav img.subnav-top{ margin: 0 -10px 10px -10px; }
#sub-nav img.subnav-bottom{ margin: 0 -10px; }

#sub-nav h3{
	color: #cd202c;
	font-size: 95%;
	font-weight: bold;
}

#sub-nav ul{
	margin: 0;
	padding-left: 0;
}

#sub-nav ul li{ 
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}

#sub-nav ul li a{
	display: block;
	zoom: 1;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 12px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 4px 12px 5px 12px;
}
html>body #sub-nav ul li a{
	padding: 5px 12px;
}

#sub-nav ul ul li a{
	margin-left: 10px;
	font-weight: normal;
	font-size: 13px;
	padding: 3px 12px;
}

#sub-nav ul ul ul li a{
	margin-left: 30px;
}

#sub-nav ul li a.selected-level-1:link, #sub-nav ul li a.selected-level-1:visited, #sub-nav ul li a.selected-level-1:hover, #sub-nav ul li a.selected-level-1:active{
	background: url(/images/lhnav_selected_level1.png) no-repeat;
	color: #fff;
}

#sub-nav ul li a.selected-level-2, #sub-nav ul li a.selected-level-3{
	background: #efefef;
	color: #cd202c;
	font-weight: bold;
}

#sub-nav ul li a:hover, #sub-nav ul li a:active{
	background: #efefef;
}

#sub-nav ul ul {
	border-left: 2px solid #cd202c;
	margin-top: -1px;
	padding: 3px 0;
	zoom: 1;
}

#sub-nav ul ul ul{
	border: none;
	padding: 0;
}

#sub-nav li a.selected:link, #sub-nav li a.selected:visited, #sub-nav li a.selected:hover, #sub-nav li a.selected:active{
	background: #cd202c;
	color: #fff;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}


/*
----------------------------------------------------------------
    T O O L B A R
---------------------------------------------------------------- */
#toolbar{
	width: 989px;
	margin: 0 3px 0 3px;
    display: inline; /* fixes IE6 double margin bug */
}

#menu-options{
	width: 989px;
	margin: 0 3px;
	zoom: 1; /* sets IE6 haslayout to on */
}

/*
----------------------------------------------------------------
    P A G E   E L E M E N T S
---------------------------------------------------------------- */

/*	C O M M E N T S  */
#comments h2{
	color: #000;
	font-size: 150%;
	margin: 30px 0 10px 0;
}

.comments-form{
	padding: 15px 10px 10px 10px;
    margin: 0 auto 15px auto;
	border-top: 3px solid #cd202c;
	background: #efefef;	
}
.comments-form fieldset .element-row, .comments-form fieldset .submit-row{
	float: left;
	margin: 0 0 15px 0;
}
.comments-form fieldset .submit-row{
	width: 150px;
}
.comments-form #comment{ width: 400px; height: 100px}
.comments-form p.help{ font-size: 85%;}
.comments-form .required{ font-weight: bold; font-size: 130%; color: #cd202c;}


/*
----------------------------------------------------------------
    G A L L E R Y  /  S L I D E S H O W
---------------------------------------------------------------- */
.gallery .navigation .bottom.pagination .current{
	color: #cd202c;
}


/*
----------------------------------------------------------------
	O T H E R
---------------------------------------------------------------- */
.list{
}

.list .list-item{
	margin-bottom: 10px;
}

.list .list-item h3{
	margin-bottom: 5px;
}

.list .list-item p{
}

.list .list-item p.metadata{
	padding-bottom: 5px;
}

.latestPage{
	padding: 15px 0;
	border-bottom: 2px solid #000;
}

.latestPage a img{
	float: left;
	margin: 0 10px 10px 0;
}

.latestPage .details p{
}

.latestPage h4{ font-size: 14px; font-weight: bold;}
.latestPage h3{ font-size: 20px; margin-bottom: 0.2em;}
.latestPage a h3{ font-size: 20px; }

#search-box{
	width: 301px;
	height: 24px;
	background: url(/images/searchbox.png);
	margin: 20px 0 0 0;
	padding: 2px 0 0 0;
	float: left;
}
#search-box form{
	margin: 0 10px 0 30px;
	padding: 0;
	height: 23px;
	display: inline;
}
#search-box form input{
	border: 0;
	font-size: 15px;
	margin: 2px 0 0 0;
	height: 17px;
	width: 259px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-weight: bold;
}
html>body #search-box form input{
	font-weight: normal;
}

#bcc-logo{
	display: block;
	float: left;
	width: 200px;
	height: 31px;
	margin: 20px 0 0 110px;
}
	

#youtube.dark-panel .youtube-thumb{
	clear: left;
	margin-bottom: 8px;
	min-height: 60px;
	zoom: 1;
}

#youtube.dark-panel .youtube-thumb img{
	float: left;
	height: 60px;
}

#youtube.dark-panel .youtube-thumb p{
	display: block;
	margin-left: 85px;
	padding: 0;
}

#youtube.dark-panel .youtube-thumb p .stats{
	font-size: 85%;
	color: #838383;
    font-style: italic;
}

.dark-panel a:link, .dark-panel a:visited {
	color: #fff;
	text-decoration: none;
}

.dark-panel a:hover, .dark-panel a:active {
	color: #fff;
	text-decoration: underline;
	background: transparent;
}

.dark-panel .tweet{
	width: 180px;
	overflow: hidden;
}

.dark-panel .tweet .tweet-info{
	font-size: 85%;
	color: #838383;
    font-style: italic;
}

#latest-news p{
	line-height: 1.1em;
	padding-bottom: 0.4em;
}

#latest-news a{
	color: #2e2e2e;
	font-size: 90%;
}

#logo{
	margin: -10px 0 0 -10px;
}

#banner-ad{
}

p.profile-position{
    font-weight: bold;    
}

#edit-toolbar-content{
    padding-left: 20px;
}

/* A L B U M S  &  I M A G E S */
.album-display-image{
	border: 1px solid #96adb7;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}

.framedimage-outer{
	float: left;
	clear: left;
	margin-bottom: 20px;
}

.framedimage-outer .framedimage-title{
    font-size: 17px;
    width: 200px;
    margin-bottom: 5px;
}

.framedimage-outer .framedimage-frame{
	float: left;
}

.framedimage-outer img.frame{
	float: left;
	margin: 0;
}

.framedimage-outer .frameback{
	float: left;
	height: 192px;
}

.framedimage-outer a{
	float: left;
	margin-top: 20px;
}