/* palette
white      : #ffffff
dark-red   : #410000
light-pink : #F88F76
grey       : #999999
footer-red : #e21515 (footer)
shadow-red : #3b0101 (num replies)
black      : #000000

*/
html, body {
	padding:0;
	margin:0;
}
html, body,
form, input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
}
body {
	min-width: 780px;
	background-color: #410000;
}
h1, h2, h3,
h1 a, h2 a, h3 a {
	color: #ffffff;
}
img {
	border:0;
}
:focus { outline: none; }
/* main */
#main {
	width: 780px;
	min-width: 780px;
	margin: 0 auto;
}
/* /main */

/* header */
#header {
	position: relative;
	padding-top: 20px;
	margin-bottom: 8px;
}
#header h1 {
	margin:0 0 8px 0;
	font-size: 36px;
}
#navigation {
	margin:0;
	padding:0;
	list-style: none;
	float:right;
	position: absolute;
	right: 0;
	top: 0;
	font-style: italic;
}
#navigation li {
	float:left;
	width: 91px;
	text-align: center;
	height: 40px;
	margin-left: 7px;
}
#navigation li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
}
#navigation li a:hover {
	background: url(../img/navigation-hover.png) no-repeat center bottom;
}

#navigation li a.active,
#navigation li a.active:hover {
	background: url(../img/navigation-active.png) no-repeat center bottom;
}
#personal-navigation {
	margin:0;
	padding:0;
	list-style: none;
	float:right;
	position: absolute;
	right: 20px;
	top: 45px;
	font-size: 11px;
	color: #ffffff;
}
#personal-navigation li {
	display: inline;
}
#personal-navigation li a {
	color: #ffffff;
	text-decoration: none;
}
#personal-navigation li a:hover {
	text-decoration: underline;
}

#personal-navigation li a.active {
	font-weight: bold;
}
/* /header */

/* content */
#content {
	margin-bottom: 8px;
	padding-bottom: 0px;
}
/* /content */



/* generic */
.generic {
	width: 780px;
	margin-bottom: 8px;
}
.generic .header {
	width: 100%;
	background: url(../img/generic-left-top.png) no-repeat left top;
	height: 8px;
	line-height: 1px;
	margin:0;
	padding:0;
}
.generic .header span {
	width: 50%;
	background: url(../img/generic-right-top.png) no-repeat right top;
	height: 8px;
	float: right;
}
.generic .footer {
	background: url(../img/generic-left-bottom.png) no-repeat left top;
	line-height: 1px;
	height: 12px;
}
.generic .footer span {
	display:block;
	float:right;
	width: 50%;
	background: url(../img/generic-right-bottom.png) no-repeat right top;
	height: 12px;
	line-height: 1px;
}
.generic .background {
	width: 100%;
	background: url(../img/generic-content-780px.png) repeat-y left top;
	margin:0;
	padding:0;
}
.generic .background .content {
	margin:0;
	padding: 0 10px 0 10px;
}
/* /generic */

/* sticky + closed */
.sticky-topic-title {
	background: url(../img/sticky-topic.png) no-repeat left center;
	padding-left: 40px;
}
.closed-topic-title {
	background: url(../img/closed-topic.png) no-repeat left center;
	padding-left: 40px;
}
.sticky-closed-topic-title {
	background: url(../img/sticky-closed-topic.png) no-repeat left center;
	padding-left: 75px;
}

/* sticky + closed */


/* row */
.row {
	display:block;
	width: 100%;
	clear: both;
	margin-bottom: 8px;
}
.right {
	text-align: right;
}
/* /row */

/* search */
#search {
	color: #F88F76;
	font-style: italic;
}
#search form {
	margin:0;
	padding:0;
}
#search input.search-input {
	border:0;
	width: 365px;
	padding: 5px;
	color: #333333;
	font-style: italic;
	margin-bottom: 1px;
	margin-right: 5px;
}

