/*----------------------- document setup/defaults --------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0px; padding: 0px; }

p, h1, h2, h3 { margin-bottom: 10px; }

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }

a img { border: 0px; }

a { text-decoration: none; color: #86b840; font-weight: bold;}

a:hover { text-decoration: underline; }

input, select { font-size: 11px; }

small { font-size: 10px; }

body  {
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size:12px;
	background: #102417;
	margin: 0px;
	color:#252525;
	line-height:18px;	
}

.spacer {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}


/*----------------- layout -------------- */
#container { width: 980px; margin: 0px auto; background: url(/images/container-bg.gif) repeat-y;}
#menu { width: 880px; background: url(/images/menu-bg.gif) no-repeat; height: 33px; padding: 8px 50px; overflow: hidden; }
#header { width: 980px; height: 305px; background: url(/images/header.jpg) no-repeat; }
#logo { float: left; }
#flash-div { float: right; margin-right: 76px;}
#content { padding: 0px 50px 20px; } 
#footer { 
	height: 26px;
	background: url(/images/footer.gif) no-repeat; 
	width: 980px; 
	margin: 0px auto; 
	text-align: right;
	color: white;
	padding-top: 30px;
	font-size: 10px;
}


/*------------------- menu -------------------- */
#menu ul { list-style-type: none; }
#menu ul li { float: left; font-size: 14px; margin: 0px 10px 0px 0px; padding: 6px 10px 6px 0px; border-right: 1px solid #a0c960;}
#menu ul li.last { padding-right: 0px; margin-right: 0px; border: 0; }
#menu ul li a { color: #363636; text-decoration: none; font-weight: bold; }
#menu ul li a:hover { color: white; }


/*--------------------- columns ----------------- */
.column { float: left; background: #fff; }
.left, .big { margin-right: 22px; padding-right: 22px; border-right: 1px solid #e1f9be; }
.left { width: 350px; }
.right { width: 480px; }
.big { width: 580px; }
.small { width: 250px; }



/*--------------- typography/general ------------- */
h1 { font-size: 28px; }
h3 { font-size: 16px; }
h2 { color: #86b840; font-size: 22px; }
img { padding: 5px; border: 1px solid #E0E0E0;}
.divider { background: url(/images/shadow-divider.gif) center center no-repeat; height: 80px;}
.news-unit { margin-bottom: 20px; }
.float-left { float: left; }
.float-right { float: right; }
.icon { vertical-align: middle; }
ul, ol {
	margin-left: 20px;
}
ul li, ol li {
	margin-left: 15px;
}

.column table {
	border: 1px solid #DEDEDE;
}

.column table tr td, .column table tr th {
	border: 1px solid #DEDEDE;
	padding: 3px;
	width: 90%;
}
.pfpclub { padding-bottom: 15px; }

/*------------------------ callouts -------------- */
#callouts { margin: 0px 0px 10px 0px; padding: 0; overflow: hidden; }
.callout { padding: 10px; padding-top: 10px; background: #e1f9be; margin-bottom: 20px;}
.award { background: url(/images/checkmark.gif) left center no-repeat; padding: 5px 10px 5px 40px; }


/************* BEGIN FORGE DEFAULTS ***********/
/*--------------- forms ------------- */
table.form {
	font-size: 10px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
table.form tr td {
	padding: 6px;
	border: none;	
	vertical-align: top;
}
table.form tr td img {
	vertical-align: middle;
}
table.form td.label {
	width: 20%;
	font-size: 11px;
	font-weight: bold;
	color: #665E59;
	text-transform: uppercase;
	vertical-align: top;
}

table.form tr td.label small {
	font-size: 8px;
}

table.form td.control {
	width: 80%;
	vertical-align: top;
}


/*-------------- posts --------------- */
.pagination-info {
	line-height: 14px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 11px;
}

.post {
	margin-bottom: 25px;
}

.post h2, .post h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}

#comments {
	width: 90%;
}

#comments .comment {
	margin-bottom: 30px;
}

#comments .comment .text {
	font-size: 11px;
}

/*------------- photo gallery ------------- */
#photo-thumbnails {
	list-style: none;
}

#photo-thumbnails li {
	float: left;
	margin: 0px 26px 25px 0px;
	width: 96px;
	text-align: center;
	font-size: 11px;
}

#photo-thumbnails li img {
	width: 90px;
	height: 90px;
	padding: 2px;
	border: 1px solid silver;
}

#photo-thumbnails li.last {
	margin-right: 0px;
}


/*------------- flash messages ------------- */
.flash-msg, .errorExplanation {
	padding: 5px 10px 5px 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}
#flash-notice {
	color: #577700;
	border: 1px solid #658900;
	background: url(/images/icon_accept.gif) #E9F1D5 no-repeat 6px 6px;
}
.errorExplanation, #flash-warning, #flash-error {
	color: red;
	border: 1px solid red;
	background: url(/images/action_stop.gif) #FFC9C9 no-repeat 8px 6px;
}
.errorExplanation {
	width: 500px;
}
.errorExplanation h2 {
	display: none;
}
div.fieldWithErrors {
	display: inline;
}
