/*****************************/
/* CSS RESET */
/*****************************/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, legend, label, textarea,
table, caption, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: baseline;
	background: transparent;
}

body {
	/*line-height: 1.5;*/
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 1;
	background-color: #ff9;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*****************************/
/* END CSS RESET */
/*****************************/
/*****************************/
/* BASE STYLES */
/*****************************/
/* Use ems for font size */




/*************************************** LISTS */





ul,
ol {
margin:0px;
padding:0px;
	list-style-position: inside;
}
li{
list-style-position:inside;
margin:0px;
padding:0px;
}

ul {
	list-style-type: disc;
	margin:0px;
margin-bottom:10px;
}

ul ul {
	list-style-type: circle;
	margin-top: 0;

}

ol {
	list-style-type: decimal;
	margin:0px;
margin-bottom:10px;
list-style-position: inside;

}

ol ol {
	list-style-type: lower-alpha;
	margin-top: 0;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

dl {
	margin: 1em 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 2em;
}


ul.arrowList { margin-left:0em; padding-left:0.2em; margin-bottom:1em; list-style-position:outside;}
ul.arrowList li { background:url(/images/bullet.gif) 0em 0.3em no-repeat; /* change background em accordingly */ padding-left: 0.8em; list-style: none;list-style-position:outside; }
.arrowList ul li { background-image:url(/images/bullet_child.gif); }

ol.arrowList li, ul.niceList li { margin-bottom:0.5em; }

ol.arrowList { margin-left:1.5em; padding-left:0px; }
.arrowList ol li { list-style:decimal; background-image:none; padding-left:0em; }
/*************************************** TABLES */

table {
	margin: 2em 0;
}

caption {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

thead th {
	background-color: black;
	color: white;
}

/* for alternate rows */
tr.shaded {
	background-color: #ddd;
}

th,
td {
	padding: 0.3em;
}

td {
	vertical-align: top;
}



/*************************************** FORMS */
.submit input
{
color: #ffffff;
background: #eb2d2f;
border: 1px solid #024c7d;
padding-top:2px;
padding-bottom:2px;
font-weight:bold;
}
.submit input:hover
{
color: #024c7d;
background: #eb2d2f;
border: 1px solid #024c7d;
padding-top:2px;
padding-bottom:2px;
}
fieldset {
	border: dotted 1px #999;
	padding: 1em;
	margin: 1em auto;
}

legend {
	font-size: 1.3em;
	font-weight: bold;
	background-color: white;
	padding: 0 0.25em;
}

label {
	font-weight: bold;
}

/* For inline labels and inputs, enclose both in <div class="row"> */
.row {
	margin: 0.5em 0;
}

.row label {
	display: block;
	float: left;
	width: 10em;
	margin-right: 0.75em;
}

.required {
	color: red;
}

textarea {
	border: solid 1px #999;
}



/* INLINE ELEMENTS */

strong {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

acronym,
abbr {
	border-bottom: dotted 1px #666;
	cursor: help;
}

sup,
sub {
	font-size: 75%;
	line-height: 0;
}

q:lang(en) {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

kbd,
pre {
	font-family: Courier, monospaced;
}


/*************************************** LINKS */

a:link {
	color: #035e8c;
	text-decoration:underline;
}

a:visited {
	color: #035e8c;
	text-decoration:underline;
}

a:focus,
a:hover,
a:active {
	color: #4c891c;
}

a#footerlink:link {
	color: #ffffff;
	text-decoration:underline;
}

a#footerlink:visited {
	color: #ffffff;
	text-decoration:underline;
}

a#footerlink:focus,
a#footerlink:hover,
a#footerlink:active {
	color: #eb2d2e;
}

a.contest:link {
	color: #ffffff;
	text-decoration:underline;
}

a.contest:visited {
	color: #ffffff;
	text-decoration:underline;
}

a.contest:focus,
a.contest:hover,
a.contest:active {
	color: #eb2d2e;
}

a.myhc:link {
	color: #ffffff;
	text-decoration:underline;
font-weight:bold;
font-size:1.2em;
}

a.myhc:visited {
	color: #ffffff;
	text-decoration:underline;
font-weight:bold;
font-size:1.2em;
}

a.myhc:focus,
a.myhc:hover,
a.myhc:active {
	color: #ffffff;
font-weight:bold;
font-size:1.2em;
}

/* ACCESSIBILITY */

a#skipnav:link,
a#skipnav:visited {
	position: absolute;
	width: 100%;
	left: -999em !important;
	margin; 1em auto;
	text-align: center;
	background-color: white;
}

a#skipnav:focus,
a#skipnav:active {
	left: 0 !important;
}

