/*
Theme Name: Get Married
Theme URI: http://getmarried.com/
Description: Wedding Chat theme for Get Married
Version: 1.0
Author: Theodore Lee
Author URI: 
*/

/*CSS Reset*/

body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }


.gmlogo {
	display: inline;
	float: left;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

#outer-wrapper {
	width: 1019px;
	margin: 0 auto;
	background: url(images/bb-background.png) repeat-y top center;
}

#wrapper {
	display: block;
	width: 985px;
	min-width: 985px;
	margin: 0 auto;
	text-align: left;
}

#wrapper p, #wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5 {
/*	margin: 0px 20px 0px 20px;*/
	color:  #333;
}

#wrapper a {
	color: #ED1F75;
	text-decoration: none;
}

#wrapper a:hover {
	color: #F59000;
	text-decoration: underline;
}

#wrapper form {
	margin-left: 20px;
}

#wrapper form fieldset table trbody tr.form-field {
	display: table-row;
	padding-bottom:  5px;
	height: 20px;
}

#wrapper form label {
	color: #333;
	font-weight:  bolder;
	padding-right:  10px;
}

#l-col form input[type=text], #wrapper form input[type=password] {
/*	border:  1px solid #999;
	font-size:  12px;
	padding: 3px 5px;*/
}

#l-col form input[type=submit], #topic-search-form-submit {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #FFF;
	background: #F59000;
	padding:  3px 10px;
	border: 1px solid #666;
	margin-top: 10px;	
	text-transform: uppercase;
	font-weight: bolder;
}

.gm-input-field {
	border: 1px solid #999;
	padding:  3px 5px;
	font-size: 12px;
}

.gm-submit-button {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #FFF;
	background: #F59000;
	padding:  3px 10px;
	border: 1px solid #666;
	text-transform: uppercase;
	font-weight: bolder;
}

.gm-submit-button:hover {
	background: #ED1F75;
	
}

#topic-search-form-submit {
	width: 170px !important;
}

#postformsub, #tagformsub {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #FFF;
	background: #F59000;
	padding:  3px 10px;
	border: 1px solid #666;
	margin-top: 10px;	
	text-transform: uppercase;
	font-weight: bolder;	
}

#tagformsub:hover {
	background: #ED1F75;
	color: #FFF;
}

#l-col form input[type=submit]:hover, #topic-search-form-submit:hover {
	background: #ED1F75;
}

#top-nav {
	width: 985px;
	height: 23px;	
	margin: 0 auto; 
	padding: 0;
	color: #fff;
	background: #ABCF35;	
	text-align: center;
}

#top-nav ul {
	padding-top: 8px;
	height: 10px;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 330px;
}

#top-nav li {
	margin: 0 auto;
	list-style: none;
	float: left;
	display: inline;
	font-size: 11px;
	height: 10px;
	line-height: 8px;
	text-transform: uppercase;
	text-align: center;
}

#top-nav li a {
	padding: 0px;
	color: #fff;
	text-decoration: none;
	padding: 0px 15px;
	border-right: 1px solid #fff;
}

.first {
	padding: 0px 15px 0px 0px !important;
}

.last {
	padding: 0px 0px 0px 15px !important;
	border-right: none !important;
}

#header {
	width: 985px;
	height: 201px;
	background-image: url(images/header-bg-no-logo.png);
	margin:0 auto;
}
#header #home_blogger{
	position:absolute;
	margin:117px 0 0 195px;
	!margin-left:100px;
	width:220px;
	color:#FFF;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
}
#header #post_admin{
	position:absolute;
	margin:117px 0 0 580px;
	!margin-left:500px;
	width:300px;
	color:#FFF;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	
}
#header a{
	color:#FFF;
	text-decoration: none;
}
#header a:hover{
	text-decoration: underline;
}

#content {
	width: 985px;
	padding-top: 10px;
	margin:0 auto;
}

#l-col {
	display: block;
	float: left;
	width: 661px;
/*	padding: 15px;*/
	overflow: hidden;
}

#l-col-post {
	width: 600px;
}

#l-col .post p {
	font-size: 14px;
}

#r-col {
	display: block;
	float: right;
	padding: 15px;
	width: 294px;
	overflow: hidden;	
	
}

#r-col form {
	margin-left: 0px !important;
}

/* Date For Posts */

.photo {
	float: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 6px solid #FFF;
	-webkit-box-shadow: #BFBFBF 0px 0px 10px;
	-moz-box-shadow: #BFBFBF 0px 0px 15px;

}

