body {
	background-color: #b9b9b9;
	background-image: url('/images/content_bg.jpg');
	background-repeat: repeat-y;
	padding: 194px 0 0 0;
	margin: 0;
	font-size: 76%;
}

a {
	color: #000;
}

a img {
	border: none;
}

a.theme {
    display: block;
    float: left;
    width: 120px;
    height: 150px;
    text-decoration: none;
    border: 3px #fff solid;
    text-align: center;
    padding: 3px;
}

    a.theme:hover {
        border: 3px #333 solid;
    }
    
    a.theme img {
        width: 100px;
        height: 100px;
    }

#top_background {
	background-image: url('/images/top_right_bg.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 193px;
	position: absolute;
	top: 0;
	left: 0;
}

#wrapper {
	background-color: #fff;
	width: 778px;
	height: 100%;
}

#logo {
	width: 778px;
	height: 194px;
	background-image: url('/images/logo.jpg');
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	text-indent: -9000px;
	border: 0;
}

#content {
	font-family: verdana, tahoma, trebuchet ms, verdana;
	padding: 30px 280px 50px 30px;
	background-image: url('/images/content_bg.jpg');
	font-size: 1.0em;
}

#content p {
	line-height: 1.4em;
}

h1, h2, h3, h4 {
	font-family: trebuchet ms, helvetica, verdana, sans-serif;
}

label {
	font-weight: bold;
	font-family: trebuchet ms;
}

#sidebar {
	font-size: 1.0em;
	float: right;
	width: 200px;
	padding: 10px;
	margin-top: 50px;
	border-left: 1px #ccc solid;
}

	#sidebar a {
		display: block;
		text-decoration: none;
		color: #333;
		font-family: verdana, sans-serif;
		background-image: url('/images/talk.png');
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 20px;
	}
	
	#sidebar #menu_create_new_forum {
		background-image: url('/images/plus.png');
	}
	
	#sidebar #menu_list_my_forums {
		background-image: url('/images/talk.png');
	}

	#sidebar #menu_login, #sidebar #menu_logout {
		background-image: url('/images/lock.png');
	}

		#sidebar a:hover {
			color: #000;
		}

.centered {
	text-align: center;
}

#forum_navigation {
	overflow: hidden;
}

#forum_navigation li {
	display: inline;
}

h1, h2 {
	font-size: 16px;
	color: #999;
	border-bottom: 1px #ccc solid;
	font-family: trebuchet ms, tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h3 {
	margin-bottom: -4px;
	padding-bottom: 0px;
}

#forum_navigation li a {
	display: block;
	float: left;
	color: #eee;
	background: #333;
	border: 1px #666 solid;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	padding: 2px 6px;
}

#forum_navigation li a.selected {
	background: #fff;
	border-bottom: 1px #fff solid;
	color: #333;
}

#forum_title {
	height: 22px;
	font-size: 20px;
	font-weight: bold;
}

form {
	border: 1px #666 solid;
	background: #ccc;
	padding: 10px;
}

#forumlevels {
	background: #eee;
	width: 95%;
}

#forumlevels th {
	text-align: left;
}

#forumlevels th.right {
	font-weight: normal;
}

#forumlevels td {
	border-bottom: 1px #ccc solid;
}


#my_forums li {
	list-style-type: none;
	text-indent: 0;
	padding: 0; margin: 0;
}

#my_forums {
	padding: 0;
	margin: 20px 0;
}

#my_forums a {
	border-bottom: 1px #999 solid;
	color: #333;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 15px 10px 15px 45px;
	background-image: url('/images/talkbubble.png');
	background-position: left center;
	background-repeat: no-repeat;
}

	#my_forums a:hover {
		background: #ccc;
	}
	
fieldset {
	border: none;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background: #eee;
	margin: 10px 0;
	padding: 10px;
}

legend {
	font-size: 10px;
	margin: 0;
	padding: 0;
	float: right;
	color: #666;
	font-style: italic;
	font-family: georgia, serif;
}

input.large {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

input.full {
	width: 95%;
}

p.firsttime a {
	color: red;
	font-weight: bold;
	font-size: 18px;
}

#flash_notice {
	background-color: #333;
	color: #fff;
	padding: 10px;
	text-align: center;
	border: 2px #933 solid;
}

#forum_categories {
	margin: 10px 0;
	padding: 0;
}
	#forum_categories li {
		list-style-type: none;
		display: block;
		padding: 10px;
		font-size: 18px;
		background-image: url('/images/talkbubble.png');
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 38px;
	}
	
a.add {
	background-color: #090;
	color: #fff;
	border: 1px #333 solid;
	padding: 3px 6px;
}

tr.odd {
	background: #ddd;
}

a.edit {
	background-color: #ccc;
	color: #666;
	font-size: 10px;
	text-decoration: none;
	padding: 3px 6px;
}
	a.edit:hover {
		background: #333;
		color: #eee;
	}
	
#members td a {
	color: #333;
}

#members {
	width: 95%;
}
#members td {
	padding: 2px 4px;
}