/*
Theme Name: Forbes Style
Theme URI: http://wordpress.org/
Description: The heavily adapted WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1
Author: Will Howard
Author URI: http://kappakoi.com/
Tags: custom header, fixed width, two columns, widgets

	Forbes Style
	 http://kappakoi.com/

	This theme was designed and built by Will Howard,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Remove browser styles (see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
	
	html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
		}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Helvetica Neue", Arial, Helvetica, Sans-Serif;
	background: #f4f0ed /* url('images/kubrickbgcolor.jpg')*/;
	color: #888;
	text-align: center;
	}

#page {
	background-color: #fffcf9;
	text-align: left;
	}

#header {
	/* background: #73a0c5 url('') no-repeat bottom center; */
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}


.narrowcolumn .entry p {
margin: 5px 0 10px 0;
padding: 0 0 0 0;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	background: url('images/post-h2-bg.gif') no-repeat top left; 
	}

.thread-alt {
	background-color: #FbF8F5;
}
.thread-even {
	background-color: #FCF8F6;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	/* background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top; */
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2{
	font-family: Times, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
	
h3, h4, h5 {
font-family: "Helvetica Neue", Arial, Helvetica, Sans-Serif;
font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle, h2.pagetitle2 {
	font-size: 1.9em;
	}

#sidebar h2 {
	font-family: "Helvetica Neue", Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.2em;
	}
	
h4, h5 {
	font-size: 1.1em;
	}
	

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #666;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, h5, h5 a, h5 a:visited  {
	color: #666;
	letter-spacing:1px;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited, h5, h5 a, h5 a:hover, h5 a:visited,#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
p {
font-size:1.1em;
line-height:1.3em;
}

.entry p a:visited {
	color: #3DB9E9;
	}
	
.sticky {
	background: #FFFCCF9;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em "Helvetica Neue", Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: none;
	padding: 2px;
	background: #F5F1Ef;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
a {
outline: none;
}	

a, h2 a:hover, h3 a:hover {
	color: #3DB9E9;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	

	
.bozo { background-color: #eeee88; }

.alt.bozo { background-color: #ffff99; }

.deleted { background-color: #ee8888; }

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 1040px;
	min-height: 1000px;
	border-top: 3px solid #52b2cd;
	border-bottom: 3px solid #52b2cd;
	border-left: 5px solid #52b2cd;
	border-right: 5px solid #52b2cd;
	}

#header {
	margin: 0 0 0 30px;
	padding: 0;
	height: 180px;
	width: 980px;
	}

#headerimg {
	margin: 0 96px 0 0;
	height: 120px;
	width: 300px;
	float: left;
	}
	
#main-navigation {
margin:0;
padding:61px 0 0 0;
height: 43px;
font-size: 1.4em;
}

#main-navigation ul {
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

#main-navigation ul li {
position: relative;
display: inline;
float: left;
text-indent: -9999px;
margin: 0 12px 0 0;
padding: 0 0 0 0;
height:43px;
}

#main-navigation ul li a {
display: block;
height: 43px;
color: #848484;
margin: 0 0 0 0;
padding: 0 0 0 0;
text-decoration: none;
}


li#emmas-diary-top-nav a {width: 163px; background: #FFFCF9 url('images/nav/emmas-diary.png') no-repeat 0 0;}
li#follow-top-nav a {height:43px;width: 84px; background: #FFFCF9 url('images/nav/follow.png') no-repeat 0 0;}
li#emmas-experts-top-nav a {height:43px;width: 186px; background: #FFFCF9 url('images/nav/emmas-experts.png') no-repeat 0 0;}
li#forum-top-nav a {height:43px;width: 83px; background: #FFFCF9 url('images/nav/forum.png') no-repeat 0 0;}
li#emma-loves-top-nav a {height:43px;width: 152px; background: #FFFCF9 url('images/nav/emma-loves.png') no-repeat 0 0;}

li#emmas-diary-top-nav a:hover, li#emmas-diary-top-nav.home a:hover {background-position: 0 -43px; background-color:#F70071;}
li#follow-top-nav a:hover {background-position: 0 -43px; background-color:#F0CE4A;}
li#emmas-experts-top-nav a:hover {background-position: 0 -43px; background-color:#68B3BE;}
li#forum-top-nav a:hover {background-position: 0 -43px; background-color:#68B3BE;}
li#emma-loves-top-nav a:hover {background-position: 0 -43px; background-color:#E679BC;}


li#emmas-diary-top-nav.on a {background-position: 0 -86px;}
li#emmas-diary-top-nav.on a:hover {background-position: 0 -43px;}
li#follow-top-nav.on a {background-position: 0 -86px;}
li#follow-top-nav.on a:hover {background-position: 0 -43px;}
li#emmas-experts-top-nav.on a {background-position: 0 -86px;}
li#emmas-experts-top-nav.on a:hover {background-position: 0 -43px;}
li#forum-top-nav.on a {background-position: 0 -86px;}
li#forum-top-nav.on a:hover {background-position: 0 -43px;}
li#emma-loves-top-nav.on a {background-position: 0 -86px;}
li#emma-loves-top-nav.on a:hover {background-position: 0 -43px;}
	

#content {
padding-left: 30px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0px 0 0;
	width: 660px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.page div.entry {
margin-top:0px;
padding-top:0;
}

.post div.entry {
margin-top:0;
padding-top:10px;
margin-bottom: 20px;
}


.post, div.page {
	margin: 0 0 20px 0;
	padding: 13px 20px 10px 20px;
	text-align: justify;
	background: #FCF8F6;
/*background: #FCF8F6 url('images/post-h2-bg.gif') no-repeat 20px 42px; */
	}
	
div.page .postmetadata { 
background: none;
}

.post hr {
margin:20px 0;
display:block;
height:1px;
border-width:0;
color:#ccc;
background-color:#E0E0E0;
	}

object {

margin-top:20px;
margin-left:30px;

}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 10px;
	}
