/* 
	Theme Name: RichWP Magazine
	Theme URL: http://www.RichWP.com
	Description: Magazine theme created for WordPress.
	Author: Felix Krusch
	Author URI: http://www.RichWP.com
	Version: 1.1
	Tags: blog theme, blog design, blogging
	
	The RichWP Magazine Theme is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		V1.0 - 2009-03-05 Release of RichWP Magazine
		V1.1 - 2009-07-10 IE6 Bug Fixes, New Corners, Header Change
*/

body {
	background: #F7F7F7;
	color: #2D2D2D;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrap {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}



/*************************** Header START ***************************/
/* Logo */
#logo {
	width:230px;
	height:100px;
}

#logo img{
	padding: 0 5px 0 0;
}

#logo h1{
	color: #3D3D3D;
	font-size: 28px;
	font-family: Verdana, Arial, Tahoma;
	font-weight:bold;
	margin: 30px 0 0 3px;
	float:left;
	padding-bottom: .25em
}

#logo h1 a, #header h1 a:active, #header h1 a:visited {
	color: #3D3D3D;
	text-decoration:none;
}

#logo h2{
	color: #3D3D3D;
	font-size: 14px;
	font-family: Verdana, Arial, Tahoma;
	margin: 44px 0 0 3px;
	float:left;
}

#logo h2 a, #logo h1 a:active, #logo h2 a:visited{
	color: #3D3D3D;
	text-decoration:none;
}

/* Logo END */

#header {
	background:url(bg_header.gif) repeat-x bottom #FFFFFF;
	height:28px;
	padding: 0;	
	margin:0 0 10px 0;
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #D6D6D6;
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* Header Navigation (Big Thanx to Suckerfish ;-) */
#nav {
	float:left;
	margin: 1px 0 0 0;
	text-shadow: gray 0px 1px 2px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li a, #nav li a:link, #nav li a:visited {
	color: #4D4D4D;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration:none;
	margin: 0px;
	padding: 8px 15px 7px 15px;
}

#nav li a:hover, #nav li a:active {
	color: #4D4D4D;
	margin: 0;
	padding: 8px 15px 7px 15px;
	text-decoration: underline;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	opacity: .90;
	filter: alpha(opacity=90);
	background: #EEEEEE;
	width: 150px;
	color: #4D4D4D;
	text-transform: uppercase;
	float: none;
	margin: 0 0 0 4px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
	
#nav li li a:hover, #nav li li a:active {
	opacity: .65;
	filter: alpha(opacity=65);
	background: #CC0000;
	color: #FFFFFF;
	margin: 0 0 0 4px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
}

#nav li {
	float: left;
	padding: 0px;
}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

#nav li li { 
}

#nav li ul a { 
	width: 140px;
}

#nav li ul a:hover, #nav li ul a:active { 
	text-decoration:none;
}

#nav li ul ul {
	margin: -21px 0 0 171px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover { 
	position: static;
}

#top_so {
        width:170px;
	height:24px;
        float: right;
	margin: 3px 2px 0 5px;
}
/* Header Navigation END */


/* Header Search */
#header_search {
	float: right;
	margin: 5px 5px 0 10px;
}

#header_search form {
	margin: 0;
	padding: 0;
	display:block;
}

#search input {
	color:#626262;
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	width:165px;
	padding:0 5px 0 5px;
	margin:1px 5px 0px 9px;
	vertical-align:middle;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#search .input {
	width:16px;
	height:16px;
	background:none;
	border:none;
	padding:0;
	margin:0 3px 0 0;
	vertical-align:middle;
}
/* Header Search END */

/*************************** Header END ***************************/

.boxes {
	position:relative;
	z-index:999;
	background: url(bg_box.gif) bottom repeat-x #FFFFFF;
	border: solid 1px #D6D6D6;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 580px;
}

/*************************** Content START ***************************/

#col_left { 
	width: 640px;
	margin: 15px 0 30px 0;
	float: left;
}

#content {
	padding: 0 20px 40px 20px;
	margin: 0 0 20px 0;
	float:left;
	line-height: 22px;
}

#content a{
	color:#2D2D2D;
	text-decoration:underline;
}

#content a:hover{
	color:#5D5D5D;
	text-decoration:underline;
}

#content p{
	margin: 0 0 15px 0;
}

#tag_box {
	margin: 0 0 15px 0;
	padding: 5px 15px 5px 15px;
}

#content_home_left{
	width: 640px;
	float: left;
	margin: 15px 0 30px 0;
	display:inline;
}

#content_home_right{
	width: 300px;
	float: right;
	margin: 10px 0 10px 0;
	display:inline;
}


.boxes a{
	color:#7D7D7D;
	text-decoration:none;
}

.boxes a:hover{
	color:#2D2D2D;
	text-decoration:underline;
}

.box_h2 a{
	color:#2D2D2D;
	text-decoration:none;
}

.box_h2 a:hover{
	color:#5D5D5D;
	text-decoration:underline;
}

.more_articles_link {
	font-size:10px;
	padding: 5px 0 0 20px;
}

.more_articles_link a{
	color:#7D7D7D;
	text-decoration:none;
}

.more_articles_link a:hover{
	color:#2D2D2D;
	text-decoration:underline;
}

.date_home {
	font-size:10px;
	padding: 0;
	margin: 0;
	color: #4D4D4D;
}
/*************************** home.php START ***************************/

/*************************** home.php box 630px;  feature posts START ***************************/

#content_home_630 {
	width: 590px;
	font-size:12px;
	line-height:18px;
	margin:0 0 0 0;
	padding: 19px 19px 23px 19px;
	float:left;
}

#content_home_630_img {
	position:relative;
	z-index:999;
	width:590px;
	padding: 0;
	margin:0;
}


/*************************** home.php box 630px; feature posts END ***************************/
/*************************** home.php box 630px START  4 posts START***************************/

#content_home_630x4 {
	width: 609px;
	font-size:12px;
	line-height:18px;
	margin:20px 0 0 0;
	padding: 15px 19px 11px 0;
	float:left;
}

.content_home_630x4_box {
	width: 570px;
	height: 90px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 19px;
	font-size:11px;
	line-height:16px;
	border-bottom:dotted 1px #D6D6D6;
}

