/* global declarations */
* { margin: 0; padding: 0; outline: none; }
.clear { clear: both; }

html {
	text-align: center;
	background: url(/site/images/back.png) repeat-x 0 12px;
	border-top: 4px solid #930000;
}

body {
	width: 1000px; /* 986px */
	text-align: left;
	margin: 0 auto;
	padding: 0 3px 0;
	font-family: arial, sans-serif;
}

a {
	color: #930000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

ul, ol {
	padding-left: 40px;
}

.button {
	font-size: 14px;
	background: #EFEFEF;
	padding: 3px 4px;
	border: 1px solid #666;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #111;
}

.button:hover {
	text-decoration: none;
	background: #DFDFDF;
}

.button:active {
	background: #F1F1F1;
	border: 1px solid #111;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

div#admin-button {
	position: absolute;
	top: 0; left: 0;
	height: 39px;
	z-index: 1000;
}

div#admin-button a {
	position: relative;
	display: block; float: left;
	padding: 10px;
	height: 18px;
	font-size: 13px;
	background: #F4F4F4;
	border-right: 1px solid #930000;
	border-bottom: 1px solid #930000;
}

div#admin-button a:hover {
	background: #DDD;
}

#header {
	clear: both;
	margin-top: 46px;
	height: 100px;
	width: 1000px;
}

h1 a {
	display: block;
	text-indent: -3000px;
	background: url(/site/images/logo.png);
	width: 187px;
	height: 50px;
	margin-top: 50px;
	float: left;
}

#ad {
	width: 728px;
	height: 90px;
	background: #000;
	float: right;
	position: relative;
	top: -20px;
}

#content {
	float: left;
	width: 640px;
	font-family: sans-serif;
	margin-top: 30px;
}

#site-messages {
	list-style: none;
	padding: 5px;
	margin-bottom: 8px;
	background-color: #bef;
	border: 1px solid #4bc;
}

/* Sidebar */

#side {
	margin: 30px 0 290px;
	padding: 0 0 0 30px;
	width: 300px;
	float: right;
	border-left: 1px dotted #AAA;
}

/* User area */

.user {
	margin: 30px 0 30px 0;
	min-height: 85px;
	border: 1px solid #000;
	padding: 13px 0 15px;
}
	
.user div {
	padding: 0 15px;
	margin-top: -3px;
}

.user div h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 3px;
}

#login-input {
	margin: 10px 0 5px;
	width: 240px;
	padding: 3px 2px 1px 23px;
	border: 1px solid #000 !important;
	background: #FFF;
	font: 18px Arial, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-image: url(/site/images/openid/openid-bg.png);
	background-repeat: no-repeat !important;
	background-position: 4px 4px !important;
}

#login-providers {
	float: left;
	width: 100px;
	height: 22px;
	margin: 2px 0 0 5px;
	padding: 0;
	list-style: none;
}

#login-providers li {
	float: left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-right: 5px;
	background-position: 16px 0px;
	text-indent: -5000px;
	text-align: left;
}

#login-providers li:hover {
	background-position: 0px 0px;
}

#login-submit {
	float: right;
	width: 90px;
	height: 22px;
	border: 1px solid #666;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #EFEFEF;
	position: relative;
}

#user-actions { 
	float: left;
	width: 198px;
	padding: 0;
	list-style: none;
}

#user-actions a {
	font-size: 14px;
	border: 1px solid #000;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px;
	margin: 8px 0 -2px;
	display: block;
	width: 170px;
	background: #F5F5F5;
	color: #111;
}

#user-actions a:hover {
	cursor: default;
	text-decoration: none;
	background: #F9F9F9;
}

#user-actions a:active {
	border: 1px solid #666;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background: #EEE;
	color: #000;
	cursor: default;
	text-decoration: none;
	padding: 5px 3px 3px 5px;
	outline: none;
}

#user-actions a:focus {
	outline: none;
}

#user-stats {
	width: 70px;
	float: left;
	margin-top: -26px !important;
	padding: 0;
}

#user-stats li {
	width: 70px;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-top: 9px;
	padding: 0;
	list-style: none;
	color: #666;
}

#user-stats li h4 {
	font-size: 22px;
	width: 70px;
	text-align: center;
	color: #000;
	margin: 0 0 -2px;
}

/* Subscribe link */

#subscribe {
	font-size: 13px;
	display: block;
	margin: 0 0 30px;
	text-align: center;
}

