/* @override 
	http://www.6one7productions.com/development/styles/gh.css
	http://6one7productions.com/development/styles/gh.css
	http://www.6one7productions.com/development/styles/style.css
	http://www.6one7productions.com/styles/style.css
	http://6one7productions.com/styles/style.css
*/

a#safeSubscribe:link {
	text-decoration: none;
	color: #6a9998;
	line-height: 30px;
	font-size: 11px;
}

a{
	text-decoration: none;
	color: #6a9998;
	line-height: 30px;
	font-size: 11px;
}

/* @group CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	padding-top: 30px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* @end */

#inner-main-content-copy-container .clientList a:link li:hover {
	font-size: 14px;
	line-height: 32px;
	color: white;
	text-decoration: none;
}

/* @group HTML Defaults */

table {
	border-collapse:collapse;
	border-spacing:0;
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 15pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	color: #BF8329;
	font-size: 13pt;
}

h3 span.subtext {
	font-size: 12px;
	font-style: italic;
}

h4 {
	color: #BF8329;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

body {
	font-family: arial, "lucida console", sans-serif;
	background: #1A1718 url('../images/6one7logoBackground.gif') repeat fixed;
	color: white;
}



/* @end */

/* @group structure */

/* @group top section */

#top-main-menu {
	position: relative;
	display: block;
	float: left;
	font-size: 11pt;
	margin-top: 42px;
}

#top-main-menu li {
		padding: 0 6px 6px 0;
}

#top-main-menu li a, #top-link-menu li a, #inner-events-menu li a {
	color: #999999;
	text-decoration: none;
}

#top-link-menu {
	position: relative;
	display: block;
	font-size: 9pt;
	padding: 0;
	margin-top: 46px;
	text-align: right;
	float: right;
}

#top-link-menu li {
	position: relative;
	padding: 0;
	padding: 38px 3px 0 3px;
	text-align: center;
}


#header-container {
	position: relative;
	display: block;
	height: 72px;
	background-color: #1A1718;
	margin: 0 auto;
	width: 100%;
	font-size: 10pt;
}

#header-menu {
	position: relative;
	display: block;
	margin: 0 auto;
	vertical-align: bottom;
	width: 860px;
	height: 64px;
}

#header-menu ul li {
	display: inline;
}

/* @end */

/* @group Mailing List */

#join-mailing-list-container {
	position: relative;
	min-height: 260px;
	padding: 4px 4px 4px 4px;
	
	width: 200px;
	float: right;
	z-index: 0;
}

#join-mailing-list-container h2 {
	color: #dbdddd;
	font-variant: normal;
	line-height: 15px;
	font-size: 11px;
	clear: both;
	padding-top: 7px;
	margin-bottom: -7px;
}

#join-mailing-list-container p {
	font-size: 12px;
	margin-bottom: 16px;
	line-height: 16px;
}

#join-mailing-list-container input {
	background-color: #1b1b1b;
	border: 1px inset #333;
	text-indent: 5px;
	color: #ddd;
	font: bold 11px/17px "Courier New", Courier, mono;
	height: 17px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#join-mailing-list-container input:focus, #contact6one7 input.formEntry:focus, #join-mailing-list-container textarea:focus {
	background-color: #28281b;
}

#join-mailing-list-container textarea {
	background-color: #1b1b1b;
	border: 1px inset #333;
	text-indent: 5px;
	color: #ddd;
	font: bold 11px/17px "Courier New", Courier, mono;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#join-mailing-list-container input.textBox, #join-mailing-list-container textarea.textBox {
	width: 100%;
}

#join-mailing-list-container p.formP {
	font-size: 8px;
	line-height: 16px;
	text-indent: 7px;
	margin-top: 6px;
	margin-bottom: 2px;
	letter-spacing: 1px;
}

#join-mailing-list-container h4 {
	font-weight: bold;
	font-size: 15px;
	line-height: 40px;
	margin-top: 0px;
}

#join-mailing-list-container input.submit {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 75px;
	height: 18px;
	float: right;
	background-color: #1d1b1c;
	border: 1px solid #111;
	border-top-color: #333;
	border-left-color: #333;
}

#join-mailing-list-container input#guestListSubmit {
	width: 88px;
	height: 18px;
}

/* @end */

/* @group inner-events */

#inner-events-menu {
	position: relative;
	display: block;
	float: left;
	padding: 10px 10px 0 48px;
	text-align: right;
	width: 32px;
	font-size: 10pt;
}

#inner-event-image-container {
	position: relative;
	float: left;
	margin: 8px 28px 0 12px;
	width: 250px;
	height: 250px;
}

#inner-event-copy {
	position: relative;
	float: left;
	width: 200px;
	font-size: 9pt;
}

#inner-events-menu li {
	padding: 3px 0 3px 0;
}

#inner-events-menu li a {
	text-decoration: none;
}



/* @end */

/* @group clientList */

.clientList {
	float: left;
	width: 224px;
}

.clientList li {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}


