@charset "UTF-8";
/* CSS Document */

html {
	font: normal 62.5% "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}
body {
	font-size: 1.3em;
	line-height: 180%;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Helvetica Neue", "Helvetica", Arial, Tahoma, sans-serif;
	font-weight: normal;
	letter-spacing: -0.04em;
}
h2, h3, h4, h5 {
	margin: 1.1em 0 0.7em 0;
}

h1 {
	margin-bottom: .5em;
	color: #333333;
	padding-top: .5em;
}

h2 {
	color: #CC3366;
	font-size: 1.5em;
}

h3 {
	color: #999999;
	font-size: 1.5em;
}

h4, h5, h6 {
	color: #222;
	font-size: 1.4em;
}

a {
	color: #f36849;
}

a:hover {
}

p {
	line-height: 1.8em;
	margin-bottom: 1em;
}
.callout {
	background-color: #CCCCCC;
	padding: 5px;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.gallery {
	
}

.user ul, .gallery ul {
	list-style-type: none;
	color: #999999;
}
.user ul li strong, .gallery ul li strong {
	color: #555555;
}
.user h2, .gallery h2 {
	
}
.user h3 a, .gallery h3 a {
	text-decoration: none;
}
.user h3 a:HOVER, .gallery h3 a:HOVER {
	color: #f36849;
	text-decoration: underline;
}
.user img, .gallery img {
	border: none;
}
#forum-threadlist {
	border: 1px solid #CCCCCC;
	padding: 4px;
}
#forum-threadlist th {
	background-color: #EEEEEE;
	text-align: left;
	font-size: 12px;
}
#forum-threadlist td {
	font-size: 12px;
}
#forum-threadlist .forum-name {
	
}
#forum-threadlist .forum-description {
	font-size: 11px;
}
#forum-threadlist .forum-postcount {
	font-size: 11px;
}
#forum-threadlist .forum-lastpost {
	font-size: 11px;
}

#forum-thread {
	border: 1px solid #CCCCCC;
	padding: 4px;
}
#forum-thread em {
	color: #BBBBBB;
}
#forum-thread th {
	text-align: left;
	/* background-color: #EEEEEE; */
	padding: 5px;
	line-height: 20px;
	font-size: 12px;
	border: 2px solid #EEEEEE;
}
#forum-thread th a {
	text-decoration: none;
}
#forum-thread th a:HOVER {
	text-decoration: underline;
}
#forum-thread .usertitle {
	color: #DB7194;
	font-weight: bold;
}
#forum-thread .postcount {
	color: #E69CB4;
}
#forum-thread td {
	padding: 10px 10px 10px 10px;
}
#forum-thread td p {
	font-size: 12px;
}
#forum-thread .signature, #forum-thread blockquote {
	font-size: 10px;
	color: #AAAAAA;
	border-left: 5px solid #EEEEEE;
	line-height: 20px;
	padding: 5px;
	padding-left: 10px;
	font-style: italic;
}
#forum-thread .signature p, #forum-thread p blockquote {
	margin-bottom: 0px;
}
#forum-thread blockquote {
	margin-bottom: 10px;
	font-size: 11px;
}
#forum-thread blockquote cite {
	color: #E69CB4;
}
#forum-thread blockquote cite strong {
	color: #CC3366;
}
#pagination-helper, .pagination {
	font-size: 11px;
}
#pagination-helper b {
	font-size: 12px;
	font-weight: bold;
	color: #f36849;
}
#pagination-top {
	float: right;
}
#pagination-bottom {
	float: right;
}
.hidden {
	display: none;
}

hr {
	display: none;
}
.attachment {
	margin-left: 20px;
	font-size: 11px;
}
.attachment h3 {
	font-size: 1.4em;
	color: #CC3366;
}
.attachment a {
	text-decoration: none;
}
.attachment a:HOVER {
	text-decoration: underline;
}
.attachment a img {
	border: 0;
}
#messages-index {
	border: 1px solid #CCCCCC;
	padding: 4px;
}
#messages-index th {
	background-color: #EEEEEE;
	text-align: left;
	font-size: 12px;
}
.even {
	background-image: url('/images/even_bg.png');
	background-repeat: repeat-x;
}
#user-profile {
	
}
#user-profile h1 {
	clear: both;
}
#user-profile h2, #user-profile h3 {
	padding: 0px;
	margin: 0px;
}
#notice, #error {
	padding: 5px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 12px;
}
#error {
	border: 4px solid #E69CB4;
	background-color: white;
}
#notice {
	border: 4px solid #B0FFB0;
	background-color: #CCFFCC;
}


div.auto_complete {
	width: 350px;	
	font-size: 11px;
}
div.auto_complete ul {
	background-color: white;

	border: 1px solid #B0FFB0;
	margin:0;
	padding: 10px;
	width:100%;
	list-style-type:none;
	
}
div.auto_complete ul li {
	margin:0;
	padding-left: 3px;
	line-height: 18px;
	list-style-image: none;
}
div.auto_complete ul li.selected {
	background-color: #B0FFB0;
	/* color: #1d2328; */
}
div.auto_complete ul strong.highlight {
	margin:0;
	padding:0;
}
div.auto_complete ul li img {
	margin-right: 6px;
}
.newspost h2 a {
	text-decoration: none;
	color: #CC3366;
}