#subscribe2 {
	display: block;
	width: 165px;
	border: 1px solid #FF1F00;
	color: #FFF;
	background: #FF8000 url(/site/images/rss.png) no-repeat 10px 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	font-size: 28px;
	padding: 6px 10px 8px;
	text-shadow: 0px 1px 1px #000;
	position: relative;
	margin: 10px auto 0;
	text-align: right;
}

a#subscribe2:hover {
	text-decoration: none;
	border: 1px solid #980000;
}

/* Sidebar ads */
	
.medrec {
	width: 300px;
	height: 250px;
	margin: 0 0 30px;
}

.mrbottom {
	float: right;
	margin-top: -320px;
}

/* Sidebar links */

#catnav {
	padding: 0;
}

#catnav li {
	list-style: none;
	min-height: 50px;
	font: 700 25px 'Droid Sans', georgia, serif;
	position: relative;
	z-index: 100;
	margin: 0 0 15px 0;
}

#catnav li a {
	display: block;
	height: 30px;
	padding: 10px;
	color: #930000;
	text-decoration: none;
	border: 1px dotted #AAA;
}

#catnav li a:hover {
	background: #EEE;
	text-decoration: underline;
}

#urhere {
	position: relative;
	margin-left: -31px !important;
	z-index: 100;
	width: 329px;
}

#urhere a {
	width: 309px;
	border-left: 1px solid #FFF !important;
}

#urhere ul {
	border: 1px dotted #AAA;
	border-top: 1px solid #FFF;
	margin: -1px 0 0 31px !important;
	padding: 0;
	width: 298px !important;
}

#urhere ul li {
	margin: 0 !important;
}

#urhere ul a {
	font: 400 20px 'Droid Sans', georgia, sans-serif !important;
	border: none !important;
	width: 278px !important;
	padding: 10px 10px 6px !important;
}

/* Search box */
	
#cse-search-box {
	padding: 15px 0 20px;
}

#cse-search-box input[name="q"] {
	font-size: 22px;
	width: 205px;
	border: 1px solid #000;
	padding: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position: relative;
	z-index: 100;
	background-position: 6px center !important;
}

#cse-search-box input[name="sa"] {
	font-size: 22px;
	width: 80px;
	border: 1px solid #000;
	padding: 2px 3px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-left: 4px;
	text-align: center;
	background: #DDD;
}

/* Social media links */

#follow {
	padding: 0;
}

#follow li {
	float: left;
	list-style: none;
	margin: 3px 0 0;
	height: 45px;
}

#follow li img {
	border: none;
}

/* Pagination */
		
#pagination {
	height: 31px;
	margin: 10px 0 11px;
	padding: 0;
}
		
#pagination li {
	list-style: none;
	float: left;
	font-size: 14px;
	width: 31px;
	height: 31px;
	margin: 0 8px 0 0;
	text-align: center;
}

#pagination li a {
	display: block;
	padding: 6px 0 0;
	width: 30px;
	height: 23px;
	border: 1px solid #000;
	background: #F8F8F8;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#pagination .cur a, #pagination li a:hover {
	background: #DEDEDE;
}

#pagination li#custom {
	height: 25px;
	width: 115px;
	background: #F8F8F8;
	border: 1px solid #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-top: 4px;
	margin: 0 !important;
	float: right;
	color: #555 !important;
}

#pagination li#custom input#pg-text {
	font-size: 15px;
	width: 36px;
	border: 1px solid #666;
	height: 19px;
	padding: 0 0 0 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
}

#pagination li#custom input[type="submit"] {
	height: 21px;
	width: 25px;
	border: 1px solid #666;
	border-left: none;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	position: relative;
	top: 0px;
	background: #EEE;
	vertical-align: top;
}

ul.errorlist {
	list-style: none;
	margin: 15px 0 0 130px;
	background-color: #fcc;
	border: 1px solid #e99;
	color: #d00;
	text-align: left;
	padding: 3px;
	width: 400px;
	font-size: 0.9em;
}

/* Footer */

#footer {
	width: 978px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: #EEE;
	height: 18px;
	padding: 10px;
	margin: 0 0 20px;
	position: relative;
	top: 20px;
	clear: both;
	font-size: 13px;
}

#footer div {
	float: right;
}

/* Post */

#sbmt-warning {
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	margin: 0 0 30px;
	padding: 8px 10px 10px;
	border: 1px solid #FFD100;
	background: #FFFFC4;
}

