#content-holder * {
	/*border: 1px solid red;*/
}
/* global stuff */
body {
	background: #f5f5f5 url('../images/bg.png') repeat-x;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	padding-top: 12px;
	font-size: 14px;
}
a {
	text-decoration: underline;
	color: #333;
}
a:visited {
	color: #333;;
}
a:hover {
	color: #999;
}
img { padding: 4px; }
/* base containers */
#container {
	margin: 0 auto;
	width: 920px;
	padding: 5px;
	text-align: left;
	background: #d72229;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#header {
	padding-top: 4px;
	background: #fff url('../images/header-bg.jpg') no-repeat 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	height: 205px;
	border-bottom: 4px solid #d72229;
}
#content-holder {
	background: #fff;
	width: 908px;
	float: left;
	padding: 6px;
}
/* sidebar */
#sidebar {
	clear: left;
	float: left;
}
#nav {
	padding-left: 6px;
}
#nav ul {
	font-family: arial, verdana;
	font-size: 90%;
	width: 262px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
#nav a {
	background: url('../images/nav-bg.png');
	display: block;
	border-bottom: 1px solid #7db0c9;
	padding: 6px 15px;
	line-height: 20px;	
	color: #e8e8e8;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	background: url('../images/nav-bg.png') 0 -35px;
	border-bottom: 1px solid #003359;
	color: #fff;
	text-decoration: underline;
}
#nav li:first-child a {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
#nav li:last-child a {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom: none;
}
/* content */
#content {
	min-height: 185px;
	background: white url('../images/content-bg.png') repeat-x bottom;
	border: solid 1px #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 620px;
	float: right;
	padding: 4px;
}
#content h2 {
	margin-top: 2px;
	padding: 4px;
	font-size: 105%;
	font-weight: bold;
}
#content p {
	font-size: 90%;
	padding: 3px 20px;
	font-family: helvetica, arial, sans-serif;
	line-height: 1.3em;
	margin: 5px 0;
}
#footer {
	text-align: center;
	font-size: 12px;
	color: #111;
	border-top: 4px solid #d72229;
	padding: 8px;
	clear: both;
	line-height: 1.25em;
	background: #fff2c7;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

/* admin */
.message {
	font-size: 90%;
	font-style: italic;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #d72229;
	font-family: Verdana, Geneva, sans-serif;
	padding: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	background: #f1f1f1;
	margin: 0 10px 12px 10px;
}
#admin-panel {
	padding: 10px;
	background: #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
#page-list {
	width: 250px;
}

.form {
	width: 300px;
}
.form label {
	display: block;
	margin-bottom: 10px;
}
.form label span {
	width: 100px;
}
.form label input {
	width: 300px;
}
/* big form */
.form-big {
	width: 100%;
}

.form-big table td {
	vertical-align: top;
	padding: 2px;
	line-height: 1.65em;
	text-align: right;
}
h5
{
	font-weight: bold;
	font-size: 90%;
}
.form-big select {
	text-align: left;
	width: 490px !important;
}
.form-big table input {
	font-family: sans-serif;
	font-size: 110%;
}
.back {
	display: block;
	font-size: 85%;
	margin-top: 10px;
	text-decoration: none;
}
.form-big table input, .form-big table textarea {
	text-align: left;
	background: white;
	padding: 2px;
	border: 1px solid #888;
	width: 484px;
}
.edit-links ul li {
	display: inline;
	font-size: 95%;
}
.edit-links a {
	text-decoration: none;
	padding: 5px;
}
.edit-links a {
	border-right: 1px dotted #999;
}
.edit-links a:last-child {
	border-right: none;
}
#add-page {
	margin-top: 10px;
	width: 100px;
}
.form-big table textarea {
	height: 24em;
	/* for safari/chrome: */
	resize: none;
}
.small-note {
	text-align: center;
	color: green;
	font-family: sans-serif !important;
	font-size: 75% !important;
	margin-bottom: 15px;
}
.logout a {
	font-size: 95%;
	color: #456;
	border-bottom: 1px dotted #456;
	font-weight: bold;
}