@charset "utf-8";
/* CSS Document */

html * * 
{
	margin: 0px;
	border: 0px;
}

/* Begin Main Styles */

body {
	font-family: 'Arial Narrow', Arial, Tunga, Tahoma, Arial, sans-serif;
	font-size: 11pt;
	color: #ebeef7;
	margin: 0px 0 0 0;
	text-align: center;
	background: #000 url('../img/bg_all_3.jpg') center -220px no-repeat;
}

a,
a:link,
a:visited,
a:active
{
	color: orange;
	text-decoration: none;
}

a:hover
{
	color: #fff;
	text-decoration: none;
}

p
{
	padding: 5px 0px;
	line-height: 1.3em;
}

ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: #b4b4b4;
}

li
{
	list-style: none;
	margin: 0px;
}

/*
  LAYOUT DIVS
---------------*/

#MyBody
{
	margin: auto;
	width: 840px;
	clear: both;
	border: 1px solid #29285b;
	background: #090915;
}

#Header
{
	padding-top: 20px;
	text-align: left;
	width: 800px;
	clear: both;
	margin: auto;
}

#MainContent
{
	text-align: left;
	float: left;
	width: 840px;
}

.mainContentItem
{
	text-align: left;
	float: left;
	padding: 0px;
	margin: 0px;
}

.MainImg
{
	clear: both;
}

#Greeting
{
	background: url('../img/splash_image_6.jpg') left top no-repeat;
	border: 1px solid #29285b;
	border-bottom: 0px;
	margin: 20px;
	margin-bottom: 0px;
	height: 360px;
	width: 800px;
}

#SubContent
{
	text-align: left;
	clear: both;
	display: block;
	float: left;
	width: 800px;
	padding: 20px;
	margin-top: 10px;
}

.subContentItem
{
	width: 350px;
	margin-bottom: 20px;
	float: left;
	margin: 20px;
}

.AuxContent
{
	text-align: left;
	float: left;
	width: 500px;
	padding-top: 10px;
}

.auxContentItem
{
	/*border-bottom: 1px solid #353542;*/
	width: 250px;
	float: left;
	color: #353542;
}

#MusicPlayer
{
	float: right;
	width: 150px;
}

/* header
-------------------------------------------------*/
.headerItem
{
	float: left;
	padding-left: 10px;
	height: 75px;
}

#ContactInfo
{
	width: 250px;
}

p#SiteName
{
	font-size: 14pt;
	padding-top: 15px;
	padding-bottom: 0px;
	float: left;
}
/* Entries
-------------------------------------------------*/

.pageTitle
{
	font-size: 18pt;
	font-weight: normal;
	float: left;
	padding: 10px 5px;
	padding-left: 15px;
	display: inline;
	text-transform: uppercase;
}

.entryTitle
{
	font-size: 22pt;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	display: block;
	color: orange;
}

.subTitle
{
	font-weight: normal;
	color: #fb3f00;
	display: block;
	margin: 0px;
	font-size: 12pt;
	padding: 0px 0px 2px 0px;
	text-transform: capitalize;
}

.sectionTitle
{
	font-size: 18pt;
	font-weight: normal;
	color: #fb3f00;
	padding: 5px 0px;
}

.auxTitle
{
	font-size: 12pt;
	font-weight: normal;
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	color: #c3c3c3;
}

.currentTitle
{
	color: #fb3f00;
}

.entryInfo 
{
	padding: 2px;
	color: #c3c3c3;
}

.entryInfo p
{
	font-family: 'Arial', Sans-Serif;
}

.entryExcerpt
{
	font-size: 10pt;
	font-style: italic;
	color: #5f5f5f;
}

.entryContent
{
	clear: both;
	font-family: helvetica, "Arial Narrow", arial, Tahoma;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 20px;
}

.entryContent blockquote
{
	padding: 10px;
	margin: 10px;
	color: #b4b4b4;
	font-style: italic;
}

#Logo
{
	float: left;
	width: 150px;
	background: none;
}


/* MAIN NAVIGATION
-------------------------------------------------*/

ul#MainNav
{
	text-align: left;
	text-transform: capitalize;
	float: left;
	width: 800px;
	margin-top: 5px;
	padding: 0px; 
}

