/*----------------------- document setup --------------------------------- */
body {
	margin: 0px;
	background: url(/images/body-bg.gif) repeat-x center top #f9f9f9;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #3e3e3d;
	line-height: 17px;
}


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

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

h1, h2, h3 {
	color: #4F4C4D;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}

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


a img {
	border: 0px;
}

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

a:hover {
	text-decoration: underline;
}


/*--------------- layout -------------- */
#container {
	width: 886px;
	margin: 0px auto;
}

#header {
	height: 90px;
	padding: 12px 0px 6px;
	text-align: center;
}

#nav {
	height: 54px;
	background: url(/images/nav-bg.gif) no-repeat;
	padding: 20px;
}

#content {
	background: #F8F8F8;
	padding: 20px 80px;
}

#footer {
	border-top: 1px solid #EAEAEA;
	font-size: 10px;
	padding-top: 10px;
	margin-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #666666;
}


/*----------------- navigation ----------------- */
#nav ul {
	list-style: none;
	margin-left: 100px;
}

#nav li {
	float: left;
	margin-right: 38px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

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

#nav a {
	color: black;
}

#nav a:hover, #nav a.active {
	color: #b92300;
	text-decoration: none;
}



/*---------------- menus (as in food) ---------- */
#menu-top, #menu, #menu-bottom {
	margin: 0px auto;
}

#menu-top {
	width: 497px;
	height: 46px;
	background: url(/images/menu-top.gif) no-repeat;
	padding-top: 190px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

#menu-bottom {
	width: 497px;
	height: 68px;
	background: url(/images/menu-bottom.gif) no-repeat;
}

#menu {
	width: 297px;
	background: url(/images/menu-bg.gif) repeat-y;
	text-align: center;
	padding: 20px 100px;
	line-height: 17px;
}

#menu em {
	font-family: Georgia, "Times New Roman", Serif;
}

#menu p {
	margin-bottom: 20px;
}

#menu strong {
	text-transform: uppercase;
	font-size: 11px;
}

#menu-nav {
	text-align: center;
	margin: 0px auto 10px;
	position: relative;
}

#menu-nav a {
	color: black;
	margin: 0px 7px;
	width: 15px;
	height: 16px;
	padding: 0px 0px 0px 1px;
	font-weight: bold;
	display: block;
	float: left;
}

#menu-nav a:hover {
	text-decoration: none;
	color: #b92300;
}

#menu-nav a.active {
	color: white;
	background: url(/images/menu-item-bg.gif) no-repeat;
}

#menu-nav a.last {
	margin-right: 0px;
}

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

#photo-thumbnails li {
	float: left;
	margin: 0px 26px 35px 0px;
	padding: 2px;
	border: 1px solid silver;
	width: 140px;
	height: 140px;
	text-align: center;
	font-size: 11px;
}

#photo-thumbnails li img {
	width: 140px;
	height: 140px;
}

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

/*------------- pages et subpages ---------- */
#submenu {
	float: left;
	width: 175px;
}

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

.main {
	width: 640px;
}

.last {
	width: 160px;
	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;
}

/*--------------- 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 ------------- */
.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/forge/miniicons/icon_accept.gif) #E9F1D5 no-repeat 8px 6px;
}
.errorExplanation, #flash-warning {
	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;
}

