/*
	Html-tags
*/

a {
	text-decoration: none;
}
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	background-color: #E6E7E8;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
img {
	border: none;
	
}
form input {
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
form select {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
textarea {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}





/*
	Top
*/

#top {
	position: fixed;
	top: 0px;
	z-index: 1;
	height: 21px;
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}
#top a {
	color: #FFFFFF;
}
#top a:hover {
	color: #E86921;
}
#top a.active {
	color: #E86921;
}
#topContent {
	width: 468px;
	margin: 0px auto;
}





/*
	Container
*/

#container {
	position: absolute;
	left: 50%;
	margin-left: -234px;
	top: 25px;
	width: 468px;
	padding: 0px 0px 25px;
}





/*
	Header
*/

#header h1 {
	margin: 75px 0px 25px;
}
#header h1 a {
	display: block;
	text-indent: -999em;
	width: 468px;
	height: 83px;
	background-image: url(../images/header.gif);
}





/*
	Navigation
*/

#navigation {
	background-color: #E86921;
	background-image: url(../images/orange_gradient.png);
	width: 468px;
	height: 40px;
	margin: 8px 0px 0px;
}
#navigation .left,
#navigation .right {
	float: left;
}
#navigation .left {
	width: 333px;
	text-align: left;
	padding: 0px 0px 0px 7px;
}
#navigation .right {
	width: 118px;
	text-align: right;
	padding: 0px 10px 0px 0px;
}
#navigation a {
	display: block;
	height: 28px;
	padding-top: 12px;
	color: #FFFFFF;
}
#navigation a:hover {
	color: #000000;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	height: 25px;
	padding-right: 10px;
	float: left;
}
#navigation fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
#navigation legend {
	display: none;
}
#navigation label {
	display: none;
}
#navigation input.searchField {
	width: 58px;
	border: 1px solid #FFFFFF;
	background-color: transparent;
	color: #FFFFFF;
	text-indent: 3px;
	top: 6px;
	position: relative;
}
#navigation input.searchButton {
	width: 45px;
	top: 11px;
	position: relative;
}
#navigation input.searchButton:hover {
	background-color: #000000;
}





/*
	BannerTop
*/

#bannerTop {
	margin: 10px 0px 0px;
	height: 60px;
	width: 468px;
}





/*
	Search, posted
*/

#search,
#posted {
	margin: 10px 0px 0px;
	padding: 11px 0px 0px;
	height: 49px;
	width: 468px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}







/*
	ViewPaging
*/

.viewPaging {
	background-color: #E86921;
	background-image: url(../images/orange_gradient.png);
	color: #FFFFFF;
	height: 25px;
	width: 468px;
	margin: 10px 0px 0px 0px;
}
.viewPaging .left,
.viewPaging .right {
	float: left;
}
.viewPaging .left {
	width: 220px;
	text-align: left;
	padding: 5px 7px 0px;
}
.viewPaging .right {
	width: 220px;
	text-align: right;
	padding: 4px 7px 0px;
}
.viewPaging a {
	color: #FFFFFF;
}
.viewPaging a:hover {
	color: #000000;
}
.viewPaging p {
	padding: 0px;
	margin: 0px;
}
.viewPaging form {
	padding: 0px;
	margin: 0px;
}
.viewPaging fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
.viewPaging legend {
	display: none;
}
.viewPaging label {
	display: none;
}
.viewPaging select {
	background-color: #EB701E;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 11px;
}





/*
	Content, comment
*/

#content {
	margin: 3px 0px 22px 0px;
}
#content a {
	color: #000000;
}
#content a:hover {
	color: #E86921;
}
.comment {
	width: 468px;
	padding: 22px 0px 0px;
	clear: both;
}
.comment .left {
	width: 134px;
	float: left;
}
.left .flag {
	width: 75px;
	float: left;
	font-weight: bold;
}
.left .flag img {
	margin: 5px 0px 0px;
}
.left .arrow {
	width: 56px;
	height: 6px;
	float: right;
}
.left .arrow img {
	position: relative;
	top: 20px;
}
.comment .right {
	width: 334px;
	float: left;
}
.comment .right .top,
.comment .right .bottom {
	width: 100%;
	height: 3px;
	font-size: 3px;
	background-color: #E86921;
}
.comment .right .text {
	min-height: 56px;
	padding: 7px 10px 6px;
	border-style: solid;
	border-width: 0px 3px 0px 3px;
	border-color: #E86921;
}
.comment .right .text p {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.comment .right .info {
	margin: 5px 0px 0px;
}
.comment .right .info .infoUrl, 
.comment .right .info .infoMail, 
.comment .right .info .infoRate {
	float: left;
	font-size: 10px;
}
.comment .right .info .infoUrl {
	width: 190px;
}
.comment .right .info .infoMail {
	width: 61px;
	padding: 0px 12px 0px 0px;
}
.comment .right .info .infoRate {
	padding: 0px 0px 0px 4px;
	width: 67px;
}
.comment .right .info .infoMail {
	text-align: center;
}
.comment .right .info .infoUrl .line2 {
	line-height: 18px;
}
.comment .right .info .infoRate .line2 {
	line-height: 18px;
}
.comment .right .info .infoRate .line2 .plus,
.comment .right .info .infoRate .line2 .rate,
.comment .right .info .infoRate .line2 .minus {
	float: left;
}
.comment .right .info .infoRate .line2 .plus,
.comment .right .info .infoRate .line2 .minus {
	padding: 3px 0px 0px;
}
.comment .right .info .infoRate .line2 .rate {
	text-align: center;
	width: 47px;
}
#content .clear {
	clear: both;
}





/*
	BannerBottom
*/

#bannerBottom {
	margin: 10px 0px;
	height: 60px;
	width: 468px;
}





