/* Middleseatimprov.com StyleSheet */
/* common.css */
/* defines site-wide styles */

/* BEGIN RESET STYLES */

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* END RESET STYLES */

/* BEGIN COMMON STYLES */

body {
    font: normal 62.5%/100% Helvetica, Arial, sans-serif;
	color: black;
	background-color: #FFFFFF;
	text-align: center;
}

a {
	color: #006a25;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	font-style: italic;
}

strong {
        font-weight: bold;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clearboth {
	clear: both;
}

.zemError {
    border: 1px solid red;
	margin: 0 20px 20px 20px;
	padding: 10px;
	color: red;
}

.zemError li {
	margin-bottom: 5px;
}


/* END COMMON STYLES */

/* BEGIN LAYOUT STYLES */

#pagewrapper {
	width: 940px;
	margin: 0 auto 25px auto;
	padding: 0 10px;
	text-align: left;
}

#header {
	margin-top: 25px;
}

#header .right {
	width: 700px;
}

#header .right h1 {
	text-indent: -5000em;
	overflow: hidden;
}

#header .right h1 a {
	display: block;
	width: 700px;
	height: 155px;
	background: transparent url('/images/5.jpg') top right no-repeat;
}

#header .right h2 {
	display: none;
	visibility: hidden;
}


#col1 p {
	font-size: 1.2em;
	line-height: 1.2em;
}


#footer {
	text-align: right;
	color: #999999;
	padding-top: 227px;
        border-bottom: 1px solid #656565;
	background: transparent url('/images/13.jpg') bottom left no-repeat;
}

/* END LAYOUT STYLES */

/* BEGIN MAIN NAV STYLES */

#main_nav {
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin: 15px 0;
}

#main_nav a {
	color: #000000;
}

#about #main_nav_about,
#cast #main_nav_cast,
#shows #main_nav_shows,
#contact #main_nav_contact,
#booking #main_nav_booking {
	color: #006A25;
}

#main_nav li {
	display: inline;
	padding-left: 7px;
}

#main_nav a:hover {
	color: #006a25;
}

#main_cast {
	text-indent: -5000px;
	padding-top: 70px;
}

#main_cast li {
	margin-bottom: 7px;
}

#main_cast a {
	display: block;
	height: 16px;
}

#main_cast_trask {
	width: 121px;
	background: transparent url('/images/4.gif') 0 0 no-repeat;
}

#main_cast_trask a:hover {
	background: transparent url('/images/4.gif') 0 -16px no-repeat;
}

#main_cast_russell {
	width: 157px;
	background: transparent url('/images/4.gif') -140px 0 no-repeat;
}

#main_cast_russell a:hover {
	background: transparent url('/images/4.gif') -140px -16px no-repeat;
}	

#main_cast_mcshane {
	width: 187px;
	background: transparent url('/images/4.gif') -313px 0 no-repeat;
}

#main_cast_mcshane a:hover {
	background: transparent url('/images/4.gif') -313px -16px no-repeat;
}

/* END MAIN NAV STYLES */

/* BEGIN UPCOMING SHOW STYLES */

#upcoming {
	background: #E2E2E2 url('/images/6.jpg') top right repeat-y;
	padding: 10px;
	margin-bottom: 10px;
  font-size: 90%;
}

#upcoming-header {
  line-height: 100%;
}

#upcoming img {
	float: left;
	margin-right: 15px;
}

#upcoming ul {
	font-size: 1.2em;
	margin: 7px 0;
}

#upcoming li {
	margin-bottom: 5px;
}

#upcoming li strong {
	text-transform: uppercase;
}

/* END UPCOMING SHOW STYLES */

/* end common.css */