.blogger {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.userphoto {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 6px solid #FFF;
	-webkit-box-shadow: #BFBFBF 0px 0px 10px;
	-moz-box-shadow: #BFBFBF 0px 0px 15px;
	margin-right: 20px;
}

.post-date {
	font-size: 14px;
	width: 40px;
	color: #FF9521;
	line-height: 14px;
	float: left;
	text-align: center;
	border-right: 1px solid #FF9521;
	padding: 5px 20px 5px 0px;
	text-transform: uppercase;
	height: 30px;
	margin-top: -5px;
}



.day {
	display: block;
	font-size: 28px;
	height: 12px;
	line-height: 10px;
	color: #FF9521;
	font-family: Georgia, serif;
	padding-bottom:4px;	
}

.month {
	display: block;
	padding-top: 2px;
	font-size: 14px;
	line-height: 20px;
	color: #FF9521;	
}

/* Left Column Styling */

#l-col h1 {
	font-size: 18px;
	color: #FF9521;
}

#l-col h1 a {
	color: #FF9521;
	text-decoration: none;
}

#l-col h3 {
	font-size: 18px;
	font-family: Helvetica, sans-serif;	
	color: #FF9521;
}

#l-col h3 a {
	color: #FF9521;
	text-decoration: none;
}

.storydiv {
	display: table !important;
	height: 45px;
	vertical-align: middle;
	float: left;
}

.storytitle {
	padding-left: 10px;
	font-size: 18px;
	font-family: Helvetica, sans-serif;	
	color: #FF9521;
	display: table-cell !important;		
	min-height: 45px;
/* 	line-height: 45px;	 */
	margin-left: 10px;
	width: 500px;
	vertical-align: middle;
}

.storytitle a {
	color: #FF9521;
	text-decoration: none;
}

.storytitle-single {
	height: 30px;
	line-height: 45px;	
	margin-left: 10px;
	width: 100%;
	clear:  both;
}


.storytitle a:hover, .storytitle-single a:hover {
	color: #FA0056 !important;
}

.post-info-top {
	margin-left: 10px;
	padding: 10px 10px 10px 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #F59000;
	border-bottom: 1px solid #F5F2F2;
	letter-spacing: 1px;
}

.post-info-top a {
	color: #fa0056;
	text-decoration: none;
}

.post-info-top a:hover {
	color: #f59000;
	text-decoration: underline;
}

.post-bottom p, .single-post-top {
	color: #FF9521;
	font-size: 9px;
	text-transform: uppercase;
}


p.single-post-top {
	color: #FF9521;
	font-size: 9px;
	text-transform: uppercase;
	padding-bottom: 5px;
	width: 100%;
	text-align: left;
	margin-left: 10px;	
}

p.single-post-top a {
	color: #ED1F75;
	text-decoration: none;
	
}

p.single-post-top a:hover {
	text-decoration: underline;
}

.author-photo-big {
	float:  left;
	padding: 0px 10px 0px 0px;
	margin-top: -5px;
}


.author-page-photo img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.storycontent, #l-col p {
	padding: 15px 5px 10px 5px;
	font-family: Helvetica, Arial, sans-serif;
	color: #5e4935;
	line-height: 16px;
	font-size: 11px;
}

.seperator {
	overflow: hidden;
}

.bb-comments {
	font-size:  14px;
}

.bb-comments-num {
	font-family:  Georgia, serif !important;
	font-size: 18px !important;
	line-height: 10px;
}

.storycontent p {
	padding-bottom: 10px;
}

.storycontent h3 {
	padding-bottom: 10px;
}

.storycontent a {
	color: #FF9521;
	text-decoration: none;
}

.storycontent a:hover {
	color: #FA0056;
	text-decoration: underline;
}

.storycontent img {
	padding: 10px 0px;
}

.post-bottom {
	padding: 10px 0px 20px 0px;
	color: #FF9521;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
}

.post-bottom a {
	color: #FA0056;
	text-decoration: none;
}

.page-navigation a {
	padding: 5px;
	font-size: 10px;
	border: 1px solid #FF9521;
	text-transform: uppercase;
	color: #FF9521;
	text-decoration: none;
}

.page-navigation a:hover {
	color: #fff;
	border: 1px solid #FA0056;
	background: #FA0056;
}

.post-sep {
	padding: 20px 0px;
	width:630px;
	background: url(images/bb-sep-bg.png) repeat-x;
}