ul#MainNav li
{
	list-style-type: none;
	display: inline;
	float: left;
}

ul#MainNav a,
ul#MainNav a:link,
ul#MainNav a:visited,
ul#MainNav a:active
{
	text-decoration: none;
	font-size: 11pt;
	padding: 2px 22px;
	margin: 0px;
	padding-bottom: 8px;
	display: block;
	color: #61616b;
	float: left;
	text-align: left;
}

ul#MainNav a:hover,
ul#MainNav a.current:link,
ul#MainNav a.current:visited,
ul#MainNav a.current:hover,
ul#MainNav a.current:active
{
	color: #fff;
}

ul#MainNav a.auxButton,
ul#MainNav a.auxButton:link,
ul#MainNav a.auxButton:visited,
ul#MainNav a.auxButton:active
{
	color: #61616b;
}

ul#MainNav a.auxButton:hover
{
	color: #fff;
}

ul#MainNav a#shopPG
{
	padding: 2px 20px;
	padding-bottom: 10px;
}

/* custom
---------------------------------------------*/
a.readMore,
a.readMore:link,
a.readMore:visited,
a.readMore:active
{
	margin: 10px 0px;
	color: orange;
	text-decoration: none;
}

a.readMore:hover
{
	color: red;
	text-decoration: none;
}

.left
{
	float: left;
}

img.left
{
	float: left;
	clear: both;
}

.right
{
	float: right;
}

strong
{
	color: orange;
}

table.specs
{
	border-collapse: collapse;
	border: 0px;
	width: 260px;
	float: right;
	table-layout: auto;
	font-size: 10pt;
	text-align: left;
}

table.specs td
{
	border-bottom: 1px solid #5f5f5f;
	padding: 0px;
}

.specName
{
	color: orange;
}

.subContentList li
{
	padding: 5px;
	padding-left: 0px;
	width: 260px;
	float: left;
	color: #5f5f5f;
	padding-left: 0px;
	list-style-type: none;
}


/* News and front page
-------------------------------------------------*/
#News
{
	width: 300px;
	height: 335px;
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
}

#newsList
{
	float: left;
	text-align: left;
}

.newsItem
{
	float: left;
	width: 280px;
}

.newsItem .entryContent
{
	margin: 10px 0px;
	margin-top: 0px;
}

#NewsMain
{
	float: left;
	padding: 30px;
	width: 500px;
	text-align: left;
}

.newsContentItem
{
	width: 500px;
	float: left;
}

.newsContentItem .entryContent
{
	margin-top: 5px;
}

img.left
{
	margin: 5px 0px;
}

ul#NewsArchiveList
{
	float: right;
	width: 250px;
	margin-top: 30px;
	margin-bottom: 30px;
}

ul#NewsArchiveList li
{
	color: #c3c3c3;
	float: left;
}

ul#NewsArchiveList li .newsTitle
{
	color: orange;
	text-align: left;
	padding: 2px;
	display: block;
}

ul#NewsArchiveList li a,
ul#NewsArchiveList li a:link,
ul#NewsArchiveList li a:visited,
ul#NewsArchiveList li a:active
{
	display: block;
	padding: 5px 10px; 
	float: left;
	width: 230px;
}

ul#NewsArchiveList li a:hover
{
	background: #29285b;
}

ul#NewsArchiveList .entryInfo
{
	font-size: 9pt;
	color: #c3c3c3;
	margin: 0px;
	margin-left: 20px;
	padding: 0px 2px;
	display: block;
	text-align: left;
}

li.newsListTitle
{
	text-align: left;
	padding-left: 10px;
}

/* about/feature
-------------------------------------------------*/

.auxContentItem
{
	float: left;
	margin: 0px;
	margin-bottom: 10px;
}

a.linkContainer,
a.linkContainer:link,
a.linkContainer:visited,
a.linkContainer:active
{
	display: block; 
	padding: 15px; 
	padding-left: 0px;
	float: left;
	color: #353542;
/*	background: #151525;*/
}

a.linkContainer:hover
{	
	color: #c3c3c3;
}

.featInfo
{
	padding: 0px;
	margin: 0px;
}

.featPhoto
{
	margin-top: 10px;
}