#sbmt-warning #whiteboard {
	border: 1px dashed #bbb;
	background-color: #fff;
	padding: 3px;
}

/* Entry */

#posts .entry {
	padding: 0 0 16px;
}

.entry {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	border-bottom: 1px solid #cdcdcd;
	margin: 0 0 28px;
}

.entry-content ul, ol {
	margin: 0 0 10px;
}

.entry-content p {	
	margin: 0 0 15px;
	display: block;
}

.entry-content p:nth-child(1) {
	
}

.entry-content p:nth-child(1) img {
	max-width: 175px;
	max-height: 175px;
	width: auto;
	height: auto;
	margin: 5px 10px 10px 0;
	float: left;
}

.entry-content h2 {
	margin-top: 5px;
	font-size: 22px;
	min-height: 0;
}

.entry blockquote {
	margin: 13px 0 0 20px;
	border-left: 3px solid #930000;
	padding: 0 0 0 20px;
}

.entry blockquote p {
	margin-top: 0px !important;
	text-align: left;
	font-style: italic;
}

.entry code {
	display: block;
	margin: 0 0 10px 20px;
	border-left: 3px solid #930000;
	padding: 5px 10px;
	background: #000;
	color: #FFF;
	text-align: left;
	overflow: auto;
}

.entry img {
	max-width: 640px;
}

.entry .entry-title {
	display: block;
	float: left;
	width: 464px;
	text-align: left;
}

.entry h4 {
	font: 20px georgia, serif;
	margin-top: 26px;
}

.entry h4 a {
	visibility: hidden;
}

.entry h4:hover a {
	visibility: visible;
}

/* Post meta */

.entry ul.meta {
	display: block;
	float: right;
	list-style: none;
	font-size: 13px;
	padding: 2px 5px 4px 20px;
	margin: 0 0 10px 20px;
	border-left: 1px dotted #CCC;
	width: 130px;
	overflow: hidden;
	opacity: 0.4;
}

.entry:hover ul.meta {
	opacity: 1;
}
	
.entry ul.meta li {
	clear: both;
}

.meta-share {
	padding: 6px 0 0;
}

li.date {
	text-align: left;
	text-decoration: none;
	color: #000;
}

li.date a abbr {
	border-bottom: none;
}
	
li.auth {
	margin: 14px 0;
}

li.auth img {
	float: left;
	margin-right: 7px;
}

li.auth a {
	display: block;
	font-size: 16px;
	font-style: normal;
	height: 44px;
}
	
#post-misc {
	border-top: 1px dotted #CCC;
	padding: 14px 0 0;
	min-height: 80px;
}

#post-misc ul {
	margin: 0 0 10px 30px;
	padding: 0;
	font-size: 13px;
}

#post-misc p, #post-misc ul {
	color: #666;
	padding: 0;
	margin-top: 0 !important;
}	

#post-misc ul#tags {
	margin: 0 !important;
	width: 610px;
	padding: 0 0 7px;
	clear: both;
	min-height: 30px;
}

#post-misc ul#tags li {
	list-style: none;
	float: left;
	margin: 0 7px 6px 0;
	color: #000;
}

#post-misc ul#tags li a {
	font-size: 14px;
	display: block;
	float: left;
	padding: 3px;
	border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #FAFAFA;
}

#post-misc ul#share {
	margin: 0 0 0 0;
	border-left: 1px solid #CCC;
	list-style: none;
	float: right;
	height: 70px;
	width: 147px;
	padding: 5px 0;
}

#post-misc ul#share li {
	height: 24px;
	width: 127px;
	margin: 0 0 1px;
	padding: 0 0 0 20px;
	text-align: center;
}

#about-author {
	border-top: 1px dotted #CCC;
	margin-top: 26px;
	padding: 7px;
	min-height: 77px;
}

#about-author img {
	float: left;
	margin: 2px 10px 10px 0;
}

#about-author p {
	color: #4d4d4d;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

#about-author .author {
	font-weight: bold;
}

/* Homepage */

#promos {
	margin: 0 0 30px;
	padding: 0;
	height: 142px;
}

#square, #rect {
	background: #EEE;
	list-style: none;
	height: 140px;
	border: 1px solid #333;
	float: left;
}

#square {
	width: 140px;
	border: 1px solid #333;
}

#rect {
	margin: 0 0 0 30px;
}

#other {
	width: 640px;
	height: 110px;
	margin: 30px 0 10px;
	font-size: 13px;
	overflow: hidden;
}