.pagetitle {
	color:#f59000; font-size:20px; padding:10px 0 10px 0; 
}

/* Meet The Bloggers */
.blogger {
	width: 141px;
	height: 171px;
	float: left;
	padding: 0px 5px 5px 5px;
}

p.blogger-name {
	font-size: 11px;
	line-height: 11px !important;	
	color: #FF9224;
	text-align: center;	
}

p.blogger-name a {
	color: #FF9224;
	text-decoration: none;
	border: none;
}

.blogger-name a:hover {
	color: #FA0056;
	text-decoration: none;
}

.blogger-bio {
	padding: 10px 5px 10px 5px;
	font-family: Helvetica, Arial, sans-serif;
	color: #5e4935;
	line-height: 16px;
	font-size: 11px;
	float: left;
	width: 480px;
}
/*

.blogger .userphoto {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
*/


/* Sidebar Classes */

.sidebar-sep-top {
	margin: 5px 0px;
	padding-bottom: 10px;
	height: 5px;
	background: url(images/bb-sep-bg.png) repeat-x;
	clear:  both;
}

.sidebar-sep {
	margin: 5px 0px;
	padding: 10px 0px;
	height: 5px !important;
	background: url(images/bb-sep-bg.png) repeat-x center left;	
	clear:  both;
}

#sidebar-search input[type=text] {
	font-weight:bold; 
	width:225px; 
	height:14px; 
	border:1px solid #fce7c9; 
	font-size:9px; 
	color:#af9b88; 
	padding: 4px 0 0 4px;
	text-transform: uppercase;
	float: left;
}

.screen-reader-text {
	display: none;
}

#searchsubmit {
	background-color: transparent;
	background-image: url(images/arrow_side.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 22px;
	width: 32px;	
	text-indent: -1000em;	
	float: left;
	margin: 1px 0px 0px 2px;
}

#sidebar-categories {
	font-size: 10px;
	line-height: 16px;
}

#sidebar-categories h1, #sidebar-local-resources h1, #sidebar-shop h1, .sidebar-blogroll h1 {
	color:#f59000; font-size:20px; padding:10px 0 10px 0;
}

.sidebar-blogroll {
}

.sidebar-blogroll ul {
	font-size: 10px;
	color: #fa0056;
	text-transform: uppercase;
}

.sidebar-blogroll ul li {
	line-height: 16px;
}

.sidebar-blogroll ul li a {
	color: #fa0056;
	text-decoration: none;

}

.sidebar-blogroll ul li a:hover {
	color: #f59000;
	text-decoration: underline;
}

.sidebar-select {
	float: left;
	height:  30px;
	margin-top: 7px;
	margin-right: 5px;
}

.sidebar-select select {
	width: 220px;

}

.sidebar-find {
	float: left;
	line-height: 10px;
	cursor: pointer;
}

#sidebar-categories a {
	text-transform: uppercase;	
	color:#ed1f75;
	text-decoration: none;
}

#sidebar-categories a:hover {
	color: #FF9224;
	text-decoration: underline;
}

#sidebar-categories .left {
	float: left;
	width: 140px;
}

#sidebar-categories .right {
	float: left;
	width: 140px;
}


/* for the categories select list */

.postform {
	width: 240px;
}

.sidebar-find-button {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fff;
	background: #FF9521;
	padding: 2px 4px;
	border: 1px solid #AF9B88;
}
#sidebar-browse{
	margin:0;
	padding:0;
}
#sidebar-browse table td{
	height:15px;
}
#sidebar-browse a{
	color:#ed1f75;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
#sidebar-browse a:hover{
	text-decoration: underline;
}
.sidebar-banner {
	margin: 10 0px;
}

.follow-us {
	margin-top: 10px;
	background: #F5F0EB;
	border: 1px solid #D6C1C2;
	width: 258px;
	padding: 20px;
}

.follow-us ul {
	font-size: 12px;
	color: #E73583;
}

.follow-us ul li {
	height: 38px;
	line-height: 33px;
}

.follow-us ul li a {
	color: #E73583;
	text-decoration: none;
}

.follow-us ul li a:hover {
	color: #592404;
	text-decoration: none;
}

.follow-us ul li img {
	padding-right: 10px;
	float: left;
}

.browse-by {
	padding: 10px 0px;
}

.browse-by h1 {
	font-size: 24px;
	color: #FF9521;
}

/* Socialable Classes */