.postmetadata p {
font-size: 1.1em;
line-height:1.3em;
margin:0 0 4px 0;
padding:0;
	}
	

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.category-top {
width: 660px;
margin:0;
padding:13px 0 5px 0;
background-color:#F3F0EE;
}

.category-top-on {
width: 660px;
margin:0 0 20px 0;
padding:13px 0 23px 0;
background-color:#F3F0EE;
min-height:321px;
}

.category-top-on p {
padding: 10px 20px 0 20px;
font-size: 1.20em;
line-height: 1.35em;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}




.panels {
width: 660px;
margin: 0;
padding: 0;
}

.panel-img-alignleft {
	padding: 0;
	margin: 0 20px 0 0;
	float: left;
	}

#footer {
	padding: 10px 0;
	margin: 0 auto;
	margin-bottom:10px;
	width: 980px;
	clear: both;
	background: #fcf8f6;
	}

#footer p  {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 30px;
	margin: 0;
	}

h2 {
	margin: 0;
	padding: 0 0 0 0;
	}

h2.pagetitle {
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	text-align: left;
	width: 600px;
	line-height:1.5em;
	border-bottom: 1px solid #ccc;
}

h2.pagetitle2 {
	margin-top: 0;
	padding: 0 20px;
	text-align: left;
	line-height:1.5em;
}

h2.pagetitle3 {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 620px;
	line-height:1.5em;
	border-bottom: 1px solid #ccc;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 15px 0 0 0;
	}
	
h4 {
	padding: 0;
	margin: 15px 0 0;
	}	
	
h5 {
	padding: 0;
	margin: 10px 0 0;
	}		

h3.comments {
	padding: 20px 0 0 20px;
	margin: 0 auto 0 ;
	}
	
.discounts {
background: url('images/post-h2-bg.gif') no-repeat bottom left; 
margin: 15px 0 15px 0;
padding: 0 0 1px 0;
}

.shop {
/*background: url('images/post-h2-bg.gif') no-repeat bottom left;
margin: 0;
padding: 0 0 130px 0;*/
border-top: 1px solid #ccc;
margin: 20px 0 20px 0;
padding: 20px 0;
}