#list {
	border-right: 1px dotted #CCC;
	margin-right: 30px;
	float: left;
	width: 439px;
	padding-right: 30px;
}

#video {
	list-style: none;
	padding: 0;
	width: 700px;
	height: 110px;
	overflow: hidden;
}

#video li {
	width: 140px;
	height: 110px;
	float: left;
	margin: 0 26px 0 0;
}

#video li a {
	display: block;
	height: 108px;
	border: 1px solid #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	background: #EEE;
	background-size: 144px 108px;
	-o-background-size: 144px 108px;
	-webkit-background-size: 144px 108px;
	-moz-background-size: 144px 108px;
	text-decoration: none;
}

#video li h6 {
	display: none;
}

#video li a:hover h6 {
	display: block;
	width: 130px;
	background: #000;
	padding: 5px;
	color: #FFF;
	position: absolute;
	bottom: 0;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	margin-left: -1px;
	font-size: 14px;
}

#subm .talkthread {
	margin: 0 !important;
}

#other .threadlist .details {
	width: 320px !important;
}

#other .threadlist .details-talk {
	float: left !important;
	width: 419px !important;
}

#other h3 {
	width: 320px;
}

#other .threadlist p {
	width: 419px !important;
	line-height: 22px;
	margin: 0px;
}

#other .details-talk h3 {
	width: 419px !important;
}

#subm {
	margin: 30px 0 0;
}

.bottom {
	margin-bottom: 0px !important;
}

/* Video */

.video {
	width: 640px;
	display: block;
	clear: both;
	margin: 30px 0 35px 0;
}

.video div {
	background: #DDD;
	height: 500px;
}

.download li {
	float: right;
	display: block;
}

.download li a {
	display: block;
	font-size: 14px;
	border: 1px solid #000;
	border-top: none;
	background: #F6F6F6;
	height: 18px;
	padding: 7px 15px 7px 15px;
	margin: 0 10px 0 5px;
	color: #000;
	-moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px;
}

.download li a:hover {
	background: #FFF;
}

/* Talk */

h3.talkbc {
	font-size: 13px !important;
	text-transform: uppercase;
	margin: 0 0 4px 2px;
}

h3.talkbcbottom {
	padding: 15px 0 0;
	margin: 0 0 10px;
}

h3.talkbc a {
	font-weight: bold;
	letter-spacing: -1px;
}

h2 {
	font: 700 25px 'Droid Sans', georgia, serif;
	letter-spacing: -1px;
	margin: 0 0 15px;
}

h2 a {
	color: #000;
}

h2 strong {
	font: bold 28px arial, sans-serif;
	letter-spacing: -1px;
	color: #666;
	margin: 0 2px 0 0;
}

/* Thread list - title/description/buttons/search */

.cat-desc {
	font-size: 18px;
	width: 345px;
	text-align: left;
	margin-top: -8px;
	min-height: 20px;
	line-height: 25px;
}

#search {
	height: 39px;
	overflow: hidden;
	position: relative;
	margin-top: -37px;
	position: relative;
	top: -20px;
}

	#search em {
		color: #999;
		background: #F6F6F6;
		border: 1px solid #999;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;		
		font: 24px georgia, serif;
		display: block;
		float: right;
		height: 25px;
		width: 265px;
		padding: 6px;
	}
	
		#search em div {
			width: 268px;
			position: relative;
			top: -4px;
		}

		#search em input {
			font: 18px georgia, serif;
			width: 200px;
			color: #999;
			margin: 0 0 0 4px;
			border: 1px solid #000;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			padding: 2px;
		}

			#search em input:focus, #search em input:active, #search em input:hover {
				color: #000;
			}
		
.actions {
	position: relative;
	top: -22px;
	width: 260px;
	text-align: right;
	float: right;
}

	.rss {
		background: #FF8000;
		color: #FFF;
	}
		
/* listing elements */

.threadlist li {
	min-height: 30px !important;	
}

.threadlist h3 {
	font: 16px georgia, serif;
	color: #930000;
	float: left;
	width: 420px;
}

.threadlist li a:hover h3 {
	text-decoration: underline;
}

.threadlist h3 em {
	font-size: 16px;
	letter-spacing: -.5px;
	color: #AAA;
}

.threadlist h4 {
	display: inline;
	margin: -17px 0 0 15px;
	font-size: 12px;
	color: #666;
	visibility: hidden;
	float: right;
}

.threadlist li:hover h4 {
	visibility: visible;
}