/*
	Post
*/

#post {
	border: 1px solid #000000;
	padding: 0px;
}
#post .header {
	width: 460px;
	height: 20px;
	padding: 4px 0px 0px 6px;
	background-color: #000000;
	color: #FFFFFF;
}
#post form {
	margin: 0px;
	padding: 0px;
}
#post fieldset {
	border: none;
	margin: 0px 0px 5px;
	padding: 0px;
}
#post legend {
	display: none;
}
#post .content {
	clear: both;
	padding: 5px 0px;
}
#post .left,
#post .right {
	float: left;
}
#post .left {
	padding: 4px 0px 0px 6px;
	width: 75px;
}
#post label {
	margin: 0px;
	padding: 0px;
}
#post .right {
	padding: 2px 0px 2px 0px;
	width: 385px;
}
#post .right input.nick,
#post .right input.spamFilter {
	border: 1px solid #000000;
	color: #000000;
	text-indent: 4px;
	font-size: 11px;
}
#post .right input.nick {
	width: 70px;
	font-size: 12px;
}
#post .right select {
	width: 164px;
	margin: 1px 0px 0px;
	border: 1px solid #000000;
	font-size: 11px;
}
#post .upload {
	padding: 3px 0px 5px;
}
#post .upload .right {
	font-weight: bold;
}
#post .upload .right a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
#post .right textarea {
	width: 308px;
	height: 100px;
	border: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	margin: 1px 0px 1px;
}
#post .contentSpamFilter {
	clear: both;
	padding: 5px 0px;
}
#post .right input.spamFilter {
	width: 308px;
	font-size: 12px;
	margin: 0px 0px 3px;
}
#post .contentApprove {
	clear: both;
	padding: 0px;
}
#post .right .approveCheckbox,
#post .right .approveText {
	float: left;
}
#post .right .approveCheckbox {
	padding: 6px 0px 0px;
	text-align: left;
}
#post .right input.approve {
	margin: 0px;
	padding: 0px;
}
#post .right .approveText {
	width: 300px;
	padding: 0px 0px 2px 14px;
}
#post .right label.approve {
	font-size: 10px;
}
#post .right label.approve a {
	color: #000000;
	text-decoration: underline;
}
#post .right label.approve a:hover {
	color: #E86921;
}
#post .right label.approve a:active {
	color: #E86921;
}
#post .buttonLeft,
#post .buttonRight {
	float: left;
}
#post .buttonLeft {
	padding: 0px 0px 0px 81px;
	width: 150px;
}
#post .buttonRight {
	width: 160px;
	text-align: right;
}
#post label.preview,
#post label.submit {
	display: none;
}
#post input.preview,
#post input.submit {
	width: 75px;
}
#post input.preview:hover,
#post input.submit:hover {
	background-color: #E86921;
}





/*
	Footer
*/

#footer {
	text-align: center;
	padding: 10px 0px 0px;
}
#footer a {
	color: #000000;
}
#footer a:hover {
	color: #E86921;
}
#footer a.active {
	color: #E86921;
}
#footer img {
	padding-bottom: 2px;
	vertical-align: middle;	
}






/*
	CMS
*/

#cms #container {
	margin-left: -334px;
	width: 668px;
	top: 0px;
	padding: 0px 100px 0px 0px;
}
#cms #left,
#cms #center {
	float: left;
}
#cms #left {
	width: 100px;
	padding: 183px 0px 0px;
}
#cms #left ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 26px;
}
#cms #left ul a {
	height: 20px;
	padding: 0px 0px 5px;
	display: block;
	color: #000000;
}
#cms #left ul a.active {
	font-weight: bold;
}
#cms #left li {
	list-style-type: none;
	width: 100px;
	margin: 0px;
	padding: 0px;
}

#cms form #username,
#cms form #password {
		border: 1px solid #000000;
		width: 150px;
		margin: 0px 0px 10px;
}

#cms form table.edit td.left {
	width: 75px;
	vertical-align: top;
}
#cms form table.edit td.right {
	width: 393px;
}#cms form table.edit td.rightButton {
	width: 311px;
	text-align: right;
	padding: 0px 82px 0px 0px;
}
#cms form table.edit td.right input {
	width: 100px;
	border: 1px solid #000000;
	font-size: 12px;
}
#cms form table.edit td.right textarea {
	width: 308px;
	height: 100px;
	border: 1px solid #000000;
	font-size: 12px;
}

#cms #content .comment {
	padding: 0px;
}
#cms #content .comment .edit {
	width: 468px;
}
#cms #content .comment .edit .editLeft,
#cms #content .comment .edit .editCenter,
#cms #content .comment .edit .editRight {
	width: 156px;
	height: 27px;
	float: left;
}
#cms #content .comment .edit .editLeft a,
#cms #content .comment .edit .editCenter a,
#cms #content .comment .edit .editRight a {
	height: 18px;
	width: 100px;
	display: block;
	text-align: center;
	padding: 2px 0px 0px;
	border: 1px solid #000000;
	color: #FFFFFF;
}

#cms #content .comment .edit .editLeft a {
	background-color: #FF0000;
}
#cms #content .comment .edit .editCenter a {
	background-color: #00CC00;
	margin: 0px 0px 0px 27px;
}
#cms #content .comment .edit .editRight a {
	background-color: #000000;
	margin: 0px 0px 0px 54px;
}
#cms #content .comment .right {
	padding-bottom: 22px;
}

#cms fieldset.search {
	border: none;
	margin: 0px;
	padding: 0px;
}
#cms .search legend {
	display: none;
}
#cms .search label {
	display: none;
}
#cms .search  input.searchField {
	width: 100px;
	border: 1px solid #000000;
}