/* ===== GENERAL STYLES ===== */
* {
	margin:0; padding:0;
}

html {
	height:100%;
}

body {
	font-family:Verdana, Arial, sans-serif; font-size:10pt;
	background:url(body_bg.jpg) #FFFFFF top left repeat-y;
	height:100%;
}

h1#header {
	display:block;
	width:100%; height:144px;
}
h1#header a {
	display:block;
	width:100%; height:144px;
	background:url(header.jpg) top left no-repeat;
	text-indent:-9999px;
}

div#container {
	background:url(container_bg.jpg) 0px 144px no-repeat;
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
}

div#content {
	margin:40px 10px 10px 210px; padding:10px 10px 20px 10px;
	width:743px;
	text-align:left;
}

div#footer {
	margin:5px 0px -137px 0px; padding:0px;
	height:137px; width:100%;
	background:url(footer_bg.jpg) top left no-repeat;
	text-align:left; font-size:9pt;
	position:absolute; bottom:0px; left:0px;
}
div#footer div {
	display:block; margin:20px 0px 0px 220px; 
	font-size:9pt;
	color:#BBBBBB;
}

img#captcha_gfx {
	border:1px solid #000000;
}


/* special attributes */
*.small		{ font-size:8pt; }
*.big		{ font-size:12pt; }
*.normal	{ font-size:10pt; }

button img {
	vertical-align:bottom;
}

a.thumbnail img {
	border:1px solid #555555;
}

/* userdefined lists */
div#content ul, div#content ol {
	margin:10px 40px;
}

/* userdefined tables */
div#content table {
	border:2px solid #555555;
	font-size:10pt;
	border-collapse:collapse;
	margin:5px;
}
div#content td, div#content th {
	padding:4px;
	border:1px solid #888888;
}
div#content th {
	background-color:#CCCCCC;
}

	/* links */
A:link		{ color: #004400; text-decoration: underline; }
A:visited	{ color: #004400; text-decoration: underline; }
A:focus		{ color: #CACACA; text-decoration: underline; }
A:hover		{ color: #CACACA; text-decoration: underline; }
A:active	{ color: #CDCDCD; text-decoration: underline; }



/* ===== MENU NAVIGATION ===== */
ul#menu_nav {
	font-size:9pt;
	list-style-type:none;
	width:143px;
	float:left;
	margin:50px 0px 0px 0px; padding:0px;
}
ul#menu_nav li {
	text-indent:0px;
	text-align:left;
}
ul#menu_nav li a {
	display:block; height:24px; line-height:24px;
	padding-left:15px;
	color:#000000; text-decoration:none;
	background-image:url(navigation.gif); background-repeat:no-repeat; background-position:bottom left;
}
ul#menu_nav li a:hover {
	background-position:bottom right;
}
ul#menu_nav li.active_nav a.active_link {
	font-weight:bold;
	background-position:bottom right;
}
ul#sub_nav {
	list-style-type:none;
	margin:0px; padding:0px;
}
ul#sub_nav li {
	border-left:0px;
	font-weight:normal;
}
ul#sub_nav li a {
	padding-left:30px;
	background-image:url(subnavigation.gif); background-repeat:no-repeat; background-position:bottom left;
}



/* ===== COMMENT SYSTEM ===== */
body#comment_body {
	background:url() #FFFFFF;
}
div#comment_system {
	border-top:1px solid #CCCCCC;
	margin:10px; padding:10px; padding-top:33px;
	width:723px;
	text-align:left; font-size:9pt;
	position:relative;
	background:url(../graphics/comment_symbol.gif) 0px 10px no-repeat;
}
body#comment_body div#comment_system {
	width:auto; margin:0px 3px;
	border:none;
}
div#comment_system h3 {
	font-weight:bold; font-size:9pt;
}
div.comment {
	border-top:1px solid #004400; border-left:1px solid #004400;
	padding:3px 3px 0px 3px; margin:15px 5px;
	background:url(../skin/comment_bg.jpg) top left no-repeat;
}
div.comment p {
	padding-left:20px; margin-top:5px;
	font-style:italic;
}
body#comment_body form {
	margin-top:30px; padding-top:5px;
	border-top:3px double #CCCCCC;
}
body#comment_body form input, body#comment_body form textarea {
	width:300px;
}
body#comment_body form label, body#comment_body form button {
	display:block;
	margin-top:5px;
}
body#comment_body img#captcha_gfx {
	display:block;
}
body#comment_body input#captcha {
	width:50px;
}



/* ===== VOTING SYSTEM ===== */

div#voting {
	border-top:1px solid #CCCCCC;
	margin:10px; padding:10px; padding-top:33px;
	width:723px;
	text-align:left; font-size:8pt;
	position:relative;
	background:url(../graphics/vote_symbol.gif) 0px 10px no-repeat;
}
div#voting h3 { font-size:9pt; margin-bottom:2px; }
div#voting h3#current_votes_heading { margin-top:10px; }
div#voting label input {
	vertical-align:middle; margin-right:2px;
}
div#voting form#vote_form label {
	margin:10px;
}
div#voting form#vote_form button {
	display:block;
	margin:5px 0px 0px 10px;
	font-size:8pt;
	cursor:pointer;

}
div#voting form#vote_form button img {
	vertical-align:bottom;
	margin-right:2px;
}
div#voting ul#current_votes_details {
	list-style-type:none;
	padding-left:10px;
}

table#vote_chart {
	margin:auto;
	font-size:8pt;
	width:540px;
	border-spacing:0px;
	border-collapse:collapse;
}
table#vote_chart td {
	white-space:nowrap;
	padding:4px; margin:0px;
	border-bottom:1px solid #DDDDDD;
}
div.bar {
	border:1px solid #000000;
	background:url(vote_bar.jpg) left top repeat-x #98C694;
	height:10px;
	float:left; margin-right:3px;
}



/* ===== EMAIL TO AUTHOR ===== */
div#email {
	border-top:1px solid #CCCCCC;
	margin:10px; padding:10px;
	width:723px;
	text-align:left; font-size:10pt;
	position:relative;
	background:url(../graphics/email_symbol.gif) 0px 10px no-repeat;
}
div#email a {
	margin-left:30px;
}

body#contact_form {
	background-image:none;
	padding:5px;
	font-size:10pt;
}
body#contact_form table {
	margin-top:20px;
	font-size:10pt;
	width:100%;
	text-align:right;
}
body#contact_form td {
	padding:3px;
}
body#contact_form textarea {
	width:100%; height:200px;
	margin:auto;
}
body#contact_form input.field {
	width:400px;
}
body#contact_form input#subject {
	width:450px;
}
body#contact_form img#captcha_gfx {
	display:block; float:right;
	margin:4px 0px;
}
body#contact_form input#captcha {
	width:50px;
}



/* ===== ERROR-MESSAGES ===== */
div.alert {
	text-align:center;
}
div.success, div.question, div.info, div.error {
	margin:30px auto; padding:20px 10px 20px 70px;
	border-width:2px; border-style:outset;
	background-position:10px center; background-repeat:no-repeat; background-color:#FFFFFF;
	width:500px;
	text-align:left; color:#000000;
}
div.success {
	background-image:url(../graphics/alert_success.jpg);
	border-color:#2F6F00;
}
div.question {
	background-image:url(../graphics/alert_question.jpg);
	border-color:#0008A3;

}
div.info {
	background-image:url(../graphics/alert_info.jpg);
	border-color:#FFDE00;
}
div.error {
	background-image:url(../graphics/alert_error.jpg);
	border-color:#860000;
}