/*
	Styling for the basic page layout, colors, and imagery. Please be gentle
	
	This file is intended as a storage location for common site styles. Please 
	make an effort to keep it clean of rift-raft, development styles, or styles that
	do not pertain to the base of the site.
	
	Remember to comment!!!!

	Notes: 
	
	The margins for elements in the #content, #left, #center, and #right divs take a
	no-top-margin approach (for the most part). This means that elements, such as headers and
	paragraphs, avoid using a top margin, leaving it to the element above it to dictate the
	spacing between using its bottom margin.
	
	Remember, the actual width/height of a box is equal to its width/height PLUS padding!
	
	#list- max height controls height of "stage" 345 px for video height of 360

*/

/*
	Rest Styles! Helps mitigate some display issues across browsers

	Original Code:
	Reset CSS v1.0 | 20080212
	http://meyerweb.com/eric/tools/css/reset/
	
	Compressed with: 
	http://www.cssdrive.com/index.php/main/csscompressoradvanced/
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:3;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;margin:0px;padding:0px;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* Default element styling */

body
{
	margin: 0px;
	padding: 0px;
	
	line-height: 1.85;
	
	font-size: 9pt;
	font-family: Arial, Helvetica, San-Serif;
	background-color: #181818;
	
	color: #cccccc;
}

dl, dt, dd, ol, ul
{
	margin: 3px;
	padding: 0px 25px;
}

li
{
	margin: 2px 0px;
	padding: 0px;
}

p
{
	margin: 0px 0px 5px;
}

blockquote
{
	margin: 5px;
	padding: 5px;
}

img
{
	margin: 0px;
	padding: 0px;
	
	border: none;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 3px 0px;
	padding: 0px;
	color: #339ADA;
}

h1
{
	font-size: 15pt;
}

h2
{
	font-size: 13pt;
}

h3
{
	font-size: 12pt;

}

h4
{
	font-size: 11pt;
}

h5
{
	font-size: 10pt;
}

h6
{
	font-size: 9pt;
}

/* Page Elements */

#header-container
{	
	min-height: 100px;
	background-color: #181818;
}

#header
{
	position: relative;
	
	width: 1000px;
	margin: 0 auto;
}


#catch-phrase
{
	position: absolute;
	top: 0;
	left: 134px;
	z-index: 1;
	width: 620px;
	height: 11px;
}


#logo
{
	position: absolute;
	top: 0;
	left: 0;
	width: 232px;
	height: 74px;
}

#menu
{
	position: absolute;
	top: 35px;
	left: 232px;
	width: 585px;
	padding: 0px;
	text-align: center;
	font-size: 8pt;

	letter-spacing: .5px;	
}

#menu ul
{
	list-style: none;
}

#menu ul li
{
	display: inline;
	text-align: left;
	padding: 0px;
	margin: 0 3px 0 0;
}

#weather
{
	position: absolute;
	top: 0;
	right: 0;
	width: 175px;
	line-height: 14px;
	color: #aaa;
}

#weather div.sponsor
{
	margin-bottom: 5px;
}

#weather div.conditions
{
	position: relative;
	border-top: 1px solid #222;
	padding-top: 5px;
}

#weather #temp
{
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 0px;
	text-align: left;
	font-size: xx-large;
	color: #fff;
}

#building
{
	float: right;
	margin: 0;
}

#map 
{
	margin: 0;
	padding: 0;
}


#map iframe
{
	width: 410px;
	height: 350px;
	border: none;
	overflow: hidden;
	margin: 0;
}
#stage-container
{
	background: #000;
}

div.block
{
	width: 770px;
	margin: 30px auto;
	padding: 15px;
	background-color: #444;
	border: 1px solid #333;
	color: #aaa;
}


#stage
{
	width: 936px;
	margin: 0 auto;
	padding: 0 0 0 79px;
	background: #000 url('../../images/backgrounds/stage-bg.gif') repeat-y;
}

#stage-left
{
	position: absolute;
	top: 500px;
	left:200px;
	width: 350px;
	background: #181818;
	padding: 5px;
}	


#video
{
	float: left;
	width: 640px;
	height: 410px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#video object, #video embed
{
	vertical-align:middle;
}

#video-strip
{
	float: right;
	width: 200px;
}

#video-strip a:link,
#video-strip a:visited,
#video-strip a:hover {
	text-decoration: none;
}

#list
{
	background-color: #777;
	/*border: 1px solid #ddd;*/
	max-height: 345px;
	overflow: hidden;
}

#list div.video
{
	position: relative;
	font-size: x-small;
	line-height: 125%;
	padding: 10px 5px;
	color: #fff;
	border-bottom: 1px dashed #999;
}

#list div.video
{
	position: relative;
	font-size: x-small;
	line-height: 125%;
	min-height: 85px;
	padding: 0;
	color: #fff;
	border-bottom: 1px dashed #999;
	cursor: pointer;
}