#inner-main-content-copy-container .clientList a:link {
	font-size: 12px;
	line-height: 32px;
	color: #ccc;
	text-decoration: none;
}




#inner-main-content-copy-container .clientList a:visited {
	font-size: 12px;
	line-height: 32px;
	color: #ccc;
	text-decoration: none;
}


.clientList li img {
	margin-right: auto;
	width: 170px;
	margin-left: auto;
	display: block;
}

/* @end */

#body-container {
	position: relative;
	background: #1A1718 url(../images/inner-container-background.gif) repeat;
	width: 950px;
	border: 1px solid #484646;
	z-index: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

#main-container {
	position: relative;
	background: #1A1718 url(../images/inner-container-background.gif) repeat;
  margin: 0 auto;
	width: 950px;
}

#inner-container {
	position: relative;
	width: 880px;
	padding-bottom: 20px;
	margin: 0 auto;
	z-index: 0;
	padding-top: 20px;
}

.featureEventCopy {
	position: relative;
	display: block;
	float: right;
	width: 250px;
	min-height: 260px;
	height: 260px;
	max-height: 260px;
	padding: 14px;
}

#inner-events-container {
	position: relative;
	float: left;
	width: 650px;
	min-height: 300px;
	background: url(../images/this-weeks-events.gif) no-repeat 0px 8px;
}

#inner-events-container .eventCopy {
	font-size: 14px;
	line-height: 20px;
	width: 500px;
	position: relative;
	float: left;
	left: 120px;
	clear: left;
}

.longP {
	width: 400px;
	margin-left: 0;
	font-size: 12px;
	line-height: 18px;
	float: left;
	margin-top: 25px;
	clear: left;
}

/* @group inner-main-content */

#inner-main-content {
	margin-bottom: 0;
	z-index: 0;
	float: left;
	min-height: 400px;
}

#contentClearer {
	float: left;
	clear: left;
	width: 10px;
	height: 10px;
	background-color: red;
}

#inner-main-content-menu li a {
	color: #D9D7D9;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
}

#rightBodyFixedImage img {
	width: 147px;
	height: 417px;
}



#inner-main-content-menu {
	position: relative;
	display: block;
	float: left;
	width: 266px;
	font: italic 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow: visible;
}

#inner-main-content-menu li {
	padding: 4px 0 4px 11px;
	position: relative;
	top: 40px;
}

#inner-main-content-menu li a img {
	margin-left:-16px;
	margin-top: -20px;
}

#inner-main-content-menu li a {
	margin-left: 30px;
}

#inner-main-content-copy-container-holder {
	font-size: 10pt;
	background-color: transparent;
	float: left;
	margin-right: 0;
	margin-left: 0;
	padding: 0 0 80px;
	width: 590px;
}

#inner-main-content-copy-container {
	float: right;
	clear: none;
	width: 100%;
}


#inner-main-content-copy-container p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}

#inner-main-content-copy-container a:link {
	color: #3a6697;
	text-decoration: none;
}

#inner-main-content-copy-container a:visited {
	color: #3a6697;
	text-decoration: none;
}

#inner-main-content-copy-container a:hover {
	color: #4299ca;
	text-decoration: underline;
}

#inner-main-content-copy-container p.viewSiteLink {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
	font-style: italic;
}

#inner-main-content-copy-container h5 {
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 11px;
}

#inner-main-content-copy-container h3 a:link {
	text-decoration: none;
}

#inner-main-content-copy-container .reflected {
	height: 170px;
	float: left;
}

/* @end */



/* @end */

h1.comingSoon
 {
	text-align: center;
	color: #131313;
	border: 3px outset #333;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	background-color: #303231;
	font: normal normal 12px/200px Georgia, "Times New Roman", Times, serif;
}
q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

.monGroup li #monLink, .tueGroup li #tueLink, .wedGroup li #wedLink, .thuGroup li #thuLink, .friGroup li #friLink, .satGroup li #satLink, .sunGroup li #sunLink {
	color: #BF8329;
}

#outer-foot-container {
	position: relative;
	clear: both;
	width: 824px;
	margin: 24px auto;
	font-size: 9pt;
	text-align: center;
	color: #ccc;
}



.reflected canvas {
	display: none;
	clear: left;
}



.eventCopy h2 {
	font: italic 15px/20px Georgia, "Times New Roman", Times, serif;
	border-bottom: 3px double #5c5e5d;
	margin-bottom: 10px;
	padding-bottom: 2px;
	text-align: center;
}

#inner-main-content-copy-container .eventCopy {
	width: 230px;
	float: left;
	position: relative;
	font-size: 12px;
	line-height: 18px;
}

ul.specialParty {
	clear: left;
	padding-top: 20px;
}

li.specialParty {
	font-size: 14px;
	line-height: 24px;
}

#serviceMark {
	font-size: 7px;
	position: relative;
	top: -5px;
}

#emailList {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	float: left;
}

#submit {
	margin-top: 15px;
	margin-bottom: 5px;
	position: relative;
	right: 0;
	float: right;
	width: 80px;
	height: 25px;
	text-align: center;
}