.content_home_630x4_title {
	background:url(arrow_title.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 0 0 5px 10px;
	margin: 0 0 0 7px;
	color: #2D2D2D;
	text-shadow: gray 0px 1px 1px;
}

.content_home_630x4_title a{
	color:#2D2D2D;
	text-decoration:none;
}

.content_home_630x4_title a:hover{
	color:#5D5D5D;
	text-decoration:underline;
}

.content_home_630x4_box img {
	width: 120px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.content_home_630x4_box h2{
	font-size:14px;
	padding: 0 0 7px 0;
	margin:0;
	text-shadow: gray 0px 1px 2px;
}

.content_home_630_text p{
	padding:0;
	margin:0;
}



/*************************** home.php box 310px START ***************************/
.content_home_310_left {
	width: 284px;
	font-size:12px;
	line-height:18px;
	margin:20px 20px 0 0;
	padding: 15px 19px 13px 0;
	float:left;
	display:inline;
}

.content_home_310_right {
	width: 284px;
	font-size:12px;
	line-height:18px;
	margin:20px 0 0 0;
	padding: 15px 19px 13px 0;
	float:left;
	display:inline;
}

.content_home_330_box {
	width: 266px;
	height: 75px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 19px;
	font-size:11px;
	line-height:16px;
	border-bottom:dotted 1px #D6D6D6;
}

.content_home_330_box img {
	width: 100px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.content_home_330_box h2{
	font-size:12px;
	padding: 0 0 5px 0;
	margin:0;
}


.content_home_330_text p{
	padding:0;
	margin:0;
}



/*************************** home.php box 310px END ***************************/
/*************************** home.php box 340px START ***************************/
#content_home_340 {
	width:298px;
	height: 440px;
	margin: 0 0 20px 0;
	padding: 20px 20px 20px 20px;
	float:right;
	line-height:13px;
	font-size:10px;
}

#content_home_340 h1{
	padding: 0 0 20px 0;
	margin: 0;
	font-size:14px;
	text-shadow: gray 0px 1px 2px;
}

#content_home_340 h2,p{
	padding: 0 0 5px 0;
	margin: 0;
	text-shadow: gray 0px 1px 2px;
}

#content_home_340 h2 {
	font-size:11px;
}


.content_home_340_text {
	padding: 0 0 5px 0;
	margin: 0 0 8px 0;
	border-bottom:dotted 1px #D6D6D6;
}

.content_home_340_archive a{
	color: #2D2D2D;
	text-decoration:underline;
}

.content_home_340_archive a:hover{
	color: #5D5D5D;
	text-decoration:none;
}

/*************************** home.php box 340px END ***************************/

/*************************** archives.php ***************************/
#box_archive_wrap{
	width:960px;
	padding: 5px 0 50px 0;
}

#box_archive_wrap ul{
	list-style: url(arrow_sidebar.gif);
}

#box_archive_wrap li a{
	color:#5D5D5D;
	text-decoration:none;
}

#box_archive_wrap li a:hover{
	color:#2D2D2D;
	text-decoration:underline;
}

#box_archives_left {
	width: 264px;
	padding:0 20px 10px 20px;
	margin: 0 20px 0 0;
	float:left;
	display:inline;
}

#box_archives_middle {
	width: 265px;
	padding:0 20px 10px 20px;
	margin: 0 20px 0 0;
	float:left;
	display:inline;
}

#box_archives_right {
	width: 263px;
	padding:0 20px 20px 20px;
	margin: 0 0 0 0;
	float:right;
	display:inline;
}

/*************************** archives.php END ***************************/
/*************************** archive.php START ***************************/
#archive_wrap {
	padding: 15px 20px 20px 20px;
	margin: 0 0 20px 0;
	float:left;
	line-height:22px;
	z-index: auto;
	clear: both;
}

.archive_title {
	margin:0;
	padding:0;
}

#archive_wrap a{
	text-decoration:none;
}

#archive_wrap a:hover{
	text-decoration:underline;
}
.content_archive_600_box {
	height: 90px;
	padding: 10px 0 10px 0;
	font-size:11px;
	line-height:16px;
	border-bottom:dotted 1px #D6D6D6;
}

.content_archive_600_box img {
	width: 120px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.content_archive_600_box h2{
	font-size:14px;
	padding: 0 0 0 0;
	margin:0;
	text-shadow: gray 0px 1px 2px;
}

.content_archive_600_box h2 {
	font-size:14px;
	padding: 0 0 0 0;
	margin:0;
	text-shadow: gray 0px 1px 2px;
}

.date_archive{
	font-size:10px;
	padding: 0 0 5px 0 ;
	margin: 0;
	color: #4D4D4D;
}
.content_archive_600_text p{
	padding:0;
	margin:0;
}
/*************************** archive.php END ***************************/

/* page.php / single.php */

#page_content_left {
	width: 600px;
	float:left;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	line-height:22px;
}

#page_content_left p {
	margin: 0 0 15px 0;
}

#page_content_left a {
	color: #5D5D5D;
}

#page_content_left a:hover {
	color: #2D2D2D;
}

#crumps {
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	font-size:10px;
	color:2D2D2D;
	border-bottom:1px dotted #5D5D5D;
	line-height:18px;
}

#crumps a {
	text-decoration:none;
}

#crumps a:hover {
	text-decoration:underline;
}


.page_title_left {
	font-size:20px;
	padding: 15px 0 20px 0;
	margin: 0 0 0 0;
}

.single_title {
	font-size:20px;
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
}

.date {
	font-size:10px;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}


/* Images @ page.php & single.php */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px 0 4px 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding:0;
	margin: 4px 10px 6px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.wp-caption-text {
	background:#EEEEEE;
	font-size:10px;
	margin:0;
	padding:0 5px 0 5px;
}

.wp-caption.alignleft{
	margin: 4px 10px 0 0;
	display: inline;
}

.wp-caption.alignright{
	margin: 4px 0 0 10px;
	display: inline;
}

.gallery-icon img{
	width: 180px;
	height: 135px;
	padding: 5px;
}
/************************* Comments START *************************/
#comments_wrap {
	margin: 20px 0 0 0;
	padding: 15px 15px 30px 15px;
}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}


.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	padding: 10px 0 10px 0;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}
	
#comments {
	padding: 0;
	margin: 0;
}

.comment-author {
	color: #2D2D2D;
}

.comment-meta a{
	color: #2D2D2D;
	text-decoration:none;
}

.reply a {
	color: #5D5D5D;
}

.reply a:hover {
	color: #5D5D5D;
	text-decoration: underline;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond {
	margin: 50px 0 0 0;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 40px 0;
	float: right;
}



.commentlist {
	padding: 0;
	text-align: justify;
	width: 100%;
	margin: 0;
	
}

.alt {
	padding: 10px 0 10px 20px;
	margin: 0;
}


	
.commentlist li {
	margin: 15px 0 10px 0;
	list-style: none;
}

.commentlist { 
	margin-right: -5px;

}

.commentlist p {
	margin: 0 5px 10px 0;
}

.children { 
	padding: 0; 
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
}


/*************************** Sidebar START ***************************/
#sidebar {
	width: 300px;
	float: right;
	margin: 5px 0 10px 5px;
	padding: 0 0 0 0px;
	position: relative;
}

.sidebox {
	padding: 0 20px 13px 20px;
	margin: 0 0 5px 0;
}

#sidebar form {
	margin: 0;
}

#sidebar ul {
	margin: 0 0 0 20px;;
	padding: 0 0 0 0;
	list-style: url(arrow_sidebar.gif);
}

#sidebar li {
	margin-bottom: 5px;
	color: #2D2D2D;
}

#sidebar li li {
	margin-bottom: 0;
	padding: 0 0 0 5px;
}

#sidebar a {
	color: #5D5D5D;
	text-decoration: none;
}

#sidebar a:hover {
	color: 5D5D5D;
	text-decoration:underline;
}

/* sidebar - When Widgets are not activated */
#sidebar h3{
	color: #2D2D2D;
	margin: 10px 0px 0px 0px;
	padding: 0 0 10px 0;
	text-shadow: gray 0px 1px 2px;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: capitalize;
}