.discounts h3, .shop h3 {
font-family: "Helvetica Neue", Verdana, Arial, Sans-Serif;
margin-bottom: 10px;
margin-top:0;
padding-bottom:10px;
background: url('images/nav/page-h3-bg.jpg') no-repeat bottom 310px; 
}

.discounts h3 {
background: url('images/nav/page-h3-bg.jpg') no-repeat bottom 160px; 
}

div.discounts p {
margin: 0 0 7px 0;
padding:0 0 0 0;
text-align:left;
}
	
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 3px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0 15px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.page-id-6 img.alignleft {
	padding: 0;
	margin: 3px 15px 0 0;
	}
	
.discounts img, .shop img {
float: left;
padding: 0 10px 0 0;
margin: 0;
}


/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
	
	


html>body .entry ul, html>body .entry ol {
	margin:20px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 10px;
	text-indent: 0;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	font-size: 1.1em;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0;
	}
	
#sidebar ul li ul {
margin-left:0;
padding-left:0;
margin-right:0;
padding-right:0;
	}


#sidebar ul li ul li, #sidebar #most-recent-posts  ul li,  #sidebar #emmas-categories  ul li {
	list-style-image: none;
	margin:0;
	padding: 10px 10px 5px 10px;
	background: url('images/nav/forum-bg.gif') no-repeat bottom left;
	}
	
	

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
.discounts ul, .discounts li {
padding-left:0;
margin-left:0;
}
	
	
#Homepage1 {
width: 320px;
float: left;
}

#Homepage2 {
width: 320px;
float: right;
}
	
#Homepage1, #Homepage2  {
background: #F3F0EE;
padding: 10px 0 0 0;
margin-bottom: 20px;
}
#Homepage1 ul, #Homepage2 ul  {
margin: 10px 0;
padding: 0;
background: #fcf8f6;
font-size:1.2em;
border-top:  1px dotted #ddd;
}

#Homepage1 ul li, #Homepage2 ul li {
list-style: none;
margin:0;
	padding: 10px 0 5px 0;
		border-bottom:  1px dotted #ddd;
		min-height:145px;

}

#Homepage1 h2, #Homepage2 h2 {
line-height: 14px;
text-indent: -9999px;
margin: 0 0 0 10px;
padding:0;	

}

#Homepage1 h2 {
background: url('images/nav/recently-in-fashion.gif') no-repeat top left; 
}

#Homepage2 h2 {
background: url('images/nav/recently-in-homes.gif') no-repeat top left; 
}

#Homepage1 h3, #Homepage2 h3 {
font-family: "Helvetica Neue", Verdana, Arial, Sans-Serif;
font-size:0.9em;
line-height: 14px;
margin:0 10px 0 10px;
padding: 3px 0 7px 0;
border-bottom:  1px solid #ebe8e6;
}

#Homepage1 h3 a:link, #Homepage2 h3 a:link {
color: #999;
}

#Homepage1 h3 a:hover, #Homepage2 h3 a:hover  {
color: #3DB5E9;
}

#Homepage1 h3 a:visited, #Homepage2 h3 a:visited  {
color: #999;
}

.wp-post-image {

float: left;
margin: 0 10px 10px 0;
padding: 0;
}

#Homepage1 ul li p, #Homepage2 ul li p {
margin: 10px 10px 0 10px;
padding: 0;
font-size: 0.9em;
line-height:1.35em;
}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
#sidebar #searchform {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	background: #FbF8F5;
	width: 300px;
	min-height:43px;
	}	

/*#sidebar #searchform #s {
	width: 191px;
	height: 14px;
	margin: 10px 0 0 10px;
	padding:3px 4px;border:1px solid #ccc;-moz-border-radius:0.5em;border-radius:0.5em;-webkit-border-radius:0.5em;background:#fffcf9;color:#999;
	behavior: url(border-radius.htc);
	font-size: 1.2em;
	}*/
	
	

	
