@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg-strip.jpg);
	background-repeat: repeat-x;
	background-color: #013300;
	height: 100%;
	font-family: Verdana, Fontin;
	color: #030;
	font-size: 0.9em;
}
.container {
	min-height: 100%;
	margin-top: 10px;
	background: #FFF url(../images/Yew-Modified2.jpg) repeat;
	-moz-border-radius: 10px;
	margin-bottom: -50px;
}
#logo {
	width: 830px;
	height: 121px;
	position: relative;
	display: block;
	left: 0px;
}
#logo.home {
	background-image: url(../images/logo-home-BP950.png);
}
#logo.news {
	background-image: url(../images/logo-news-BP950.png);
}
#logo.shootdates {
	background-image: url(../images/logo-shootdates-BP950.png);
}
#logo.resultsreports {
	background-image: url(../images/logo-resultsreports-BP950.png);
}
#logo.gallery {
	background-image: url(../images/logo-gallery-BP950.png);
}
#logo.membership {
	background-image: url(../images/logo-membership-BP950.png);
}
#logo.howtofindus {
	background-image: url(../images/logo-howtofindus-BP950.png);
}
#logo.aboutus {
	background-image: url(/images/logo-aboutus-BP950.png);
}
#logo.cabinfever {
	background-image: url(/images/logo-cabinfever-BP950.png);
}
#logo.shootreports {
	background-image: url(/images/logo-shootreports-BP950.png);
}
#logo span {
	height: 0;
	width: 0;
	overflow: hidden;
	display: block;
	text-align: center;
	vertical-align: middle;
}
div#navbox {
	text-align: right;
}
div#navbox ul {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
div#navbox a, div.navbox a:visited {
	display: block;
	text-decoration: none;
	border-right-style: solid;
}
div#navbox li {
	list-style-type: none;
}
.navlink {
	height: 30px;
	width: 100%;
	text-decoration: none;
	border-right-style: solid;
}
hr {
	width: 80%;
	background-color: #030;
	margin-bottom: 1.6em;
	margin-left: auto;
	margin-right: auto;
	color: #030;
}

#maintext {
}

div#footer {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 250px;
	text-align: inherit;
	font-size: 0.8em;
}
div#footer img {
	vertical-align: middle;
}
.navlink a:hover{
	background: #FF0;
}
.text-center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
html {
	height: 100%;
}
.main-text a {
	display:inline;
}


p.newsitem {
	font-weight: bold;
	color: #F00;
	text-align: center;
}
h3.newsitem {
	text-decoration: blink;
	text-align: center;
}	

.shootdate-list {
	width: 460px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.inline-image {
	margin: 5px;
}
h2 {
	margin: 0px;
}

h3.storytitle {
	margin-bottom: 0px;
}
div.storycontent {
	margin-top: 10px;
}
img.alignright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
img.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}