table.cake-sql-log {
	font-family: Verdana;
	font-size: 11px;
	width: 100%;
}

table.cake-sql-log tr th {
	background-color: #efefef;
	padding: 3px;
}

table.cake-sql-log tr td {
	padding: 3px;
	border-bottom: 1px solid #d9d9d9;
}

table.cake-sql-log caption {
	margin-top: 50px;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-image: url('../../img/bg-homepage-header.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
}

h1 {
	color: #00acd6;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}

h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: -15px;
	color: #05354a;
	margin-bottom: 25px;
}

h3 {
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00acd6;
}

p {
	margin-top: 0;
}

p.sig {
	color: #00acd6;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 0;
}

img {
	border: none;
}

a:link, a:visited {
	color: #6db64d;
	text-decoration: underline;
}

a:hover, a:active {
	color: #00acd6;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#masthead {
	height: 450px;
	overflow: hidden;
	margin: 0 auto;
	background-image: url('../../img/bg-masthead.jpg');
	background-repeat: no-repeat;
	background-position: top center;	
}

#header {
	text-align: center;
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}

#header #logo-home {
	position: absolute;
	z-index: 100;
	margin-left: 332px;
}

#header #tagline {
	margin-top: 270px;
}

#header #account-home {
	float: right;
	font-size: 11px;
	color: #2596d5;
	padding-top: 22px;
}

#header #account-home a {
	font-weight: bold;
	text-decoration: none;
}

#signup-ribbon {
	position: absolute;
	z-index: 100;
	margin: -40px 0px 0px -50px;
}

#signup-circles {
	width: 848px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
	margin-left: 132px;
}

#signup-circles .circle {
	float: left;
	margin-right: 13px;
}

#signup-circles .circle h2 {
	color: #2596d5;
	margin: 30px 0px 10px 0px;
}

#signup-circles .circle p {
	margin: 0px 20px 0px 20px;
}

#signup-circles .circle a {
	display: block;
	width: 166px;
	height: 166px;
	overflow: hidden;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#signup-circles .circle a:link,
#signup-circles .circle a:visited {
	color: #05354a;
	text-decoration: none;
	background-image: url('../../img/speaker-off.png');
	background-repeat: no-repeat;
}

#signup-circles .circle a:active,
#signup-circles .circle a:hover {
	background-image: url('../../img/speaker-on.png');	
}

#wrapper {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}

#footer {
	background-image: url('../../img/bg-footer.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
	width: auto;
	height: 140px;
	overflow: hidden;
	padding-top: 25px;
	color: #cccccc;
}

#footer a:link,
#header a:link,
#footer a:visited,
#header a:visited {
	color: #b8d740;
	text-decoration: underline;
}

#footer a:hover,
#header a:hover,
#footer a:active,
#header a:active {
	color: #00acd6;
}

#footer #content {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
}

#footer #content #left {
	float: left;
	width: 40%;
}

#footer #content #right {
	float: right;
	width: 150px;
	text-align: center;
}

#footer #credits {
	margin-top: 35px;
}

#footer #tagline {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;	
}

#signup {
	width: 945px;
	height: 187px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url('../../img/bg-signup.png');
	background-repeat: no-repeat;
}

#signup #left {
	margin: 20px;
	float: left;
}

#signup #right {
	float: right;
	width: 275px;
	color: #00acd6;
	font-size: 11px;
	font-weight: bold;
	margin-top: 60px;
}

#signup #confirmation-right {
	float: right;
	width: 260px;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	margin-top: 20px;
	padding-right: 10px;
}

#signup #confirmation-right h2 {
	font-weight: bold;
	font-size: 20px;
}

#signup #left h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #b8d740;
	margin: 0;
}

#teasers a {
	display: block;
	width: 450px;
	overflow: hidden;
	text-decoration: none;
	padding: 5px;
}

#teasers a:link,
#teasers a:visited {
	color: #333333;
}

#teasers a:active,
#teasers a:hover {
	color: #05354a;
	background-color: #e2f8fd;
}

#teasers .teaser {
	width: 460px;
	overflow: hidden;
	float: left;
	margin: 0px 20px 10px 0px;
}

#teasers .teaser .icon {
	width: 52px;
	float: left;
}

#teasers .teaser .content {
	float: left;
	margin-left: 10px;
	width: 388px;
}

#teasers .teaser .content h2 {
	color: #1099e1;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
	margin-top: 0;
}

#banner {
	margin: 15px 0px 20px 0px;
	text-align: center;
}

#flashMessage, #authMessage {
	width: auto;
	overflow: hidden;
	margin: 0;
	background-color: #ffffff;
	background-image: url('../../img/bg-form-input.png');
	background-repeat: repeat-x;
	border: 1px solid #d9d9d9;
	border-top: none;
	color: #ff0000;
	font-weight: bold;
	padding: 10px;
}

#paginator {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
}

h2 #paginator #paginator-controls {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.left {
	float: left;
}

.right {
	float: right;
}

a#homepage-signup {
	background-image: url('../../img/signup-homepage.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 520px;
	height: 97px;
	display: block;
	margin: auto;
	margin-top: 35px;
}

a#homepage-signup:hover,
a#homepage-signup:active {
	background-position: bottom;
}

#featured-spots {
	background-color: #05354a;
	width: 980px;
	height: 192px;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
	color: #ffffff;	
}

#gigitt-intro {
	background-color: #e2f8fd;
	width: 980px;
	height: 214px;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
}

#featured-spots a.block {
	display: block;
	width: auto;
	overflow: hidden;
	text-decoration: none;
	padding: 10px;
	color: #ffffff;
	height: 170px;
}

#featured-spots a.block:hover,
#featured-spots a.block:active {
	background-color: #032230;
}

#featured-spots div.block {
	width: 305px;
	height: 170px;
	overflow: hidden;
	float: left;
	margin: 10px;
}

#featured-spots img.featured-div {
	float: left;
	margin-top: 18px;
}

#featured-spots p {
	clear: both;
	margin-top: 10px;
	display: block;
	overflow: hidden;
	width: auto;
}

#featured-spots #zip-code {
	width: 285px;
	height: 150px;
	padding: 10px;
}

#featured-spots #artist {
}

#featured-spots #gig {
}

#featured-spots #artist img#featured-artist {
	float: left;
	margin: 0px 10px 10px 0px;
}

#gigitt-intro div.block {
	width: 180px;
	overflow: hidden;
	float: left;
	padding: 20px;
}

#gigitt-intro div#video,
#gigitt-intro object {
	width: 290px;
	float: left;
}

#gigitt-intro img.intro-div {
	float: left;
	margin-top: 15px;
}

h3.watch-video {
	padding-top: 5px;
	width: 290px;
	text-align: center;
}