#side_search input {
	color:#5D5D5D;
	font-family: Verdana, Arial, Tahoma;
	font-size:14px;
	width:160px;
	height:18px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 9px;
	vertical-align:middle;
}

#side_search .input {
	width:21px;
	height:20px;
	background:none;
	border:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
}

#calendar a a:link a:visited a:hover {
	font-weight:bold;
}

#calendar caption {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}

#s, input.textbox {
	border:1px solid #e0e0e0;
	margin-bottom:10px;
}

#searchbtn, input.submit {
	background:#fff;
	border:1px solid #e0e0e0;
}

.textwidget {
font-size: 12px;
line-height:19px;
}
/*************************** Sidebar END ***************************/

/*************************** Ads Start ***************************/

#ad125x125 {
	margin:16px 0 3px 0;
	padding: 0;
}

#ad125x125 img {
	margin: 1px;
}

#ad234x60 {
	margin:16px 0 7px 7px;
	padding: 0;
}

#ad234x60 img {
	margin: 5px;
}

#ad250x250 {
	margin:24px 0 5px 4px;
	padding: 0;
}

#ad250x250 img {
	margin: 0 0 10px 0;
}



/*************************** Ads END ***************************/


/*************************** Footer START ***************************/
#footer {
	position:relative;
	z-index:999;
	clear:both;
	border-top:#7D7D7D 1px solid;
	margin: 0 auto 0 auto;
	padding:6px 0 10px 0;
	width:960px;
}

.footer_text {
	color:#4D4D4D;
	text-transform: capitalize;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.footer_text a{
	color: #7D6D6D;
	text-decoration:none;
	text-transform: capitalize;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
}

.footer_text a:hover{
	color: #7D6D6D;
	text-transform: capitalize;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
}
/*************************** Footer END ***************************/

/*                                                    */
/*  custom code on top the default style sheet        */
/*                                                    */
@import "calendar.css";

.cform fieldset.cf-fs1 {
	background: #CAE4A7 url(../images/customform_green_bg_top.jpg) no-repeat;
}

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
.cform { 
	margin:10px auto 0 auto; 
	width: 410px; 
}

.cform fieldset	{ 
	margin:0px; 
	padding:0px; 
	border:none;
	background:#CAE4A7;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	display:none; 
}

ol.cf-ol { 
	margin:20px 0 0 0!important; 
	padding:0!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:white;
	font-size:14px;
	letter-spacing:1px;
	padding-left:120px;
	margin:6px 0!important;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	color:white;
	width:110px; 
	margin:6px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}
.cform label span {
	color:white;
	width:100px; /* must be the same as above!*/
	margin-left:10px; 
	display:block;
	font-size:1.2em;
	font-weight:bold;
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 5px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	margin:0;
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:4px 10px 0 2px;
	width:112px;
	text-align:left;
}
label.cf-group-after span {
	margin:0;
	width:112px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {
	color:#BFD062;
	font-size:1.2em;
	font-weight:bold;
	padding:6px 4px 2px;
	background: white;
	border:0;
	height:21px;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	color:white;
	background:#B0D77D; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#BFD062!important;
	background:white; 
}

.cform textarea,
.cform input {
	width:245px; 
}
.cform select {
	height:27px;		
	width:250px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height:7em;
	overflow:auto;
}
.cform .cf_date {
	width:223px;
}
/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt {
	color:white;
	display:block;
	font-size:9px;
	letter-spacing:2px;
	margin:-1px 0pt 0pt 120px;
	vertical-align:top;
	line-height:15px;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color:white;
	font-size:14px;
	letter-spacing:2px;
	margin:6px 0pt !important;
	padding-left:120px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none; 
	background:none;
}

input.cf-box-a 	{ 
	margin-left:120px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 120px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	text-align:right;
	margin:0;
	background: #CAE4A7 url(../images/customform_green_bg_bottom.jpg) no-repeat bottom left;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	color:#BFD062;
	border:0; 
	height:25px; 
	width:auto;
	font-size:1.2em;
	font-weight:bold;
	background: white;
	margin:5px 0px 20px 0;
	padding:0 1em;
}
.cform input.resetbutton {
}
.cform input.backbutton {
}


/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg-green.png) repeat!important;
	border-color:0px solid #DF7D7D;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 120px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 3px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding:0 0 0 20px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.secq span {
	display:inline;
	width:auto;
}
label.secq {
	vertical-align:text-bottom;
}

input.secinput {
	vertical-align:text-bottom;
	width:50px;
}

label.seccap {
	margin-bottom:6px;
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	vertical-align:text-bottom;
	height:21px;
	width:70px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_green.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}


/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:white!important;
	text-decoration:underline!important;
}
div.success {
	background:#EDF5E2 none repeat scroll 0% 50%;
	color:#6D9834;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg-green.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: white;
	border:0;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#B8D394;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */

*+html span.reqtxt,
*+html span.emailreqtxt {
	line-height:14px;
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html .cform label,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	padding-top:25px; 
}
* html img.captcha	{
	margin-top:1px!important;
}
*+html img.captcha	{
	margin-top:1px!important;
}

/* Related Posts */  
ol.related-posts {clear:both; text-align:center; margin:10px 0px 0px 0px; padding:0;}  
ol.related-posts li{width:120px; float:left; display:inline; margin-right:15px;; padding:0;}  
ol.related-posts img{clear:both; padding:5px; background:#F7F7F7; border:1px solid #DDD;}  
ol.related-posts a{clear:both; display:block; border:none; text-decoration:none;}  
ol.related-posts li{font-size:12px;}  

/*latest_product*/
#latest_product{
	clear: both;
	width: 250px;
	height: 300px;
}
#latest_product_image{
	width: 50px;
	height: 50px;
	border: .5px dotted silver;
	float: left;
	padding: 4px;
	margin: 1px;
}
.item_image{
	position: relative;
	float: left;
}
#fedburn{
	float: right;
}
#twtcount{
	float: right;
}

div.wpsc_page_numbers{
	font: bold medium "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 5px;
}
a.selected{
	border: .5px solid maroon;
	color: gray;
	text-shadow: silver 0 0 3px;
}
/*shopping*/

div.wpsc_loading_animation {
  visibility: hidden;
}
div.textcol{
    width: 565px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 6px;
	clear: none;
	position: relative;
	border: 1px dashed gray;
	display: block;
	height: 250px;
}
div.imagecol{
	width: 128px;
	height: 128px;
	margin: 3px;
	float: left;
	position: relative;
}
.producttext{
	float: left;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 2px;
	width: 400px;
}
.prodtitles{
	font: italic bold medium "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: capitalize;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-shadow: #696969 0 1px 3px;
	float: left;
	clear: none;
	position: relative;
	width: 100%;
}
.wpsc_description{
	text-shadow: #656565 0 0 5px;
	text-align: left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 350px;
	position: relative;
}
div.wpsc_product_price{
	border: 2px dashed maroon;
}
.product_form{
	margin-top: 0;
	margin-bottom: 5px;
	width: 120px;
	height: 80px;
	float: none;
	position: absolute;
	clear: none;
	top: 130px;
	right: 2px;
	bottom: 5px;
	margin: 5px;
}
/*Text*/
h2{
	text-shadow: gray 0px 1px 2px;
	text-transform: capitalize;
}
.wpsc_categorisation_group{
	text-shadow: gray 0 1px 1px;
	text-transform: capitalize;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/* =PageNavi
-------------------------------------------------------------- */
 
/* Use !important to override PageNavi CSS */
 
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
color: blue !important;
background:transparent !important;
}
.wp-pagenavi a:hover {
}
.wp-pagenavi span.pages {
background:transparent !important;
}
.wp-pagenavi span.current {
background:transparent !important;
}
.wp-pagenavi span.extend {
background:transparent !important;
}

