@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;
	padding:0;
}
.oneColFixCtrHdr #header li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 20px;
	text-transform: uppercase;
	background:#040f1f;
	background: rgba(4, 15, 31, 0.8);
	-webkit-border-radius:3px;
	/*color: #FFE87C;*/
	color:#87b6c2;
	margin-right: 9px;
	margin-left: 9px;
	
}
.oneColFixCtrHdr #header a:link, .oneColFixCtrHdr #header a:active, .oneColFixCtrHdr #header a:visited {
	color: #87b6c2;
	font-weight: normal;
	text-decoration:none;
}
.oneColFixCtrHdr #header a:hover {
	color: #87b6c2;
	font-weight: normal;
	text-decoration:underline;
}
.oneColFixCtrHdr #mainContent {
	background: #040f1f;
	background: rgba(4, 15, 31, 0.8);
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top: 20px;
	padding-top: 15px;
	line-height:1.5;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	font-size: 10px;
	color: rgb(255, 255, 255);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.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 {
	float: right;
	width: 320px;
	display: block;
	padding: 10px;
	background-color:#000000;
	background-color: rgba(97, 189, 240, 0.8);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
	color: #000000;
}
.right-box-new {
	float: right;
	width: 400px;
	display: block;
	padding: 10px;
	background-color:#000000;
	background-color: rgba(66, 130, 182, 0.8);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
	color: #000000;
}
.box {
	padding: 10px;
	background:#4281b6;
	background: rgba(66, 130, 182, 0.8);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000000;
	margin-bottom:20px;
	zoom:1;
}
.box a:link, .box a:visited, .box a:active, .box a:hover {
	color:#fff;
}
.social-box {
	background: #fff;
	padding:5px;
}
.socialItem {
	float:left;
	vertical-align:middle;
	margin-right:5px;
}
.main-box {
	padding: 10px 20px;
	background:#000000;
	background: rgba(0, 0, 0, 0.8);
	margin:20px -20px;
	overflow:hidden;
	zoom:1;
	position:relative;
}
.music-track {
	background:#fff;
	padding:5px;
	width:390px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	float:right;
}
.home-album .album-cover {
	float:left;
	margin-right:10px;
}
.home-album .album-content {
	float:left;
	width:380px;
}
.latest-videos {overflow:hidden;}
.latest-videos .video-item {padding:0; margin-right:15px;}
.home-album .album-controls {margin-top:5px;}
.home-album .album-controls a {margin-top:10px; margin-right:10px; margin-left:5px; margin-bottom:5px; display:block; float:left;}
#mgm-logo {float:right; margin-top:10px;}
.mailing-list {
	margin:20px 0;
}
.mailing-list strong {margin-right:10px;}
a img {border:0;}
input.text {
	border:1px solid #000;
	background:#112b44;
	color:#7ea0ca;
	padding:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
input.button {
	border:1px solid #000;
	background:#4986d0;
	color:#000;
	padding:3px 7px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	width:auto;
    overflow:visible;
}
.col-group {
	overflow:hidden;
}
.col-left {
	width:49%;
	float:left;
}
.col-right {
	width:49%;
	float:right;
}
.show-time {text-transform:uppercase; font-size:12px}
.upcoming-shows ul, .media ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.upcoming-shows li, .media li {
	border-top:1px solid #264d7d;
}
.media li {padding:10px 0;}
.text-box {
	background:#fff;
	color:#000;
	padding:20px;
	margin-bottom:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pdf-icon {margin-right:10px; vertical-align:middle;}
.text-box a:link, .text-box a:active, .text-box a:visited, .text-box a:hover {
	color:#134a99;
}
h1, h2, h3, h4 {
font-family: 'Baskerville', Georgia, "Times New Roman", Times, serif;

}
p, h1, h2, h3, h4 {
	margin-top:0;
	margin-bottom:10px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size: 16px;
}
a:link, a:active, a:visited {
	color:#ff699b;
	text-decoration:none;
}
a:hover {
	color:#FF699B;
	text-decoration:underline;	
}
.photo {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.contact_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 a:link, .right-box a:active, .right-box a:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.right-box a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.right-box a, .left-box a {
	color:#000;
}
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;

}
.quote, .biography div {
	background-color:#000000;
	background-color: rgba(27, 72, 131, 0.8);
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 15px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 15px;
}
.left-box a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.left-box a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline;

}
.left-box {
	color:#000000;
	width: 500px;
	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: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.video-item {float:left; width:200px; padding-right:50px; text-align:center; line-height:1.5; margin-bottom:20px}
.video-item img {border:0; display:block; margin:0 auto}

