body {
	margin: 0;
	padding: 0;

	background: url("../img/bg.jpg") top left;

	font-family: Segoe UI, Verdana, Tahoma, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #785a3c;
}

#wrapper {
	width: 660px;
	margin: 0 auto;
	padding: 0 56px 10px 56px;

	background: url("../img/wrapper_bg.jpg") top left repeat-y;
}

ul#menu {
	margin: 0;
	padding: 10px 0 0 0 ;

	list-style-type: none;

	font-family: Georgia, serif;
	font-variant: small-caps;
	font-size: 12px;

	text-align: center;
}

	ul#menu li {
		display: inline;
	}

	ul#menu li a {
		color: #785a3c;
		text-decoration: none;
	}

	ul#menu li a:hover { color: #d8261c; }
	ul#menu li span { color: #0b1ca1; }
	ul#menu li#current { color: #0b1ca1; }
    ul#menu li#current a { color: #d8261c; }
    
h1 a {
	display: block;

	margin-bottom: -75px;
	height: 170px;

	background: url("../img/logo.jpg") top left no-repeat;
}

h1 a span { display: none; }

h2 {
	clear: both;

	font-family: Georgia, sans-serif;
	font-size: 36px;
	font-style: Italic;
	font-weight: 500;
	font-variant: small-caps;

	margin: 0;
}

h3 {
	clear: both;
	margin-bottom: 0px;

	font-family: Times New Roman, Georgia, serif;
	font-style: italic;
	font-size: 18px;
	font-variant: small-caps;
}

div#news_entry {
	background: url("/img/entry_close.jpg") bottom center no-repeat;
    padding-bottom: 60px;
}

div#content img {
	padding: 3px;
	border: 1px solid #785a3c;
	margin: 5px 0;
}

div#content img.left { float: left; margin: 0 10px 10px 0; }
div#content img.right { float: right; margin-left: 5px; }
div#content img.center { clear: both; display: block; margin: 5px auto; }

div#content p {
	margin: 5px 0;

	font: 12px/1.5em Segoe UI, Verdana, Arial, Helvetica;
	text-indent: 15px;
}

div#content ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0 0 0 30px;
}

div#content a {
	color: #0000aa;
	text-decoration: none;
}

div#content a:hover { color: #8800aa; }

div#close { clear: both; }

div#footer {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='test.png', sizingMethod='scale'); clear: both;

	height: 112px;
	width: 772px;

	padding-top: 20px;
	margin: 0 auto;

	background: url("../img/footer_bg.png") top center no-repeat;

	/*border-top: 1px solid #785a3c;*/
	font-size: 10px;
	text-align: center;
}

div#footer a {
	color: #666;
	text-decoration: none;
}

div#footer a:hover { color: #785a3c; border-bottom: 1px dotted white; }

/* admin style */

a.newsection {
    background: url("/img/admin/new_section.png") top left no-repeat;
    padding-left: 20px;
}

table#sectionslist {
    margin-left: 50px;
    width: 550px;
    border-collapse: collapse;
    border-bottom: 1px solid #f7f4ee;
}

table#sectionslist img { border: 0px; }

table#sectionslist tr td { padding: 0 0 0 5px;  margin: 0;}
table#sectionslist tr.tr-odd td { background-color: #f7f4ee; }
table#sectionslist tr.tr-odd-non-public td { background-color: #ffdada; }
table#sectionslist tr.tr-even-non-public td { background-color: #ffb2b2; }

a.delete, a.edit, a.hide, a.show {
    float: right; 
    margin-left: 20px; 
    padding-left: 20px;
    display: block; 
    height: 16px; 
}

a.delete { background: url("/img/admin/delete.png") top left no-repeat; }
a.edit { background: url("/img/admin/section_edit.png") top left no-repeat; }
a.hide { background: url("/img/admin/section_hidden.png") top left no-repeat; }
a.show { background: url("/img/admin/section_public.png") top left no-repeat; }

#new_section {
    padding: 10px;
    margin-top: 10px;
    background: #f7f4ee;
}

form#new_section span { display: block; margin: 5px; }
input#new_section_name, input#new_section_title {
    display: block;
    width: 400px;
}

input.new_section_radio {
    display: inline;
    width: auto;
}
label.new_section_type { display: block; }
label { font-size: 10px; }
label.radio { font-size: 12px; }
label.admin_checkbox { font-size: 12px; }

p.error {
    display: block;
    padding: 10px;
    color: #000;
    
    background-color: #ffa8a8;
    border: 1px solid #cc0000;
    border-left: 5px solid #cc0000;
}

input#sectiontitleinput 
{
	position: relative;
	display: block;
	width: 100%;
	font-size: 24px;
}