.entry #searchform #s {
	width: 191px;
	height: 14px;
	margin: 10px 0 0 0;
	padding:3px 4px;border:1px solid #ccc;-moz-border-radius:0.5em;border-radius:0.5em;-webkit-border-radius:0.5em;background:#fffcf9;color:#999;
	behavior: url(border-radius.htc);
	font-size: 1.2em;
	}	

#sidebar #searchsubmit {
	padding: 1px;
	}
	
	


	
	.entry #searchsubmit {
	width:79px;
	height:21px;
background-color: #FFFCF9;
	border: 1px solid #999;
	color: #918F8F;
	padding: auto 4px;
	font-size: 1.3em;
	margin: 0;
	line-height: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
behavior: url(border-radius.htc);
	}
	
	
	#mc_embed_signup {
width:300px;
background: #F3F0EE;
margin:0;
padding:0 0 10px 0;
}

#mc_embed_signup h2 {
background: url('images/nav/newsletter-header.jpg') no-repeat 10px 10px; 
line-height: 18px;
text-indent: -9999px;
margin: 0;
padding:0 0 15px 0;
}

#mc_embed_signup fieldset {
background:#FCF8F6;
padding:10px;
	}
	
#mce-EMAIL {	
	background-color: #fffcf9;
	color:#999;
	font-size: 1.2em;
	height: 14px;
	padding:3px 4px;
	margin: 0 0 0 0;
	width: 170px;
	border:1px solid #ccc;
-moz-border-radius:0.5em;border-radius:0.5em;-webkit-border-radius:0.5em;
	}	
	
	

#s {	
	background-color: #fffcf9;
	color:#999;
	font-size: 1.2em;
	width: 181px;
	height: 14px;
	padding:3px 4px;
	margin: 10px 0 0 10px;
	border:1px solid #ccc;
	-moz-border-radius:0.5em;border-radius:0.5em;-webkit-border-radius:0.5em;
}	
	


#sidebar-signup {
margin: 0 0 0 0;
padding: 0;
text-align: left;
width: 300px;
display:block;
}

#sidebar-register {
width: 135px;
min-height:191px;
margin: 0 0 15px 0;
padding: 10px 0 0 10px;
background: #FbF8F5;
float: right;
}

#sidebar-register h2 {
background: url('images/nav/register-header.jpg') no-repeat top left; 
line-height: 13px;
text-indent: -9999px;
margin: 0;
padding:0;
}

#sidebar-register p {
margin:0 0 0 0;
padding: 0;
font-size:1.15em;
line-height:1.4em;
}

#sidebar-signin {
width: 135px;
min-height:190px;
margin: 0;
padding: 10px 0 1px 10px;
background: #FbF8F5;
}

#sidebar-signin h2 {
background: url('images/nav/login-header.jpg') no-repeat top left; 
line-height: 13px;
text-indent: -9999px;
margin: 0;
padding:0;
}

#sidebar-signin #user_login, #sidebar-signin #user_pass, #user_login_reset_password {
width: 115px;
	height: 14px;
	margin: 0 0 0 0;
	padding:3px 4px;border:1px solid #ccc;-moz-border-radius:0.5em;border-radius:0.5em;-webkit-border-radius:0.5em;background:#fffcf9;color:#999;
	font-size: 1em;
}

#user_login_reset_password {
width: 180px;
	height: 14px;
	margin: 0 0 0 20px;
	padding:3px 4px;border:1px solid #ccc;-moz-border-radius:0.5em;border-radius:0.5em;-webkit-border-radius:0.5em;background:#fffcf9;color:#999;
	font-size: 1em;
}


#sidebar-signin p {
margin:6px 0 0 0;
padding:0;
}



#sidebar-loggedin {
width:300px;
background: #F3F0EE;
margin:0;
padding:0 0 5px 0;
}

#sidebar-loggedin h2 {
background: url('images/nav/loggedin-header.jpg') no-repeat 10px 10px; 
line-height: 18px;
text-indent: -9999px;
margin: 0;
padding:0 0 10px 0;
}

#sidebar-loggedin p {
margin:0 0 0 0;
padding: 5px 0 5px 10px;
background: #FCF8F6;
font-size:1.15em;
line-height:1.5em;
}



