@charset "UTF-8";
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing:-0.02em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	background: #00070F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #00070F;
	background-image: url(../images/layout-2010/gg_113.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 550px;
	color: #FFFFFF;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	font-family: 'Baskerville', Georgia, "Times New Roman", Times, serif;
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}
.oneColFixCtrHdr #header h2 {
	font-family: 'Baskerville', Georgia, "Times New Roman", Times, serif;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	text-indent: -9999px;
}
.oneColFixCtrHdr #header ul {
	text-align: center;
	margin-top: 60px;
}
.oneColFixCtrHdr #header li {
	list-style-type: none;
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 20px;
	text-transform: uppercase;
	background-color:#000000;
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFE87C;
	margin-right: 10px;
	margin-left: 10px;
	
}
.oneColFixCtrHdr #header a:link, .oneColFixCtrHdr #header a:active, .oneColFixCtrHdr #header a:visited {
	color: #FFE87C;
	font-weight: normal;
	text-decoration:none;
}
.oneColFixCtrHdr #header a:hover {
	color: #FFE87C;
	font-weight: normal;
	text-decoration:underline;
}
.oneColFixCtrHdr #mainContent {
	background: #000000;
	background: rgba(0, 0, 0, 0.6);
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top: 10px;
	padding-top: 5px;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	font-size: 10px;
	color: rgb(255, 255, 255);
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color:#000000;
	background-color: rgba(0, 0, 0, 0.8);
}
.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	color: rgb(255, 255, 255);
	text-decoration:underline;
}
.oneColFixCtrHdr #footer a:hover {
	color: rgb(255, 255, 255);
	text-decoration:none;
}
.right-box-blue {
	float: right;
	width: 320px;
	display: block;
	padding: 10px;
	background-color:#000000;
	background-color: rgba(97, 189, 240, 0.8);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	clear: right;
}
.right-box-yellow {
	float: right;
	width: 320px;
	display: block;
	padding: 10px;
	background-color:#000000;
	background-color: rgba(255, 232, 124, 0.8);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	clear: right;
}
h1, h2, h3, h4 {
font-family: 'Baskerville', Georgia, "Times New Roman", Times, serif;
}
h3 {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
}
a:link, a:active, a:visited {
	color: #FFE87C;
}
a:hover {
	color: #FFE87C;
	text-decoration:none;
}
.photo {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
form {
	margin-right: 20px;
	margin-left: 50px;
	background-color:#000000;
	background-color: rgba(97, 189, 240, 0.8);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 600px;
}
.form-title {
	font-size: 18px;
	text-align: right;
	width: 140px;
	padding: 5px;
	display: block;
	vertical-align: top;
}
.form-field {
	font-size: 16px;
	text-align: left;
	padding: 5px;
	display: table-cell;
	vertical-align: top;
}
input {
	font-size: 14px;
}
.right-box-yellow a:link, .right-box-yellow a:active, .right-box-yellow a:visited {
	color: #0095BE;
}
.right-box-yellow a:hover {
	color: #0095BE;
	text-decoration:none;
}
li {
	padding: 5px;
	list-style-type: none;
}
.smaller-text {
	font-size: 12px;
}
.gig {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 10px;
	width: 750px;
}
gig-image {
	float: right;
	display: block;
	padding: 10px;
	background-color:#000000;
	background-color: rgba(97, 189, 240, 0.8);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	clear: right;
	width: 140px;
}
.show-more-link {
	text-align:right;
	padding-top:10px;
	width:750px;
}
.show-more-link a:link, .show-more-link a:active, .show-more-link a:visited {
	text-decoration:none;
}
.show-more-link a:hover {
    text-decoration:underline;

}