.threadlist h4 strong {
	color: #000;
}

.threadlist p {
	font-size: 13px;
	margin: 5px 0 0;
	height: 19px;
	width: 510px;
	overflow: hidden;
}

.threadlist .details span {
	float: right;
	font-size: 14px;
}
	
.details {
	min-height: 37px;
	width: 522px;
	float: right;
}

.details-talk {
	width: 619px !important;
}

/* Voting */
	
.vote {
	width: 80px;
	height: 31px;
	float: left;
	border: 1px solid #FFA829;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 23px;
	background: #FFFFD0;
	position: relative;
	top: 3px;
}

.vote span {
	float: left;
	padding: 2px;
	text-align: center;
	width: 51px;
	text-shadow: #906E00 1px 1px 2px;
}

.vote a {
	border-left: 1px solid #FFBE29;
	padding: 0 4px;
	float: right;
	font-size: 27px;
	height: 31px;
}

.vote a:hover {
	background: #F1D9AE;
	text-decoration: none;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}

.vote a.disabled {
	opacity: 0.4;
	cursor: default;
}

/* Categories */

#categories .cat {
	list-style: none;
	margin: 0 0 30px;
}

#categories h2 {
	width: 300px !important;
}

#categories .actions {
	position: relative;
	margin-top: -23px;
	text-align: right;
}

#categories .cat-desc {
	width: 100% !important;
}

#categories .clear h3 {
	font: 18px georgia, serif;
	margin: 5px 0 -5px;
}

#categories .alt {
	padding: 4px 10px 4px !important;
}

.indent {
	margin: -5px 0 0 7px;
	border-left: 3px solid #666;
	padding: 15px 0 5px 15px;
}

#categories .talkthread {
	margin: 0 !important;
}

/* Thread */

.talkthread {
	list-style: none;
	padding: 0;
}

.talkthread li {
	min-height: 84px;
	padding: 10px 10px 12px;
	margin: 10px 0;
	background: #F5F5F5; border-top: 1px solid #AAA; border-bottom: 1px solid #AAA;
}

.talkthread li.alt { border: none; background: #FFF; }

.talkthread li.staff { background: #D9F0FF; border-top: 1px solid #AF99FF; border-bottom: 1px solid #AF99FF; }

.talkthread li.trackback { background: #FFFFDC; border-top: 1px solid #FFDD83; border-bottom: 1px solid #FFDD83; min-height: 40px; padding-bottom: 10px; }

.talkthread li.trackback .ttmeta {
	width: 185px;
	min-height: 40px;
}

.talkthread li.trackback .ttmeta h3 {
	font-style: italic
}

.talkthread li.trackback .ttpost {
	width: 424px;
}

.ttmeta {
	width: 185px;
	min-height: 90px;
	overflow: hidden;
	border-right: 1px dotted #BBB;
	float: left;
}

.ttmeta h3 {
	font: 18px georgia, sans-serif;
	letter-spacing: -1px;
	margin: -3px 0 5px;
	color: #222;
}

.ttmeta .avatar {
	width: 65px;
	border: 1px solid #000;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background: #FFF;
	float: left;
	margin: 0 8px 0 0;
}

.ttmeta div {
	position: relative;
	top: 8px;
}
	
#reply {
	top: 11px;
}

.ttmeta-more {
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	color: #AAA;
}

.ttmeta-more strong, .ttmeta-more a {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	margin: 0 0 3px;
	display: inline;
	text-transform: none;
}

.ttmeta-more a {
	color: #930000 !important;
	visibility: hidden;
}

.comment:hover .ttmeta-more a {
	visibility: visible !important;
}

.ttpost {
	float: left;
	width: 419px;
	margin: 0 0 -10px;
	padding: 0 0 0 15px;
	font-size: 13px;
	max-height: 550px;
	overflow: auto;
}

.ttpost p {
	line-height: 20px;
	margin: 12px 0 3px;
}

.ttpost blockquote {
	margin: 0 0 12px 15px;
	border-left: 3px solid #930000;
	padding: 1px 5px 3px 7px;
	opacity: 0.8;
}
	
.ttpost blockquote p {
	margin: 1px 0 3px !important;
	text-align: left;
}

.ttpost ol, .ttpost ul {
	padding-left: 30px;
}

.ttpost li {
	min-height: 0px;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

.ttpost img {
	max-width: 419px;
}

/* reply */

.post-reply {
	border-top: 1px solid #999 !important;
	border-bottom: 1px solid #999 !important;
	min-height: 252px !important;
	margin: 10px 0 0 !important;
}

.post-reply input[type="submit"] {
	width: 180px;
	height: 45px;
	border: 1px solid #000;
	background: #DDD;
	font: 20px Arial, sans-serif;
	clear: both;
	margin-top: -47px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
}

.post-reply .ttmeta { height: 105px; }

.post-reply .ttpost {
	margin-bottom: -25px !important;
	padding-left: 0;
}

.ttmeta #name, .ttmeta #email {
	font: 18px georgia, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 8px;
	color: #222;
	width: 160px;
	padding: 2px 3px;
}

.ttpost textarea {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 22px 15px;
	width: 398px;
	height: 250px;
}

.ttpost p input {
	border: 1px solid #000;
	background: #EFEFEF;
	padding: 6px 7px 7px;
	margin: 0 0 -5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
	top: -10px;
	float: right;
}

/* Reply - login */

#rep-t-bg {
	background: #000;
	opacity: .8;
	margin-top: -307px;
	padding: 10px;
	height: 256px !important;
	z-index: 1000;
}

#rep-form {
	margin-top: -280px;
	position: relative;
	z-index: 1000 !important;
	height: 266px !important;
	overflow: hidden;
}