.sociable {
	display: block;
	height: 20px;
	width: 600px;
}
.sociable ul li {
	float: left;
	padding-right: 5px;
}

.sponsors {
	margin:0;
	padding:0;
}

.sponsor-tile {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width:120px;
	height:120px;
}
.sponsor-tile img{
	width:120px;
	height:120px;
}

/* Comment Form */

h3#comments {
	font-size: 18px;
	color: #f59000;
}

#comments {
	width:  610px;
	clear: all;
}

.comment-body {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 16px;
	color: #5e4935;
}

.odd {
	border: 1px solid #FFE1C7;
}

.comment {
	border: 6px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: #BFBFBF 0px 0px 10px;
	-moz-box-shadow: #BFBFBF 0px 0px 15px;
}

.comment:hover {
	background: #F9F9F9;
}

.comment p {
	padding: 10px 0px;
}

.comment a {
	color: #FF9521;
	text-decoration:none;
}

.comment a:hover {
	color: #F1F1F1;
	text-decoration:underline;
}

.commentmetadata {
	padding-left: 3px;
	font-size: 12px;
	color: #f59000;
	display: block;
}

.commentmetadata a:hover {
	color: #df275d;
	text-decoration: underline;
}

#respond {
	font-family: Helvetica, Arial, sans-serif;
}

.cancel-comment-reply {
	clear: both;
	width: 610px;	
}

#l-col .vcard img.photo {
	margin-right: 10px;
}

.fn {
	float: left;
	display: block;
	margin-top: 14px;
	font-size: 18px;
}

.says {
	padding-left: 5px;
	float: left;
	display: block;
	margin-top: 14px;
	font-size: 18px;

}



#respond h3 {
	font-size: 18px;
	font-family: Helvetica, sans-serif;
	color: #FF9521;
	padding-bottom: 10px;	
/*
	width: 600px;	
	border:1px solid red;
	clear: right;	
*/
}

#respond p {
	padding-bottom: 10px;
	font-size: 12px;
	color: #5e4935;
}

#respond #commentform p #comment {
	width: 600px;
}

#commentform input, #commentform #comment {
	background: url(https://www.dropbox.com/static/images/topfade.gif) repeat-x rgb(255, 255, 255);
	border: 1px solid rgb(170, 170, 170);
	color: rgb(85, 85, 85);
	margin: 0px;
	padding: 4px;
	vertical-align: middle;
	font-size: 12px;
}

#commentform #submit {
	width: 128px;
	height: 33px;
	cursor: pointer;
	text-indent: -1000px;
	background: url(images/bb-button-submit-comments.png) no-repeat;
	border: none !important;
}

#commentform a {
	color: #ff9224;
	text-decoration: underline;
}

#commentform a:hover {
	color: #FA0056;
	text-decoration: none;
}

#commentform input[type=text], #commentform textarea {
	font-family: Helvetica, Arial, sans-serif;
	color: #5E4935;
	line-height: 14px;
}

#commentform input[type=text]:focus, #commentform textarea:focus {
	background: #F7F7F7;
}


/*
.thread-even {
	border:1px solid #a18875;
}

.thread-odd {
	border: 1px solid #fa0056;
}
*/

.comment-author {
	font-size: 14px;
	font-weight: bolder;
	color: #FA0056;
	font-family: Helvetica, sans-serif;
}
.comment-author a {
	color: #FA0056;
	text-decoration: none;
}
.comment-author a:hover {
	color: #FF9521;
	text-decoration: none;	
}



