/*
Theme Name: ODA Theme
Theme URI: http://wordpress.org/
Description: ODA Website built by <a href="http://www.sharpedesigns.co.nz">Sharpe Designs</a>.
Version: 1.0
Author: Julie Sharpe
Author URI: http://www.sharpedesigns.co.nz/
Tags: oda, custom header, fixed width, two columns, widgets

*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
.clear {
	clear: both;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	height: 100%;
	background:url(img/new-background.jpg) repeat-y center;
	background-color:#000;
	margin: 0 0 20px 0;
	padding: 0;
	}
p {
	text-align:justify;
	color:#777777;
	font-size:13px;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
}
h1{
	font-size:30px;
	margin: 0px;
	padding: 0px;
	padding-top:15px;
	padding-bottom:20px;
	text-align:left;
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 0.9em;
}
h2{
	font-size:16px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	color:#777;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:900;
}
h4{
	font-size:16px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	color:#776B54;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:900;
}
h4 a{
	font-size:16px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	color:#776B54;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:900;
}
h4 a:hover, h4 a:active{
	text-decoration:underline;
	color:#776B54;
}
#page {
	min-height: 100%;
	text-align: left;
	margin: 0px auto;
	padding: 0 20px 0 20px;
	
	width: 980px;
	background-image:url(img/page_bg.png);
	}
#column_top{
	margin: 0px auto;
	height:21px;
	width:1020px;
	background-image:url(img/column_top.png);
}

#header {
	float:left;
	margin: 0;
	padding: 0;
	height: 168px;
	width: 980px;
	background-color:#FFF;
	background:url(img/banner.jpg);
	}
	#header .banner{
		float:left;
		height:131px;
		width: 980px;
	}
	#header .navbar{
		float:left;
		height:37px;
		width:980px;
		
	}
		#header .navbar h1{
			padding:0px;
			margin-top:12px;
			text-align:center;
			font-size:16px;
			
		}
		#header .navbar .active_tab{
			float: left;
			height:37px;
			width:163px;
			background-image:url(img/bar_active.png);
		}
			#header .navbar .active_tab h1{
				color:#000;
			}
		#header .navbar .inactive_tab{
			float: left;
			height:37px;
			width:163px;
			background-image:url(img/bar_inactive.png);
		}
			#header .navbar .inactive_tab h1{
				color:#CCC;
			}
			#header .navbar .inactive_tab a, #header .navbar .inactive_tab a:visited{
				color:#CCC;
				text-decoration:none;
			}
			#header .navbar .inactive_tab a:hover, #header .navbar .inactive_tab a:active{
				color:#000;
				text-decoration:underline;
			}
#content_ctn{
	float:left;
	width:980px;
	padding-top:20px;
	background-color:#FFF;
}
#content {
	min-height: 500px;
	font-size: 1.2em;
	margin-top:24px;
	}
	.narrowcolumn {
		float: left;
		padding: 0px 10px 40px 10px;
		margin: 0px 0 0;
		width: 490px;
		}
		.narrowcolumn .post{
			float:left;
			width:648px;
		}
.main_right {
	float: right;
	width: 270px;
	color: #CCC;
}
	.main_right .top{
		float:left;
		width:270px;
		height:48px;
		background-image:url(img/menubg2-top.png);
	}
	.main_right .mid{
		float:left;
		width:270px;
		background-image:url(img/menubg2-mid.png);
		min-height:500px;
	}
	.main_right .mid p{
		text-align:left;
		font-size:11px;
		padding-left:25px;
		padding-right:25px;
	}
	.main_right .mid img{
		padding-left:20px;
	}
	.main_right .mid h1{
		font-size:26px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:400;
		padding-top:0px;
		padding-left:25px;
		padding-right:25px;
	}
	.main_right .mid a, .main_right .mid a:visited{
		color:#999;
	}
	.main_right .btm {
		float:left;
		width:270px;
		height:83px;
		background-image:url(img/menubg2-btm.png);
	}
#main_footer{
	text-align:center;
}
/* Begin Sidebar */
#sidebar {
	float:left;
	width: 200px;
	
	}
	#sidebar .top{
		background-image:url(img/menubg-top.png);
		height:35px;
	}
	#sidebar .mid{
		background-image:url(img/menubg-mid.png);
		width:140px;
		padding-left:30px;
		padding-right:30px;
	}
		#sidebar .mid p{
			text-align:left;
		}
	#sidebar .btm{
		background-image:url(img/menubg-btm.png);
		height:183px;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 15px;
	font-size:26px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:400;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	font-size:12px;
	}
#sidebar ul li a, #sidebar ul li a:visited{
	color:#666;
	text-decoration:none;
}
#sidebar ul li a:active, #sidebar ul li a:hover{
	color:#333;
	text-decoration:underline;
}
/* End Entry Lists */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */
div#footer {
	width:1020px;
	margin: 0px auto;
	background:url(img/column_btm.png) no-repeat top;
	height:50px;
}
	div#footer p {
		font-family:Verdana, Geneva, sans-serif;
		text-align:center;
		color:#ccc;
		padding-top:20px;
		margin:0px;
		font-size:12px;
	}
	div#footer a {
		font-size:12px;
		font-family:Verdana, Geneva, sans-serif;
		color:#999;
	}
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(images/highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(images/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(images/highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(images/highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

.hidden-container {
	display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}
.highslide1 {	cursor: url(images/highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}