/*----------------------- 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; }

body  {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	background: #FFFFFF;
	margin: 5px;
	color:#7d7d7d;
	line-height:18px;	
}

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


a img { border: 0px; }
a { color:#D61D23; text-decoration:underline; }


/*---------------------- layout and such --------------- */
#container { width: 980px; margin-left: 15px; }
#header { height: 110px; width: 340px; clear: both; }
#menu { width: 145px; float: left; margin-right: 15px;}
#content { width: 815px; float: left;}
#big-column { width: 600px; float: left; margin-right: 15px; }
#small-column { float: left; width: 200px; margin-right: 15px; }
#big-column.last-column, #small-column.last-column { margin-right: 0px; }
#footer { margin-left: 160px; padding: 10px 0px; font-size: 11px; height: 30px; }

/*------------------- menu ----------------------- */
#menu ul { list-style: none;}
#menu a:hover, #menu a.active { background: #D61D23; color: #FFFFFF; }
#menu ul ul a:hover { background: #ececec; color: #D61D23; }
#menu a.top-level { outline: none; }

#menu a {
	display: block;
	padding: 0.15em 0.75em;
	color: #D61D23;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}


#menu ul ul a {
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	width: 90%;
}




/*------------ typography and styles ------------ */
h1, h2 { color: #D61D23; font-weight:bold; letter-spacing:1px; }
h1 { font-size:120%; text-transform: uppercase; }
h2 { font-size:14px; margin-bottom: 0px; }
p.title { color: #D61D23; margin-top: -10px; font-weight: bold;}




/************* BEGIN FORGE DEFAULTS ***********/
/*--------------- forms ------------- */
table.form {
	font-size: 10px;
	border-top: 1px solid #BFBEAE;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
table.form tr td {
	padding: 6px;
	border-bottom: 1px solid #d2d0bf;
	vertical-align: top;
}

table.form tr td img {
	vertical-align: middle;
}
table.form td.label {
	width: 20%;
	font-size: 9px;
	font-weight: bold;
	color: #665E59;
	text-transform: uppercase;
	vertical-align: top;
}
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: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed silver;
}

.post h2 a {
	text-decoration: none;
}

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


/*------------- 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;
	width: 600px;
}
#flash-notice {
	color: #577700;
	border: 1px solid #658900;
	background: url(/images/forge/miniicons/icon_accept.gif) #E9F1D5 no-repeat 6px 6px;
}
.errorExplanation, #flash-warning, #flash-error {
	color: red;
	border: 1px solid red;
	background: url(/images/forge/miniicons/action_stop.gif) #FFC9C9 no-repeat 8px 6px;
}

.errorExplanation h2 {
	color: red;
	text-transform: none;
	margin-top: 2px;
}
div.fieldWithErrors {
	display: inline;
}