/*
Design & Code (c) Inspire9 Inc.
Admin9 - Content Management System

Master styling */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
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: 11px/120% Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	color: #555;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
:focus {
	outline: 0;
}
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: "" "";
}

/* Headings H1-H6 */
h1 {}

h2 {
	font-size: 1.6em;
	margin-top: 1.5em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #4b3b25;
	color: #3A3535;
	font-style: italic;
}


h3 { }

h4 { }

h5 { }

h6 { }

body {
	background: #967348;
}
#container {
	margin: 10px auto;
	width: 835px;
	padding: 0 35px 0 30px;
	background: url(../images/bg.gif) repeat-y;
}
#top {
	margin-left: -30px;
	height: 19px;
	width: 900px;
	background: url(../images/bg_top.gif) no-repeat top left;
}
#bottom {
	margin: 0px 0 0 -30px;
	width: 900px;
	height: 21px;
	background: url(../images/bg_bottom.gif) no-repeat top left;
}
#header {
	margin-top: -6px;
	height: 109px;
	border: 2px solid #59472E;
	border-bottom: none;
	background: #EDE2D1 url(../images/header_bg.gif) repeat-x left bottom;
}
#header h1#logo {
	text-indent: -5000px;
	width: 299px;
	height: 80px;
	background: url(../images/h1_logo.gif) no-repeat;
	margin: 8px 0 0 12px;
}
#header img {
	float: right;
}
#nav {
	margin: 0;
	height: 40px;
	background: #213520;
	border: 1px solid #40593E;
	border-left: none;
	border-right: none;
	margin-left: -7px;
	padding-left: 50px;
	width: 800px;
}
#nav li {
	float: left;
	height: 40px;
}
#nav li a {
	height: 40px;
}
#nav li a:hover {
	opacity: .60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
#nav li.thestory a {
	display: block;
	text-indent: -5000px;
	background: url(../images/nav_thestory.gif) no-repeat 50% 50%;
	width: 160px;
}
#nav li.today a {
	display: block;
	text-indent: -5000px;
	background: url(../images/nav_today.gif) no-repeat 50% 50%;
	width: 160px;
}
#nav li.history a {
	display: block;
	text-indent: -5000px;
	background: url(../images/nav_history.gif) no-repeat 50% 50%;
	width: 160px;
}
#nav li.ownerslisting a {
	display: block;
	text-indent: -5000px;
	background: url(../images/nav_ownerslisting.gif) no-repeat 80% 50%;
	width: 160px;
}

#content {
	background: #EDE2D1 url(../images/content_bg.gif) repeat-x top;
	min-height: 200px;
	padding: 20px 20px 20px 20px;
	border: 2px solid #59472E;
	border-top: none;
}

#content .col {
	margin-left: 20px;
	padding: 10px;

	float: left;
}

#content .col:first-child {
	margin-left: 0;
}
#content p {
	text-align: justify;
}
#content .col img {
	margin: 0;
}

#home #content .col {
	min-width: 260px;
}

#history #content h2.pigeonbank {
	background: url(../images/history1.gif) no-repeat 50% left;
	text-indent: -9000px;
}
#today #content h2.kangarooground {
	background: url(../images/history2.gif) no-repeat 50% left;
	text-indent: -9000px;
}

#pbslideshow {
	position: relative;
	float: right;
	width: 485px;
	height: 374px;
	margin-top: 10px;
	margin-right: 10px;
}
.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	width: 485px;
	height: 374px;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat 
}
#todayslideshow {
	position: relative;
	width: 650px;
	height: 500px;
	margin: 10px auto;
	}
#todayslideshow .slide-image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	width: 650px;
	height: 500px;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat 
}
#pbslideshow1, #pbslideshow3 {
	position: relative;
	float: right;
	width: 480px;
	height: 300px;
	margin: 0 0 25px 25px;
}
#pbslideshow2 {
	position: relative;
	float: left;
	width: 480px;
	height: 300px;
	margin: 10px 25px 25px 0;
}
#pbslideshow1 .slide-image, #pbslideshow2 .slide-image, #pbslideshow3 .slide-image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	width: 470px;
	height: 290px;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat 
}
ul#owners {
	padding: 0;
	margin: 0;
	height: 480px;
	width: 780px;
	list-style: none;
	position: relative;
}
ul#owners li {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	width: 770px;
	height: 480px;
	background: #EDE2D1;
	visibility: hidden;
	font-size: 1.4em;
	color: #5e5a53;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
ul#owners li h3 {
	font-size: 1em;
	color: #5e5a53;
	font-variant: small-caps;
	margin: 0;
}
ul#owners div.timeline {
	height: 15px;
	border: 2px solid #46433e;
	width: 650px;
	margin-left: 50px;
}
ul#owners div.timeline span {
	height: 15px;
	display: block;
	background: #0033CC;
}
ul#owners li img {
	max-width: 400px;
	max-height: 380px;
	margin-top: 10px;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #46433e;
}
#owners-next {
	right: 20%;
	top: 71%;
}
#owners-previous {
	left: 20%;
	top: 71%;
}

ol.owners {
	margin: 2em 4em;
}
ol.owners li {
	margin: 2em;
}