/*============================================================================*/
/*
/*  FRESHVOX - CORE/STYLES/SCREEN.CSS
/*
/*----------------------------------------------------------------------------*/
/*
/*  Copyright (c) 2008-2009 FreshVox LLP - #090112A
/*  THIS IS COPYRIGHTED SOFTWARE - PLEASE READ THE LICENSE AGREEMENT
/*
/*============================================================================*/

@import url(reset.css);

/*============================================================================*/
/*  TYPOGRAPHY
/*============================================================================*/

html
{
	background-color: #404050;
}

body
{
	font-family: "Lucida Grande", "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: 76%;
	line-height: 1.6;
	min-width: 950px;
}

h3, h4, h6, legend
{
	font-family: "Georgia", serif;
}

h3
{
	font-family: "Arial Narrow", sans-serif;
	font-weight: bold;
	color: #B92322;
	font-size: 2.4em;
	padding: 10px 0;
	text-align: center;
}

h4, legend
{
	color: rgb(86, 133, 0);
	font-size: 1.5em;
}

h4
{
	margin: 0.8em 0 0.4em;
}

h5
{
	font-weight: bold;
	color: orange;
	margin-bottom: 0.25em;
}

p
{
	font-family: "Lucida Grande", "Tahoma", "Arial", "Helvetica", sans-serif;
	margin: 0.5em 0 0.5em;
}

small
{
	font-size: 0.8em;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}
/*============================================================================*/
/*  OVERALL LAYOUT
/*============================================================================*/

html
{
	height: 100%;
}

body
{
	background-color: #404050;
	min-height: 100%;
}

div.page
{
	background-color: white;
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	border-left: 3px solid red;
	border-right: 3px solid red;
	height: 100%;
}

div.page > div.inner
{
	clear: both;
	width: 940px;
}

div#content
{
	float: left;
	width: 635px;
	margin-top: 20px;
	margin-left: 30px;
	min-height: 800px;
}

div#main
{
}

#sidebar1
{
	margin-top: 25px;
	margin-right: 20px;
	float: right;
	width: 240px;
	text-align: center;
}


#sidebar1 h6
{
	color: white;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia, serif;
	text-indent: 30px;
	padding-bottom: 5px;
}

#sidebar1 .subnav
{
	margin: auto;
	text-align: left;
	width: 220px;
	padding: 10px;
}

#sidebar1 .subnav > .header
{
	background: transparent url(images/sidebar-top.png) no-repeat left top;
	height: 10px;
}

#sidebar1 .subnav > .section
{
	background: transparent url(images/sidebar.png) repeat-y left center;
}

#sidebar1 .subnav > .footer
{
	background: transparent url(images/sidebar-bottom.png) no-repeat left bottom;
	height: 10px;
}

.subnav a, .subnav a:hover, .subnav a:visited
{
	text-decoration: none;
	color: white;
}

#sidebar1 ul
{
	text-indent: 30px;
}

#sidebar1 .subnav > .section > ul > li
{
	color: white;
	padding-bottom: 0.25em;
}

#sidebar1 .subnav > .section > ul > li.current, #sidebar1 .subnav > .section > ul > li.current:hover
{
	background: transparent url(images/sidebar-selected.png) no-repeat left top;
}

#sidebar1 .subnav > .section > ul > li:hover
{
	background: transparent url(images/sidebar-over.png) no-repeat left top;
	color: red;
}

#sidebar1 .subnav ul ul
{
	padding-left: 20px;
}

#sidebar1 .subnav > .section > ul li a, #sidebar1 .subnav > .section > ul li a:visited
{
	color: white;
	text-decoration: none;
}

#sidebar1 .subnav > .section > ul li a:hover
{
	color: white;
	text-decoration: underline;
}

div.hr
{
	border-bottom: 1px dashed #9C0;
	height: 0px;
	margin: 1.25em 10px;
	padding: 0;
}

div#nav
{
	height: 42px;
	width: 100%;
	text-align: center;
}

div#nav div.page
{
	background: red url(images/menubar.png) repeat-x center top;
	border-bottom: 1px solid red;
	border-top: 1px solid red;
}

div#nav div.inner
{
	width: 910px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}

div#nav ul li
{
	display: inline;
}

div#nav ul li span
{
	line-height: 40px;
	text-align: center;
	float: left;
	display: block;
	height: 40px;
	width: 130px;
}

div#nav ul li.current a span
{
	background-color: #F00;
	cursor: pointer;
}

div#nav ul li a:hover span
{
	background-color: #33D;
	cursor: pointer;
}

div#nav span
{
	line-height: 40px;
}

div#nav li span 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	
}

div#header
{
}


div#header .page
{
	background: transparent url(/themes/bntc/styles/images/new_top_header.jpg) no-repeat;
	height: 122px;
}


