/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}
a:focus {
outline:0;
}
body {

/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #6B6B6B;
	background-color:#F6F6F6;
}

form {
}



input, textarea {
	padding: 1px 5px;
	border: 1px solid #D6D6D6;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}
select {
	padding:2px 5px 2px 2px;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 10px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}


p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 150%;
/*	text-align: justify;*/
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FF5A00;
/*color: #69B3EF;*/
/*color: #06C;*/
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}
.fett{
	font-weight:bold;
}
/* Wrapper */

#backg {
		background: url(/images/img01.jpg) repeat-x;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(/images/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(/images/img10.jpg) no-repeat left bottom;
}

/* Header */

#headerdiv {
	height: 120px;
	background: url(/images/head_bg.jpg) repeat;
	color:#CCC;
}
#header {
	background: url(/images/head_logo.jpg) no-repeat;
	width: 760px;
	height:120px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	padding: 90px 0 0 78px;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 40px;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Member */ 
form .set {
	margin:8px;
}

form .set label {
	float:left;
	margin:3px 4px 4px;
	text-align:right;
	width:250px;
}
form .ok {
	margin-left:266px;
	margin-top:12px;
	margin-bottom:10px;
}
#register .error {
	margin-left:259px;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	background-color:#dfafaf;
	border-bottom: 1px #ca2c2c solid;
	border-top:  1px #ca2c2c solid;
	color:#333;
	font-weight: bold;
}

.comment_date {
	font-size:11px;
	font-weight:bold;
	border-bottom:1px #999 solid;
	margin-bottom:3px;
	padding-bottom:3px;
}

/* Error Handling */
.errormsg, .okmsg, .infomsg {margin: 10px;}
.errormsg_head, .okmsg_head, .infomsg_head {
	font-size:14px;
	padding: 5px 15px;;
	font-weight:bold;
	color:#FAFAFA;
}
.errormsg_head {background-color: #8D2929;}
.okmsg_head { background-color: #4A9513;}
.infomsg_head { background-color: #D8832E;}
.errormsg_text,.okmsg_text, .infomsg_text {
	color:#333;
	padding: 5px 15px;
	text-align:left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
}
.errormsg_text {
	background-color: #dfafaf;
	border-right-color: #ca2c2c;
	border-left-color: #ca2c2c;
	border-bottom-color: #ca2c2c;
}

.okmsg_text {
	background-color: #b1d6ad; 
	border-right-color: #4A9513;
	border-left-color: #4A9513;
	border-bottom-color: #4A9513;
}

.infomsg_text {
	background-color: #C67C46;
	border-right-color: #D8832E;
	border-left-color: #D8832E;
	border-bottom-color: #D8832E;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 112px 78px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 40px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	background: url(/images/img04.jpg) no-repeat;
}

/* Topmenu */
#topmenu {
	padding:25px 0 0 0;
	margin:0 76px 0 76px;
	font-size:14px;
}

#submitNew {
	padding-top:20px;
}
#submitNew #submitWrapper {
-moz-border-radius:8px; padding:10px; border:1px solid #CCC; background-color:#FAFAFA;
}

#submitNew #entrySubmit {
	padding: 1px 5px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(/images/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:default;
}
#submitNew p {
	margin-bottom:1em;
	line-height:80%;
	font-size:12px;
}

#submitNew .ajax-loading {
	display: Block;
	text-align:center;
	padding:15px;
	margin:5px -5px;
}

#submitNew .ok {
	border:1px 0 1px 0 solid #033;
	background-color:#DFFFDF;
	padding:15px;
	margin:5px -10px;
	text-align:center;
}

#submitNew .error {
	border:1px 0 1px 0 solid #300;
	background-color:#FFC6C7;
	padding:15px;
	margin:5px -10px;
	text-align:center;
}

/* Content */

#content {
	float: left;
	width: 630px;
	padding: 0 0 0 76px;
}
.smalltext {
	font-size:10px;
}
.runtime {
	font-size:9px;
	color: #DDD;

}

.post {
	padding-top: 20px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #37404C;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry a {
	color: #6B6B6B;
	text-decoration:none;
}
.post .entry {
	padding:5px;
}
.post .entry p {
	background:none;
}
.listentry {
	margin-top:20px;
	border:1px solid #CCCCCC;
	-moz-border-radius:8px;
	background-color:#FAFAFA;
	background-position:center bottom;
	background-image: url(/images/img07.jpg);
	background-repeat: repeat-x;
}
.normalentry {
	margin-top:20px;
	border:1px solid #CCCCCC;
	-moz-border-radius:8px;
	background-color:#FAFAFA;
	background-position:center bottom;

}

.normalentry h1, .normalentry h2, .normalentry h3 {
	margin-top: 10px;
	margin-left:10px;
	margin-bottom:5px;
	margin-right:10px;
	border-bottom: 1px solid #CCC;
}
.normalentry p {
	margin:10px 10px;
}

.post .meta {
	font-size:10px;
	height: 26px;
	margin: 0;
	padding: 15px 10px 0px 10px;
	line-height: normal;
}
.post .vote {
	font-size:12px;
	height:15px;
	text-align:center;
	border-top:1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color:#FFFFFF;
		padding:7px 0px;;

}
.post .votea, .post .voteb {
	display:block;
	width:49%;
}
.post .votea {
	font-weight:bold;

	float:left;
	overflow:visible;
}
.post .voteb {
	font-weight:bold;
	float:right;
		overflow:visible;
}
.post .vote a {
	padding:7px;
	text-decoration:underline;
}
.post .vote a:hover {
	padding:7px;
	background-color:#333;
	color:#EEE;
	text-decoration:none;
}

.post .meta .posted {
	display: block;
	float: left;
}

.post .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(/images/img09.gif) no-repeat left center;
}

.post .meta .comments {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	background: url(/images/img08.gif) no-repeat left center;
}

.post p {
	font-size:13px;
	margin-top:1.5em;
}
.nav {
	padding:10px;
	text-align:center;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 136px;
	padding: 36px 76px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 2px;
}

/* Search */

#search {
}

#search br {
	display: none;
}

#search input, .submitbutton {
	padding: 1px 5px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(/images/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#search #s {
	width: 130px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}


/* Login */

#login {
}

#login br {
	display: none;
}

#login input {
	padding: 1px 5px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(/images/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#login #s {
	width: 130px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

/* Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(/images/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 260px;
}

#widebar #colB {
	float: left;
	width: 260px;
	padding-left: 45px;
}

#widebar #colC {
	float: left;
	width: 186px;
	padding-left: 45px;
}

/* Footer */

#footer {
	height: 108px;
	background: url(/images/img05.jpg) no-repeat;
	
	width: 960px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}
#footer div {
	margin:10px;
	text-align: center;
}

#footer a {
	color: #666666;
}
.margin10 {
	margin:10px;
}