/*
Theme Name: PR2.0
Theme URI: http://www.w3-edge.com/
Description: Theme by W3 EDGE
Version: 1.0
Author: Frederick Townes
Author URI: http://www.w3-edge.com/work/
Tags:
*/

/* yui css reset */

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

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{content:'';}

abbr,acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/* because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}

/* general */

body {
	color:#383838;
	min-width:997px;
	font:14px tahoma, geneva, sans-serif;
	background:#3F5763 url("images/bg-body-2.gif") repeat-x;
}
body.hover {background:#3F5763 url("images/bg-body.gif") repeat-x;}
h1, h2, h3, h4, h5, h6 {
	color:#565656;
	font-family:georgia, serif;
}
input,textarea,select {
	vertical-align:middle;
	font:12px arial, helvetica, sans-serif;
}
a {
	color:#0c6395;
	text-decoration:none;
}
a:hover {color:#e41212;}

#page {
	width:997px;
	margin:0 auto;
	padding:0 0 47px;
}
#header {
	width:100%;
	height:163px;
	position:relative;
}
.logo {
	top:20px;
	left:24px;
	position:absolute;
}
.logo a {
	width:446px;
	height:64px;
	display:block;
	overflow:hidden;
	text-indent:-12000px;
	background:url("images/logo.png") no-repeat;
}
.form-search {
	top:41px;
	right:26px;
	width:188px;
	height:25px;
	position:absolute;
	background:url("images/bg-search.gif") no-repeat;
}
.form-search .txt {
	border:0;
	padding:0;
	float:left;
	color:#808b95;
	font-size:12px;
	background:none;
	margin:5px 0 0 12px;
}
.form-search .btn-search {
	float:right;
	margin:5px 11px 0 0;
}
.main-nav {
	top:77px;
	left:205px;
	position:absolute;
}
.main-nav li {float:left;}

.main-nav li a {
	color:#fff;
	float:left;
	margin-bottom:6px;
}
.main-nav li a:hover {
	color:#8C9CA9;
	text-decoration:none;
}
.main-nav li a span {
	display:block;
	font-size:17px;
	font-weight:bold;
	line-height:38px;
	padding:0 10px 2px 20px;
}
.main-nav li.active a,
.main-nav li.current_page_item a,
.main-nav li.current_page_parent a,
.main-nav li.active a:hover,
.main-nav li.current_page_item a:hover,
.main-nav li.current_page_parent a:hover {
	color:#4c4c4c;
	background:url("images/bg-left-nav-1.gif") no-repeat;
}
.main-nav li.active a span,
.main-nav li.current_page_item a span,
.main-nav li.current_page_parent a span,
.main-nav li.active a:hover span,
.main-nav li.current_page_item a:hover span,
.main-nav li.current_page_parent a:hover span {background:url("images/bg-right-nav-1.gif") no-repeat 100% 0;}

.main-nav ul {
	top:40px;
	left:-205px;
	width:997px;
	display:none;
	padding:4px 0;
	overflow:hidden;
	position:absolute;
}
.main-nav li.hover ul,
.main-nav li:hover ul {display:block;}

.main-nav ul li {
	float:left;
	margin:0 0 0 -1px;
	padding:2px 29px 3px 30px;
	background:url("images/sep-1.gif") no-repeat;
}
.main-nav ul .current-cat a{
	font-weight:bold;
}
.main-nav ul li a {
	margin:0;
	color:#4c4c4c;
	font-size:16px;
	line-height:18px;
	background:none !important;
}
.main-nav ul li a:hover {
	color:#E61A1D !important;
	text-decoration:none;
}
.main-nav ul li a span{
	background:none !important;
	font-size:16px;
	line-height:18px;
	margin:0;
	font-weight:normal;
	padding:0;
}
#content {
	background:transparent;
	width:100%;
}
.content-m {background:url("images/bg-mid-content.gif") repeat-y;}
.content-t {background:url("images/bg-top-content.gif") no-repeat;}

.content-b {
	width:100%;
	overflow:hidden;
	padding:0 0 26px;
	background:url("images/bg-bot-content.gif") no-repeat 0 100%;
}
.primary-content {
	float:left;
	width:680px;
	padding:29px 0 0 24px;
}
.primary-content p{
	line-height:1.5;
	padding:0 0 19px;
}
.post {width:100%;font-family:arial,tahoma,geneva,sans-serif;}