/*************************************** BLOCK ELEMENTS */

h1,h2,h3,h4,h5,h6 {
	line-height: 1.25;
}

h1 {
	font-weight: bold;
	margin-bottom: 1em;
	line-height:1.1em;
	font-size:1.4em;
	color:#01676b;
	margin:0;
	padding-bottom:.6em;
}

h2 {
	margin: 0;
	font-size:1.4em;
	font-weight:bold;
	color:#ffffff;
	margin:0;
	padding-bottom:.3em;
	background-image: url(/images/headerbg.png);
	background-repeat:no-repeat;
	height:40px;
	margin-left:-5px;
	padding-top:5px;
	padding-left:5px;
	margin-right:-5px;
}

h2.nobg{

	margin: 0;
	font-size:1.2em;
	font-weight:bold;
	color:#01676b;
	margin:0;
	padding-bottom:.3em;
	background-image:none;
	
}

h3 {

	margin: 0;
	font-size:1em;
	font-weight:bold;
	color:#01676b;
	margin:0;
	padding-bottom:.3em;
}

h1.LightHead {
	font-weight: bold;
	margin-bottom: 1em;
	line-height:1.1em;
	font-size:1.8em;
	color:#006398;
	margin:0;
	padding-bottom:.8em;
}
h2.LightHead  {
	margin: 0.5em 0 0.25em 0;
	font-size:1.5em;
	font-weight:bold;
	color:#006398;
	margin:0;
	padding-bottom:.8em;
}

h3.LightHead  {

	margin: 0.25em 0 0.25em 0;
	font-size:1.2em;
	font-weight:bold;
	color:#006398;
	margin:0;
	padding-bottom:.8em;
}

p {
	margin: 0 0 1.5em 0;
		font-family: arial, verdana, ms sans serif;
	font-size:12px; 
	margin: 0px; 
	padding-bottom:1em;
}

blockquote {
	margin: 1em 8em;
}

address {
	margin: 1em 0 1em 2em;
}

/*****************************/
/***************************************END BASE STYLES
/*****************************/

body{
	background:#1a1c10 url(/images/bg.jpg) ;
	background-repeat:repeat;
	background-position:center;
	background-position:top;
	font-size:12px;
height:100%;
min-height:100%;
 position:relative;
}

#header{
	width:1180px;
	margin-left:auto;
	margin-right:auto;
	height:160px;
	background-image:url(images/mstheader.jpg);
}
#head1{
	float:left;
	margin-left:120px;
	width:365px;
	margin-top:125px;
}
#head2{
	float:left;
	width:218px;
}

#head3{
	float:left;
	width:325px;
	margin-top:125px;
	text-align:right;
	padding-left:60px;

}




#mainmst{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/mstbody.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-left:50px;
	padding-top:10px;
	padding-bottom:15px;
	margin-bottom:0px;
	min-height:500px;
	
	
}

#footer{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/mstfooter.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-left:80px;
	padding-bottom:15px;
	height:135px;
	padding-top:50px;
	color:#ffffff;
	text-align:center;
}

#footer p{
		text-align:center;
}

.widget_text{
list-style:none;
padding:0px;
margin:0px;
}
.widget{
	list-style:none;
padding:0px;
margin:0px;
}
.textwidget{
	padding:0px;
margin:0px;
margin-bottom:10px;
}


#mainleft{
	float:left;
	width:600px;
	margin-right:10px;
}

#mainright{
	float:left;
	width:332px;


}

.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border: 3px solid #00acba;
}

