/* @override http://www.villagetheatre.org.nz/stylesheets/main.css */

* {
	text-decoration: none;
	font-variant: normal;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

h1, h2, h3, h4 {
	font-weight: normal;
}

body {
background: #980001 url(/images/background.jpg) repeat-y center;
text-align:center;
min-height:100px;/* for good browsers*/
min-width:300px;

}

td, a:link, a:visited, p, ul, li, ol, td {
margin-bottom: 16px;
	line-height: 160%;
	font-style: normal;
	font-size: 12px;
}

#page { 
height:100%;
width:100%;
vertical-align:middle;
}

#container {
position:relative;
vertical-align:middle;
width:914px;
	margin-right: auto;
	margin-left: auto;
}

#contentWrapper {
	width:770px;
	overflow:hidden;
	background-color: #fff;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {

	margin-bottom: 0;
	padding: 0;
	background-color: #fff;
}

#nav1, #nav2 {
	margin: 25px auto 0 30px;
	padding: 0;
	clear: both;
}

#nav1 ul li, #nav2 ul li {
	float: left;
	list-style-type: none;
}

#nav1 a, #nav1 a:visited, #nav2 a, #nav2 a:visited {
	
	color: #454545;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font-size: 12px;
	padding: 0px 12px; 
	border-left: 1px solid #999;
}

#nav1 li.first a:link, #nav1 li.first a:visited, #nav2 li.first a:link, #nav2 li.first a:visited {
	border-left-style: none;
}


#nav1 a:hover, #nav2 a:hover {
	color: #b0b0b0;
}

#nav1 li.selected a, #nav2 li.selected a  {

	color: #0d0d0d;
	font-weight: bold;
	font-size: 13px;
}

#content {
	text-align: left;
	padding: 20px 40px 40px;
margin: 0 auto;


	
}


#content h1 {
	color: #ad0917;
	margin-bottom: 15px;
	margin-top: 15px;
	font-style: normal;
	font-size: 32px;
	clear: both;
	text-align: left;
}

#content h2 {
	color: #000;
	margin-bottom: 10px;
	font-style: normal;
	font-size: 18px;	
}

#content h3 {
	color: #5b5b5b;
	margin-bottom: 10px;
	font-style: normal;
	font-size: 16px;
}

#content img {
	float: left;
	padding-right: 20px;
}

#content a {
	color: #004e74;
	text-decoration: underline;
}

#content ol {
	color: #000;
	list-style-position: inside;
	list-style-type: disc;
margin-top: -20px;
	line-height: 19px;
	font-style: normal;
	font-size: 10pt;
}

.blog {
	width: 320px;
	height: 200px;
	float: left;
	padding: 0 25px 30px 0;
}

.entry {
	width: 190px;
	float: right;
	margin-top: -5px;
}

#content .blog .image img {
	float: left;
	width: 110px;
	padding: 0;
}

#content .title h2 a {
	color: #000;
	margin-bottom: 10px;
	font-style: normal;
	font-size: 18px;
	text-decoration: none;
}

.entry h4 {
	color: #980001;
}

#footer {
	margin-top: 0;
	margin-bottom: 10px;
	clear: both;
	padding-top: 40px;
}

#footer p {
	color: #980001;
	padding-top: 7px;
	font-style: normal;
}

#footer .byline, #footer a, #footer a:visited {
	color: #999;
	text-decoration: none;
	padding-top: 4px;
	font-style: normal;
	font-size: 9px;
}

div#contentBlock table, div#contentBlock td {
	border-style: none;
}

div#contentBlock td {
	padding-right: 10px;
}