#search input.search-button {
	border:0;
	width: 29px;
	height: 28px;
	background: url(../img/search-magnify.png) no-repeat center center;
	margin-right: 10px;
}
#search select.search-where {
	border:0;
	margin: 0 5px 0 5px;
	padding:4px;
	font-style: italic;
	width: 120px;
}
#search a {
	color: #ffffff;
	text-decoration: none;
	font-size: 9pt;
}
.hidden {
	display:none;
}
.white-container {
	background: #ffffff;
	padding: 5px;
}
.white-container h1, 
.white-container h2, 
.white-container h3, 
.white-container h4, 
.white-container h5, 
.white-container h6 {
	color: #000000;
}
/* /search */

/* pagination */
div.pagination {
	position: relative;
	height: 27px;
	margin-bottom: 8px;
}
div.pagination h3 {
	margin: 0 0 0 10px;
	padding:0;
	font-weight: normal;
	font-style: italic;
	font-size: 12pt;
}
div.pagination h3 a {
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
div.pagination h3 a:hover {
	text-decoration: underline;
}

div.pagination span.empty-search {
	color: #E21515;
	font-weight: normal;
	font-style: normal;
}
div.pagination .list {
	margin:0;
	padding:0;
	list-style: none;
	height: 27px;
	font-size: 9pt;
	float: right;
	position: absolute;
	top:0;
	right:0;
}
div.pagination .list a {
	color: #ffffff;
	text-decoration: none;
	height: 24px;
	padding-top: 3px;
	margin-left: 8px;
	width: 23px;
	float:left;
	text-align: center;
	/*background: url(../img/pagination-bg.png) no-repeat left top;*/
}
div.pagination .list a:hover {
	background: url(../img/pagination-bg-hover.png) no-repeat left top;
	color: #000000;
}
.topic .title span a {
	color: #F88F76;
	font-size: 11pt;
}
div.pagination .list a.active,
div.pagination .list a.active:hover {
	background: url(../img/pagination-bg.png) no-repeat left top;
	color: #ffffff;
}
/* /pagination */

/* section */
div.section {
	position: relative;
	height: 27px;
	margin-bottom: 8px;
}
div.section h3 {
	margin: 0 0 0 10px;
	padding:0;
	font-weight: normal;
	font-style: italic;
	font-size: 12pt;
}
div.section span.empty-search {
	color: #E21515;
	font-weight: normal;
	font-style: normal;
}
/* /section */

/* footer */
#footer {
	color: #e21515;
	text-align: center;
	font-size: 8pt;
	height: 50px;
}
#footer a {
	color: #e21515;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer div {
	margin-bottom: 5px;
}

/* /footer */

/* topic */
.topic {
	position: relative;
}
.topic .title h2 {
	margin:0 0 0 0;
	padding:0;
	font-weight: normal;
	font-size: 16pt;
}
.topic .title span.not-approved {
	font-weight: bold;
	color: #ff0000;
}
.topic .title h2 a {
	text-decoration: underline;
}
.topic .title span {
	color: #F88F76;
	font-size: 11pt;
}
.topic .title {
	width: 710px;
}
.topic .replies {
	position: absolute;
	right: 0;
	top: -6px;
	width: 70px;
	text-align: center;
	line-height: 16px;
	color: #3b0101;
	height: 70px;
}
.topic .replies span {
	font-size: 36px;
	line-height: 36px;
	display: block;	
}
.topic a.edit {
	padding-left: 20px;
	background: url(../img/edit.png) no-repeat left top;
	color: #F88F76;
}
.topic .title h2 a.edit {
	position: absolute;
	right: 10px;
	top: 3px;
	background: url(../img/edit.png) no-repeat left top;
	color: #F88F76;
	font-size: 14px;
}
/* /topic */