#list div.video div.description
{
	position: relative !important;
}

#list div.video div.description p
{
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px 5px 5px;
	width: 85px;
	background-image: url('../images/gui/list-bg.png');
}

#list div.video img.video-img 
{
	position: relative;
	margin: 0;
}


#list div.video h2
{
	font-size: small;
	color: #B5CEDF;
}

#video-strip #down, #video-strip #up
{
	height: 19px;
	text-align: center;
	/*background-color: #dfdfdf;*/
	background-color: #222;
}

#video-strip #up
{
	background-image: url('../../images/gui/up.png');
	background-repeat: no-repeat;
	background-position: center;
}

#video-strip #down
{
	background-image: url('../../images/gui/down.png');
	background-repeat: no-repeat;
	background-position: center;
}

#footer-container
{
	background-color: #181818;
}

#footer
{
	width: 1000px;
	margin: 20px auto 0;
	text-align: center;
}

#footer-container1
{
	background-color: #181818;
}

#footer1
{
	width: 1000px;
	margin: 20px auto 0;
	text-align: center;
}

/* Link Styling */


a:link div.video 
{
	color: #fff;
	text-decoration: none;
}

a:visited div.video 
{
	color: #fff;
	text-decoration: none;
}

a:hover div.video 
{
	background-color: #666;
	color: #aaa;
	text-decoration: none;
}

a:active div.video 
{
	background-color: #555;
	color: #aaa;
	text-decoration: none;
}

.playing
{
	background-color: #666;
}

a
{
	color: #0084C5;
	text-decoration: none;
}

a:link
{
	color: #0084C5;
	text-decoration: none;
}

a:visited
{
	color: #0084C5;
	text-decoration: none;
}

a:hover
{
	color: #0084C5;
	text-decoration: underline;
}

a:active
{
	color: #0084C5;
	text-decoration: underline;
}


/*
	Generic CSS Library
	Generic classes for your everyday needs
	
	Use instead of inline stlying for elements
*/

/* Display */

.hidden, .hide
{
	display: none !important;
}

.invisible
{
	visibility: hidden !important;
}

.visible
{
	visibility: visible !important;
}

.block, .display-block, .show-block, .show
{
	display: block !important;
}

.inline, .display-inline, .show-inline
{
	display: inline !important;
}

/* Positioning */

.left, .float-left
{
	float: left !important;
}

.right, .float-right
{
	float: right !important;
}

.no-float
{
	float: none !important;
}

.clear
{
	clear: both !important;
}

.clear-left
{
	clear: left !important;
}

.clear-right
{
	clear: right !important;
}

.text-center
{
	text-align: center !important;
}

.text-left
{
	text-align: left !important;
}

.text-right
{
	text-align: right !important;
}

/* Dimensions */

.no-dimensions
{
	height: 0px !important;
	width: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

/* Text Styling */

.bold
{
	font-weight: bold !important;
}

.bolder
{
	font-weight: bolder !important;
}

.no-bold, .normal-bold, .bold-normal, .no-font-weight, .no-weight, normal-weight
{
	font-weight: normal !important;
}

.less-bold, .lighter
{
	font-weight: lighter !important;
}

.underline
{
	text-decoration: underline !important;
}

.overline
{
	text-decoration: overline !important;
}

.italic
{
	font-style: italic !important;
}

.olbique
{
	font-style: italic !important;
}

.no-italic, non-italic, .no-oblique, no-font-style, .normal-font-style, normal-font
{
	font-style: normal !important;
}

.capitalize
{
	text-transform: capitalize !important;
}

.uppercase
{
	text-transform: uppercase !important;
}

.lowercase
{
	text-transform: lowercase !important;
}

.no-case
{
	text-transform: none !important;
}

/* Wrapping */

.nowrap
{
	white-space: nowrap !important;
}

.wrap
{
	white-space: normal !important;
}

/* Fonts */

.x-small, .font-size-x-small, .size-x-small
{
	font-size: x-small !important;
}

.small, .font-size-small, .size-small
{
	font-size: small !important;
}

.medium, .font-size-medium, .size-medium
{
	font-size: medium !important;
}

.large, .font-size-large, .size-large
{
	font-size: large !important;
}

.x-large, .font-size-x-large, .size-x-large
{
	font-size: x-large !important;
}

.xx-large, .font-size-xx-large, .size-xx-large
{
	font-size: xx-large !important;
}

#content
{
	width: 700px;
	margin: 0 auto;
	padding: 30px;
	
}

#contentad
{
	width: 950px;
	margin: 0 auto;
	padding: 10px;
	
}

#contentback
{
	width: 950px;
	margin: 0 auto;
	padding: 10px;
	background-color:#181818;
	
}

