
/* ----- CNC CSS FRAMEWORK v1.0 ----------------------------------------------------- */
/* ----- Created by Creative Nature Communications 2009/11/12 ----------------------- */
/* ----- West Coast Blues N Roots ----------------------------------------------------- */
/* ----- Credits: Conrad Priestley, Steve Taylor  ------------------------------------------------------------ */


/* TABLE OF CONTENTS

00 - Global Includes
01 - Typography 
02 - Main Structure - The core Structure
03 - Content Styles 	

*/


/* 00 - Global Includes  */
/* --------------------------------------------------------------------------------------------------------------------------- */

@import url(cssreset.css);
@import url(navigation.css);
@import url(modules/modules.css);
@import url(modules/login.css);
@import url(modules/adminTools.css);


/* 01 - Typography  */
/* --------------------------------------------------------------------------------------------------------------------------- */

p { line-height:1.5em;}

h1 {}
h2 { font-weight:normal;}
h3 { font-weight:normal;}
h4 { font-weight:normal;}
h5 { font-weight:normal;}
h6 { font-weight:normal;}

ul{}
ol{}
li{}

a{ overflow:hidden; color:#b80303; text-decoration:none;}
a:hover{}


/* 02 - Main Structure */
/* --------------------------------------------------------------------------------------------------------------------------- */

/* Main Structure */
html, body {
	background: #e7e7c9 url(../Images/mainBacking.gif);
}


#mainWrapper {
	background:url(../Images/satgeBacking.jpg) top center repeat-y;
	margin:0 0 -15px 0;
}

#mainGFX {
	background:url(../Images/decorations.png) top center no-repeat;
}


/* Header Area */
#header {
	margin:0 auto;
	width:960px;
	padding-top:320px;
	height:40px;
}

#mySB {
	position:absolute;
	margin:-60px 0 0 20px;
}

#mainLogo {
	
}

#mainNav {
	margin:0px 45px;
}

#pageTitle h1 {color:#42210b; font-weight:normal; font-size:3em; line-height:1.75em; margin:0 0 10px 0;}


/* Content Area */
#midWrapper {
	margin:0 auto;
	width:960px;
}

#leftCol {
	float:left;
	width:630px;
	margin:0 10px 0 0;
}

#latestNews{
	padding:10px;
}

#latestNews {
	cursor:pointer;
}

#featureNews {
	margin:10px 0 0 0;
	padding:10px;
}

#featureNews ul{
	margin:0 -10px;
	padding:0;
}

#featureNews li{
	margin:0;
	padding:15px;
	float:left;
	width:179px;
	height:298px;
	overflow:hidden;
	border-left: 1px solid #e5dfc7;
}
#featureNews li.first{
	border-left: none;
}
#featureNews li a{
	display:block;
	text-decoration:none;
	color:#262626;
}

#featureNews li h3 {
	color:#42210b;
	margin:10px 4px;
	font-size:1.5em;
	letter-spacing:-1px;
	font-weight:normal;
	text-transform:uppercase;
}

#featureNews li .desc {
	color:#262626;
	padding:0 4px;
}

#mainContentArea {
	min-height:667px;
	padding:10px;
}

#mainBody {
	padding:10px;
}

#rightCol {
	float:left;
	width:300px;
	padding:6px 10px 5px 10px;
}

.buyTickets {
	display:block;
	background:url(../Images/bnrsprite.gif) 0 -131px;
	height:61px;
	text-indent:-999em;
	overflow:hidden;
}
.buyTickets:hover {
	background-position:0 -192px;
}

.musicPlayer {
	display:block;
	background:url(../Images/bnrsprite.gif) -3px 0;
	height:65px;
	text-indent:-999em;
	margin-right:-13px;
	overflow:hidden;
}
.musicPlayer:hover {
	background-position:-3px -66px;
}

#twitter {
	margin:5px 0;
}

#facebook {
	margin:10px 0 0 0;
}

.trans {
	background: rgba(255, 255, 255, 0.5);
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}


/* Footer Area */
#footer {
	width:960px;
	margin:0 auto;
	padding-bottom:48px;
}

#sponsors {
	padding:25px 10px 10px 10px;
	min-height:80px;
	margin-top:20px;
}
#sponsors h3 {
	background:url(../Images/sponsors.png);
	width:250px;
	height:65px;
	text-indent:-999em;
	margin:-70px 0 0 -46px;
}

#footerGFX {
	background:url(../Images/footer_dec.png) bottom center no-repeat;
}

#legal {
}

#credits {
}

/* 03 - Content Styles */
/* --------------------------------------------------------------------------------------------------------------------------- */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
.signUp {
	padding:98px 0 0 265px;
}

.inputB {
	height:39px;
	width:303px;
	padding:10px;
	border:none;
	background:#fff url(/sites/Sunset%20Events/themes/mass/images/signUp.png)  10px 12px no-repeat;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	float:left;
	font-size:28px;
	letter-spacing:-2px;
	color:#999;
}
.go {
	float:left;
	margin:7px 0 0 -65px;
}    
.focusField{
	background:#fff
}
.close {
	float:right;
	margin:10px 10px 0 0;
}
.icons {
	margin:17px 0 0 470px;
}

#boxes #dialog2 {
  background:url(/sites/Sunset%20Events/themes/mass/images/popover.png) no-repeat 0 0 transparent; 
  width:624px; 
  height:239px;
  padding:0;
}