/* post */
.post {
	position: relative;
}
.post .title div.info {	
	color: #F88F76;
	padding-left: 20px;
	background: url(../img/tag.png) no-repeat left top;
}
.post .title div.info a {
	color: #F88F76;
}
.post .title div.info a.comments {
	padding-left: 20px;
	background: url(../img/comments.png) no-repeat left top;
}
.post .title div.info a.edit {
	padding-left: 20px;
	background: url(../img/edit.png) no-repeat left top;
}
.post .title h2 {
	color: #ffffff;
	margin:0 0 5px 0;
	padding:0;
	font-weight: normal;
	font-size: 16pt;
}
.post .title h2 a {
	color: #ffffff;
	text-decoration: underline;
}
.post .title h2 a:hover {
	text-decoration: underline;
}

.post .title span {
	color: #3b0101;
	font-size: 11pt;
}
.post .title {
	width: 700px;
	float: left;
}
.post .date {
	float:left;
	width: 48px;
	text-align: center;
	line-height: 16px;
	color: #3b0101;
	margin-top: 3px;
	margin-right: 10px;
}
.post .date span {
	font-size: 36px;
	height: 26px;
	display: block;
}
.post .text p {
	margin: 0 0 10px 0;
}
.post .draft-post-title {
	background: url(../img/sticky-topic.png) no-repeat right center;
	padding-right: 40px;
	width: 660px;
}
.post span.draft {
	font-weight: bold;
	color: #ff0000;
}
/* /post */


