/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		roboforum-lite
	Based on style:	roboforum
	Original author: Vladimir Ermakov
	Modified by: Vladimir Ermakov
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

.wrap {
}

html, body {
	background-color: #FFFFFF;
	color: #4B4B4B;
	/*font-family: Verdana, Helvetica, Arial, sans-serif;*/
}

a:hover, .new {
	color:#D31141;
}

a {
	color:#4D4D4D;
}

/* Topics list */

.post {
	-moz-border-radius: 5px;
	padding: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #ccc;
}

.post h3, .post p, .post ul {
	margin: 0px;
}

.post .content {
	margin: 1em 0px;
}

hr.divider {
	display: none;
}

#message {
	width: 100%;
	height: 100%;
}

fieldset {
	-moz-border-radius: 5px;
	background-color: #eaeaea;
	border: 1px solid #ccc;
}

.copyright {
	text-align: center;
}

.topic-actions {
	margin-bottom: 1em;
}

.topictitle {
	font-weight: bold;
}

/* Forum list */

ul.topiclist {
	border-bottom: 1px solid #484848;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.row {
	background-color: #eaeaea;
	border-top: 1px solid #484848;
	padding: 0.2em;
}

.row:hover {
	background-color: #f6f4d0;
}

.forumtitle {
	font-weight: bold;
}

.row a {
	text-decoration: none;
}

/* colors */
.even, .bg1 {
	background-color: #EAEAEA;
}

.odd, .bg2 {
	background-color: #F2F2F2;
}

.resultbar div {
	background-color: #D31141;
}

/* misc */
div.rules {
	background-color: #ECD5D8;
	color: #BC2A4D;
	-moz-border-radius: 5px;
	border: 1px solid #bc8d8d;
	padding: 0.5em;
}

.panel#message {
	background-color: #EAEAEA;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	padding: 0.5em;
}
