
#headerContainer
{
	position: static;
}

body
{
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana;
	text-align: center;
}

ul
{
	padding-left: 0px;
	margin: 0px 0;
}

#upperCont
{
	margin-top: 10px;
	width: 1000px;
	height: 280px;
}

#about
{
	width: 530px;
	height: 280px;
	float: left;
	padding-top: 30px;
	padding-left: 20px;
	overflow: auto;
}

#about h1, #tasters h1, #options h1
{
	color: #C8F7FB;
	font-size: 1.2em;
	text-align: center;
}

#about ul
{
	text-align: left;
	list-style: disc;
	padding: 5px;
	padding-top: 20px;
	color: #73AEBC;
}

#about ul li
{
	padding: 5px;
}

.aboutitem
{
	color: #ffffff;
}

#login
{
	width: 350px;
	height: 250px;
	float: right;
	padding-right: 30px;
	padding-top: 30px;
}

.loginform
{
	width: 340px;
	height: 170px;
	border: 3px solid #bbbbbb;
	background-image: url('/Assets/blackGradient.png');
	background-repeat: repeat-x;
	background-color: #000000;
	border-radius: 10px;
	box-shadow: 6px 8px 0 #888888;
	padding-top: 10px;
}

.logintable
{
	width: 300px;
	margin: auto;
	margin-top: 20px;
}

.logintable tr
{
	height: 38px;
}

.logintable tr td
{
	padding: 3px;
}

.logintable tr td input
{
	width: 100%;
}

.logintable .logintextbox
{
	width: 200px;
	height: 25px;
	border-radius: 5px;
	font-family: Verdana;
	font-weight: bold;
}

#submitdiv
{
	width: 300px;
	margin: 0px 20px 0px 20px;
}

.submit
{
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	width: 100px;
}
.submit_mouseOut
{
	border: 3px double #999999;
}
.submit_mouseOver
{
	border: 3px solid #888888;
}

#error
{
	font-size: 0.8em;
	color: #dddd00;
	vertical-align: top;
	display: none;
}

.shibboleth
{
	text-align: right;
	margin-top: 20px;
	font-weight: bold;
	font-size: 0.95em;
}

.shibboleth a:link, .shibboleth a:visited
{
	color: #ffffff;
}

.shibboleth a:hover{
	color: #C8F7FB;
}

.iplogin
{
	background-color: #dedede;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	width: 300px;
	height: 40px;
}
.iplogin_mouseOut
{
	border: 3px double #999999;
}
.iplogin_mouseOver
{
	border: 3px solid #888888;
}

#adminlogin
{
	font-size: 0.8em;
	text-align: right;
	color: #bbbbbb;
	font-weight: bold;
	width: 320px;
	margin: 35px auto auto;
}

#adminlogin a:link, #adminlogin a:visited
{
	color: #bbbbbb;
	text-decoration: none;
}

#adminlogin a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#lowercont
{
	width: 950px;
	height: 400px;
	margin-top: 20px;
}

#tasters
{
	width: 500px;
	height: 350px;
	float: left;
}

.taster
{
	width: 218px;
	height: 135px;
	margin: 10px auto 0px;
	padding-top: 5px;
}
.tasterL
{
	float: left;
}
.tasterR
{
	float:right;
}


.taster img
{
	width: 210px;
	max-height: 107px;
	height: 107px;
	border-radius: 7px 7px 7px 7px;
}

.taster a:link, .taster a:visited
{
	font-size: 0.7em;
	font-weight: bold;
	color: #C8F7FB;
	text-decoration: none;
}

.taster_a_img_mouseOut
{
	border: 3px solid #777777;
}
.taster_a_img_mouseOver
{
	border: 3px solid #00ffff;
}

#options
{
	width: 400px;
	height: 350px;
	float: right;
	margin-right: 20px;
}

.blue
{
	color: #C8F7FB;
}

.btnSubPre
{
	background-image: url('/Assets/siteIndexBtnBG.png');
	display:block;
	width:380px;
	height:75px;
	/*border: 3px solid #888888;*/
	border-radius: 10px;
	margin: 15px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#btnApps
{
	height:110px;
	background-image: url('/Assets/appBtnBG.png');
	background-repeat: no-repeat;
	background-color: #000000;
}

#btnApps p
{
	width: 70%;
	float: right;
	padding: 3px
}

#btnApps #platforms
{
	font-size: 0.8em;
}

.btnSubPre_mouseOut
{
	border:3px solid #888888;
}
.btnSubPre_mouseOver
{
	border:3px solid #bbfbfd;
}

.btnTitle
{
	font-weight: bold;
	letter-spacing: 3px;
}

/* bottom bar links */
#links
{
	background-color:#333333;
	margin: 15px auto;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
}
#links a
{
	font-weight: bold;
}
#links a:link, #links a:visited
{
	color: #CCCCCC;
	text-decoration: underline;
}
#links a:hover
{
	color: #FFFFFF;
}
#links a.lnkImportant:link, #links a.lnkImportant:visited
{
	color: #C8F7FB;
}
#links a.lnkImportant:hover
{
	color: #FFFFFF;
}


#aboutCont, #tastersCont
{
	float: left;
	clear: both;
}

#loginCont, #optionsCont
{
	float: right;
	clear: both;
}

#separatorBar
{
	display: none;
}

/*
 * CSS polyfill for IE6 & 7
 */
#contentContainer .row
{
	width: 100%;
	clear: both;
	float: left;
	border-style: none;
	padding: 0;
	margin: 0;
}

.row > *
{
	padding: 0px;
}

#subjectLinks .row
{
	border: none;
}

#subjectLinks
{
	min-width: 1000px;
}

#subjectLinkContainer
{
	width: 1000px;
	margin: auto;
}

#secondaryLinks
{
	width: 50%;
	float: left;
}

#secondaryLeft
{
	float: left;
	width: 50%;
}

#secondaryRight
{
	float: left;
	width: 50%;
}

#primaryLinks
{
	width: 20%;
	float: left;
}

#rightColumn
{
	width: 25%;
	float: left;
}

#funStuffLinks
{
	float: left;
	width: 100%;
}

#mobileLinks
{
	float: left;
	width: 100%;
	margin-top: 25px;
}

#footer
{
	width: 1000px;
}

#contentContainer
{
	text-align: center;
}

.column
{
	float: left;
	width: 33%;
}


.sectionContents
{
	padding: 10px;
}

html.xsmall .sectionContents ul
{
	text-align: left;
}

html.xsmall .sectionContents a
{
	display: inline;
}

html.xsmall .sectionContents a:hover
{
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

/*
 * For site info carousel
 */

	#aboutCont
	{
		width: 580px;
	}
	
	div.scrollItem .imageContainer img
	{
		width: 10em;
	}
	
	div.scrollItem .textContainer
	{
		margin-top: 2em;
	}
	
	.jcarousel-pagination
	{
		width: 580px;
		left: 0;
	}