li#bbld_widget-3, li#text-12 {
background: #F3F0EE;
padding: 10px 0;
}

li#text-12 {
margin-top:15px;
}

li#twitter-tracker-3 {
background: #F3F0EE;
padding: 2px 0 10px 0;
}

li#bbld_widget-3 ul, li#twitter-tracker-3 ul, li#text-12 ul {
background: #FCF8F6;
margin: 10px 0;
padding: 0 10px 0 10px;
background: #fcf8f6 url('images/nav/forum-bg.gif') no-repeat top left;
}

li#bbld_widget-3 ul li, li#twitter-tracker-3 ul li, li#text-12 ul li {
font-size:1.2em;
}

li#bbld_widget-3 ul li a, li#bbld_widget-3 ul li a:visited, li#twitter-tracker-3 ul li a, li#twitter-tracker-3 ul li a:visited   {
color: #666;
}

li#twitter-tracker-3 ul li a, li#twitter-tracker-3 ul li a:visited   {
color: #3DB9E9;
}

li#bbld_widget-3 ul li a:hover, li#twitter-tracker-3 ul li a:hover {
color: #3DB9E9;
text-decoration: underline;
}

li#bbld_widget-3 ul li p a, li#bbld_widget-3 ul li p a:visited, li#twitter-tracker-3 ul li p a, li#twitter-tracker-3 ul li p a:visited   {
color: #3DB9E9;
}

li#bbld_widget-3 h2 {
background: url('images/nav/forum-header.gif') no-repeat top left; 
line-height: 14px;
text-indent: -9999px;
margin: 0 0 0 10px;
padding:0;
}

#twitter-tracker-3 h2 {
background: url('images/nav/twitter-header.gif') no-repeat top left; 
line-height: 14px;
text-indent: -9999px;
margin: 0 0 0 10px;
padding:0;
}

li#text-12 h2 {
background: url('images/nav/your-star-comments.gif') no-repeat top left; 
line-height: 14px;
text-indent: -9999px;
margin: 0 0 0 10px;
padding:0;
}

li#text-12 h3 {
font-family: "Helvetica Neue", Verdana, Arial, Sans-Serif;
font-size:1.1em;
line-height: 14px;
margin:0 10px 10px 0;
padding: 3px 0 6px 0;
border-bottom:  1px solid #ebe8e6;
color: #999;
}

li#text-12 h3 a:link, li#text-12 h3 a:visited {
color: #999;
}

li#text-12 p {
line-height:1.35em;
color:#999;
font-size: 1.0em;
}

.info {
font-size:0.8em;
}

div#follow-emma-on-twitter {
padding: 0 10px;
}
.twtr-join-conv {
float:right;
}

.sidebar-forum-details {
text-align: right;
font-size:0.9em;
}


#most-recent-posts, #emmas-categories {
background: #F3F0EE;
padding: 10px 0;
}

#most-recent-posts h2 {
background: url('images/nav/recently-in-emmas-diary.gif') no-repeat top left; 
line-height: 14px;
text-indent: -9999px;
margin: 0 0 0 10px;
padding:0;
}

#most-recent-posts ul, #emmas-categories ul {
background: #FCF8F6;
margin: 10px 0;
padding: 0;
background: #fcf8f6 url('images/nav/forum-bg.gif') no-repeat top left;
font-size:1.2em;
}

#emmas-categories h2 {
background: url('images/nav/emmas-categories.gif') no-repeat top left; 
line-height: 14px;
text-indent: -9999px;
margin: 0 0 0 10px;
padding:0;
}

.current-cat {
font-weight: bold;
}

#sidebar #most-recent-posts ul li {
padding-bottom:10px;
}


#footer ul {
width:800px;
text-align:center;
background:#FCF8F6;
margin: 0 0 0 120px;
padding: 3px 0;
}

#footer li {
list-style-type: none;
	list-style-image: none;
	display: inline;
	font-size: 1.2em;
	text-align:center;
}


#footer li {
background: url('images/nav/footer-pipe.jpg') no-repeat top left;
padding: 0 0 0 5px;
margin: 0;
}