#inputText {
	margin: 0;
	padding: 0;
	width: 190px;
}


a#safeSubscribe:visited {
	text-decoration: none;
	color: #6a9998;
	line-height: 30px;
	font-size: 11px;
}

.abspos {
	position:  absolute;
	z-index: -1;
	height: 150px;
}

.pressItem img {
	position: relative;
	width: 100px;
	float: left;
}

#flashWidget {
	margin-top: 60px;
}

.pressItem {
	float: left;
	clear: left;
	width: 96%;
	margin-top: 30px;
	margin-left: 4%;
}

.pressItem a:link {
}

.pressItem h3 {
	color: white;
	font-size: 13px;
	float: right;
	width: 443px;
	font-weight: bold;
}

.pressItem h5 {
	float: right;
	width: 443px;
	
}

p.description
 {
	font-size: 14px;
	line-height: 32px;
	text-align: center;
}



#quoteRotator {
	margin-right: auto;
	margin-top: 50px;
	width: 100%;
}

#quoteRotator .eventDay {
}


#quoteRotator h1 {
	color: #ccc;
	font: bold 28px/30px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 480px;
	margin-top: 110px;
}

#musicSwitch {
	width: 30px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

#musicSwitch.off {
	background: url(../images/playPause.png) 35px;
}

#musicSwitch.on {
	background-image: url(../images/playPause.png);
}

#playerLabel {
	float: left;
	line-height: 30px;
	color: #474747;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	clear: left;
	width: 100%;
	text-align: center;
}


#quoteRotator h2 {
	color: #999;
	text-align: right;
	margin-right: auto;
	margin-top: 25px;
	font: italic 24px Georgia, "Times New Roman", Times, serif;
	margin-left: auto;
	position: relative;
	width: 480px;
}

#quoteRotator .eventDay #featuredPic {
	width: 331px;
	float: left;
	margin-right: 10px;
}

#inner-main-content-copy-container #quoteRotator a.guestListLink {
	width: 72px;
	height: 16px;
}

.eventDay {
}

.eventDay img.eventImage {
	float: left;
	margin-left: 30px;
}

.playerImage {
	width: 130px;
	float: left;
	margin-top: 15px;
}

.playerParagraph {
	width: 433px;
	margin-top: 15px;
	float: right;
}

.playerHeader {
	clear: both;
	font-weight: bold;
	padding-top: 30px;
}

.imageGallery {
	height: 343px;
	overflow: scroll;
	width: 486px;
}

#partnerLinks {
	text-align: center;
}

#partnerLinks li a:link, #partnerLinks li a:visited
{
	color: #ddd;
	font: 18px/26px Georgia, "Times New Roman", Times, serif;
}

#partnerLinks li a:hover
{
	color: white;
	text-decoration: none;
	font-size: 20px;
	line-height: 26px;
}

.imageGalleryHolder {
	width: 82520px;
}

.imageGallery img {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

p#pleaseNote {
	clear: both;
	padding-top: 15px;
	font-size: 10px;
	line-height: 14px;
	color: #dddddd;
}

#outer-foot-container a, #outer-foot-container a:visited {
	color: #ccc;
	text-decoration: underline;
}

#outer-foot-container a:hover {
	color: white;
	text-decoration: none;
}

#submitButtonPadding {
	clear: left;
	float: left;
}

#contact6one7 h1 {
	color: #b2b2b2;
	margin-top: 30px;
	font: 27px/52px Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-transform: capitalize;
}

#contact6one7 {
	float: left;
}

#contactUsForm{
	float: left;
}

#contact6one7 form p#textareaP {
	float: left;
	clear: left;
	width: 120px;
	text-indent: 17px;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 62px;
	margin-top: 0;
}

#inner-main-content-copy-container #contact6one7 textarea{
	margin: 0 0 20px;
	padding: 0 1%;
	float: left;
	position: relative;
	width: 98%;
	background-color: #1b1b1b;
	border: 1px solid #111;
	border-bottom-color: #333;
	border-right-color: #333;
	color: white;
	font: 14px/30px "Courier New", Courier, mono;
}

#contact6one7 input.formEntry{
	margin: 0 0 20px;
	padding: 0 1%;
	position: relative;
	width: 98%;
	float: left;
	background-color: #1b1b1b;
	border: 1px solid #111;
	border-bottom-color: #333;
	border-right-color: #333;
	color: white;
	font: 14px/30px "Courier New", Courier, mono;
}

#contact6one7 form p {
	float: left;
	clear: left;
	width: 120px;
	text-indent: 17px;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 21px;
	margin-top: 4px;
}

div#rightBodyFixedImage{
	float: right;
	width: 150px;
	margin-top: 20px;
}

div#guestListRequest {
}

#playerPauseBox {
	float: left;
	padding: 0;
	color: #ccc;
	text-transform: lowercase;
	margin-bottom: 0;
	margin-top: 12px;
	font-size: 16px;
}

#playerPauseBoxInner {
	width: 128px;
}