div#header h1 span
{
	visibility: hidden;
}

div#header h2 span
{
	float: left;
	height: 20px;
	margin-top: -7px;
	width: 860px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 120px;
}

div.section p {
	margin-bottom: 20px;
}

div#content ul, div#content ul li
{

	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}

div#content ol, div#content ol li
{

	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 20px;
}

div#main .page
{
	padding-bottom: 20px;
}

div#footer .page .inner
{
	width: auto;
	border-top: 1px solid red;
	padding: 10px 0;
	margin: 0 15px;
}

div#footer .page .inner
{
	width: auto;
	border-top: 1px solid red;
	padding: 10px 0;
	margin: 0 15px;
}

div#footer .page
{
	background: white url(images/footer.png) no-repeat center bottom;
}

div.footer-links
{
	padding: 5px 10px 15px;
	border-bottom: 1px solid red;
	text-align: center
}

div.subtitle
{
	padding: 10px;
	border: 1px solid black;
	margin: 10px 0;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

div.subtitle a, div.subtitle a:visited
{
	color: red;
}

div.subtitle a:hover
{
	text-decoration: underline;
}

div.subtitle select.tiny
{
	width: 50px;
	font-weight: normal;
}

div.subtitle input
{
	font-weight: normal;
}
/*============================================================================*/
/*  HOMEPAGE
/*============================================================================*/

div.semi-contestant
{
	display: block;
	text-align: center;
	height: 125px;
	width: 280px;
	overflow: hidden;
	float: left;
	border: 1px solid #AAA;
	margin: 2px;
}

div.semi-contestant .frame
{
	width: 280px;
	height: 125px;
	border: 4px solid white;
	overflow: hidden;
}

div.semi-contestant a img
{
	height: 145px;
	margin-left: 0;
}


div.contestant
{
	display: block;
	text-align: center;
	height: 100px;
	width: 73px;
	overflow: hidden;
	float: left;
	border: 1px solid #AAA;
	margin: 2px;
}

div.contestant .frame
{
	width: 65px;
	height: 92px;
	border: 4px solid white;
	overflow: hidden;
}

div.contestant img
{
	height: 100px;
	margin-left: 0;
}

div.expert
{
	display: block;
	text-align: center;
	width: 196px;
	overflow: hidden;
	float: left;
	border: 1px solid #AAA;
	margin: 2px;
	text-align: center;
}

div.expert .frame
{
	border: 4px solid white;
	overflow: hidden;
}

div.contestant img
{
	height: 100px;
	margin-left: 0;
}

div.coffee
{
	display: block;
	text-align: center;
	width: 196px;
	overflow: hidden;
	float: left;
	border: 1px solid #AAA;
	margin: 2px;
	text-align: center;
}

div.coffee .frame
{
	border: 4px solid white;
	overflow: hidden;
}

div.coffee img
{
	height: 100px;
	margin-left: 0;
}

div.contestants-content, div.coffee-content
{
	width: 620px;
}

div.contestants-content div.media-frame, div.coffee-content div.media-frame, div.media-frame
{
	background-color: #DDE;
	background-image: url(images/media-back1.png);
	text-align: center;
	border: 1px solid #AAD;
	height: 240px;
}

div.contestants-content div.media-frame img, div.coffee-content div.media-frame img, div.media-frame
{
	height: 240px;
}

div.contestants-content div.media, div.coffee-content div.media, div.media-frame
{
	margin: auto;
}

/*============================================================================*/
/*  SIDEBAR
/*============================================================================*/

#sidebar1 div.feature-login
{
	background-color: #DDE;
	text-align: center;
	border: 1px solid #AAD;
}

#sidebar1 div.feature-login label
{
	margin-top: 5px;
	display: block;
}

#sidebar1 div.feature-login input[type="text"], #sidebar1 div.feature-login input[type="password"]
{
	border: 1px solid Blue;
	text-align: center;
	border: 1px solid #AAD;
}

#sidebar1 div.feature-login a:link, #sidebar1 div.feature-login a:visited
{
	color: red;
	text-decoration: underline;
}

#sidebar1 div.feature-contestant
{
	border: 1px solid #66F;
	background-color: #a7a6f2;
}

#sidebar1 div.feature-expert
{
	border: 1px solid darkorange;
	background-color: Gold;
}

#sidebar1 div.feature
{
	margin: 5px;
}

#sidebar1 div.feature h4
{
	margin: 5px 0;
}

#sidebar1 div.feature-contestant h4
{
	color: blue;
}

#sidebar1 div.feature-expert h4
{
	color: #930;
}

#sidebar1 div.feature p
{
	color: black;
	margin: 5px;
}

#sidebar1 div.feature h5
{
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: bold;
}

/*============================================================================*/
/*  FORMS
/*============================================================================*/

form
{
	width: 100%;
}

form > div > fieldset.a
{
	background-color: #DF8;
	border-top: 2px solid #BF0;
	margin: 3em 0 0.4em;
	padding: 1.4em 20px 0.8em;
	position: relative; 
}

form > div > fieldset.a
{
	background-color: #DF8;
	border: 1px solid #BF0;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	margin: 3em 0 0.4em;
	padding: 1.4em 20px 0.8em;
	position: relative; 
}

form > div > fieldset.b
{
	background-color: #DF8;
	border: 1px solid #BF0;
	margin: 3em 0 0.4em;
	padding: 1.4em 20px 0.8em;
	position: relative; 
}

form > div > fieldset
{
	background-color: #EFB;
	border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
	margin: 3em 0 0.4em;
	padding: 10px;
	position: relative; 
}

form > div > fieldset > legend > span
{
	left: 0;
	margin-left: 0px;
	margin-top: -1.6em;
	position: absolute;
}

form > div > fieldset > div
{
	background-color: #DF8;
	border: 1px solid #BF0;
	border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	padding: 1.5em 20px 1em;
}

form div.row 
{
	clear: both;
	margin: 0.3em 0;
	padding: 0.3em 0;
}

form div.row > label
{
	display: inline-block;
	font-size: 0.9em;
	margin-right: 5px;
	text-align: right;
	width: 110px;
	vertical-align: middle;
}

form div.required > label
{
	font-weight: bold;
}

form input
{
	font-family: "Lucida Grande", "Verdana", sans-serif;
	padding: 4px;
	vertical-align: middle;
}

/* inputs */

form input[type="text"], form input[type="password"], form textarea
{
	border: 1px solid #7B0;
}

form input.long
{
	width: 400px;
}

form input.short
{
	width: 150px;
}

form input.tiny
{
	width: 30px;
}

form select
{
	width: 300px;
	vertical-align: middle;
}

form input[type="radio"], form input[type="checkbox"]
{
	margin: 0 10px;
}

form textarea
{
	padding: 4px;
	width: 400px;
}

form textarea.large
{
	width: 548px;
	margin: 0 10px;
}

form fieldset.options
{
	display: inline;
	vertical-align: top;
}

form fieldset.options > div.option
{
	display: inline;
}

form fieldset.options > div.option > label
{
	margin: 0;
	vertical-align: middle;
}

/* hints */

form small.hint
{
	color: #580;
	display: block;
	margin: 0.5em 10px 0;
}

form div.row > small.hint
{
	margin-left: 120px;
	width: 400px;
}

form div.large > small.hint
{
	margin-left: 10px;
	width: 556px;
}

/* status */

form div > span.status
{
	width: 25px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

form div.error > span.status
{
	background: transparent url('images/status-error.png') no-repeat center;
}

form div.error input
{
	border-color: #F00;
}

form div.good > span.status
{
	background: transparent url('images/status-good.png') no-repeat center;
}

form div.warn > span.status
{
	background: transparent url('images/status-warn.png') no-repeat center;
}

form div.warn input
{
	border-color: #FFA500;
}

/*============================================================================*/
/*  BUTTONS
/*============================================================================*/

form div.buttons
{
	margin: 1.5em 0 0.5em;
	padding: 0 25px;
	text-align: left;
}

button, a.button
{
	background-color: transparent;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
    overflow: visible;
	text-align: center;
	vertical-align: middle;
}

button > span, a.button > span
{
	display: block;
	padding: 0 16px 0 0;
}

button > span > span, a.button > span > span
{
	display: block;
	height: 28px;
	line-height: 27px;
	padding: 0 10px 0 40px;
	position: relative;
	white-space: nowrap;
}

/* submit button */

button.submit > span, a.submit > span
{ 
	background: transparent url('images/button-submit-cap.png') no-repeat scroll right center;
}

button.submit > span > span, a.submit > span > span
{ 
	background: transparent url('images/button-submit-bkg.png') no-repeat scroll left center;
}

/* cancel button */

button.cancel > span, a.cancel > span
{ 
	background: transparent url('images/button-cancel-cap.png') no-repeat scroll right center;
}

button.cancel > span > span, a.cancel > span > span
{ 
	background: transparent url('images/button-cancel-bkg.png') no-repeat scroll left center;
}

/* button actions */

button:hover > span, a.button:hover > span
{
	background-position: right top;
}

button:hover > span > span, a.button:hover > span > span
{
	background-position: left top;
}

button:active > span, a.button:active > span
{
	background-position: right bottom;
}

button:active > span > span, a.button:active > span > span
{
	background-position: left bottom;
}

a
{
	color: blue;
	text-decoration: underline;
}
