/**
* Disable padding and margin for all elements
**/
* {
	padding:				0px;
	margin:					0px;
}

body {
	font-family:			Arial, Helvetica, Verdana;
	font-size:				small;
	color:					#1a171b;
	background:				#ffd800;
}

/**
* Define page width
* Set margin to auto, otherwise non IE Browser will display the page non centered
**/

#header {
	height:					200px;
	background:				url(../images/bg_header.jpg);
	border-left:			1px solid #fff;
	border-right:			1px solid #fff;
}
div.meta {
	text-align:				right;
	margin-top:				125px;
	font-size:				1.1em;
	color:					#fff;
	line-height:			1.6em;
}

#navigation {
	margin:					20px 0px 100px -10px;
}

#navigation ul {
	list-style-type:		none;
	margin:					0px;
}

#navigation ul li {
}
#navigation ul li a {
	display:				block;
	font-size:				1.2em;
	color:					#1a171b;
	padding:				8px 0px 8px 10px;
	text-decoration:		none;
}
#navigation ul li a.current, #navigation ul li a.section {
	background:				#ffba00;
}

#navigation ul li ul li {
	margin-left:			20px;
}

#content {
	background:				#ffd800;
	border:					1px solid #fff;
	border-bottom:			none;
}

#content_left {
}

#content_main {
	padding:				27px 0px;
	min-height:				350px;
}

#content_right {

}

#footer {
	background:				#c5621b url(../images/bbs-logo.png) 10px 10px no-repeat;
	margin-bottom:			30px;
	height:					80px;
}

#footer .footercontent {
	margin:					35px 250px;
	color:					#fff;
}

/**
* Comments
**/
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 10px 10px 10px 10px;
}
#PageComments li.odd {
	background: #efefef url(../images/bg_li_page_comments_odd.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

#PageComments li.even {
	background: #fff url(../images/bg_li_page_comments_even.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

.actionLinks li {
	display: inline;
	border-right: 1px solid;
}
.actionLinks li.last {
	border-right: none;
}

.commentrss {
	background: transparent url(../images/bg_a_commentrss.png) no-repeat;
	padding-left: 20px;
}
#PageCommentsPagination p {
	text-align: center;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm {
	margin-bottom:					10px;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm_error {
	margin:							10px 0px;
	padding:						10px;
	border:							1px solid #ff0000;
	background-color:				#ff7676;
	font-weight:					bold;
	color:							#fff;
}

div.cb {
	clear:					both;
}

div.cl {
	clear:					left;
}

div.cr {
	clear:					right;
}