/*----------------------- document setup --------------------------------- */
body {
	margin: 0px;
	background: url(/images/header-bg.jpg) repeat-x white;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 17px;
	color: #4a4a4a;
}


* {
	margin: 0px;
	padding: 0px;
}

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


.spacer, #photo-thumbnails li.spacer {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}


a img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #245296;
}

a:hover {
	text-decoration: underline;
}

/*--------------- layout ------------- */
#header {
	height: 360px;
}

#container {
	margin: 0px auto;
	width: 1000px;
}

#menu {
	width: 200px;
	float: left;
	height: 480px;
	padding-top: 59px;
	background: url(/images/menu-bg.jpg) no-repeat;
  font-family: Georgia, "Times New Roman", Serif;
	font-weight: bold;
	font-size: 14px;
}

#content {
	width: 490px;
	float: left;
	padding: 55px 50px;
}	

#buttons {
	width: 171px;
	float: left;
	padding-top: 55px;
}

#buttons img {
	margin-bottom: 15px;
}

#footer-repeater {
	text-align: center;
	background: url(/images/footer-bg.jpg) #E77900 repeat-x;
	height: 364px;
	overflow: visible;
}

#footer {
	background: url(/images/footer.jpg) #E77900 no-repeat;
	width: 800px;
	height: 59px;
	margin: 0px auto;
	padding-top: 295px;
	color: black;
	line-height: 20px;
	overflow: visible;
}




/*-------------- menu --------------- */
#menu ul {
	list-style-type: none;
}

#menu li {
	padding: 0px 15px 5px 55px;
	width: 130px;
	margin-bottom: 15px;
	background: url(/images/menu-item-bg.png) center bottom no-repeat;
}

#menu li.active {
	background: url(/images/active-menu-item-bg.png) center bottom no-repeat;
}

#menu li.active a {
	color: #df6400;
}

#menu li.last {
	background: none;
}

/*------------- blog/columns ------------- */
.column {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}

.main {
	width: 390px;
}

.last {
	width: 120px;
	margin: 0px;
	padding: 0px;
}
.content ul {
	margin-left: 20px;
}


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

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



/*------------- typography/general styles ------------- */
h1 { 
	font-family: AlexonBold;
	font-weight: normal;
	color: #df6400;
	font-size: 21px;
	line-height: 25px;
}

h2 {
	color: #245296;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

#links, #links a {
	color: white;
}

#links a {
	text-transform: uppercase;
	text-decoration: underline;
}


#content ul {
  margin: 0px 30px;
}

#content ul li {
  margin-bottom: 3px;
}

/*------------- photo gallery ------------- */
#content ul#photo-thumbnails {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#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;
}

/*--------------- 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.with-img td {
	vertical-align: middle;
}

table.form tr td img {
	vertical-align: middle;
}

table.form tr td.pagename {
	font-size: 12px;
}
.alternate {
	background-color: #ffffff;
}

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;
}
/*------------- flash messages ------------- */
.note-success, .note-failure, .errorExplanation {
	padding: 5px 10px 5px 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}
.note-success {
	color: #577700;
	border: 1px solid #658900;
	background: url(/images/icons/icon_accept.gif) #E9F1D5 no-repeat 6px 6px;
}
.errorExplanation, #flash-warning, #flash-error, .note-failure {
	color: red;
	border: 1px solid red;
	background: url(/images/icons/action_stop.gif) #FFC9C9 no-repeat 8px 6px;
}

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