/*
Theme Name: cristianos
Theme URI: http://cristianos.org
Description: Custom made for Cristianos.com
Version: 2.0
Author: Melvin Rivera
Author URI: http://melvinrivera.org
Note: work in progress
*/

/* main elements */
body {
	margin: 0;
	padding: 0;
	font: normal normal normal 100% Helvetica, Verdana, Arial, Sans-Serif;
	background: #D1D1D1;
	color: #333;
}

div#wrapper{
	width:950px;
	margin: 0 auto 2em auto;
	background: white;
	-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0 0 5px #888; -moz-box-shadow: #888 0 0 5px;
}
div#header {
	background: #3e3f3d url('images/bg.jpg') repeat-x bottom;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
}

div#container {
	float: left;
	margin: 0 -380px 0 0;
	width: 100%;
}
div#content {
	margin: 0 330px 0 0;
	padding: 15px;
	font-size: .8em;
}
div#sidebar{
	float: right;
	padding: 0 0 15px 15px;
	width: 300px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.3em
}


div#footer, div#section-footer  {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: .8em;
	padding: 24px 0;
	border-top: 1px solid #D1D1D1;
}
div#footer, div#footer a:link, div#footer a:visited, div#footer a:hover {
	color: #B3B3B3;
}

/* global */
.imghref {
	height: 0;
	display: block;
	overflow: hidden;
}
a:link, a:visited{
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: black;
}

.clear {
	clear: both;
}
.hide {
	display: none;
}
/* images */
img {
	border: none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
.alignright {
	float: right;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	
	}
.alignleft {
	float: left
}
.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 a {
	display: block;
}
.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 4px;
	margin: 0;
}
/* header */
#header-content {
	height: 100px;
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#blog-title {
	margin: 0;
	padding: 0;
}
#blog-title a{
	background: url('images/logo.jpg') no-repeat  ; 
	width: 172px;
	padding-top: 50px;
	position: absolute;
	bottom: 45px;
	left: 15px;
}
#blog-description, ul#menu li h4 {
	display: none;
}
/* menu */
ul#menu, ul#menu li ul { list-style-type: none; padding: 0; margin: 0; }
ul#menu li ul li{ float: left; }
/* main menu */
ul#menu li#menu-main {
	bottom: 50px;
	left: 190px;
	position: absolute;
	padding: 0 12px;
}
li#menu-main ul li a {
	display: block;
	padding: 10px;
	font-size: .9em;
	font-weight: bold;
	border-right: 1px #E6E6E6 solid;
}
li#menu-main ul li:first-child a {
	padding-left: 12px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
li#menu-main ul li.last a {
	padding-right: 12px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
li#menu-main ul li a:link, li#menu-main ul li a:visited {
	color: black;
	background: white;
}
li#menu-main ul li a:hover, li#menu-main ul li a:active {
	background: #82B1CC;
	color: white;
}
/* topics menu */

	
ul#menu li#menu-topics {
	bottom: 0;
	left: 0;
	position: absolute;
	padding: 0;
	border-top: 1px solid #2C2D2A;
	width: 100%;
}
ul#menu li#menu-topics{
	padding: 5px 0;
}
li#menu-topics ul li a:link, li#menu-topics ul li a:visited {
	display: block;
	padding: 5px 10px;
	font-size: .8em;
	font-weight: bold;
	color: #fff;
}
li#menu-topics ul li a:hover, li#menu-topics ul li a:active {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #8CB0CA;
	color: white;
}
ul#menu li#menu-topics h4 {
	display: block;
	font-size: .8em;
	padding: 5px 10px 5px 22px;
	margin: 0;
	color: #C9D599;
	float: left;
}
/* connect menu */
ul#menu li#menu-conect {
	bottom: 6px;
	right: 15px;
	position: absolute;
	padding: 0;
}
li#menu-conect ul li a {
	display: block;
	padding: 5px 5px ;
	font-size: .7em;
	font-weight: bold;
	background: #C9D599;
}
li#menu-conect ul li:first-child a {
	padding-left: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
li#menu-conect ul li.last a {
	padding-right: 10px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