/* DROP DOWN MENU */

	#main_tap {
		position:absolute;
		margin:3px 0 0 130px;
		width:600px;
	}
	#main_tap ul{
		margin:0;
		padding:0;
	}
	#main_tap ul li{
		margin:0 0 0 10px;
		padding:0;
		float: left;
		list-style: none;
		background-image: url(images/down_arrow.png);
		background-position: right center;
		background-repeat: no-repeat;
		padding-right:13px;
		color: #FFF;
		font-size: 11px;
		line-height: 1.5em;
		font-weight: bold;
	}	
	
	
	#main_tap li ul {
		position: absolute;
		display: none;
		background-image: none;
		background-color: #fff;	
		border: 2px solid #f59000;	
		padding:0;
		margin: 0; /* margin-top:1px will make the drop down disappear when mouseover closely */
		_margin-top:15px;
		_margin-left:-60px;
		!margin-left:-60px;
		!margin-top:14px;
	}
	
	#main_tap li ul li {
		padding:0 5px 0 5px;
		margin:10px 0;
		text-align: left;
		float:left;
		background-color: #fff;
		border-left: 1px solid #f9bc66;
		list-style: none;
		width:109px;
		background-image: none;
	}
	
	#main_tap li ul li a{
		color: #674b30;
		text-transform: capitalize;
		font-size: 11px;
		z-index: 10;
		margin:0;
		padding:0;
		line-height: 1.3em;
		text-decoration: none;
	}
	#main_tap li ul li a.cat_title{
		text-transform: capitalize;
		font-weight: bold;
		line-height: 1.5em;
		color: #f59000;
	}
	#main_tap li ul li a.cat_title:hover{
		text-decoration: underline;
	}
	
	#main_tap li ul li a:hover{
		color:#ed1f75;
		text-decoration: none;
	}
	
	/*
	#main_tap ul li:hover ul {
		position: absolute;
		left: auto;
		background-color: #f59000;
		display: block;
		z-index: 10000;
	}	
	
	#main_tap ul li:hover ul, #subnav ul li.sfhover ul{
		position: absolute;
		background-color: #f59000;
		left: auto;
		display: block;
		z-index: 10000;
	}
*/
/* ////////////// */

/* Sociable Plugin Classes */
.sociable ul {
	padding: 0 !important;
	-webkit-padding-start: 0 !important;	
}

/* Avatar Classes */

.avatar {
	margin-right: 10px;
}

#l-col #respond h3 {
	padding-left: 5px;
}

/* Author Stuff */
/* Author Sidebar */

.sidebar-author {
	font-size: 18px;
	color: #ff9224;
}

.sidebar-author a {
	color: #ff9224;
	text-decoration: none;
}

.sidebar-author a:hover {
	color: #fa0056;
	text-decoration: none;
}

.sidebar-author-photo {
	float: right;
}

.sidebar-author-description {
	color: #5E4935;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 10px;
}

.sidebar-author-description a {
	color: #f59000;
	text-decoration: none;
}

.sidebar-author-description a:hover {
	color: #df275d;
	text-decoration: underline;
}

/* Author Page */

.author-page-photo {
	width: 161px;
	height: 141px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;

}

.author-page-photo img {
	text-align: left;
}

.author-body a {
	color: #ff9224;
	text-decoration: none;
}

.author-body a:hover {
	color: #fa0056;
	text-decoration: underline;
}


.author-body ul {
	padding: 10px;
}


.author-body ul li  {
	margin-left: 20px;
	list-style: disc !important;
	font-size: 14px;
	color: #ff9224;
}

.author-body ul li a {
	color: #ff9224;
	text-decoration: none;
}

.author-body ul li a:hover {
	color: #fa0056;
	text-decoration: underline;
}

/* Sales Footer */

#sales-footer {
	width: 985px;
	height: 302px;
	background: url(images/bb-bottom-footer.png) no-repeat;
	margin-left: 17px;
	text-align: left;
	padding-top: 40px;
}

.sales-footer-ad {
	float: left;
	padding-left: 20px;
}

.sales-footer-shop {
	float: left;
	padding-left: 10px;
}

.inline-post-ad {
	padding-bottom: 30px;
	text-align: center;
	background: url(images/bb-sep-bg.png) repeat-x bottom left;	
	margin-bottom: 20px;
}

.blogroll {
	padding-bottom: 20px;
	text-align: center;
}

.blogroll a {
	font-size: 14px;
	color: #fa0056;
	text-decoration: none;
}

.blogroll a:hover {
	color: #f59000;
	text-decoration: hover;
}

.blog-anchor {
	text-align: center;
	border: 4px solid #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 6px solid #FFF;
	-webkit-box-shadow: #BFBFBF 0px 0px 10px;
	-moz-box-shadow: #BFBFBF 0px 0px 10px;
	color: #af9b88;
	margin-bottom: 20px;
}

.blogroll-section {
	text-align: center;
	font-weight: bolder;
	font-size: 48px !important;
}

.blog-anchor a {
	font-weight: bolder;
	color: #fa0056;
	text-decoration: none;
}

.blog-anchor a:hover {
	color: #f59000;
	text-decoration: underline;
}


/* BB PRESS ADDITIONS */

/* Login Form
=================================== */

.login {
	position: absolute;
	bottom: 31px;
	left: 0;
	font-weight: normal;
	color: #444;
	width: 100%;
	z-index: 1;
	font-size: 12px;
}

form.login {
	bottom: 15px;
}

