<!--

/* GENERAL */

body {
	font-family: Arial, Verdana;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: normal;
	color: #ccc;
	margin: 0px;
	padding: 0;
	text-align: center; 
	background: #333;
}

div {
padding: 0;
margin: 0;
}

div img {
padding: 0;
margin: 0;
display: block;
}

div.sectionEnd {
	clear: both;
}

a { color: #69C; text-decoration: none; }
a:hover { text-decoration: underline; }

p { line-height: 1.3em; margin: .2em 0 1em; }

h1, h2, h3 { font-weight: normal; color: #000; }
h1 { font-size: 1.7em; padding-bottom: 10px; }
h2 { padding-top: 10px; padding-bottom: 10px; font-size: 1.3em; font-weight: bold;}
h3 { padding-top: 10px; padding-bottom: 10px; font-size: 1.1em; }

input {	
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}
input.fieldError {      
        border: 2px solid #69c;
}
input.fieldNormal { }

p.fieldError {
        font-size: 12px;
        color: #69c;
}
p.fieldNormal {
        font-size: 12px;
        color: #999;
}

label.fieldError
{
        font-size: 14px;
        color: #69c;
}
label.fieldNormal
{
        font-size: 14px;
        color: #fff;
}
#wrapper {
	position: relative;
	width: 910px; 
	margin: 0 auto; 
	text-align: left; 
}



/* HEADER */

div.header {
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
	left: 20px;
	height: 40px;
	width: 890px;
}
div.title {
	position: absolute;
	left: 0px;
	bottom: -5px;
	vertical-align: text-bottom;
	font-size: 24px;
	color: #fff;
}
div.title img {
	position: relative;
	left: -2px;
	bottom: 3px;
}
div.titleOptions {
	position: absolute;
	left: 375px;
	bottom: 5px;
	font-size: 14px;
}
div.searchForm {
	position: absolute;
	right: 6px;
	bottom: 7px;
}
div.searchForm input {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	color: #000;
}
div.searchForm input.text {
	border: 1px solid #69c;
	padding: 2px;
	background: #ccc;
	color: #000;
	font-weight: normal;
}
div.searchForm input.submit {
	border: 0px solid #000;
}



/* FEATURE IMAGE */

#feature {
	position: relative;
	width: 100%;
}
#featureImage {
	position: relative;
	top: 0px;
	left: 0px;
	width: 754px;
	background: #111;
}
#featureImage img {
	border: 2px solid #111;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#aboutImage {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 754px;
	background: #111;
}
#aboutImage img {
	border: 2px solid #111;
	display: block;
	margin-right: auto;
	margin-left: auto;
}



/* THUMBNAILS */

#featureThumbs {
	position: absolute;
	background: #222;
	top: 0px;
	right: 0px;
	width: 144px;
	height: 504px;
}
.thumbsEmptyMessage {
	margin: 20px;
}
#featureThumbs img {
	width: 70px;
	height: 70px;
	border: 1px solid #222;
	float: left;
}
#featureThumbs a:hover img {
	border: 1px solid #69c;	
}

#thumbNav {
	position: absolute;
	top: 570px;
	right: 0px;
	width: 142px;
	font-size: 18px;
	color: #999;
	text-align: center;
	font-size: 12px;
}
#thumbNav img {
	vertical-align: middle;
	display: inline;
}



/* FEATURE IMAGE CONTROLS */

div.imageControls {
	position: relative;
	width: 714px;
	padding: 20px;
	font-size: 12px;
}
div.imageControlsLeft {
	float: left;
	width: 314px;
}
div.imageControlsRight {
	float: right;
	width: 350px;
}
div.imageControls img {
	display: inline;
}
div.imageCaption {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 14px;
	color: #fff;
}
div.imageDescription {
	position: relative;
	top: 0px;
	left: 0px;
	color: #999;
	margin-top: 5px;
}
div.imageMeta {
	position: relative;
	top: 10px;
	left: 0px;
	color: #666;
}
div.imageOptions {
	position: absolute;
	top: 0px;
	right: 147px;
	text-align: left;
}
div.imageOptions td {
	text-align: left;
}
.featureControlsOptionTitle {
	color: #999;
	font-weight: bold;
}
a.selected {
	color: #fff;
	font-weight: bold;
}


/* BLOG */

div.blog {
	position: relative;
	width: 910px;
	background: #fff url('/images/blogbg2.gif');
	padding-top: 90px;
	color: #222;
}
div.blogNav {
	position: absolute;
	top: 20px;
	right: 170px;
}
div.blogCategories {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 350px;
}
div.blogEntry {
	position: relative;
	width: 910px;
	padding-top: 10px;
	padding-bottom: 15px;
 	border-top: 1px dotted #999;
}
div.blogContent {
	float: left;
	top: 0px;
	left: 0px;
	width: 714px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
}
div.blogContent img {
	max-width: 714px;
}
div.blogMeta {
	margin-top: 15px;
	float: right;
	width: 140px;
	color: #ccc;
	font-size: 12px;
	margin-bottom: 20px;
}
div.tabItem {
	padding-top: 10px;
	padding-bottom: 5px;
 	border-top: 1px dotted #999;
}
.blogTitle {
	color: #000;
	font-size: 1.5em;
	margin-bottom: 10px;
}
.navCurrentPage
{
        color: #000;
        background: #fff;
        margin-right: 10px;
        padding: 3px;
        font-size: 12px;
        border: 1px solid #000;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
.navPage
{
        background: #222;
        margin-right: 10px;
        padding: 3px;
        font-size: 12px;
        border: 1px solid #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
.navPage a
{
        color: #fff;
}
.navPage a:hover
{
        color: #fff;
        text-decoration: none;
}



/* EVENTS */

div.events {
	margin-top: 30px;
	position: relative;
	padding: 20px;
	width: 714px;
	background: #444;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
}



/* FOOTER */

#footer {
	position: relative;
	padding: 20px;
	width: 714px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: .8em;
}
#footer img {
	display: inline;
}


/* ENTRY */

#entryImageWrapper {
	position: relative;
	width: 910px; 
	margin: 0 auto; 
	text-align: left; 
}
#entryBlogWrapper {
	position: relative;
	width: 910px; 
	margin: 0 auto; 
	text-align: left; 
}
#entryImage {
	width: 754px;
	height: 504px;
	padding: 10px;
}
#entryImage img {
	border: 1px solid #fff;
	display: block;
}
#entryBlogWrapper div.blog {
	padding-top: 0px;
}
#entryBlogWrapper div.blogEntry {
 	border-top: 0px dotted #999;
}


/* COMMENTS */
div.commentForm {
	position: relative;
	width: 714px;
	padding: 20px;
	margin-top: 20px;
	background: #444;
	font-size: 12px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
}
div.comments {
	position: relative;
	width: 910px;
	background: #222 url('/images/blogbg.gif');
	margin-top: 20px;
	color: #ccc;
}
div.comment {
	position: relative;
	width: 910px;
	padding-top: 10px;
	padding-bottom: 15px;
 	border-top: 1px dotted #999;
}
div.commentContent {
	float: left;
	top: 0px;
	left: 0px;
	width: 714px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background: #222;
}
div.commentContent img {
	max-width: 714px;
}
div.commentMeta {
	margin-top: 15px;
	float: right;
	width: 140px;
	color: #ccc;
	font-size: 12px;
	margin-bottom: 20px;
}


/*  ERROR PAGE  */

#errorPage {
	position: relative;
	width: 700px; 
	padding-top: 50px;
	margin: 0 auto; 
	text-align: center; 
}


-->