li#menu-conect ul li a:link, li#menu-conect ul li a:visited {
	color: #000;
}
li#menu-conect ul li a:hover, li#menu-conect ul li a:active {
	color: white;
}
/* menu-search */
div#menu-search {
	position: absolute;
	bottom: 42px;
	right: 15px;
}
#s {
	width: 150px;
}
div#menu-search h4, #searchsubmit {
	display: none;
}
/* header hr */
div#header hr{
	display: none;
}
img#featured {
	display: block;
	clear: both;
	float: none;
}
/* alexa */
div#alexa {
	background: url('images/alexa.jpg');
	width: 101px;
	height: 0;
	padding-top: 34px;
	overflow: hidden;
	position: absolute;
	bottom: 52px;
	right: 15px;
}
/* sidebar */
#sidebar {
	margin: 15px 15px 0 0;
	border-left: 1px solid #D1D1D1;
}
#sidebar > ul > li > h2{
	font-size: 14px;
	background: #EAEAEA;
	border: 1px solid #C5C5C5;
	padding: 10px
}
#sidebar ul, #sidebar ul li ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
}
#sidebar ul li {
	margin-bottom: 15px;
}
#sidebar ul li ul { list-style-position: outside;  }
#sidebar ul li ul li{
	margin-bottom: 0;
	background: url('images/arrow.jpg') no-repeat;
	padding: 0 0 5px 15px
}
/* top-banner */
#top-banner {
	width: 728px;
	height: 94px;
	margin: 2px auto;
}
body.category {
	
}
/* content */

#featured {

}
#featured .post {
	width: 280px;
	margin: 0 20px 0 0;
	float: left;
}
#featured .post-2, #featured .post-4 { margin: 0 }
#featured h3 { margin: 1em 0 .5em 0 }
#featured img.post-thumb { border: 1px solid #e6e6e6; float: none }
#featured .meta { font-size: .8em; color: gray }

#content h2.cat-title {
	font-size: 2.5em;
	color: #C6D38E;
}
#content h2.entry-title {
	font-size: 2.5em;
	color: #3F71B6;
	margin: 12px 0 6px 0;
}
#content .entry-excerpt {
	background: #E0E2FF;
	padding: 6px 3px;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	font-size: 16px;
}
	
#content .entry-trail, #content .entry-trail a:link, #content .entry-trail a:visited{
	color: #333333;
}
#content .entry-trail a:hover {
	color: black;
}
#content .entry-excerpt p {
	margin: 0;
}
#content .entry-meta {
	font-size: .8em;
	color: #4c4c4c;
	margin: 6px 0 18px 0;
	position: relative;

}
#content .entry-meta .author {
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	border-right: solid 1px #E0E2FD;
	padding-right: 6px;
	margin-right: 6px;
}
#content .entry-meta .date {
	border-right: solid 1px #E0E2FD;
	padding-right: 6px;
	margin-right: 6px;
}
#content .entry-meta .comments {
	border-right: solid 1px #E0E2FD;
	padding-right: 6px;
	margin-right: 6px;
}
#content .post-ratings {
	position: absolute;
	top: 0;
	right: 0;
	width: 74px;
	height: 21px;
	font-size: 1.5em;
	color: white;
	padding: 3px 0 0 0;
	background: url('images/thumb-bg.jpg') no-repeat;
}

#content .post-ratings img {
	position: relative;
	top: -3px;
	float: left;
	margin-right: 10px;
}

.akpc_pop {
	display: none;
}

.entry-tags {
	line-height: 2em;
}
.entry-tags a:link, .entry-tags a:visited {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 6px;
	background: #e0e2fd;
}
.entry-tags a:hover {
	background: #41629C;
	color: white;
}
#content .col1{
	width: 280px;
	border-right: 1px solid #CCC;
	padding-right: 15px;
	margin-right: 15px;
	float: left;
}
#content .col2{
	padding-left: 310px;
}

.menubox {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 20px;
}
.menubox li {
	font-size: 1em;
	font-weight: bold;
	float: left;
}
.menubox li a:link, .menubox li a:visited {
	background: #D1D1D1;
	padding: 4px 8px;
	margin: 3px 6px 3px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: black;
	display: block;
}
.menubox li a:hover {
	background: #8CB0CE;
	color: white;
}
.menubox li a:active {
	color: black;
}