.login p { padding: 0 0 8px; }

.login label {
	display: block;
	float: left;
	padding-right: 10px;
	line-height: 14px;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

form.login input.submit {
	background-color: #ccc;
	float: left;
	margin-top: 14px;
	margin-bottom: -10px;
	display: block;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
}

form.login input.submit:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}

form.login input.submit:active {
	border-color: rgb(0, 100, 0);
}

div.remember label {
	clear: both;
	padding: 0;
	margin: 6px 0 0 0;
	line-height: 12px;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

#login-form-wrapper p {
	height: 35px;
}

#login-form-wrapper p label {
	float:  left;
	height: 28px;
}

/* Front Page
=================================== */

#front-page #hottags {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	overflow: hidden;
}

#hottags {
	margin: 0px 20px 0px 20px;
}

#front-page #discussions {
	margin-left: 170px;
	width: 590px;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery {
	color: #555;
	margin: 0 0 10px;
	padding: 0 0 5px;
	margin-left: 20px;
	font-weight: bolder;
}

#passwordrecovery {
	margin-top: 40px;
	
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background-color: #a1d29a; }

/* Page navigation
=================================== */

a.page-numbers,
span.page-numbers {
	font-size: 11px;
	border:  1px solid #CCC;
	padding: 4px 4px 2px 5px;
	margin-left: 5px;
	background: #FFF;
	background-repeat: no-repeat;
	background-position: 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

span.page-numbers.current {
	color:#FFF;
	background-position: 0 -100px;
	background:#ED1F75;
}

#latest a.page-numbers {
	font-size: 0.8em;
	padding: 3px 3px 1px 4px;
	margin-left: 3px;
}

a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.dots {
	border-width: 0;
	padding: 4px 4px 2px 5px;
	background-image: none;
	color:  #CCC;
}

span.page-numbers.dots {
	padding: 0;
}

a.page-numbers:hover {
	background-position: 0 -100px;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover {
	color: #006400;
}

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #EFEFEF;
	border-width: 1px;
	padding: 1em 0;
	background: url(images/infobox.jpg);
	width: 630px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-left: 20px;
	margin-top: 20px;
}

.infobox ul {
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style-type: disc;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	width:  300px;
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 20px 0 1em;
}

#tag-form {
	margin-top: 10px;
	margin-left: 0px !important;
}

#tag-form p {
	margin-bottom: 0;
}

input#tag {
	text-align: left;
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


.nav {
	margin: 15px 0;
	padding: 25px 0;
	text-align: center;
}

#thread {
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
}

#thread li {
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #fff;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
}

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Helvetica, Arial, sans-serif; }
.threadauthor small a { color: #ED1F75; text-decoration: none; }
.threadauthor small a:hover { color: #F59000; text-decoration: underline; }

.threadpost {
	padding: 1.5em 1em;
	margin-left: 140px;
	background-color: #F9F9F9;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-right: 20px;
	font-size:  12px;
	color: #5E4935;
}

#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; }
#thread li.deleted .post-undelete-link { display: inline; }

#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; }
#thread li.deleted span.before-post-undelete-link { display: inline; }
#thread li.deleted div.before-post-undelete-link { display: block; }
#thread li.deleted li.before-post-undelete-link { display: block; }

#thread li.pingback {
	margin-left: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #e4f3e1;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0.2em solid #e4f3e1;
}

#thread li.pingback.alt {
	background-color: #fff;
}

#thread li.pingback .threadpost {
	background-color: #e4f3e1;
}

#thread li.pingback.alt .threadpost {
	background-color: #fff;
}

#thread li.pingback .threadauthor {
	float: none;
	padding: 0.9em 0.9em 0;
	width: auto;
}

#thread li.pingback .threadauthor strong {
	font-weight: normal;
}

#thread li.pingback .threadauthor small {
	color: #333;
}

#thread li.pingback .threadpost {
	margin-left: 0;
	padding: 0.5em 0.9em 1.5em;
}

#thread li.pingback .post {
	font-style: italic;
	color: #333;
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px dotted #ccc;
}

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px solid #ccc;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.poststuff a {
	color:  #ED1F75;
	text-decoration: none;
}

.poststuff a:hover {
	color:  #F59000;
	text-decoration: underline;
}

.num {
	color: #603811;
}

.num, #forumlist small {
	font: 11px Arial,Helvetica,sans-serif;
	text-align: center;
	white-space: nowrap;
}

