@CHARSET "UTF-8";

html
{
	height: 100%;
}

body
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000516;
	background-position: top;
	font-family: Arial, Helvetica, Trebuchet MS, sans-serif;
	line-height: 1.4em;
	font-size: 12px;
	color: white;
}	

#contentBody
{
	background-image: none;
	background-color: #000825;
	padding: 15px;
}

input[type="button"]
{
	background-color:#0099FF;
	color: white; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
}

/* HOME */

#streetFormDiv
{
	display:inline;
	width:45%;
	float: right;
	margin-left: 20px;
}

#streetForm > table
{
	font-size: 10px;
	line-height: 1.1em;
}

#streetbox
{
	background-image: url(../images/streetbox.jpg);
	background-repeat: no-repeat;
	width: 840px;
	height: 433px;
	padding: 20px;
	padding-right: 30px;
	font-size: 10px;
	clear: both;
}

#streetbox > h2
{
	margin: 0px;
	color: #3366ff;
	font-size: 12px;
	text-transform: uppercase;
}

div#contact > h2
{
	color: #3366ff;
	font-size: 14px;
	margin-bottom: 0;
	text-transform: uppercase;
}

#links > div > div
{
	padding-bottom: 4px;
}

#social
{
	float: left;
	width: 189px;
	height: 28px;
}

#player
{
	background-image: url(../images/player.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 17px;
	float:right;
	font-size: 10px;
	font-weight: bold;
	color: #3366ff;
	text-align: left;
	vertical-align: middle;
	text-align:right;
	margin-top: 11px;
}

#wrapper
{
	width: 900px;
}

#header
{
	clear: both;
	background-image: url(../images/headerimg.jpg);
	background-repeat: no-repeat;
	height: 382px;
	cursor:pointer;
}

#footer
{
	padding-bottom: 30px;
}

img
{
	border: 0;
}

#nav
{
	background-image: url(../images/navbar.gif);
	background-repeat: repeat-y;
	height: 29px;
	border-left: solid 1px #06144a;
	border-right: solid 1px #06144a;
}

#nav a
{
	line-height:26px;
	color: white;
	font-weight: bold;
	text-decoration:none;
	-moz-user-select:none;
	-moz-outline-style: none;
}

#nav a img
{
	padding: 3px;
	padding-bottom:0px;
	-moz-user-select:none;
	-moz-outline-style: none;	
}

#nav a.active img
{
	border: solid 1px #06144a;
	border-bottom: none;
	background-image: url(../images/nav/nav_in.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 26px;
	background-color: #000825;
	-moz-user-select:none;
	-moz-outline-style: none;	
}

#nav a:hover
{
	color: #0099FF;
}

.navCell
{
	height: 24px;
	cursor: pointer;	
}

a, a:visited
{
	color: #3366ff;
}

a:hover
{
	color: white;
}

#content
{
	background-color: #000825;
	border: solid 1px #06144a;
	border-top: none;
}

.rightBar
{
	display: inline;
	width: 171px;
	padding: 10px;
	float: right;
	clear: both;
}

#leftColumn
{
	width: 75%;
	padding: 10px;
}

#rightColumn
{
	padding-left: 19px;
	width: 171px;
	text-align: right;
}

/* BLOG */

.feedEntry
{
	margin-bottom: 30px;
}

.blogTitle
{	color: #3366ff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.blogBody
{ 
	font-size: 12px;
}

.blogFooter
{
	color:#8eaafe;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.pressTitle
{
	padding-top: 10px;
	color: #3366ff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.pressPublication
{
	color: #8eaafe;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 14px;
}

#pressSidebar
{
	text-align: right;
	padding-bottom: 20px;
}

#pressSidebar > h2
{
	color: #3366ff;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding-top: 10px;
}

#pressSidebar a
{
	color: white;
	font-weight:bold;
	text-decoration: none;
}

.pressBody
{
	padding-bottom: 10px;
}

.pressBack
{
	float: right;
}

/* TOUR */
#tour
{
	/*overflow-y: scroll;*/
	font-size: 10px;
	line-height: 1.2em;
	width: 100%;
}

.tourDate
{
	font-size: 12px;
}

.tourDetail
{
	font-size: 10px;
}

#updates input[type="text"]
{
	width: 118px;
}

#updates, #rss, #tour
{
	padding-bottom: 15px;
}

.showTitle
{
	color: #3366ff;
	font-weight: bold;
}

.showDetail
{
	background-color:#001043;
	padding: 10px;
	font-size: 10px;
}