/*** Home Products Carousel ***/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    left: 51px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 519px; 
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
    background: url('images/arrows.jpg') -41px 0 !important;
    width: 41px;
    height: 75px;
   	position: absolute;
	left: 570px;
	top: 0;
	cursor: pointer;
}
.jcarousel-next:hover { background-position: -41px -75px !important }
.jcarousel-next-disabled { background-position: -41px -150px !important }
.jcarousel-prev {
    z-index: 3;
    display: none;
    background: url('images/arrows.jpg') 0 0 !important;
    width: 41px;
    height: 75px;
   	position: absolute;
	left: 10px;
	top: 0;
	cursor: pointer;
}
.jcarousel-prev:hover { background-position: 0 -75px !important }
.jcarousel-prev-disabled { background-position: 0 -150px !important }
.jcarousel-clip #home-carousel { padding: 0 }
#home-carousel-title { clear: both; text-align: center; width: 592px; padding: 0 0 0 10px; font-size: 16px }
#home-carousel { width: 519px; height: 75px; overflow: hidden }
#home-carousel li { float: left; list-style-type: none; padding: 0 14px 0 0;  }

/*** Home Latest ***/
#latest-posts { padding: 15px; margin: 0 330px 0 0; font-size: .8em; }
#latest-posts .post { border-top: 1px solid #e6e6e6; margin: 0 0 1em 0 }
#latest-posts h3 { margin: 1em 0 0 0 }
#latest-posts img.post-thumb { border: 1px solid #e6e6e6 }
#latest-posts .meta { font-size: .8em; color: gray }