.chat-bubble {
	font-size: 14px !important;
	font-weight: bolder;
}

.chat-bubble img {
	margin: 2px 5px 0px 3px;
}

h2.post-form {
	border-bottom-width: 0;
	margin-bottom: 2px;
	padding-top: 20px;
}


.postform {
	background-color: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 570px;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 550px;
/* 	max-width: 724px; */
	border: 1px solid #ccc;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.postform label { display: block; }

.postform #topic,
.postform #tags-input {
	margin: 5px 0;
	padding: 5px;
	width: 550px;
	border: 1px solid #ccc;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.postform p#post-form-forum-container label span {
	font-weight: bold;
	font-style: italic;
}

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

p.submit { text-align: right; }

p.allowed { margin-bottom: 0; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

p.rss-link {
	text-align: right;
	margin-right: 20px;
}

a.rss-link {
	padding: 6px 0 6px 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-weight:  bolder;
}

.rss-link a {
	color:  #F59000; text-decoration: none;
}

.rss-link a:hover {
	color:  #ED1F75; text-decoration: none;
}

#topic-move { margin-top: 1em; }

/* Other
=================================== */

#content a {
	color: #F59000;
	text-decoration: none;
}

#content a:hover {
	color: #fa0056;
	text-decoration: underline;
}

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}


#front-search {
	float: right;
	margin-top: -8px;
}


#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #f0eae7; }

#latest th, #forumlist th, #favorites th {
	text-align: left;
	background-color: #FA0056;
	font: 11px Helvetica, Arial, sans-serif;
	font-weight: bolder;
	padding: 5px 9px;
	color: #FFF;
}

#latest th a, #forumlist th a, #favorites th a {
	color: rgb(200, 200, 200);
	font-style: italic;
}

#latest th a:hover, #forumlist th a:hover, #favorites th a:hover {
	color: rgb(255, 255, 255);
}

tr.bb-category td {
	background-color: #ddd;
}

#forumlist, #favorites {
	background-color: #f7f7f7;
	margin-bottom: 3em;
	width: 100%;
}

#latest {
	background-color: #f7f7f7;
	margin-bottom: 3em;
	width: 640px;
	margin: 0 00px 20px 20px;	
}

#latest, #forumlist {
	margin-top: -0.9em;
}

#discussions .nav {
	margin-top: -2em;
	margin-bottom: 1em;
}

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
}

#profile-menu li a {
	font-size: 1.1em;
	background-color: #ddd;
	padding: 4px 7px;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#profile-menu li.current a {
	background-color: #bbb;
	border-top: 1px solid #9e9e9e;
}

#profile-menu li a:hover {
	background-color: #e4f3e1;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userlogin {
	padding-bottom: 20px;
}

#userinfo { margin-top: 10px; margin-left: 20px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px 20px; font-weight: bolder }

.user-recent { margin: 0 0 10px 20px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Search
=================================== */

#topic-search-form fieldset {
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	width:  935px;
	background: url(images/infobox.jpg);	
}

#topic-search-form div {
	clear: both;
}

#topic-search-form div label {
	display: block;
	float: left;
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
	font-weight: bold;
}

#topic-search-form div div {
	display: block;
	float: left;
	clear: none;
	padding: 5px;
}

#topic-search-form div div input {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#search-for { margin: 0px 20px 20px 20px; font-weight: bolder}

.search-results { margin: 0px 20px; }

.search-results h4 { font-weight:  bolder !important; }


.search-results ol { margin: 5px 0 0 28px; }

.search-results ol li { margin: 0 0 10px 0px; }

#results-recent, #results-relevant {
	padding-top:  20px;
}



/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table tr.error th em,
#register-page fieldset table tr.error th em,
#profile-page fieldset table tr.error th em {
	position: absolute;
	/* fieldset:padding-left + table:margin-left + table:width + td:padding-left + input:width + input:padding-right */
	left: 458px; /* 10 + 15 + 20% * ( 95% * (760 - 10)  ) + 5 + 280 + 5 */
	margin-left: 1em; /* th:padding-right = 1em */
	color: red;
	font-style: normal;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset input[type=text],
#register-page fieldset input[type=text],
#profile-page fieldset input[type=text],
#login-page fieldset input[type=password],
#profile-page fieldset input[type=password] {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page tr.form-required label:before,
#register-page tr.form-required label:before,
#profile-page tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: red;
	vertical-align: 10%;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	padding: 1px;
	border: 1px solid #c00 !important;
}