.entryTitle
{
	padding-top: 0px;
	margin-top: 0px;
}

/* contact
-------------------------------------------------*/
#ContactForm
{
	float: left;
	width: 300px;
	text-align: left;
	margin: 10px;
	padding: 10px;
}

#Directions
{
	float: left; 
	width: 350px;
	margin: 10px;
	margin-left: 25px;
}

#Map
{
	float: left;
	width: 400px;
}

#MapImage
{
	margin-top: 15px;
}


table#FormSection
{
	text-align: right;
	font-family: helvetica, 'Arial Narrow';
	font-size: 9pt;
	float: right;
	width: 300px;
	margin-right: 30px;
	margin-top: 75px;
}

.formDescription
{
	text-align: right;
	padding: 2px;
}

table#FormSection tr td
{
	vertical-align: top;
}

table#FormSection input, 
table#FormSection textarea, 
table#FormSection select
{
	width: 250px;
	float: left;
	margin: 2px;
	color: #fff;
	letter-spacing: normal;
	background: #29285b;
	/*background: #0d0c38;*/
}

table#FormSection textarea
{
	height: 100px;
}

table#FormSection tr td .buttonSection
{
	text-align: right;
	float: left;
}

table#FormSection tr td .buttonSection input
{
	width: 100px;
	display: block;
	float: left;
	border: 1px solid #5f5f5f;
	color: #fff;
	background: #0d0c38;
	margin: 3px;
	text-transform: capitalize;
}

table#FormSection p.required
{
	color: orange;
}
/* News
-------------------------------------------------*/
#NewsContent
{
	width: 400px;
}

.newsContentItem
{
	width: 400px;
	margin-top: 15px;
}

/* about
-------------------------------------------------*/
.about
{
	width: 360px;
	padding: 25px;
}

#HighlightsAndCredits
{
	background: url('../img/headphones_2.jpg') right 750px no-repeat;
	float: right;
}

/* Studio
-------------------------------------------------*/
#StudioIntro
{
	width: 400px;
	float: right;
	padding: 30px;
}

#StudioGallery
{
	width: 405px;
	float: left;
	height: 500px;
	padding-left: 20px;
	padding-top: 20px;
	margin: 0px;
}

#StudioInfo
{
	float: right;
	margin: 0px;
	padding: 20px;
	width: 370px;
}

#studioSpecs
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 360px;
}

a.studioSummary,
a.studioSummary:link,
a.studioSummary:visited,
a.studioSummary:active
{
	width: 235px;
	padding: 10px;
	margin: 0px 0px;
	height: 140px;
	float: left;
	color: #c3c3c3;
	border: 1px solid #29285b;
}

a.studioSummary:hover
{
	color: #fff;
	border: 1px solid #fff;
	width: 235px;
	padding: 10px;
	margin: 0px 0px;
	height: 140px;
	float: left;
}

a.studioSummary:hover .entryTitle
{
	color: #fff;
}

a.studioSummary .entryTitle
{
	padding-top: 0px;
	color: #b4b4b4;
}

#StudioB.studioSummary,
#OtherAreas.studioSummary
{
	padding-left: 10px;
	padding-right: 10px;
}

#StudioA.studioSummary,
#StudioB.studioSummary
{
	width: 230px;
	margin-right: 22px;
}

#StudioA.studioSummary
{
	background: url('../img/studio_a_3.jpg') left top no-repeat;
}

#StudioB.studioSummary
{
	background: url('../img/studio_b_3.jpg') left top no-repeat;
}

#OtherAreas.studioSummary
{
	width: 228px;
	background: url('../img/studio_other_3.jpg') left top no-repeat;

}

/* Studio Gallery
-------------------------------------------------*/
.galImage
{
	float: left;
}

.galImage img
{
	float: left;
	border: 1px solid #29285b;
}

.galThumbs 
{
	width: 100%;
	float: left;
	margin: 10px 0px;
	margin-top: 20px;
	padding: 10px 0px;
	padding-left: 1px;
	/*border-top: 1px solid #29285b;*/
}

.imageInfo
{
	float: left;
	width: 100%;
	clear: both;
}

.imageTitle
{
	float: left;
	color: orange;
}