#footer ul li a {
color: #888;
padding-left: 5px;
}

#footer ul li a:hover {
color: #3DB9E9;
}


#footer li.list-first {
background: none;
padding: 0;
}

#footer li.kappakoi  {
padding-left: 10px;
}

#footer li.kappakoi a {
padding-left: 0;
}

#footer li.kappakoi a:link {
text-decoration:underline;
}


/*#footer li.page-item-41 {
padding: 0 0 0 2px;
margin:0;
}*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background: #FCF8F6;
	color:#666;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 614px;
	padding: 2px;
	background: #FCF8F6;
	color:#666;
	border: 1px solid #ddd;
	}

#respond {
background:#F5F1EF;
padding: 20px;
margin: 20px 0 0 0;
}

#respond h3 {
padding:0;
margin: 0;
}

#respond p {
font-size:1.0em;
}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

#comments {
background:#F5F1EF;
margin:0;
padding:10;
border:none;
}

.tweetmeme_button {
float: right;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0 20px 15px 20px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-size:1.1em;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0 0 10px 0;
	margin-left: 710px;
	margin-bottom: 20px;
	width: 300px;
	}
	
#about-forbes-style {
min-height: 176px;
margin:0;
padding:10px;
background: #fcf8f6;
}

#about-forbes-style-l {
width: 109px;
float: left;
padding-bottom:20px;
}

#about-forbes-style-r {
margin-top:0;
padding-top:0;
font-family: "Helvetica Neue", Verdana, Arial, Sans-Serif;
font-size: 1.2em;
line-height:1.3em;
}

#about-forbes-style img {
margin: 0 6px 10px 0;
padding: 0;
border: 0;
}

#about-forbes-style-r p {
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Verdana, Arial, Sans-Serif;
font-size: 1.0em;
line-height:1.2em;
}


	
#sidebar-mpu300 {
}

/* #sidebar-mpu300 a img  {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}


#sidebar-mpu300 a img:hover  {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
} */


#sidebar form {
	margin: 0;
	}
	
div.twtr-tweet-text {
font-size: 1em;

}
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 10px 0 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption-right {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0 0 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-align: center;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	
/* Wordpress CSS ends. bbPress CSS starts */

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

a.page-numbers,
span.page-numbers {
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 4px 4px 2px 5px;
	margin-left: 5px;
	background-image: url('images/page-links-background.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

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

#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: 0 4px;
	background-image: none;
}

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;
}

.bbcrumb {
margin-top:20px;
margin-bottom: 10px;
background: none;
}


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


#discussions h3, #topic-info h3 {
font-size: 1.5em;
margin-top:20px;
margin-bottom:10px;
}

.infobox {
	border-width: 1px 0;
	padding: 1em 0;
}

.infobox ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}

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

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

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

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

input#tag {
	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;
}

input#tagformsub {
	border: 1px solid #999;
	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;
	padding: 2px 4px;
}

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

input#tagformsub:active {
	border-color: rgb(0, 100, 0);
}

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

#thread {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

ol#thread  {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	border-top: 1px solid #ccc;
}

ul#views {
list-style:none;
padding: 5px 0 5px 10px;
background:#FFFCCF9;
}

ul#views li {
margin-bottom:5px;
}


ol#thread li {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}
ol#thread li.alt  {
border-bottom: 1px solid #ccc;
border-left: none;
padding-top: 15px;
}


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

#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 Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 5px;
	margin-left: 140px;
	background-color: #E5E3E1;
	
}

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

#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 {
	margin:0;
	padding:1px 5px;
	background: #EDEAE8;
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post p {
	margin:0;
	padding:7px 5px;
	
}

div.vcard {
margin-top: 15px;
}


#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 Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

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

h2.post-form {
	border-bottom-width: 0;
	margin-top: 15px;
	margin-bottom: 2px;
	font-size:1.5em;
}

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

.postform fieldset {
width: 600px;
padding: 0 10px 10px 10px;
margin:5px 0;
background-color: #E5E3E1;
border:none;
}