/* reply */
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.reply {
	margin-bottom: 12px;
}
.reply .avatar {
	width: 68px;
	height: 68px;
	background: url(../img/avatar-bg.png) no-repeat left top;
	float: left;
}
.reply .avatar img {
	margin: 10px;
	width: 48px;
	height: 48px;
}
.reply .container {
	width: 712px;
	float: left;
}
.reply .container .info {
	background: url(../img/reply-top.png) no-repeat right top;
	padding: 10px 10px 0 25px;
	height: 28px;
	color: #999999;
}
.reply .container .info span.spam,
.reply .container .info span.not-approved {
	color: #ff0000;
	font-weight: bold;
}
.reply .container .info a.username {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.reply .container .info a {
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
}
.reply .container .info span.username {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.reply .container .info input {
	width: 200px;
	padding:5px;
	border: 1px solid #333333;
}
.reply .container .text input {
	border:1px solid #333333;
	padding:5px;
}
.reply .container .text {
	padding-top: 10px;
}
.reply .container .text p {
	margin-top: 0;
}
.reply .container .text a {
	color: #000000;
}

.reply .container .text textarea {
	margin-top: 5px;
	width: 664px;
	padding:5px;
	border: 1px solid #333333;
}
.reply .container .info .comment-input-label {
	float: left;
	width: 200px;
	padding-top: 5px;
}
.reply .container .comment-input-label {
	float: left;
	width: 200px;
	padding-top: 5px;
}
.reply .container .footer {
	background: url(../img/reply-bottom.png) no-repeat right bottom;
	height: 10px;
	line-height: 1px;
}
.reply .container .text {
	background: url(../img/reply-bg.png) repeat-y right top;
	padding: 0 10px 3px 25px;
}
textarea.error {
	background: #F88F76 url(../img/warning.png) no-repeat right 5px;
	color: #000000;
}
/* /reply */

/* people */
.person {
	margin-bottom: 12px;
	width: 380px;
	float: left;
	overflow: hidden;
	height: 70px;
}
.person-first {
	margin-right: 20px;
}
.person .avatar {
	width: 68px;
	height: 68px;
	background: url(../img/avatar-bg.png) no-repeat left top;
	float: left;
}
.person .avatar img {
	margin: 10px;
	width: 48px;
	height: 48px;
}
.person .container {
	width: 712px;
	float: left;
}
.person .container .info {
	background: url(../img/reply-top.png) no-repeat right top;
	padding: 10px 10px 0 25px;
	height: 28px;
	color: #999999;
}

.person .container .info a.username {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.person .container .info a.username:hover {
	text-decoration: underline;
}
.person .container .footer {
	background: url(../img/reply-bottom.png) no-repeat right bottom;
	height: 10px;
	line-height: 1px;
}
.person .container .text {
	background: url(../img/reply-bg.png) repeat-y right top;
	padding: 0 10px 3px 25px;
}
/* /people */

/* profile */
div.label {
	margin-bottom: 0;
	width: 380px;
	float: left;
}
div.long-label {
	width: 780px;
	float: none;
}
div.long-label div.generic {
	width: 780px;
}
div.first-label {
	margin-right: 20px;
}
div.label .generic {
	width: 380px;
}
div.label h3 {
	margin: 0 0 8px 10px;
	padding:0;
	font-weight: normal;
	font-style: italic;
	font-size: 12pt;
}
div.label h3 span.help,
div.label h3 a.help {
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	text-decoration: none;
}
div.label h3 a.help:hover {
	text-decoration: underline;
}

div.label h3 span.error {
	color: #F88F76;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}



h2.username {
	margin: 0 0 5px 20px;
	font-size: 30px;
	font-style: italic;
	float: left;
	clear: right;
	width: 292px;
	overflow: hidden;
}
h2.username a {
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
}
h2.username a:hover {
	text-decoration: underline;
}

span.date-since, a.edit-username {
	margin: 5px 0 0 0;
	font-size: 15px;
	font-style: italic;
	display: block;
	font-weight: normal;
}
a.edit-username { 
	display: inline;
}

input.username-input {
	border:0;
	font-size: 30px;
	padding: 5px;
	color: #333333;
	font-style: italic;
	width: 350px;
	
}
input.profile-input {
	border:0;
	width: 320px;
	padding: 5px 30px 5px 5px;
	color: #333333;
	font-style: italic;
}
div.long-label input.profile-input {
	width: 720px;
}
div.long-label input.profile-input-captcha {
	width: 530px;
	float: left;
	margin-right: 5px;
}
.buttons-block {
	text-align: right;
	margin-bottom: 8px;
}
.generic-button {
	border:0;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 6px;
	text-align: center;
	color: #ffffff;
}
input.save-button {
	background: url(../img/save-button.png) no-repeat left top;
	width: 65px;
	height: 32px;
}
input.save-button:hover {
	background-position: left -32px;
}
.radio-permissions {
	width: 180px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}
input.error {
	background: #F88F76 url(../img/warning.png) no-repeat right center;
	color: #000000;
	font-weight: bold;
}
/* /profile */


/* blog-input */
.label {
	color:#F88F76;
}
textarea.content-input {
	width: 746px;
	border:0;
	padding:5px;
}
div.label input.content-input {
	width: 350px;
	border:0;
	color: #333333;
	padding: 5px;
}
div.long-label input.content-input {
	width: 746px;
	border:0;
	color: #333333;
	padding: 5px;
}
input.content-title-input {
	font-size: 24px;
}
input.content-date-input {
	width: 180px;
	border:0;
	color: #333333;
	padding: 5px;
	margin: 0 5px 0 5px;
}
.label select {
	border:0;
	margin: 0 5px 0 5px;
	padding:4px;
	font-style: italic;
	width: 120px;
}

/* /blog-input */


/* home */
div.column {
	margin-bottom: 0;
	width: 380px;
	float: left;
	height: 292px;
	position: relative;
}
div.twitter-column {
	background: url(../img/twitter_32.png) no-repeat 345px 0 #410000;
}
div.vimeo-column {
	background: url(../img/vimeo_32.png) no-repeat 345px 0 #410000;
}
div.vimeo-column .vimeo-container {
	height: 230px;
	overflow: hidden;
	background: #ffffff;
}
div.vimeo-column .vimeo-container ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size: 8pt;
}
div.first-column {
	margin-right: 20px;
	overflow: hidden;
}
.column .generic {
	width: 380px;
}
.column .generic .title {
	overflow: hidden;
	float: left;
	width: 360px;
	height: 23px;
}
.column .generic .title h2 {
	overflow: hidden;
	float: left;
	width: 315px;
	height: 20px;
	margin-bottom: 3px;
	font-size: 14px;
}
.column .generic .title h2 span.date-home {
	font-weight: bold;
	color:#3B0101;
	line-height:16px;
}
.column .generic .title a.comments {
	float: left;
	text-decoration: none;
	padding-right: 24px;
	background: url(../img/comments.png) no-repeat right top;
	width: 15px;
	text-align: right;
	height: 20px;
	color: #ffffff;
}
.column .generic .title a.comments:hover {
	text-decoration: underline;
}
.column .reply-home {
	width: 380px;
	height: 40px;
	margin-bottom: 11px !important;
	margin-bottom: 9px;
}
.column .reply-home .avatar {
	padding: 5px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	float: left;
	background: url(../img/avatar-bg-home.png) no-repeat left top;
}
.column .reply-home .avatar img {
	width: 30px;
	height: 30px;
}
.column .reply-home .text {
	padding: 2px 5px 5px 20px;
	height: 33px;
	width: 310px;
	float: left;
	overflow: hidden;
	background: url(../img/reply-home-bg.png) no-repeat left top;
}
.column .reply-home .text a {
	color: #000000;
}
.column .reply-home .text a.username {
	color: #000000;
	font-weight: bold;
}
.column .reply-home .text span {
	height: 18px;
	width: 310px;
	overflow: hidden;
	display: block;
}
.column .reply-home .text span.date {
	height: 16px;
	width: 310px;
	overflow: hidden;
	display: block;
	color: #666666;
	font-size: 11px;
}
div.tags-cloud {
	color: #ffffff;
	text-align: center;
}
div.tags-cloud a {
	margin-left: 10px;
}
a.tag {
	color: #F88F76;
}
a.tag-small {
	color: #F88F76;
	font-size: 14px;
}
a.tag-medium {
	color: #F88F76;
	font-size: 20px;
}
a.tag-big {
	color: #F88F76;
	font-size: 28px;
	font-weight: bold;
}
.column div.tags-cloud {
	height: 230px;
	line-height: 28px;
	overflow: hidden;
}
.column div.tags-cloud a.tag-medium {
	font-size: 28px;
}
.column div.tags-cloud a.tag-big {
	font-size: 35px;
}

a.feed {
	font-size: 14px;
	color: #FF6600;
	height: 16px;
	width: 16px;
	display: inline;
}
span.twitter-follow,
span.twitter-follow a{
	font-size: 11px;
	color: #0066CC;
	padding: 2px;
}
span.vimeo-follow, span.vimeo-follow a {
	color:#2786C2;
	font-size:11px;
	padding:2px;
}
#forum-loading-overlay {
	display:none;
}
#forum-loading-overlay.loading-overlay {
	display: block;
	position: absolute;
	background: #410000;
	height: 257px;
	top:35px;
	left:0;
	z-index: 9999;
	width: 380px;
}
.ajax-toolbar {
	position: absolute;
	top: 5px;
	right: 5px;
}
.column .reply-home .text span.alert-new {
	color: #009900;
	width: auto;
}
/* /home */

/* error pages */
.error-code {
	color: #FFFFFF;
	font-size: 80px;
	text-align: center;
	font-style: italic;
	margin-bottom: 20px;
}
/* /error pages */

/* files */
.person .avatar img.mimetype {
	width: 32px;
	height: 32px;
	margin: 18px;
}
/* /files */

/* captcha */
.comment-captcha {
	margin-top: 5px;
}
img.comment-captcha {
	margin-left: 10px;
}
input.comment-captcha {
	float: left;
	width: 200px;
}
div.comment-captcha {
	color: #999999;
}
a#captcha-refresh {
	margin-left: 10px;
	position: relative;
	bottom: 5px;
}
div.text {
	positio: relative;
}
/* /captcha */