/*disqus comment*/
#disqus_thread {
margin-bottom:10px;
}
.dsq-brlink {
font-size:10px;
}
.logo-disqus {
font-family:Arial,sans-serif;
font-size:9px;
font-weight:bold;
text-transform:uppercase;
}
#dsq-content .dsq-alert-message {
background-color:#FDF1D0;
border:1px solid #FAD163;
color:#817134;
line-height:1.25;
margin:10px 0;
padding:5px 8px;
}
#dsq-content iframe, #dsq-popup-alert iframe {
background-color:transparent;
border:0 none;
height:160px;
overflow-x:hidden;
overflow-y:auto;
width:100%;
}
#dsq-content iframe.dsq-post-reply, #dsq-popup-alert iframe.dsq-post-reply {
height:300px;
}
#dsq-content iframe.dsq-post-reply-authenticated, #dsq-popup-alert iframe.dsq-post-reply-authenticated {
height:170px;
}
#dsq-content #dsq-comments .dsq-header-avatar .dsq-drop-profile {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:5px;
background:#F0F0F0 none repeat scroll 0 0;
border-bottom:1px solid #888888;
border-left:1px solid #888888;
border-right:1px solid #888888;
color:#333333;
display:none;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
left:0;
min-width:64px;
position:relative;
z-index:2;
}
.dsq-overlay {
background-color:#000000;
display:block;
height:100%;
left:0;
opacity:0.8;
position:absolute;
top:0;
width:100%;
z-index:5000;
}
.dsq-overlay[id] {
position:fixed;
}
.dsq-popup h4, .dsq-popup ul, .dsq-popup li, .dsq-popup ol, .dsq-popup div, .dsq-popup table, .dsq-popup td, .dsq-popup th, .dsq-popup p, .dsq-popup a, .dsq-popup cite, .dsq-popup img {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:0 none;
float:none;
margin:0;
padding:0;
text-indent:0;
}
.dsq-popup table {
border-collapse:separate;
border-spacing:0;
}
.dsq-popup {
border:0 none;
color:#333333;
display:none;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
padding:0;
position:absolute;
text-align:left;
z-index:9999;
}
.dsq-popup[id] {
position:fixed;
}
.dsq-popup img {
max-width:none;
}
.dsq-popup ul, .dsq-popup li, .dsq-popup ol {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
display:block;
list-style-image:none;
list-style-type:none;
}
.dsq-popup li:before {
content:"";
}
.dsq-popup p, .dsq-popup ul {
color:#333333;
line-height:1.22em;
}
.dsq-popup a {
color:#1C5392;
}
.dsq-popup a:hover {
color:#869AAD;
}
.dsq-popup .dsq-popup-top {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/embed/popup-top.png) no-repeat scroll 0 0;
height:20px;
position:relative;
text-align:right;
width:520px;
}
.dsq-popup .dsq-popup-top img {
margin:12px 13px 0 0;
}
.dsq-popup .dsq-popup-bottom {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/embed/popup-bottom.png) no-repeat scroll 0 0;
height:20px;
text-align:right;
width:520px;
}
.dsq-popup .powered-by {
border-top:1px solid #DDDDDD;
font-size:90%;
margin-top:10px;
padding-top:10px;
text-align:right;
}
.dsq-popup .dsq-popup-body div.powered-by a {
color:#888888;
text-decoration:none;
}
.dsq-popup .dsq-popup-body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/embed/popup-body.png) repeat-y scroll 0 0;
width:520px;
}
.dsq-popup .dsq-popup-body .dsq-popup-header a.dsq-close-link {
color:#7AA5D5;
position:absolute;
right:5px;
text-decoration:none;
top:-8px;
}
.dsq-popup .dsq-popup-body .dsq-popup-header a.dsq-close-link img {
border:0 none;
height:24px;
width:23px;
}
.dsq-popup .dsq-subscribe-submit {
color:#222222;
margin:0 auto;
padding:0 10px;
}
.dsq-popup .dsq-subscribe-submit input {
font-size:110%;
width:200px;
}
.dsq-popup p.dsq-popup-notice {
background-color:#FDF1D0;
border:1px solid #FAD163;
margin:20px 0 0;
padding:5px;
}
.dsq-popup .dsq-popup-container {
position:relative;
}
.dsq-popup-container .dsq-popup-b {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/facebox/b.png) repeat scroll 0 0;
}
.dsq-popup-container .dsq-popup-tl {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/facebox/tl.png) repeat scroll 0 0;
}
.dsq-popup-container .dsq-popup-tr {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/facebox/tr.png) repeat scroll 0 0;
}
.dsq-popup-container .dsq-popup-bl {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/facebox/bl.png) repeat scroll 0 0;
}
.dsq-popup-container .dsq-popup-br {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/facebox/br.png) repeat scroll 0 0;
}
.dsq-popup-container table {
border-collapse:collapse;
}
.dsq-popup-container td {
border-bottom:0 none;
padding:0;
}
.dsq-popup-container .dsq-popup-body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
padding:10px;
width:370px;
}
.dsq-popup-container .dsq-popup-tl, .dsq-popup-container .dsq-popup-tr, .dsq-popup-container .dsq-popup-bl, .dsq-popup-container .dsq-popup-br {
height:10px;
overflow:hidden;
padding:0;
width:10px;
}
.dsq-popup-container .dsq-popup-title {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E5EBED none repeat scroll 0 0;
border-bottom:1px solid #2F414B;
height:auto;
margin:-10px -10px 10px;
padding:10px;
position:static;
text-align:left;
width:auto;
}
.dsq-popup-container .dsq-popup-title img {
margin:0;
}
.dsq-popup-container .dsq-popup-title h3 {
font-size:18px;
font-weight:bold;
margin:0;
}
.dsq-popup-container h4 {
font-size:14px;
font-weight:bold;
margin:0;
}
.dsq-popup .dsq-blacklist-option {
border-bottom:1px dotted #E5EBED;
padding:5px 10px;
}
.dsq-popup ul.dsq-popup-help {
margin:0 10px;
}
#dsq-popup-message.dsq-popup ul.dsq-popup-help li {
border-bottom:1px dotted #E5EBED;
margin:0 0 15px;
padding:0 0 10px;
}
.dsq-popup ul.dsq-popup-help li.dsq-help-otheraccts {
border-bottom-style:solid;
border-bottom-width:2px;
font-size:110%;
font-weight:bold;
}
#dsq-popup-message ul.dsq-list-tick li {
display:list-item;
list-style-image:url(http://media.disqus.com/images/tick.png) !important;
list-style-position:inside !important;
list-style-type:none !important;
}
#dsq-popup-message ul.dsq-list-bluebullet li {
display:list-item;
list-style-image:url(http://media.disqus.com/images/bullet_blue.png);
list-style-position:inside;
list-style-type:none;
}
#dsq-popup-message li {
border-bottom:1px dotted #E5EBED;
margin:10px 0;
padding:0 10px;
}
#dsq-popup-message li li {
padding-left:10px;
}
.dsq-popup iframe#dsq-popup-login {
height:310px;
margin-top:10px;
width:100%;
}
.dsq-popup-login .dsq-popup-content {
width:420px;
}
.dsq-lightbox .dsq-popup-content {
width:550px;
}
.dsq-lightbox .powered-by {
display:none;
}
.dsq-lightbox img {
border:0 none !important;
height:auto !important;
width:auto !important;
}
.dsq-lightbox .dsq-lightbox-register-reasons {
padding:0 10px !important;
}
.dsq-lightbox .dsq-lightbox-register-reasons li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/small-tick.png) no-repeat scroll 0 0;
color:#555555;
display:inline !important;
font-size:11px !important;
margin:0 0 0 6px !important;
padding-left:12px !important;
}
.dsq-lightbox .dsq-lightbox-register-reasons li img {
margin-bottom:-1px !important;
}
.dsq-lightbox .dsq-lightbox-auth-fields {
}
.dsq-lightbox .dsq-lightbox-submit {
height:1%;
margin-top:20px;
overflow:auto;
padding:0 5px;
}
.dsq-lightbox .dsq-lightbox-auth-post {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background-color:#EAFFCD;
float:right;
padding:4px;
}
.dsq-lightbox .dsq-lightbox-auth-skip {
float:left;
margin-top:5px;
padding:2px;
}
.dsq-lightbox .dsq-lightbox-switch-auth {
font-size:11px;
margin:0 auto;
text-align:right;
width:400px;
}
.dsq-lightbox .dsq-lightbox-auth-fields table {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background-color:#EDFFC9;
border:1px solid #A5C469;
margin:10px auto;
padding:8px;
width:400px;
}
.dsq-lightbox .dsq-lightbox-auth-fields table td {
padding:4px;
}
.dsq-lightbox .errorlist {
color:#C03000 !important;
font-size:11px;
font-weight:bold;
margin:0;
padding:0;
}
.dsq-lightbox .errorlist li {
margin:5px 0 !important;
padding:0 !important;
}
.dsq-lightbox-errors p {
color:#C03000 !important;
font-size:11px;
font-weight:bold;
}
.dsq-lightbox .dsq-lightbox-auth-fields table td input {
font-size:13px;
padding:2px;
}
.dsq-lightbox-recognized table {
margin:10px auto;
width:400px;
}
.dsq-lightbox-recognized table td {
padding:4px;
}
.dsq-popup-profile .dsq-popup-content {
width:500px;
}
.dsq-popup-profile .dsq-popup-title {
height:1%;
overflow:auto;
}
.dsq-popup-profile .dsq-popup-title td {
vertical-align:top;
}
.dsq-popup-profile .dsq-popup-title img.dsq-popup-profile-avatar {
height:48px;
width:48px;
}
.dsq-popup-profile .dsq-popup-profile-user {
padding:0 10px;
}
.dsq-popup-profile .dsq-popup-profile-user h3 {
font-size:20px;
font-weight:bold;
margin:0;
}
.dsq-popup-profile .dsq-popup-profile-user-stats span {
margin-right:10px;
}
.dsq-popup-profile .dsq-popup-profile-user-stats big {
font-size:16px;
font-weight:bold;
}
.dsq-popup-profile .dsq-popup-profile-state {
background-color:#F0F0F0;
border-bottom:1px solid #B2B2B2;
clear:both;
height:auto;
margin:-10px -10px 0;
overflow:hidden;
padding:15px;
}
.dsq-popup-profile .dsq-popup-profile-status {
background-color:#EEF9FD;
border-bottom:1px solid #9FCDE3;
margin:0 -10px;
padding:10px;
}
.dsq-popup-profile .dsq-popup-profile-snapshot {
padding:15px 0;
}
.dsq-popup-profile .dsq-popup-profile-snapshot table {
width:100%;
}
.dsq-popup-profile .dsq-popup-profile-snapshot table td {
vertical-align:top;
width:50%;
}
.dsq-popup-profile .dsq-popup-profile-snapshot table td h4 {
margin-bottom:5px;
}
.dsq-popup-profile .dsq-popup-profile-snapshot table td ul {
margin-bottom:15px;
max-height:200px;
overflow:auto;
}
.dsq-popup-profile .dsq-popup-profile-snapshot table td ul img {
margin-right:5px;
vertical-align:text-top;
}
.dsq-popup-profile .dsq-popup-profile-snapshot table td ul li {
margin-bottom:5px;
}
.dsq-popup-profile .dsq-popup-profile-snapshot table td ul li a {
font-size:12px;
text-decoration:none;
text-transform:capitalize;
}
.dsq-popup .dsq-popup-body div.show-more {
color:#7AA5D5;
font-size:95%;
padding-left:10px;
}
.dsq-popup .dsq-popup-body .dsq-popup-body-padding {
font-size:13px;
padding:0 10px;
}
.dsq-popup .dsq-popup-body .dsq-popup-header {
background-color:#E5EBED;
border-bottom:1px solid #445460;
padding:0 10px 10px;
position:relative;
}
.dsq-popup .dsq-popup-body .dsq-popup-header img {
border:1px solid #FFFFFF;
height:32px;
vertical-align:middle;
width:32px;
}
.dsq-popup .dsq-popup-body .dsq-popup-body-padding cite {
font-style:normal;
margin-left:5px;
vertical-align:middle;
}
.dsq-popup .dsq-popup .dsq-popup-body .dsq-popup-body-padding cite {
margin:0;
position:static;
}
.dsq-popup .dsq-popup-body .dsq-popup-body-padding cite span {
font-size:150%;
font-style:normal;
font-weight:bold;
margin-right:10px;
vertical-align:middle;
}
.dsq-popup .dsq-popup-body .dsq-popup-body-padding .dsq-popuplink {
font-size:90%;
margin:0 0 0 5px;
}
.dsq-popup .dsq-clout {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/embed/clout-background.png) no-repeat scroll left top;
float:left;
height:32px;
line-height:32px;
width:72px;
}
.dsq-popup .dsq-clout.unverified {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/embed/unverified-background.png) no-repeat scroll left top;
line-height:24px;
}
.dsq-popup .dsq-clout a {
color:#FFFFFF;
float:left;
font-size:16px;
font-weight:bold;
text-align:center;
text-decoration:none;
width:100%;
}
.dsq-popup .dsq-clout.unverified a {
font-size:11px;
font-weight:normal;
}
.dsq-popup .dsq-clout a:hover {
color:#FFFFFF;
}
.dsq-popup .dsq-profile-services {
background-color:#F0F0F0;
border-bottom:1px solid #AAAAAA;
height:auto;
overflow:hidden;
padding:10px;
}
.dsq-popup .dsq-profile-services .dsq-profile-userlvl {
border-bottom:1px solid #DDDDDD;
margin-bottom:15px;
padding-bottom:10px;
}
.dsq-popup .dsq-profile-services span.dsq-profile-ontheweb {
color:#AAAAAA;
float:left;
font-family:Trebuchet MS,Trebuchet,Verdana,sans-serif;
font-size:95%;
}
.dsq-popup .dsq-profile-services ul {
display:inline;
margin-left:15px;
}
.dsq-popup .dsq-profile-services ul li {
display:inline;
margin-right:15px;
}
.dsq-popup .dsq-profile-services ul li.dsq-service-labeltxt {
margin:0;
}
.dsq-popup .dsq-profile-services ul li.dsq-service-labeltxt {
margin:0;
}
.dsq-popup .dsq-profile-services span.dsq-services-description {
color:#555555;
display:none;
font-size:85%;
left:5px;
position:absolute;
top:25px;
white-space:nowrap;
}
.dsq-popup .dsq-profile-services img {
border:2px solid #FFFFFF;
}
.dsq-popup a.dsq-profile-follow {
color:#7AA5D5;
}
.dsq-popup .dsq-profile-status, .dsq-popup .dsq-profile-recentcomments {
clear:both;
padding:10px;
}
.dsq-popup .dsq-profile-status p, .dsq-popup .dsq-profile-recentcomments p {
padding:0;
}
.dsq-popup .dsq-profile-status h4, .dsq-popup .dsq-profile-recentcomments h4 {
border-bottom:2px solid #D7DBDD;
font-size:110%;
margin-bottom:10px;
}
.dsq-popup .dsq-profile-status h4 span, .dsq-popup .dsq-profile-recentcomments h4 span {
background-color:#D7DBDD;
color:#555555;
font-weight:bold;
padding:2px 5px;
}
.dsq-popup p.dsq-profile-label {
color:#AAAAAA;
font-family:Trebuchet MS,Trebuchet,Verdana,sans-serif;
font-size:95%;
}
.dsq-popup ul.dsq-profile-commentlist {
margin-top:10px;
}
.dsq-popup .dsq-profile-commentlist li {
border-bottom:2px solid #E9EBED;
padding:5px 0;
}
.dsq-popup .dsq-profile-commentlist li img.avatar-small {
border:1px solid #DDDDDD;
float:left;
height:24px;
width:24px;
}
.dsq-popup .dsq-profile-commentlist li .comment-message {
margin-left:30px !important;
}
.dsq-popup .dsq-profile-commentlist li span.comment-meta {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:transparent none repeat scroll 0 0 !important;
clear:both !important;
display:block !important;
float:none !important;
font-size:90% !important;
margin-left:30px !important;
width:auto !important;
}
.dsq-popup .dsq-profile-commentlist span {
color:#666666;
font-size:95%;
}
.dsq-menu {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
background:#F0F0F0 none repeat scroll 0 0 !important;
border:1px solid #888888 !important;
display:inline;
left:0;
list-style-image:none !important;
list-style-position:outside !important;
list-style-type:none !important;
margin:0 !important;
padding:5px 10px 5px 0 !important;
position:absolute;
z-index:2 !important;
}
.dsq-menu li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
clear:both;
float:none;
font-size:12px !important;
line-height:1.3em !important;
list-style-image:none !important;
list-style-position:outside !important;
list-style-type:none !important;
margin:0 0 2px 4px !important;
padding:0 !important;
text-align:left;
white-space:nowrap !important;
}
.dsq-menu li:before {
content:"";
}
.dsq-menu li a.dsq-admin-toggle {
font-weight:bold;
}
.dsq-menu li.dsq-admin-email, .dsq-menu li.dsq-admin-ip {
color:#555555;
cursor:default;
font-style:italic;
}
.dsq-menu li.dsq-menu-sep {
border-bottom:1px dotted #AAAAAA;
font-size:1pt !important;
}
.dsq-menu li a {
color:#333333;
text-decoration:none;
}
.dsq-menu li a:hover {
color:#869AAD;
}
#dsq-content #dsq-comments .dsq-header-avatar:hover .dsq-drop-profile {
display:inline;
}
#dsq-content #dsq-comments .dsq-drop-profile li {
clear:both;
float:none;
line-height:1.3em;
padding:2px 4px;
white-space:nowrap;
}
#dsq-content #dsq-comments .dsq-drop-profile li img {
float:none;
height:12px;
margin:0 4px 0 0;
vertical-align:middle;
width:12px;
}
#dsq-content #dsq-comments .dsq-drop-profile li a {
color:#1C5392;
vertical-align:middle;
}
#dsq-content #dsq-comments .dsq-drop-profile li a:hover {
font-weight:bold;
}
#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-services {
height:16px;
padding:4px;
}
#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-services:hover {
background-color:#DDDDDD;
}
#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-services a {
display:block;
height:16px;
width:100%;
}
#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-sep {
border-bottom:1px dotted #AAAAAA;
}
#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-showlnk {
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:5px;
border-bottom:1px solid #CCCCCC;
height:16px;
padding:4px 2px;
text-align:center;
}
#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-showlnk a {
display:block;
font-size:95%;
font-weight:bold;
height:16px;
width:100%;
}
#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-badge {
border-bottom:1px solid #DDDDDD;
cursor:help;
font-size:95%;
padding:6px 2px;
text-align:center;
}
#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-badge span {
padding:1px 3px;
}
#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-more {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
background:#FFFFFF url(http://media.disqus.com/images/drop-more.gif) repeat-x scroll 0 0;
border-top:1px solid #DDDDDD;
height:16px;
text-align:center;
}
#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-more:hover {
background-position:0 -20px;
border-top:1px solid #CCCCCC;
}
#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-more a {
display:block;
font-size:95%;
height:16px;
width:100%;
}
#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-hidden {
display:none;
padding:0;
}
#dsq-content ul, #dsq-content li, #dsq-content ol, #dsq-content cite, #dsq-content div, #dsq-content table, #dsq-content td, #dsq-content th, #dsq-content p, #dsq-content a, #dsq-content cite, #dsq-content img {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:0 none;
float:none;
margin:0;
padding:0;
text-indent:0;
}
#dsq-content img, select {
display:inline;
}
#dsq-content input {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}
#dsq-content cite, #dsq-content caption, #dsq-content th, #dsq-ontent td {
font-style:normal;
text-align:left;
}
#dsq-content img {
max-width:none;
}
#dsq-content li, #dsq-content ul, #dsq-content ol {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
display:block;
list-style-image:none;
list-style-type:none;
}
#dsq-content li:before {
content:"";
}
#dsq-content table {
border-collapse:separate;
border-spacing:0;
}
#dsq-content {
font-size:12px;
line-height:1.5;
}
#dsq-content .dsq-panel {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:5px;
background:#F5F5F5 none repeat scroll 0 0;
border:1px solid #999999;
color:#333333;
padding:4px 8px 4px 4px;
z-index:2;
}
#dsq-content iframe {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:0 none;
height:90px;
width:100%;
}
#dsq-content .dsq-remove-message, #dsq-content .dsq-realtime-alert, #dsq-content .dsq-missing-permissions {
background-color:#FDF1D0;
border:1px solid #FAD163;
color:#817134;
line-height:1.25;
margin:10px 0;
padding:5px 8px;
}
#dsq-content .dsq-options {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/themes/narcissus/gray-50.png) repeat-x scroll center bottom;
clear:left;
margin-bottom:1em;
padding-bottom:1em;
}
#dsq-content .dsq-options span {
margin-right:10px;
}
#dsq-content .dsq-dc-logo {
float:right;
position:relative;
}
#dsq-content .dsq-login-buttons {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/themes/narcissus/gray-50.png) repeat-x scroll center bottom;
margin-bottom:1em;
padding:1em 0;
}
#dsq-content .dsq-login-button {
display:inline;
margin-right:3px;
}
#dsq-content .dsq-request-user-info {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/themes/narcissus/gray-50.png) repeat-x scroll center bottom;
margin-bottom:1em;
padding-bottom:1.5em;
}
#dsq-content .dsq-request-user-logout {
float:right;
}
#dsq-content .dsq-request-user-info td {
vertical-align:top;
}
#dsq-content .dsq-request-user-name {
font-size:1.167em;
padding:0.25em 0 0.25em 0.5em;
width:100%;
}
#dsq-content .dsq-request-user-name small {
font-size:9px;
}
#dsq-content .dsq-request-user-stats {
padding:0.25em 0 0 0.5em;
}
#dsq-content .dsq-request-user-stats span {
margin-right:0.75em;
}
#dsq-content .dsq-request-user-stats big {
font-size:1.167em;
font-weight:bold;
}
#dsq-comments-title {
clear:left;
}
#dsq-content .dsq-request-user-info {
clear:right;
}
#dsq-content .dsq-textarea .dsq-textarea-wrapper, #dsq-content .dsq-post-fields .dsq-input-wrapper {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background:#FFFFFF url(http://media.disqus.com/images/themes/narcissus/inputshadow.gif) no-repeat scroll left top;
border:1px solid #999999;
margin:3px 0;
padding:3px 5px;
}
#dsq-content .dsq-textarea .dsq-textarea-wrapper {
padding:5px;
}
#dsq-content .dsq-textarea textarea, #dsq-content .dsq-post-fields input {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:0;
}
#dsq-content .dsq-textarea textarea {
border:0 none;
height:36px;
overflow:auto;
width:100%;
}
#dsq-content .dsq-textarea textarea:focus, #dsq-content .dsq-post-fields input:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}
#dsq-content .dsq-post-fields table {
max-width:700px;
position:relative;
width:100%;
}
#dsq-content .dsq-post-fields td {
padding:0;
width:50%;
}
#dsq-content .dsq-post-fields .dsq-post-fields-left {
padding-right:0.25em;
}
#dsq-content .dsq-post-fields .dsq-post-fields-right {
padding-left:0.25em;
}
#dsq-content .dsq-post-fields input {
border:0 none;
width:100%;
}
#dsq-content .dsq-subscribe-menu {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background:transparent url(http://media.disqus.com/images/themes/narcissus/gray-15.png) repeat scroll 0 0;
}
#dsq-content .dsq-subscribe {
position:relative;
}
#dsq-content .dsq-subscribe a {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
color:inherit;
display:block;
padding:6px;
text-decoration:none;
}
#dsq-content .dsq-subscribe a:hover {
background-color:#FAFAFA;
}
#dsq-content .dsq-subscribe ul {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background:#EEEEEE none repeat scroll 0 0;
display:none;
left:-1px;
padding:0;
position:absolute;
top:-1px;
width:100%;
}
#dsq-content .dsq-subscribe:hover ul {
}
#dsq-content .dsq-post-footer {
height:28px;
margin-top:0.5em;
position:relative;
}
#dsq-content .dsq-sharing-options {
float:left;
margin-top:4px;
}
#dsq-content .dsq-sharing-options .dsq-configure-options {
font-size:11px;
}
#dsq-content .dsq-sharing-options span small, #dsq-content .dsq-subscribe small {
font-size:7px;
}
#dsq-content .dsq-sharing-options button.dsq-button-small {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/themes/narcissus/gray-15.png) repeat scroll 0 0;
border:0 none;
padding:4px 7px 5px;
}
#dsq-content .dsq-sharing-options:hover button.dsq-button-small {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#F5F5F5 url(http://media.disqus.com/images/themes/narcissus/button-small.gif) repeat-x scroll center top;
border-color:#999999 #999999 -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px 0;
color:#333333;
padding:3px 6px 5px;
position:relative;
z-index:10;
}
#dsq-content .dsq-sharing-options {
position:relative;
}
#dsq-content .dsq-sharing-options .dsq-panel {
display:none;
left:0;
padding:6px;
position:absolute;
top:20px;
width:233px;
z-index:9;
}
#dsq-content .dsq-sharing-options .dsq-panel div {
line-height:1.33;
margin:0.5em 0 0;
}
#dsq-content .dsq-sharing-options .dsq-panel input {
margin-right:0.25em;
}
#dsq-content .dsq-sharing-options:hover .dsq-panel {
display:block;
}
#dsq-content .dsq-post-footer .dsq-button {
float:right;
margin-left:3px;
}
#dsq-content .dsq-post-footer .dsq-post-loading {
color:#666666;
}
#dsq-content .dsq-post-footer .dsq-post-loading img {
height:12px;
margin-bottom:-2px;
}
#dsq-content .dsq-placeholder {
color:#888888;
}
#dsq-content .dsq-comment-footer-right button {
vertical-align:top;
}
#dsq-content .dsq-comment-footer-reply, #dsq-content .dsq-comment-footer-reply-active {
position:relative;
}
#dsq-content .dsq-comment-footer-reply-active .dsq-comment-footer-reply-tab {
display:inline;
}
#dsq-content .dsq-comment-footer-reply-active .dsq-button-small {
display:none;
}
#dsq-content .dsq-comment-footer-reply-tab {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:transparent url(http://media.disqus.com/images/themes/narcissus/reply-active.png) repeat-x scroll center top;
border:0 none;
color:#FFFFFF;
display:none;
font-family:Arial,Helvetica,Calibri,sans-serif;
font-size:11px;
margin:0;
padding:4px 7px 18px;
text-shadow:0 -1px 0 #666666;
}
#dsq-content .dsq-comment-footer-reply-tab::-moz-focus-inner {
border:medium none;
}
.dsq-comment-footer-reply-active span {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
bottom:-21px;
height:10px;
left:-10px;
position:absolute;
width:10px;
}
#dsq-content .dsq-append-post {
clear:both;
margin-top:-1em;
position:relative;
}
#dsq-content .dsq-append-post .dsq-post-area {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:0;
background:transparent url(http://media.disqus.com/images/themes/narcissus/gray-30.png) repeat scroll 0 0;
margin-bottom:20px;
padding:10px;
}
#dsq-content #dsq-comments {
margin-bottom:10px;
}
#dsq-content .dsq-comment-header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:transparent url(http://media.disqus.com/images/themes/narcissus/header-grey.png) repeat scroll 0 0;
height:auto;
line-height:normal;
}
#dsq-content .dsq-moderator .dsq-comment-header {
background-image:url(http://media.disqus.com/images/themes/narcissus/header-blue.png);
}
#dsq-content .dsq-moderator-star {
display:none;
}
#dsq-content .dsq-moderator .dsq-moderator-star {
display:inline;
margin-top:-3px;
vertical-align:middle;
}
#dsq-content .dsq-comment-outline .dsq-comment-header {
outline-color:#FAD163;
outline-style:solid;
outline-width:1px;
}
#dsq-content .dsq-comment-header table {
width:100%;
}
#dsq-content .dsq-comment-header td {
vertical-align:middle;
}
#dsq-content .dsq-header-avatar {
padding:0;
position:relative;
width:1%;
}
#dsq-content .dsq-header-avatar a.dsq-avatar {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
display:block;
padding:4px;
}
#dsq-content .dsq-comment:hover .dsq-header-avatar a.dsq-avatar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F5F5F5 none repeat scroll 0 0;
border:1px solid #999999;
padding:3px;
}
#dsq-content .dsq-comment:hover .dsq-header-avatar:hover a.dsq-avatar {
border-bottom:1px solid #F5F5F5;
}
#dsq-content .dsq-header-avatar img {
border:2px solid #FFFFFF;
height:24px;
width:24px;
}
#dsq-content .dsq-comment-header cite {
font-size:110%;
font-weight:bold;
}
#dsq-content .dsq-comment-header-meta {
padding-left:8px;
}
#dsq-content .dsq-comment-header-time {
padding:0 8px;
}
#dsq-content .dsq-comment-header-time a {
color:inherit;
text-decoration:none;
}
#dsq-content .dsq-comment-header-time a:hover {
border-bottom-style:dotted;
border-bottom-width:1px;
}
#dsq-content .dsq-comment-header .dsq-comment-header-likes {
font-size:0.85em;
padding-right:8px;
text-align:right;
}
#dsq-content .dsq-comment-message {
line-height:1.42;
margin:1em 0;
}
#dsq-content .dsq-comment-footer {
margin:1em 0;
overflow:hidden;
}
#dsq-content .dsq-comment-footer-left {
float:left;
padding-top:4px;
width:50%;
}
#dsq-content .dsq-comment-footer-left a {
margin-right:0.5em;
}
#dsq-content .dsq-comment-footer-right {
float:right;
text-align:right;
width:50%;
}
#dsq-content .dsq-comment-footer-right button.dsq-button-small {
margin-right:3px;
}
#dsq-content .dsq-comment-footer-right .dsq-like {
font-size:11px;
vertical-align:sub;
}
#dsq-content .dsq-comment-footer-right .dsq-like img {
margin-right:3px;
}
#dsq-content .dsq-h3-reactions {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/themes/narcissus/gray-50.png) repeat-x scroll center top;
margin-top:20px;
padding-top:10px;
}
#dsq-content .dsq-reaction-header table {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/themes/narcissus/blue-20.png) repeat scroll 0 0;
width:100%;
}
#dsq-content .dsq-reaction-header td {
padding:0.5em;
}
#dsq-content .dsq-reaction-header-right {
text-align:right;
}
#dsq-content .dsq-show-more-reactions {
margin:1em 0;
padding:1em;
text-align:center;
}
#dsq-content .dsq-comment.dsq-reaction:hover .dsq-header-avatar a.dsq-avatar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:1px solid transparent;
padding:3px;
}
#dsq-content .dsq-reaction .dsq-comment-cite {
padding-left:8px;
}
#dsq-content .dsq-reaction .dsq-service-name {
text-transform:capitalize;
}
#dsq-content .dsq-pagination {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/themes/narcissus/gray-50.png) repeat-x scroll center top;
margin:1em 0;
padding:1em;
text-align:center;
}
#dsq-content .dsq-pagination table {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/themes/narcissus/gray-50.png) repeat-x scroll center bottom;
width:100%;
}
#dsq-content .dsq-pagination td {
padding:0.5em;
}
#dsq-content .dsq-pagination-links {
text-align:center;
width:100%;
}
#dsq-content .dsq-pagination span, #dsq-content .dsq-pagination a {
margin:0 0.25em;
}
#dsq-content .dsq-paginate-append-text {
display:none;
}
#dsq-content .dsq-paginate-append-button {
display:inline;
}
#dsq-content .dsq-item-trackback {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://media.disqus.com/images/themes/narcissus/gray-50.png) repeat-x scroll center top;
margin:1em 0;
padding:1em 0;
}
#dsq-content .dsq-edit {
margin:10px 0;
}
#dsq-content .dsq-textarea textarea.dsq-edit-textarea {
height:90px;
}
button.dsq-button, button.dsq-button-small {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:transparent url(http://media.disqus.com/images/themes/narcissus/button-large.png) repeat-x scroll center top;
border:1px solid #999999;
color:inherit;
font-family:Arial,Helvetica,Calibri,sans-serif;
margin:0;
overflow:visible;
}
button.dsq-button {
font-size:12px;
font-weight:bold;
padding:6px 8px;
}
button.dsq-button-small {
font-size:11px;
padding:3px 6px 4px;
}
button.dsq-button:hover, button.dsq-button-small:hover {
cursor:pointer;
}
.dsq-badge, .dsq-badge-verified, .dsq-badge-registered, .dsq-badge-guest, .dsq-badge-facebook, .dsq-badge-twitter, .dsq-badge-openid, .dsq-badge-yahoo {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:5px;
font-size:12px;
padding:2px 4px;
text-transform:capitalize;
vertical-align:middle;
}
.dsq-badge-small, li.dsq-drop-badge span {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:3px;
font-size:10px;
padding:1px 2px;
}
.dsq-badge-verified {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#92C72A none repeat scroll 0 0;
border:1px solid #6CA300;
color:#FFFFFF;
}
.dsq-badge-registered {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFE98 none repeat scroll 0 0;
border:1px solid #EAE800;
color:#333333;
}
.dsq-badge-guest {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#DDDDDD none repeat scroll 0 0;
border:1px solid #BBBBBB;
color:#333333;
}
.dsq-badge-facebook {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#46639D none repeat scroll 0 0;
border:1px solid #2D3F65;
color:#FFFFFF;
}
.dsq-badge-twitter {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#31CEFF none repeat scroll 0 0;
border:1px solid #2BB5E0;
color:#FFFFFF;
}
.dsq-badge-openid {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F9F9F9 none repeat scroll 0 0;
border:1px solid #AAAAAA;
color:#F89B1E;
}
.dsq-badge-yahoo {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#8516A2 none repeat scroll 0 0;
border:1px solid #530068;
color:#FFFFFF;
}
#dsq-content #dsq-comments .dsq-header-avatar .dsq-drop-profile {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F5F5F5 none repeat scroll 0 0;
float:none;
left:auto;
position:absolute;
}
#dsq-content .dsq-drop-profile a {
text-decoration:none;
}
.dsq-moderate-options table {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background-color:#E5EBED;
margin:10px auto;
padding:10px;
width:400px;
}
.dsq-moderate-options table td {
padding:4px;
}
.dsq-moderate-options table ul {
margin:0;
padding:0;
}
.dsq-moderate-options table li {
margin-bottom:5px;
}
#dsq-content .dsq-global-moderator-extras {
font-size:11px;
}
#dsq-content .dsq-global-moderator-extras strong:first-child {
margin-left:0;
}
#dsq-content .dsq-global-moderator-extras strong {
margin-left:10px;
}
/*Pager*/
.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	text-align: center;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #2E6AB1;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff;
}

.pagebar a:hover {
	border-color: #2E6AB1;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}