.imageDesc
{
	float: right;
}

a .galThumb,
a:link .galThumb,
a:visited .galThumb,
a:active .galThumb
{
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	border: 1px solid #262626;
}

a:hover .galThumb
{
	border: 1px solid #c3c3c3;
}

/* Staff List
-------------------------------------------------*/
#StaffMember,
#StaffIntro,
#StudioIntro
{
	width: 500px;
	padding: 20px;
}

#StaffIntro
{
	background: url('../img/speaker_1.jpg') bottom center no-repeat;
	height: 320px;
}

#StudioIntro
{
	width: 400px;
}

ul#StaffList
{
	float: right;
	width: 250px;
	margin-top: 20px;
}

ul#StaffList li
{
	float: left;
	text-align: left;
	list-style-type: none;
}

ul#StaffList li img
{
	margin-right: 10px;
	border: 1px solid #29285b;
}

ul#StaffList .staffListTitle {border: 0px;} 
.staffListTitle p { padding: 5px; display: block; width: 240px;}

.staffName {color: orange; }
.staffTitle {color: #c3c3c3; }
.staffExcerpt {color: #5f5f5f; }

li a.staffListItem,
li a.staffListItem:link,
li a.staffListItem:visited,
li a.staffListItem:active
{
	display: block; 
	padding: 10px; 
	float: left;
	width: 230px;
}

li a.staffListItem:hover
{background: #29285b;}

#MainStaffPhoto
{
	margin: 5px 15px 15px 0px;
	border: 1px solid #29285b;
}

#StaffInfo ul
{
	margin: 5px 0px 20px 0px;
	padding: 0px;
	float: left;
}

#StaffInfo ul li 
{ 
	list-style: none;
}

/* FOOTER
---------------------------------------------*/

#Footer
{
	clear: both;
	text-align: center;
}

#Colophon
{
	width: 800px;
	margin: auto;
	font-size: 10pt;
	padding: 10px 0px;
	height: 135px;
	border-top: 1px solid #61616b;
	border-top: 1px solid #29285b;
}

.colophonItem
{
	float: left;
	width: 180px;
	text-align: left;
	padding: 0px 10px;
	color: #5f5f5f;
	height: 135px;
	border-left: 1px solid #29285b;
}

ul#QuickJump
{
	color: #262626;
	width: 145px;
	text-align: left;
	float: left;
	padding: 0px;
}
	
ul#QuickJump li
{
	list-style: none;
	color: #262626;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
}
	
ul#QuickJump li
{
	list-style: none;
	color: #262626;
	text-align: left;
	width: 150px;
}

ul#QuickJump li a,
ul#QuickJump li a:link,
ul#QuickJump li a:visited,
ul#QuickJump li a:active
{
	color: #5f5f5f;
	padding: 2px;
}

ul#QuickJump li a:hover
{
	color: orange;
	background: #262626;
	padding: 2px;
}

#OurGear
{
	border-right: 1px solid #262626;
}

/*  custom 
---------------------------------------*/
.message
{
	background: #fff;
	color: green;
	padding: 2px;
}
.warn
{
	background: #fff;
	color: orange;
	padding: 2px;
}
.error
{
	background: #fff;
	color: red;
	padding: 2px;
}

.subtext
{
	color: #c3c3c3;
}

.frontimg
{	
	margin-bottom: 10px;
	border: 1px solid #c3c3c3;
}

a.download,
a.download:link,
a.download:visited,
a.download:active
{
	background: #262626;
	float: left;
	padding: 3px;
	margin: 10px 0px;
	color: #c3c3c3;
}

a.download:hover
{
	color: #fff;
}

#ComingSoon
{
	padding: 20px;
	text-align: left;
	height: 250px;
	background: url('../img/cables_1.jpg') right bottom no-repeat;
}

/*
  Gallery
------------------------------*/
#PhotosMain
{
	padding: 20px;
}

#flashcontent
{
	margin-top: 20px;
	float: left;
	width: 800px;
	overflow: hidden;
}

.studiosplash 
{
	float: right;
	background: url('../img/mic_2.jpg') 50px top no-repeat;
}

#VideoGallery
{
	display: block;
	margin: 10px;
}