#navmst {padding:0; margin:0; list-style:none; height:28px; position:relative; z-index:500; font-family:verdana,arial, sans-serif; color:#ffc12e; font-size:16px; font-weight:bold;  }
#navmst li.top {display:block; float:left; height:28px;color:#000000; font-size:14px; }
#navmst li a.top_link {display:block; float:left; height:25px; line-height:33px; color:#ccc; text-decoration:none; cursor:pointer;color:#ffc12e; font-size:14px; font-family:verdana,arial, sans-serif; font-weight:bold; padding-right:0px;}
#navmst li a.top_link span {display:block; float:left; height:25px; line-height:33px; color:#ccc; text-decoration:none; cursor:pointer;color:#ffc12e; font-size:14px; font-family:verdana,arial, sans-serif; font-weight:bold; padding-right:0px; margin-right:20px;}
#navmst li a.top_link span.down {display:block; float:left; height:25px; line-height:33px; color:#ccc; text-decoration:none; cursor:pointer;color:#ffc12e; font-size:14px; font-family:verdana,arial, sans-serif; font-weight:bold; padding-right:0px; margin-right:20px; }

#navmst li:hover a.top_link {color:#fff; color:#000000;background-color::#66390f;}
#navmst li:hover a.top_link span {color:#ffffff;background-color::#66390f;}
#navmst li:active a.top_link span {color:#000000;background:#66390f;}
#navmst li:hover a.top_link span.down {color:#000000;background-color::#66390f;}



/* Default list styling */

#navmst li:hover {position:relative; z-index:200;}

#navmst li:hover ul.sub
{left:1px; top:25px; background: #d7df21; border:1px solid #5c731e; white-space:nowrap; width:100px; height:auto; z-index:300;}
#navmst li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:100px; }
#navmst li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:98px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #bbd37e;}
#navmst li ul.sub li a.fly
{}
#navmst li:hover ul.sub li a:hover 
{background:#6a812c; color:#fff; border-color:#fff;}
#navmst li:hover ul.sub li a.fly:hover
{ color:#fff;}


#navmst li:hover li:hover ul,
#navmst li:hover li:hover li:hover ul,
#navmst li:hover li:hover li:hover li:hover ul,
#navmst li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #000000; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:90px; z-index:400; height:auto;}

#navmst ul, 
#navmst li:hover ul ul,
#navmst li:hover li:hover ul ul,
#navmst li:hover li:hover li:hover ul ul,
#navmst li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#navmst li:hover li:hover a.fly,
#navmst li:hover li:hover li:hover a.fly,
#navmst li:hover li:hover li:hover li:hover a.fly,
#navmst li:hover li:hover li:hover li:hover li:hover a.fly
{ color:#fff; border-color:#fff;} 

#navmst li:hover li:hover li a.fly,
#navmst li:hover li:hover li:hover li a.fly,
#navmst li:hover li:hover li:hover li:hover li a.fly
{ color:#000; border-color:#bbd37e;} 

#box1{
background-image:url(images/box1.jpg);
background-repeat:no-repeat;
width:503px;
padding-left:10px;
padding-right:10px;
padding-top:18px;
}
#box1foot{
background-image:url(images/box1foot.jpg);
background-repeat:no-repeat;
height:12px;
width:523px;
}

h1.box{
	color:#350501;
	margin-left:35px;
	margin-bottom:5px;
}
h2.box{
	color:#350501;
}
h3.box{
	color:#350501;
}

#col1{
width:523px;
margin-right:10px;
float:left;
}

#col2{
	width:345px;
	float:left;
	
}

#foot{
	background-image:url(images/footer.jpg);
	height:68px;
	padding:10px;
	width:860px;
text-align:center;
	margin-top:10px;
}
#foot p{

text-align:center;
	
}
	.imgpad{
	margin-bottom:10px;
}
#connect{
	background-image:url(images/connect.jpg);
	height:41px;
	padding-top: 10px;
	padding-left:250px;
}


.widget_gigpress{
background-image:url(/images/gigback.png);
background-repeat:repeat;
	border:1px solid #01676b;
padding:0px;
width:330px;
}
.gigpress-listing{

	margin-top:0px;
}

.vevent
{
	list-style:none;
}
#comment{
	background-color:#ffffff;
}

.dtstart{
	margin-left:5px;
}
.summary{
	margin-left:5px;
}

.gigpress-sidebar-more
{
text-align:right;
margin-right:5px;
}

#footer_meta{
	margin:0px;
	padding:0px;
}
.single-post{
		background: url(/images/post_separator.png);
	background-repeat:repeat-y;
	background-repeat:repeat;
	}
	
	.ngg-albumtitle{
	font-size:12px;
	}
	
	
	.ngg-album{
		border:0px;
		border: 1px solid #1px solid #66390f;	
	}
	
.vevent{
	border:0px;
border-bottom:2px solid #00636d;	
padding-bottom:2px;

}
