#forum-select input {
	margin-right: 5px;
}

#forum-select span {
	margin-right: 20px;	
}

.recent-list .large-tabs {
	height: 32px;
	border-bottom: 1px solid #999;
}

.recent-list h2 {
	font-weight: normal;
	float: left;
	margin-right: 10px;
	background-color: #999;
	padding: 5px 15px;
	color: #333;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

.recent-list h2.active {
	background-color: #fff;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

.recent-list h2 a {
	color: #fff;
	text-decoration: none;
}

.recent-list h2 a:hover {
	color: #efefef;
}

.recent-list table {
	margin-top: 10px;
}

#poll-form-wrap {
	border: 2px solid #efefef;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
}

#poll-form-wrap .input {
	padding: 0;
}

#poll-form-wrap .input input {
	width: 630px;
}

#poll-form-wrap .submit {
	padding: 0;
	margin-bottom: 10px;
}

#add-poll {
	margin-bottom: 10px;
	font-weight: bold;
}

#add-poll input {
	margin-right: 10px;
}

#poll-options {
	margin-bottom: 10px;
}

#poll-options li {
	width: 625px;
	margin: 5px 0;
	background-color: #efefef;
	padding: 5px;
}

.remove-poll-option {
	float: right;
	padding-left: 20px;
	background: transparent url(img/buttons-icons.png) no-repeat 3px -203px;
	color: #333;
	text-decoration: none;
}

.remove-poll-option:hover {
	color: #333;
	text-decoration: underline;
}

#poll {
	border: 2px solid #efefef;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
}

#poll table tr.poll-option td {
	border-bottom: 1px solid #ddd;
	padding: 4px 2px;
	line-height: 12px;
	font-size: 12px;
}

#poll table {
	width: 100%;
}


#poll .submit {
	padding-top: 20px;
	text-align: center;
}

#poll .poll-option .input {
	text-align: center;
}

.entry {
	margin-bottom: 40px;
}

.entry h1 {
	margin-left: 4px;
}

.entry-head, .topicuser {
	background-color: #f2f2f2;
	border: 1px solid #bbb;
	margin-bottom: 10px;
	height: 50px;
	line-height: 50px;
}

.entry-head img.avatar, .topicuser img.avatar {
	float: left;
	margin: 3px 10px 3px 3px;
	border: 2px solid #fff;
}

.entry-head .commentnumber {
	display: inline;
}

.entry-head .signature-wrap {
	display: inline;
	margin-right: 10px;
}

.entry-head .signature-ip {
	display: inline;
	margin-right: 10px;
	color: #bc2727;
}

.entry-head a.signature {
	font-size: 108%;
	text-decoration: none;
	color: #000;
}

.entry-head .userlabel {
	border-left: 1px solid #000;
	margin-left: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 93%;
}

.entry-head .date {
	display: inline;
}

.user-additional {
	display: inline;
}

.user-additional img {
	margin-right: 10px;
	margin-bottom: -2px;
}

.entry-head .user-email {
	padding-left: 20px;
	background: url(img/buttons-icons.png) no-repeat 0 -499px;
}

.entry-head .user-email span {
	display: none;
}

.entry-head .commentnumber {
	float: right;
	margin-right: 15px;
	font-size: 108%;
	font-weight: bold;
}

.entry-head .commentnumber a {
	color: #bbb;
}

.entry-head .commentnumber a.here {
	color: #bc2727;
}

.entry .body {
	margin-bottom: 10px;
}

.thumbs {
	color: #666;
}

.thumbs span {
	display: none;
}

.thumbs .thumb-up {
	padding: 2px;
	padding-left: 16px;
	background: url(img/thumbs.png) no-repeat 1px 0;
}

.thumbs .thumb-up:hover {
	background: url(img/thumbs.png) no-repeat 1px -36px;
}

.thumbs .thumb-down {
	padding: 2px;
	padding-left: 16px;
	background: url(img/thumbs.png) no-repeat 1px -18px;
}

.thumbs .thumb-down:hover {
	background: url(img/thumbs.png) no-repeat 1px -54px;
}

#notify-wrap {
	text-align: right;
}

.entry .notify {
	padding: 1px 10px;
	background: url(img/buttons-backgrounds.png) repeat-x 0 -200px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	color: #222;
	font-size: 85%;
	text-shadow: 1px 1px 2px #eee;
	border: 1px solid #999;
}

.entry .notify:hover {
	background: url(img/buttons-backgrounds.png) repeat-x 0 -122px;
	border: 1px solid #944b46;
	text-shadow: -1px -1px 2px #a7342d;
}

.entry .body {
	line-height: 1.3em;
	padding: 0 4px;
}

.entry .body blockquote {
	padding: 1em;
	background: url(images/quote.gif) no-repeat 0 0;
	margin-bottom: 0;
}

.entry .body strong {
	font-weight: bold;
}

.entry .body em {
	font-style: italic;
}

.commentremoved {
	margin-bottom: 20px;
}

.commentremoved .entry-head {
	padding-left: 20px;
}

.commentremoved .body {
	text-align: center;
	color: #666;
}

#commentthis {
	padding: 20px;
	text-align: center;
}

#notify {
	border: 5px solid #ccc;
	padding: 20px;
}

#notify-description {
	margin-bottom: 20px;
}

#notify-description li {
	list-style: disc outside;
	margin-left: 20px;
	line-height: 1.5em;
}

#side-ad {
	margin-top: 20px;
	margin-bottom: 20px;
}

#main-ad {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#blog-teaser h1, #gallery-teaser h1 {
	margin-bottom: 5px;
	margin-left: 0;
}

#blog-teaser img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#blog-teaser .body {
}

#blog-teaser-link, #gallery-teaser-link {
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
}

#gallery-description {
	margin-bottom: 15px;
}

#gallery-teaser .thumbnail {
	float: left;
	border: 1px solid #999;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#archive-menu li {
	padding-left: 2px;
}

#archive-menu li a, #archive-menu li span {
	line-height: 1.2em;
	padding: 4px 0;
	text-decoration: none;
	display: block;
	float: left;
	padding: 2px 5px;
}

#archive-menu li a.year {
	margin-right: 10px;
	display: block;
	float: left;
}

#topic-archive {
	margin-bottom: 20px;
}

#topic-archive .archive-topic {
	padding: 4px 0;
}
