/*  ------------------------------------------------------------------------
	Title: screen.css
	Author: Kyle Weiner - http://www.kyleweiner.com
    ------------------------------------------------------------------------  */
    
html, body {
	margin: 0;
	padding: 0; }
	
body {
	font: 0.689em Verdana, Arial, Helvetica, sans-serif;
	color: #B3B3B3;
	text-align: left;
	line-height: 2em;
	background: #000 url(../img/bg/body_bg.jpg) no-repeat fixed top center;
	border-top: 2px solid #FFFF00; }
	
/*  ------------------------------------------------------------------------
    HEADINGS, PARAGRAPHS, LINKS, LISTS, IMAGES, ETC.
    ------------------------------------------------------------------------  */

h1, h2, h3 {
	margin: 10px 0;
	padding: 0;
	color: #FFFF00;
	font-weight: normal; }
 
	h1 { font-size: 1.125em; }
	h2 { font-size: 0.875em; }
		
p { 
	margin: 0;
	padding: 0; }

a:link,
a:visited { 
	color: #0094FF;
	text-decoration: none; }
	
a:hover,
a:active { color: #FFFF00; }

ol,
ul {
	margin: 10px;
	padding: 0;
	line-height: 1.8em; }

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

ul li { list-style: none outside; }
ol li { list-style: decimal outside; }

img { border: none; }

strong { font-weight: bold; }

address { 
	font-style: normal;
	line-height: 1.9em; }
	
	address strong { 
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #ffff00; }

/*  ------------------------------------------------------------------------
    FORMS
    ------------------------------------------------------------------------  */

form { margin: 0 0 0 10px; }

label {
	display: block;
	margin: 10px 0 2px 0;
	padding: 0;
	font-size: 1.05em;
	text-transform: uppercase; }
	
input,
textarea { 
	margin: 0;
	padding: 4px;
	width: 281px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #B3B3B3;
	text-align: left;
	background: transparent;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }
	
	textarea { margin-bottom: 10px; }
			
	input:focus,
	textarea:focus { border: 1px solid #E3E2E2; }
	
input.button { 
	float: left;
	width: auto;
	font: 1.05em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	background: #272727;
	border: 1px solid #333;
	cursor: pointer; }
	
	input.button:hover { 
		background: #333;
		border: 1px solid #E3E2E2; }

/*  ------------------------------------------------------------------------
    WRAPPERS
    ------------------------------------------------------------------------  */

#content-wrapper,
#footer {
	margin: 0 auto;
	width: 770px; }

/*  ------------------------------------------------------------------------
    ROWS, COLUMNS, & HEADINGS
    ------------------------------------------------------------------------  */

.row { 
	float: left;
	display: inline;
	margin-bottom: 20px; }

.col100,
.col50,
.col50-first { float: left; }

	.col50,
	.col50-first {
		display: inline;
		width: 300px; }
	
		.col50-first { margin-right: 30px; }

.heading,
.flourish-heading,
.flourish { 
	float: left;
	height: 250px; }

	.heading { width: 14px; }
	.flourish-heading { width: 66px; }
	.flourish { width: 52px; }

/*  ------------------------------------------------------------------------
    HEADER & FOOTER
    ------------------------------------------------------------------------  */

#header h1 { 
	position: absolute;
	visibility: hidden; }

#header,
#footer { 	
	margin-left: 66px;
	width: 652px; }

	#header { height: 250px; }
		
	#footer {
		clear: both;
		padding: 10px 0;
		color: #333;
		font: 0.8em Arial, Helvetica, sans-serif;
		text-align: right;
		border-top: 1px solid #333; }

/*  ------------------------------------------------------------------------
	NO FLASH / ALTERNATE CONTENT
    ------------------------------------------------------------------------  */

/* Banner */
#banner-noflash { 
	width: 652px;
	height: 250px;
	background: url(../img/bg/banner_noflash.png) no-repeat top center; }

/* Player */
#player-noflash { background: url(../img/bg/player_noflash.jpg) no-repeat bottom center; }

	#player-noflash p { padding: 10px; }

/* Playlist */
#playlist ul { 
	height: 210px;
	overflow: hidden; }

#playlist li { 
	margin: 0;
	padding: 0;
	list-style-position: inside;
	text-transform: uppercase;
	letter-spacing: 1px; }
		
	#playlist li.selected { background: #1a1a00; }
	
		#playlist li.selected a { color: #FFFF00; }
	
	#playlist li a:link,
	#playlist li a:visited {
		display: block;
		padding: 10px;
		border-bottom: 1px solid #111; }

	#playlist li a:hover,
	#playlist li a:active {}

/* Clients */
#clients-noflash { background: url(../img/bg/clients_noflash.jpg) no-repeat top center; }

/* Player & Clients */
#player-noflash, #clients-noflash { 	
	width: 300px;
	height: 250px; }

/*  ------------------------------------------------------------------------
    MUSIC & CLIENTS SECTION
    ------------------------------------------------------------------------  */

#music .col50,
#music .col50-first {
	height: 250px; 
	border: 1px solid #333;
	border-left: 3px solid #FFFF00; }

#music .flourish-heading { background: url(../img/headings/music-heading.png) no-repeat top right; }
#music .heading { background: url(../img/headings/clients-heading.png) no-repeat top right; }
#music .flourish { background: url(../img/headings/music-flourish.png) no-repeat bottom left; }

/*  ------------------------------------------------------------------------
    PROJECTS SECTION
    ------------------------------------------------------------------------  */

#projects .col100 {
	padding-left: 10px;
	border-left: 3px solid #FFFF00; }

#projects ul { 
	display: inline;
	float: left;
	margin: 5px 0;
	width: 193px; }

	#projects ul.midcol {
		margin-left: 30px; 
		margin-right: 30px; }

#projects ul li {
	color: #0094FF;
	text-transform: uppercase;
	border-bottom: 1px solid #333; }
	
	#projects ul li span { 
		display: block;
		text-transform: lowercase;
		color: #B3B3B3; }	
    
#projects .flourish-heading { 
	height: 86px;
	background: url(../img/headings/projects-heading.png) no-repeat top right; }

/*  ------------------------------------------------------------------------
    CONTACT SECTION
    ------------------------------------------------------------------------  */  
    
#contact .col50-first { border-left: 3px solid #FFFF00; }
#contact .col50 { 
	margin-left: 18px;
	padding-bottom: 175px;
	background: url(../img/bg/contact_map.png) no-repeat top center; }

/* makes the contact email link yellow
#contact a:link, #contact a:visited { color: #FFFF00; }
#contact a:hover, #contact a:active { text-decoration: underline; }
*/

#contact ul { margin: 6px 0; }    
#contact ul li span { color: #E3E2E2; }
    
#contact .flourish-heading { background: url(../img/headings/contact-heading.png) no-repeat top right; }

/* AJAX Form */
#response { float: right; }

	#response h2 {
		margin: 0;
		font-size: 1em; }

.loader {
	margin: 5px 0 0 0;
	width: 43px;
	height: 11px;
	background: url(../img/loader.gif) no-repeat top left; }

.error { color: red; }
.valid { color: #FFFF00; }
.message { color: #FFF; }