/*** Home Authors Posts ***/
#authors-columns { clear: both; border-top: 1px solid #333333; margin: 24px 0; padding: 24px 0 0 0; }
#authors-columns .column {
	float: left;
	width: 296px;
	padding: 0 0 0 15px;
}
#authors-columns .column.last { float: none; padding: 0 0 0 636px; }
.author-posts { border: 1px solid #D0D0D0; margin-bottom: 20px; padding-bottom: 10px }

.author-posts .author { background: #EFEFEF; padding: 10px; font-weight: bold; font-size: 13px; height: 45px }
.author-posts .author img { float: left; margin: 0 5px 3px 0; padding: 2px; border: 1px solid #D3D3D3 }
.author-posts .author a:link, .author-posts .author a:visited { font-weight: normal; font-size: 11px; color: #7F7F7F }
.author-posts .author a:hover, .author-posts .author a:active { color: #333333 }

.author-posts .author-post { padding: 10px 10px 0 10px ; border-top: 1px solid #EFEFEF; margin-top: 10px }
.author-posts .first { border: none; margin-top: 0 }
.author-posts h3 { margin: 0; font-size: 14px }
.author-posts .meta a:link, .author-posts .meta a:visited { font-weight: normal; font-size: 11px; color: #7F7F7F }
.author-posts .meta a:hover, .author-posts .meta a:active { color: #333333 }
.author-posts p { margin: .5em 0 0 0; font-size: 12px; line-height: 1.3em }











div#news_list {
	clear: both;
	border-top: 1px solid #333333;
	margin: 24px 0;
	padding: 24px 0 0 0;
	font-size: .9em;
}

div#news_list .column {
	float: left;
	width: 280px;
	border-right: 1px solid #D1D1D1;
	padding: 0 15px;
}
div#news_list .column.last {
	border-right: none;
	float: none;
	padding-left: 636px;
}
div.column h2{
	font-size: .8em;
	margin: 0 0 6px 0;
}
div.column h2 a:link, div.column h2 a:visited {
	color: #82B1CC;
}
div.column h2 a:hover, div.column h2 a:active {
	color: black;
}
div.column h2 a img {
	padding-top: 2px;
	float: right;
}
div.column .featured {
	min-height: 260px;
}
div.column .featured .title {
	font-size: 1.3em;
	font-weight: bold;
}
div.column .featured .title a:hover, div.column .featured .title a:active{
	color: #82B1CC;
}

div.column .featured .meta {
	color: #808080;
	font-size: .7em;
}
div.column .featured .meta a:link, div.column .featured .meta a:visited {
	text-decoration: underline;
	color: #808080;
}
div.column .featured .meta a:hover, div.column .featured .meta a:active{
	color: black;
}
div.column .featured .story {
	margin: 12px 0 0 0;
	font-size: .8em;
	line-height: 1.4em;
}
div.column .featured .story img {
	float: left;
	border: 1px solid #D1D1D1;
	margin: 0 0 6px 0;
}
div.column .featured .continue a:link, div.column .featured .continue a:visited{
	font-size: .8em;
	color: #82B1CC;
	padding: 6px 0 0 0;
}
div.column .featured .continue a:hover, div.column .featured .continue a:active{
	color: black;
}

div.column li .title {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}
div.column li .title a:hover, div.column li .title a:active{
	color: #82B1CC;
}
div.column li .meta {
	padding: 3px 0;
}
div.column li .meta a:link, div.column li .meta a:visited {
	text-decoration: underline;
	color: #808080;
}
div.column li .meta a:hover, div.column li .meta a:active{
	color: black;
}
div.column ul {
	padding: 0 ;
	margin: 0;
	list-style-type: none;
}
div.column ul li {
	padding: 0 0 1em 0;
	margin: 1em 0 0 0;
	font-size: .8em;
	color: #808080;
	border-bottom: 1px dashed #D1D1D1;
	}
div.column ul li.laststory {
	border-bottom: none;
	padding-bottom: 0;
	}
#sidebar .box {
	background: #E1E1E1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sidebar .paddedbox {
	padding: 12px;
}


.wp-clipshare a.arrow{
	width: 16px;
	padding-top: 16px;
	margin-left: 3px;
	position: relative;
	top: 20px;
	float: left;
	background: url('images/prev-o.jpg');
	background: url('images/prev.jpg');
}
.wp-clipshare a.arrow:hover{
	background: url('images/prev-o.jpg');
}
.wp-clipshare a.arrow.right {
	margin-right: 3px;
	float: right;
	background: url('images/next-o.jpg');
	background: url('images/next.jpg');	
}
.wp-clipshare a.arrow.right:hover {
	background: url('images/next-o.jpg');	
}
.wp-clipshare div.cs-box {
	overflow: hidden;
	width: 240px;
	margin-left: 25px;
}
.wp-clipshare h2, .wp-clipshare h3{
	text-align: center;
	padding: 15px 0 0 0;
	color: #737373;
}
.wp-clipshare div ul {
	display: absolute;
	width: 810px;
	height: 75px;
	margin: 0 0 0 6px;
}
.wp-clipshare div ul li {
	float: left;
	width: 70px;
	font-size: .8em;
	margin-right: 9px;
}
.wp-clipshare div.title {
	height: 1.4em;
	overflow: hidden;
}
.wp-clipshare div ul li a{
	display:block;
	background: url('images/clip-thumb.jpg') no-repeat;
}
.wp-clipshare div ul li a img {
	width: 70px;
	height: 53px;
	border: 1px solid #FFF;
}
.wp-clipshare div ul li a:hover img{
	opacity: .5;
	filter: alpha(opacity=50);
}

ul.tabsmenu {
	margin: 0;
	padding: 0;
	height: 27px;
	border-bottom: 1px solid #E1E1E1;
	list-style-type: none;
	clear: left;
}
ul.tabsmenu li{
	float: left;
	padding: 0;
	height: 27px;
}
ul.tabsmenu li a:link, ul.tabsmenu li a:visited {

	padding: 6px 6px 0 6px;
	height: 15px;
	font-size: 1em;
	font-weight: bold;
	color: #82B1CC;
}
ul.tabsmenu li.ui-tabs-selected a:link, ul.tabsmenu li.ui-tabs-selected a:visited{
	background: white;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	color: #333;
}
ul.tabsmenu li a:hover{
	color: black;
} 
li.tabs div  {
	padding: 15px 0 7px 0;
	border-bottom: 1px solid #E1E1E1;
	font-size: 1em;
	
}

.ui-tabs-hide {
    display: none;
}

li.tabs div ul {
	padding: 0 ;
}
li.tabs div ol{
	margin: 0 0 0 -22px;
	list-style-position: outside;
}
li.tabs div ul li, li.tabs div ol li {
	background: url('images/arrow-small.gif') no-repeat 3px right;
	border-top: 1px solid #E1E1E1;
	padding: 6px 32px 2px 0;
	margin: 6px 0;
	}
li.tabs div ul li:first-child, li.tabs div ol li:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

li.tabs div ol li {
	padding-left: 0;
}
li.tabs, li.tabs a:link, li.tabs a:visited{
	color: #737373;
}
li.tabs a:hover {
	color: #8DB6DC;
}
#comments img {
	float: left;
	margin: 0 6px 3px 0;
}
.navigation {
	background: #E1E1E1;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px;
	margin: 12px 0 0 0;
	text-align: right;
	height: 16px;
}
.navigation .nav-previous  {
	float: left;
}
.navigation .nav-pagenumber {
	float: left;
	width: 80%;
	text-align: center;
}
.navigation select {
	display: inline;
}
.navigation .nav-next  {
	text-align: right;
}
.navigation div a{
	width: 16px;
	padding-top: 16px;
	height: 0;
	display: block;
	overflow: hidden;
	background: url('images/prev-o.jpg');
	background: url('images/prev.jpg');
}
.nav-previous a:hover{
	background: url('images/prev-o.jpg');
}
.navigation .nav-next a {
	float: right;
	background: url('images/next-o.jpg');
	background: url('images/next.jpg');	
}
.navigation .nav-next a:hover {
	background: url('images/next-o.jpg');	
}

ol.commentlist {
	padding: 0;
	list-style: none ;
	clear: left;
}

ol.commentlist li {
	background: #EEE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	padding: 12px 12px 6px 12px;
	margin: 6px 0;
	color: #191919 ;
}

ol.commentlist li .left {
	width: 60px;
	float: right;
	font-size: .8em;
	text-align: right;
}
ol.commentlist li .left cite {
	display: block;
	padding-top: 3px;
	color: #666;
}
ol.commentlist li .right {
	padding: 0 66px 0 0;
}
.commentmetadata, .commentmetadata a:link, .commentmetadata a:visited, .commentmetadata a:hover, .commentmetadata a:active {
	color: #999999; 
}
ol.commentlist li.alt {
	/*background: #EEE;*/
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
}
/*
ol.commentlist li.alt .left {
	float: left;
	text-align: left;
}

ol.commentlist li.alt .right {
	padding: 0 0 0 66px;
}
*/
ol.commentlist li p {
	margin: 0;
}
#comment {
	width: 580px;
}
.flag-comment { text-align: right }
.flag-comment a:link, .flag-comment a:visited { color: red }
.flag-comment a:hover, .flag-comment a:active { color: black }
#ads-wide {
	clear: left;
	margin: 25px 10px 25px 70px;
	width: 468px;
	border: 1px solid #E6E6E6;
}
#ads-footer {
	border-top: 1px solid #D1D1D1;
	clear: left;
	padding: 25px 0;
	text-align: center
}
#sidebar-ad {

}
#sidebar-ad .discaimer{
	text-align: center;
	font-size: .7em;
	margin: 5px 0 5px 5px;
	
}
#store-menu {
	padding: 15px 0 15px 15px;
	font-size: .8em;
	border-bottom: 1px solid #AAA;
}
#store-menu .store-title {
	font-weight: bold;
}
#store-menu a:hover {
	color: #5598B5;
}
code {
	background: #EEE;
	padding: 15px;
	border: 1px solid #999;
	display: block;
	margin: 5px 0;
	color: #333;
}




.author-bio { margin: 15px 0; background: #F2F3F4; padding: 20px 20px 5px 20px ; 
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F8FAFA), color-stop(0.3, #F2F3F4), color-stop(0.7, #F2F3F4));
	background: -moz-linear-gradient( top, #F8FAFA, #F2F3F4, #F2F3F4, #DBDDDD);
	-webkit-box-shadow: 0 0 5px #888; -moz-box-shadow: #888 0 0 5px;
}
.author-thumb { float: left; margin: 0 15px 10px 0 }
.author-bio h4 { padding: 0 ; margin: 0 }
.author-bio p { font-size: 12.5px; color: #7F7F7F; line-height: 1.3em }
.author-bio a:link, .author-bio a:visited { color: #4C4C4C }
.author-bio a:hover, .author-bio a:active { color: black }