#rep-form div.user {
	background: #FFF;
	border: 1px solid #000;
	width: 300px;
	height: 120px;
	margin: 50px auto 64px !important;
	padding: 20px 0 20px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* Submission Forms */

#submit-form {
	text-align: right
}

#submit-form h2 {
	text-align: left;
}

#submit-form label {
	font: 22px georgia, sans-serif;
	text-align: left;
	background: #DDD;
	
	float: left;
	margin: 20px -10px 0 0;
	padding: 3px 15px 4px 7px;
	height: 25px;
	min-width: 115px;
	
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#submit-form input {
	font-size: 22px;
	width: 498px;
	height: 25px;
	padding: 3px 5px 4px;
	margin: 20px 0 0 0;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#submit-form input[type="text"]:focus, #submit-form textarea:focus {
	border: 1px solid #000;
	background: url(/site/images/back.png) 0 -145px repeat-x;
}

#submit-form input[type="checkbox"] {
	margin: 0 0 0 5px;
	padding: 0;
	width: auto;
}

#submit-form textarea {
	font-size: 13px;
	line-height: 18px;
	width: 498px;
	height: 450px;
	padding: 5px 5px 4px;
	margin: 20px 0 0;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#submit-form p {
	width: 510px;
	text-align: left;
	float: right;
	margin: 4px 0 0;
	font-size: 13px;
	line-height: 20px;
	color: #666;
}

#submit-form .button {
	font-size: 18px !important;
	height: 34px !important;
	width: 200px !important;
	margin: 30px 220px 10px !important;
}

/* Account */

.account img {
	width: 65px;
	height: 65px;
	border: 1px solid #000;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background: #FFF;
	float: left;
	margin: 0 15px 0 0;
}

.account h1 {
	margin: 12px 0 0 20px;
}

.account p {
	margin: 20px 10px;
	font: italic 16px/25px georgia, sans-serif;
}

.account ul {
	padding: 0;
}

.account li {
	display: block;
	list-style: none;
	width: 278px;
	border: 1px solid #CCC;
	padding: 10px;
	background: #EEE;
	float: left;
	margin: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.account li h2 {
	color: #AAA;
	margin-top: -7px;
}

.account li p {
	margin: 0px;
	font-size: 13px !important;
	font-style: italic;
	text-align: center;
	margin: 7px 0 0;
	color: #333;
}

.account li h3 {
	text-align: center;
	margin: 5px 0 0;
	font: 32px georgia, sans-serif;
	color: #555;
	font-variant: small-caps;
}

.account li h3 strong {
	font-size: 42px;
	color: #000;
}

ul.openids {
	list-style: none;
	padding: 20px;
}

ul.openids li {
	border: 1px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 6px 10px;
	font-size: 18px;
	margin: 0 0 15px 0;
	height: 22px;
}

ul.openids div {
	height: 22px;
	width: 500px;
	overflow: hidden;
}

ul.openids li a {
	display: block;
	float: right;
	margin: -28px -10px 0 0;
	border-left: 1px solid #000;
	width: 85px;
	height: 29px;
	padding: 3px 0 2px 0;
	text-align: center;
	font-size: 24px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background: #930000;
	color: #FFF;
}