.post h1,
.post h2,
h2.center,
h2.pagetitle {
	font-size:27px;
	line-height:33px;
	margin:0 0 10px;
}
.post h2{
	font-size:20px;
	clear:both;
}
.post h1 a,
.post h2 a {color:#565656;}
.post h1 a:hover,
.post h2 a:hover{color:#E62222;}
.post p {
	line-height:20px;
	padding:0 0 19px;
}
.post p sup,
.post p sub {font-size:10px;}
.post p .strike {text-decoration:line-through;}
.post .underline {text-decoration:underline;}
.post p strong {font-weight:bold !important;}

.post .selection {
	color:#fff;
	background:#565656;
}
.post .integrates {
	padding:0 8px 0 0;
	background:url("images/ic-3.gif") no-repeat 100% 2px;
}
.post .title-info {
	padding:0 0 1px;
	background:url("images/d-3.gif") repeat-x 0 100%;
}
.post ul{
	padding-left:40px;
}
.post ul li{
	list-style:disc;
}
.post .alignleft,
.post .alignright,
.alignleft,
.alignright{
	padding:3px;
	border:1px solid #E8E8E8;
}
.post .alignleft,
.alignleft{
	float:left;
	margin:3px 12px 6px 0;
}
.post .alignright,
.alignright{
	float:right;
	margin:3px 0 6px 12px;
}
.data-comments {margin:0 0 22px;}

.data-comments li {
	color:#565656;
	display:inline;
	padding:0 3px 0 7px;
	font:16px/20px georgia, serif;
	background:url("images/sep-2.gif") no-repeat 0 3px;
}
.data-comments li img {padding:0 6px 0 0;}

.data-comments li.l-comments a:first-child {
	padding:0 0 0 21px;
	background:url("images/ic-1.gif") no-repeat 0 -1px;
}
.data-comments li.l-comments a:hover {background-position:0 -30px;}

.data-comments li:first-child {
	padding-left:0;
	background-image:none;
}
.data-comments li.social{
	float:right;
	height:20px;
	background:none;
}
.data-comments li.social.fb{
	margin-top:-2px;
}
.categories {
	height:1%;
	overflow:hidden;
	padding:5px 12px;
	background:#F4F3F3;
	margin-bottom:30px;
	font:14px/18px georgia, serif;
}
.categories-last {margin-bottom:0;}

.categories ul li {
	color:#0c6395;
	display:inline;
}
.categories ul li em {color:#565656;}

.read-more {
	float:right;
	color:#CF0B0B;
}
.wrap-pages-nav-1 {
	top:-1px;
	width:720px;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin:0 277px 38px auto;
}
.wrap-pages-nav-2 {
	left:50%;
	float:left;
	position:relative;
	text-align:center;
}

/* pagination */
.pages-nav {
	left:-50%;
	height:1%;
	float:left;
	position:relative;
}
.pages-nav li {
	float:left;
	margin:0 5px 0 0;
}
.pages-nav li a {
	float:left;
	color:#A7C7D7;
	font-size:14px;
	padding:0 16px;
	min-height:26px;
	line-height:26px;
	background:#8C9AA1;
	border-top:1px solid #BABABA;
}
* html .pages-nav li a {height:26px;}

.pages-nav li a:hover,
.pages-nav li.active a {
	color:#656565;
	background:#fff;
	text-decoration:none;
	border-top:1px solid #fff;
}
.pages-nav li.prev a,
.pages-nav li.next a {
	padding:0;
	width:40px;
	height:26px;
	overflow:hidden;
	text-indent:-9999px;
}
.pages-nav li.prev a {background:#8C9AA1 url("images/bg-prev.gif") no-repeat 18px 12px;}
.pages-nav li.next a {background:#8C9AA1 url("images/bg-next.gif") no-repeat 18px 12px;}
.pages-nav li.prev a:hover {background:#fff url("images/bg-prev.gif") no-repeat 18px 12px;}
.pages-nav li.next a:hover {background:#fff url("images/bg-next.gif") no-repeat 18px 12px;}
/* /pagination */

/* wp-pagenavi pagination */
.wp-pagenavi {
	left:-50%;
	height:1%;
	float:left;
	position:relative;
}
.wp-pagenavi span{
	margin:0 5px 0 0;
	float:left;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
	margin:0 5px 0 0;
	float:left;
	color:#A7C7D7;
	font-size:14px;
	padding:0 16px;
	min-height:26px;
	line-height:26px;
	background:#8C9AA1;
	border-top:1px solid #BABABA;
}
* html .wp-pagenavi a {height:26px;}
* html .wp-pagenavi span {height:26px;}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color:#656565;
	background:#fff;
	text-decoration:none;
	border-top:1px solid #fff;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	padding:0;
	width:40px;
	height:26px;
	overflow:hidden;
	text-indent:-9999px;
}
.wp-pagenavi a.previouspostslink {background:#8C9AA1 url("images/bg-prev.gif") no-repeat 18px 12px;}
.wp-pagenavi a.nextpostslink {background:#8C9AA1 url("images/bg-next.gif") no-repeat 18px 12px;}
.wp-pagenavi a.previouspostslink:hover {background:#fff url("images/bg-prev.gif") no-repeat 18px 12px;}
.wp-pagenavi a.nextpostslink:hover {background:#fff url("images/bg-next.gif") no-repeat 18px 12px;}
/* /wp-pagenavi pagination */

.secondary-content {
	float:right;
	width:268px;
	padding:20px 9px 0 0;
}
.secondary-content h3 {
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	font-weight:bold;
}
.about-me img,
.flikr-feed ul li img,
.greatest-hits ul li a img,
.popular-comments ul li a img,
.flikr-feed ul li img,
.new-media-university img {
	padding:3px;
	background:#fff;
	border:1px solid #DEDAD1;
}
.subscribe {
	height:1%;
	padding:0 0 19px;
	margin:0 11px 14px 17px;
	background:url("images/d-1.gif") repeat-x 0 100%;
}
.subscribe h3 {margin:0 0 12px;}

.subscribe ul {
	width:100%;
	overflow:hidden;
}
.subscribe ul li {
	float:left;
	padding:0 0 0 15px;
}
.subscribe ul li:first-child {padding-left:0;}
.subscribe ul li img {display:block;}

.form-email {
	height:1%;
	padding:0 0 21px;
	margin:0 11px 16px 17px;
	background:url("images/d-1.gif") repeat-x 0 100%;
}
.row {
	width:100%;
	overflow:hidden;
}
.form-email p {
	color:#5d5d5d;
	font-size:12px;
	line-height:15px;
	margin:0 0 13px;
}
.form-email .input {
	float:left;
	width:174px;
	height:25px;
	margin:2px 0 0;
	background:url("images/bg-send.gif") no-repeat;
}
.form-email .input .txt {
	border:0;
	float:left;
	width:160px;
	background:none;
	margin:5px 0 0 8px;
}
.form-email .btn-send {float:right;}

.about-me {
	height:1%;
	padding:0 0 3px;
	line-height:15px;
	margin:0 11px 13px 17px;
	background:url("images/d-1.gif") repeat-x 0 100%;
}
.about-me h3 {margin:0 0 10px;}
.about-me blockquote p {margin:0;}
.about-me blockquote p a {color:#0c6395;}
.about-me blockquote p a:hover {color:#E62222;}

.about-me blockquote q {
	quotes:none;
	font-size:13px;
}
.about-me blockquote cite {
	display:block;
	color:#b2b2b2;
	font-size:11px;
	padding:4px 0 0;
}
.about-me blockquote q:before {content:"";}
.about-me blockquote q:after {content:"";}

.about-me img {
	float:left;
	margin:0 7px 0 0;
}
.about-me p {
	font-size:12px;
	margin:0 0 13px;
}
.about-me p a {color:#d84545;}
.about-me p a:hover {color:#0C6395;}

.wrap-cite {
	width:100%;
	overflow:hidden;
	padding:0 0 24px;
}
.greatest-hits,
.popular-comments,
.speaking-engagements {
	width:100%;
	padding:0 0 8px;
	margin-bottom:16px;
	background:url("images/d-2.gif") no-repeat 17px 100%;
}
.popular-comments {padding:0 0 6px;}
.speaking-engagements {margin-bottom:11px;}
.greatest-hits h3 {margin:0 17px;}
.popular-comments h3 {margin:0 17px 5px;}
.speaking-engagements h3 {margin:0 17px;}

.greatest-hits ul,
.popular-comments ul,
.speaking-engagements ul {width:100%;}

.greatest-hits ul li,
.popular-comments ul li,
.speaking-engagements ul li {
	width:100%;
	font-size:12px;
	line-height:15px;
	padding:1px 0 0;
	background:url("images/bg-line-1.gif") no-repeat 17px 0;
}
.greatest-hits ul li:first-child,
.popular-comments ul li:first-child,
.speaking-engagements ul li:first-child {background-image:none;}

.greatest-hits ul li a,
.popular-comments ul li a,
.speaking-engagements ul li a {
	height:1%;
	color:#383838;
	display:block;
	overflow:hidden;
	padding:10px 11px 6px 17px;
}
.popular-comments ul li a {padding:6px 11px 8px 17px;}
.recent-tweets h3{margin:0 17px 5px;}
.recent-tweets h2{display:none;}
.recent-tweets ul{width:245px;}
.recent-tweets ul li {
	width:100%;
	font-size:12px;
	line-height:15px;
	padding:1px 0 0;
	background:url("images/bg-line-1.gif") no-repeat 8px 0;
}
.recent-tweets ul li:first-child{background:none;}
.recent-tweets ul li {padding:6px 11px 8px 9px;}
.recent-tweets ul li a {padding:0 !important;}

.greatest-hits ul li a:hover,
.popular-comments ul li a:hover,
.speaking-engagements ul li a:hover {
	color:#383838;
	background:#F8F5EF;
	text-decoration:none;
}
.greatest-hits ul li a:hover strong,
.popular-comments ul li a:hover strong,
.speaking-engagements ul li a:hover strong {color:#E62222;}

.greatest-hits ul li a strong,
.popular-comments ul li a strong,
.speaking-engagements ul li a strong {
	color:#0C6395;
	display:block;
	font-weight:bold;
}
.greatest-hits ul li a img,
.popular-comments ul li a img,
.speaking-engagements ul li img {
	float:left;
	margin:3px 13px 0 0;
}
.archive,
.categories-links,
.recommended-reading {
	height:1%;
	padding:0 0 12px;
	margin:0 11px 13px 17px;
	background:url("images/d-1.gif") repeat-x 0 100%;
}
.categories-links {background:none;}

.archive {
	padding:0 0 10px;
	margin:0 11px 16px 17px;
}
.archive h3,
.categories-links h3,
.recommended-reading h3 {margin:0 0 11px;}

.extra-links {
	width:100%;
	overflow:hidden;
}
.extra-links h2{display:none;}
.extra-links ul {
	float:left;
	width:115px;
	padding:0 5px 0 0;
}
.extra-links ul li {
	font-size:12px;
	line-height:14px;
	padding:0 0 9px 11px;
	background:url("images/ic-2.gif") no-repeat 0 5px;
}
.extra-links ul li a {color:#0c6395;}
.extra-links ul li a:hover {color:#E62222;}

.books ul li{
	padding:0 0 20px 0;
}
.flikr-feed {
	height:1%;
	padding:0 8px 22px 17px;
}
.flikr-feed h3 {margin:0 0 13px;}

.flikr-feed ul {
	width:100%;
	overflow:hidden;
}
.flikr-feed ul li {
	float:left;
	padding:0 3px 3px 0;
}
.flikr-feed ul li img {
	display:block;
	width:110px;
	height:110px;
}

#footer {
	width:100%;
	color:#9eb4bf;
	font-size:11px;
	line-height:16px;
	text-align:center;
}
.extra-footer {padding-top:25px;}

#footer a {color:#9eb4bf;}

#footer p {
	display:inline;
	margin:0 5px 0 0;
}
#footer ul {display:inline;}

#footer ul li {
	display:inline;
	padding:0 3px 0 6px;
	background:url("images/sep-3.gif") no-repeat 0 3px;
}
#footer ul li:first-child {background-image:none;}

/* page 2 */

.some-definition {width:100%;}

.some-definition h2 {
	color:#000;
	font-size:16px;
	line-height:18px;
	margin:0 0 5px;
}
.some-definition p {
	line-height:20px;
	margin:0 11px 16px;
}
.wrap-definition {
	width:100%;
	overflow:hidden;
	margin:0 0 16px;
}
.wrap-definition .video {
	float:left;
	width:431px;
	padding:2px 0 0;
}
.wrap-definition .video img {display:block;}

.wrap-definition .description {
	float:right;
	width:228px;
}
.wrap-definition .description h3 {
	color:#000;
	font-size:20px;
	line-height:24px;
	margin:0 0 7px;
}
.text-list-1 {padding:0 0 27px;}

.text-list-1 li {
	line-height:20px;
	padding:0 0 3px 12px;
	background:url("images/ic-4.gif") no-repeat 0 8px;
}
.text-list-2 li {
	line-height:20px;
	padding:1px 8px 2px;
}
.text-list-2 li.line {background:#F3F5F6;}

.info-1 {
	width:100%;
	padding:0 0 15px;
}
.info-1 h2 {
	color:#000;
	font-size:18px;
	line-height:20px;
	margin:0 0 15px;
}
.table-info {
	width:100%;
	line-height:20px;
}
.table-info th {padding:4px 12px 3px;}
.table-info td {padding:1px 12px 2px;}
.table-info th {font:16px georgia, serif;}

.table-info .line {
	background:#E6EAEC;
	border-bottom:1px solid #B8BFC4;
}
.info-2 {
	width:100%;
	overflow:hidden;
	padding:0 0 8px;
	margin-bottom:3px;
	background:url("images/d-4.gif") repeat-x 0 100%;
}
.primary-info {
	float:left;
	width:258px;
}
.vote {
	height:1%;
	padding:3px;
	background:#fff;
	margin-bottom:11px;
	border:1px solid #E4E7E9;
}
.wrap-vote {
	height:1%;
	background:#E6EAEC;
	padding:4px 8px 3px;
}
.wrap-vote h3 {
	color:#383838;
	font-size:16px;
	line-height:19px;
	margin:0 0 6px;
}
.wrap-vote li {padding:0 0 4px;}
.wrap-vote li label,
.wrap-vote li label input {vertical-align:middle;}

.wrap-vote li a {
	color:#da0d0d;
	font-size:12px;
	line-height:14px;
	margin:0 0 0 14px;
	vertical-align:-4px;
}
.wrap-vote li a:hover {text-decoration:underline;}

.wrap-vote li label input {
	margin:0;
	width:15px;
	height:15px;
}
.wrap-vote li .btn-vote {margin:9px 0 0 19px;}

.citation {
	width:100%;
	background:url("images/bg-q1.gif") no-repeat 0 3px;
}
.citation blockquote {
	height:1%;
	padding:0 22px 0 20px;
	font:italic 14px/20px georgia, serif;
	background:url("images/bg-q2.gif") no-repeat 100% 100%;
}
.citation blockquote q {color:#555;}

.citation blockquote cite {
	color:#333;
	font-weight:bold;
	font-style:italic;
}
.secondary-info {
	float:right;
	width:408px;
	padding:3px 0 0;
}
.detail-info {
	width:100%;
	line-height:20px;
}
.detail-info p {margin:0 0 19px;}
.detail-vote {width:100%;}

.detail-vote h3 {
	font-size:18px;
	margin:0 0 3px;
	line-height:20px;
}
.table-vote {
	width:100%;
	font-size:12px;
}
.table-vote th,
.table-vote td strong {font-weight:bold;}
.table-vote th:first-child,
.table-vote td:first-child {padding-left:0;}
.table-vote th,
.table-vote td {padding:6px 4px;}

.progress-l {
	float:left;
	margin:0 10px 0 0;
	background:url("images/bg-left-rate.gif") no-repeat;
}
.progress-r {
	height:21px;
	background:url("images/bg-right-rate.gif") no-repeat 100% 0;
}
.percent {
	color:#3f5763;
	font-weight:bold;
	line-height:21px;
}
.calculating {
	width:100%;
	color:#929292;
	font-size:11px;
	line-height:18px;
	margin-bottom:11px;
}
.calculating p {margin:0;}
.calculating p sup {font-size:10px;}

.taglist {
	height:1%;
	overflow:hidden;
	background:#F2F4F5;
	margin-bottom:5px;
	padding:7px 0 5px 8px;
}
.taglist ul li{
	float:left;
	margin: 0 4px 0 0;
	list-style-type:none;
}
.advanced {
	height:1%;
	overflow:hidden;
	background:#F2F4F5;
	margin-bottom:5px;
	padding:7px 0 5px 8px;
}
.shared {
	float:left;
	width:125px;
}
.link-to-this {
	float:left;
	padding:0 0 0 7px;
}
.link-to-this li {
	float:left;
	color:#6e7d86;
	padding:0 4px 0 0;
}
.link-to-this li.link {
	width:197px;
}
.link-to-this li a {
	float:left;
	color:#6e7d86;
	cursor:pointer;
	overflow:hidden;
	background:url("images/bg-left-addr.gif") no-repeat;
}
.link-to-this li a:hover {color:#e41212;}

.link-to-this li a span {
	float:left;
	height:16px;
	padding:0 8px;
	font-size:11px;
	line-height:16px;
	width:180px;
	white-space:nowrap;
	background:url("images/bg-right-addr.gif") no-repeat 100% 0;
}
.advanced .outbrain{
	width:265px;
	float:left;
	margin-top:-5px;
	height:26px;
}
.rating{float:right;}
.voterDiv{
	/*float:right;*/
	display:inline !important;
	margin:0 0 0 0 !important;
}
.rating li {
	float:left;
	color:#6e7d86;
	font-size:12px;
}
.rating li a img {float:left;}
.rating li span {padding:0 0 0 4px;}
.rating li strong {font-weight:bold;}

.advanced .ratingblock{
	float:right;
	margin:0;
	padding:0;
}
.advanced .ratingblock .article,
.advanced .ratingblock .voted{color:#6E7D86;}


.recommended-posts {
	height:1%;
	margin-bottom:4px;
	background:#F9F9F9;
	padding:9px 29px 10px;
}
.recommended-posts h3,
.mentions h3 {
	font-size:14px;
	line-height:16px;
}
.wrap-posts {
	height:1%;
	overflow:hidden;
	position:relative;
}
.wrap-posts ul {width:100%;}

.wrap-posts ul li {
	width:300px;
	padding:13px 10px 13px 0;
	border-top:1px solid #F1F1F1;
	font:17px/21px georgia, serif;
	margin-top:-1px;
	float:left;
}
.wrap-posts ul li:first-child {border-top:none;}
.wrap-posts ul.list-1 {float:left;}
.wrap-posts ul.list-2 {float:right;}

.mentions {
	width:100%;
	padding:4px 0;
	background:#fff;
	margin-bottom:9px;
	border-top:1px solid #F2F4F5;
	border-bottom:1px solid #F2F4F5;
}
.mentions h3 {margin:0 0 15px;}

.wrap-mentions {
	height:1%;
	background:#F9F9F9;
	padding:9px 29px 14px;
}
.wrap-mentions ul li {
	display:inline;
	padding:0 3px 0 8px;
	font:17px/19px georgia, serif;
	background:url("images/sep-4.gif") no-repeat 0 3px;
}
.wrap-mentions ul li:first-child {
	padding-left:0;
	background-image:none;
}
.wrap-mentions ul li img {
	margin:0 6px 0 0;
	vertical-align:-2px;
}
.leave-reply,
 {
	width:100%;
	margin:0 0 15px;
}
.leave-reply h2,
#dsq-add-new-comment {
	font-size:27px;
	line-height:31px;
	font-weight:normal !important;
}
.leave-reply h2 {margin:0 0 9px;}

#dsq-auth .dsq-by{margin:0 0 9px;}

.wrap-leave-reply {
	width:100%;
	overflow:hidden;
}
.wrap-leave-reply .btn-comments {float:right;}

.wrap-leave-reply ul li {
	color:#565656;
	display:inline;
	padding:0 23px 0 0;
	font:14px/16px georgia, serif;
}
.wrap-leave-reply ul li img {
	margin:0 6px 0 0;
	vertical-align:-3px;
}
.wrap-leave-reply ul li label {vertical-align:middle;}
.wrap-leave-reply ul li label a {font-weight:bold;}

.wrap-leave-reply ul li input {
	width:15px;
	height:15px;
	margin:0 6px 0 0;
	vertical-align:middle;
}
.form-comment {
	height:1%;
	padding:3px;
	background:#fff;
	border:1px solid #E4E7E9;
}
.wrap-form-comment {
	height:1%;
	background:#E6EAEC;
	padding:10px 30px 18px 25px;
}
.wrap-form-comment .row,
.wrap-form-comment .row-2 {
	width:100%;
	overflow:hidden;
	margin:0 0 7px;
}
.wrap-form-comment .row-2 {margin-bottom:22px;}

.wrap-form-comment .lab-1 {
	width:100%;
	color:#565656;
	display:block;
	padding:0 0 5px;
	font:18px/20px georgia, serif;
}
.wrap-form-comment .txt,
.wrap-form-comment .txt-2 {
	margin:0;
	width:351px;
	padding:11px;
	display:block;
	font-size:14px;
	background:#fff;
	border:1px solid #D1DADE;
}
.wrap-form-comment .txt-2 {
	width:592px;
	height:58px;
	overflow:auto;
}
.wrap-form-comment .btn-post {
	float:left;
	padding:0 10px 0 0;
}
.wrap-form-comment .image {
	float:left;
	padding:1px 0 0;
}
.wrap-form-comment .image img {display:block;}

.options {
	height:1%;
	overflow:hidden;
	padding:17px 2px;
}
.options img {display:block;}

.discussion {
	width:100%;
	margin-bottom:-5px;
}
.title-discussion {
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.title-discussion h2 {
	font-size:27px;
	line-height:30px;
}
#content p{
	text-align:justify;
}
#content .title-discussion ul {
	float:right !important;
	padding:4px 0 0 !important;
	display:inline !important;
}
#dsq-comments ol{display:inline !important;}
.title-discussion ul li {
	color:#565656;
	display:inline;
	font:14px/16px georgia, serif;
}
	
.title-discussion ul li select {
	width:152px;
	color:#565656;
	font-size:14px;
	margin:0 0 0 8px;
}
.content-discussion,
.content-discussion-inner {
	height:1%;
	position:relative;
	margin:0 0 5px 24px;
	padding:9px 10px 12px 12px;
	border-bottom:1px solid #fff;
}
*html .content-discussion .content-discussion{
	margin:30px 0 5px 24px;
}
.content-discussion-inner {margin:0 0 5px 47px;}

.alt,
.line-select {
	background:#E6EAEC;
	border-bottom:1px solid #BDC3C8;
}
.content-discussion .image,
.content-discussion-inner .image {float:left;}

.content-discussion .image img,
.content-discussion-inner .image img {
	padding:3px;
	display:block;
	background:#fff;
	margin:0 14px 0 0;
	border:1px solid #E8E8E8;
}
.line-select .image img {border:1px solid #D1D5D7;}

.content-discussion .description,
.content-discussion-inner .description {
	height:1%;
	display:table;
	line-height:20px;
}
.data-person h3 {
	font-size:16px;
	line-height:18px;
	margin:0 0 8px;
}
.data-person ul {float:right;}
* html .data-person ul {margin:0 -5px 0 0;}

.data-person ul li {
	display:inline;
	padding:0 3px 0 8px;
	font:16px/18px georgia, serif;
	background:url("images/sep-5.gif") no-repeat 0 2px;
}
.data-person ul li:first-child {background-image:none;}

.up-down {
	top:9px;
	left:-24px;
	width:16px;
	position:absolute;
}
.up-down li {
	width:100%;
	padding:0 0 4px;
}
.up-down li a {
	width:16px;
	height:14px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
.up-down li a.up {background:url("images/up.gif") no-repeat;}
.up-down li a.down {background:url("images/down.gif") no-repeat;}

.up-down li a.up:hover,
.up-down li a.down:hover {background-position:0 -14px;}

.ratepost .starsbar .gdinner {
	background:transparent url(images/stars14.png) repeat-x scroll 0 -27px !important;
	height:13px !important;
}
.ratepost .starsbar .gdouter {
	background:transparent url(images/stars14.png) repeat-x scroll 0 -1px !important;
	height:13px !important;
	width:70px !important;
}


/* Begin Various Tags & Classes */
del {
	text-decoration:line-through;
}
strong{
	font-weight:bold !important;
}
em {
	font-style:italic;
}
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;
	}
	
.post ol{
	list-style-type:decimal;
}
.post ol li{
	list-style:decimal;
	list-style-position:inside;
}
/* 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;
	-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;
}
/* End captions */

.blogroll{
	width:600px;
	padding-bottom:10px;
	float:left;
}
.blogroll ul li{
	float:left;
	padding:0;
	margin:0;
	width:300px;
}

#cse-search-results iframe{
	overflow:hidden;
}


/* Books links */
.content-b .amazon-link{
	background: transparent url(images/ico/amazon.gif) no-repeat 0 0;
	padding-left: 20px;
}
.content-b .barnes-noble-link{
	background: transparent url(images/ico/barnes-noble.ico) no-repeat 0 0;
	padding-left: 20px;
}
.content-b .books-a-million-link{
	background: transparent url(images/ico/books-a-million.ico) no-repeat 0 0;
	padding-left: 20px;
}
.content-b .borders-link{
	background: transparent url(images/ico/borders.ico) no-repeat 0 0;
	padding-left: 20px;
}