.postform fieldset p {
padding-top:10px;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 0;
	width: 597px;
	max-width: 597px;
	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: 587px;
	border: 1px solid #ccc;
	display: block;
	-moz-border-radiujus: 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-top:0;margin-bottom: 0; font-size: 1.1em; }

.topiclink { display: block; }

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

p.rss-link {
	text-align: right;
	font-size:1.1em;
}

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

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

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

#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;
}
#content a:visited {
	
}

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

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

#forumlist td { padding: 5px 0; }

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

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

#latest th, #forumlist th, #favorites th {
	text-align: left;
	background-color: #E5E3E1;
	font: 1em "Helvetica Neue", Verdana, Arial, Sans-Serif;
	font-weight: normal;
	padding: 5px 9px;
	color: #666;
}

#latest th a, #forumlist th a, #favorites th a {
		color: #3DB9E9;
	font-style: italic;
}

#latest th a:hover, #forumlist th a:hover, #favorites th a:hover {
		color: #3DB9E9;
		text-decoration:underline;
}

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

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

#latest, #forumlist {
	margin-top: 20px;
}

#forumlist {
	margin-top: 0;
}

#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; }

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

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

#useractivity { margin: 15px 0 5px; }

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

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

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

.user-recent ol li.alt { border-left:0; padding-left:0; }

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

#topic-search-form 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;
}

#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: 15px 0 5px; }

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

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

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

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

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border: none;
	padding: 10px 0 0 0;
	margin-bottom: 0 0 15px 0;
}

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

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

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px 0;
	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: 570px; /* 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 {
	margin-top:10px;
	padding: 5px 0;
}

#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;
}

#discussions p.submit input, #post-form-submit-container input, #login-submit-container input, #newsletter-signup-container input, #search-submit-container input, .form-field input, .submit input, #forum-login input, #forum-recover-password input, #comment-submit-container input {
	background-color: #FFFCF9;
	border: 1px solid #999;
	color: #918F8F;
	padding: 2px 4px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#comment-submit-container input {
width: 70px;
}

#forum-recover-password input {
margin-left: 20px;
}

#newsletter-signup-container input {
width:87px;
margin-left:10px;
}
	
#sidebar #searchsubmit {
background-color: #FFFCF9;
width:79px;
height:21px;
margin: 0 0 0 10px;
padding: auto 4px;
border: 1px solid #999;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}


p.submit input {
margin: 20px 0;
}

p.submit input:hover {
	background-color: #F5F1EF;
		color: #3DB9E9;
}

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

#post-form-submit-container input:hover, #login-submit-container input:hover, #newsletter-signup-container input:hover, #search-submit-container  input:hover, .submit input:hover, #forum-login input:hover, #forum-recover-password input:hover, #comment-submit-container input:hover {
background-color: #F5F1EF;
	color: #3DB9E9;
}

code { font-size:1.1em;}

li.widget {
padding-bottom: 15px;
}

#userinfo th, #admininfo th {
padding:10px 10px 10px 0;
}

.form-field td {
padding:0 10px 10px 0;
}

.form-field input {
width: 180px;
}

input#pass1, input#pass2 {
width: 100px;
}

fieldset h2 {
margin-top:20px;
}

fieldset p {
font-size: 1.1em;
}


.bb-category h3 {
padding-left:0;
margin-left:0;
padding-bottom:0;
}

h2#passwordrecovery, h2#userlogin {
margin-top: 20px;
margin-bottom:10px;
}

h3#register  {
marging:20px 0;
}

h4.opener, h3.opener {
font-size:1.1em;
line-height: 1.35em;
color: #666;
}

h4.opener a:link, h4.opener a:visited, h3.opener a:link, h3.opener a:visited {
color: #3DB9E9;
text-decoration: none;
}

h4.opener a:hover, h3.opener a:hover {
color: #3DB9E9;
text-decoration: underline;
}


div.category-usa {
background: #FCF8F6 url('images/ssb.jpg') no-repeat 590px 14px; 
}

h3.openerfull {
margin-top:15px;
}