.hidden {
	display: none;
}

#pass-strength-result {
	padding: 2px;
	text-align: center;
	width: 280px;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pass-strength-result.bad {
	background-color: #ffeff7;
	border-color: #c69;
}

#pass-strength-result.good {
	background-color: #effff4;
	border-color: #66cc87;
}

#pass-strength-result.short {
	background-color: #e3e3e3;
}

#pass-strength-result.strong {
	background-color: #59ef86;
	border-color: #319f52;
}

p.submit input {
	background-color: #ccc;
	border: 1px solid #999;
	padding: 2px 4px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

p.submit input:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}

p.submit input:active {
	border-color: rgb(0, 100, 0);
}

/* Forum Specifics */

#views {
	padding-left: 20px;
}

#forums {
	width: 925px;
	padding: 0px 20px;

}


#forums h2, #discussions h2 {
	font-size: 18px;
	color: #f59000;
	padding-bottom: 5px;
}

#discussions h2 {
	padding: 20px 0px 20px 20px;
}

.forum-link {
	float: left;
	padding: 2px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #af9b88;
	font-size: 11px;
	height: 14px;
	margin: 1px 1px;
	font-weight: bolder;
}

.forum-link:hover  {
	background: #F59000;
	color: #FFF !important;
	text-decoration: none !important;
}

#latest td {
	font-size: 12px;
}

#latest td a {
	color: #592604;
}

.new-topic {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f59000;
	border: 1px solid #FEEEDB;
	padding: 2px 5px;
	color: #FFF;
}

a.new-topic {
	color: #fff !important;
}

.new-topic:hover {
	color: #592604 !important;
	text-decoration: none !important;
	background: #FF8E40;
}

tr.latest-head {
/*
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px;
*/	
	display: table-row;
	-webkit-border-radius: 4px;
}


/* Breadcrumbs */

.bbcrumb {
	text-transform: uppercase;
	font-size: 0.6em;
	letter-spacing: 1px;
	padding: 5px 20px;
	font-weight: bold;
	padding-left:  10px;
	color: #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #FFF;
	border: 1px solid #EFEFEF;
	margin: 0px 20px 20px 20px;
}

.bbcrumb a {
	color: #FA0056;
	text-decoration: none;
}

.bbcrumb a:hover {
	color: #f59000;
	text-decoration: underline;
}

/* Topic Styling */
#topic-info {
	padding-left: 20px;
}

h2.topictitle {
	font-size: 18px;
	font-weight: bolder;
	color: #603811;
}

#topic_posts, #topic_voices {
	color:  #AF9B88;
}

ul.topicmeta {
	list-style: none;
	font-size: 11px;
	text-transform: uppercase;
	color: #603811;
}

ul.topicmeta a {
	color:  #ED1F75;
	text-decoration: none;
}

ul.topicmeta a:hover {
	color:  #F59000;
	text-decoration: underline;
}

#topic-tags {
	color:  #603811;
	font-size: 12px !important;
}

#topic-tags a {
	color:  #ED1F75;
	text-decoration: none;
}

#topic-tags a:hover {
	color:  #F59000;
	text-decoration: underline;
}

#topic-tags p {
	font-size: 14px;
}

/* Login Page */

.form-field {
	margin-left: 20px;
}

.you-must {
	margin-left: 20px;
}

.admin {
	margin-left: 20px;
	width: 100%;
}

.reply-meta {
	font-size: 10px;
	text-transform: uppercase;
	color: #603811;
	padding-bottom: 10px;
}

.move-to {
	margin-left: -20px !important;
}

.topic-closed {
	margin-left: 20px;
	color: #603811;
}

.user-photo {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 6px solid #FFF;
	-webkit-box-shadow: #BFBFBF 0px 0px 10px;
	-moz-box-shadow: #BFBFBF 0px 0px 15px;
}

strong {
	font-weight: bolder;
}

.postform post-form {
	width: 570px;
}

#post-form-submit-container, #post-form-title-container, #post-form-post-container, #post-form-tags-container, #post-form-forum-container, #post-form-allowed-container {
	width: 550px;
}

.show-name {
	font-size: 14px !important;
	font-weight: bolder;
}

.freshness {
	text-transform: uppercase;
	font-size: 10px;
	color: #603811;
}

.brown {
	color:  #603811;
}

a.pink {
	color: #ED1F75 !important;
	text-decoration: none;
}

a.pink:hover {
	color:  #F59000 !important;
	text-decoration: underline;
}