/*
Theme Name: After Sunday
Theme URI: http://themeforest.net/user/joniko
Description: Theme for sale on 	Themeforest.
Version: 1.0
Author: Jonatan Flores
Author URI: http://www.jonatanflores.com
*/

@import url('normalize.css');

/*Small reset*/
body, ul, ol, h2,h3,h4,h5,h6,form,li,p,input,select,legend,textarea,fieldset,img{ margin:0; padding:0;}
body {
	color:#5c5241;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
}

a, a:visited {
	text-decoration: none;
	-webkit-transition:color .2s linear; 
	-moz-transition:color .2s linear;  
	-o-transition:color .2s linear; 
	transition:color .2s linear;
}

.clear {
	clear: both;
}
.last {
	margin: 0!important;
	padding: 0!important;
}
.on-center {
	margin-left: 0 !important;
}
.wo{
	overflow: inherit!important;
}

.wo h2 {
	font-size: 28px;
}

.wo .post {
	padding-bottom: 26px!important;
	margin: 0 0 24px 0!important;
	padding-left: 1px;
	overflow: hidden;
}

a:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
p {
	margin-top: 6px;	
}

ul li{
	display: inline;
}
.first {
	margin-left: 0!important;
}
.next-service, ul.quick-links,ul.sermon-buttons li a, h5, span.date, span.description, span.sermon-news, span.generic-title, span.view-all, #info-right .count {
	font: bold 10px Verdana, Arial;
	text-transform: uppercase;
}
H1, H4, H6 {
	text-shadow: 0px 1px 2px  rgba(0,0,0,0.4);
}
h2 {
	font: bold 16px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3 {
	font: bold 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4 {
	font: normal 14px 'nevisBold';
	text-transform: uppercase;
	color: #FFF;
}
h5 {
	margin-bottom: 10px;
	text-shadow: 0px -1px 1px  rgba(0,0,0,0.4);
}
h6 {
	font: bolder 24px 'NadiaSerifNormal';	
}

.button-small {
    padding: 8px 10px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow:rgba( 0, 0, 0, .1 ) 0 1px 2px;
    -moz-box-shadow:rgba( 0, 0, 0, .1 ) 0 1px 2px;
    box-shadow:rgba( 0, 0, 0, .1 ) 0 1px 2px;
    text-shadow: 0px 1px 1px  rgba(0,0,0,0.4);
    color: #FFF!important;
    font-weight: bold;
    margin: 10px 0;
}
.button-small:hover {
	text-shadow: 0px -1px 1px  rgba(0,0,0,0.4);
}

header h1 a:link, header h1 a:visited {
	color: #FFF;
}

#top-menu {
	padding: 4px 0;
}
ul.top-links {
	float: right;
}
ul.top-links li {
	font-size: 12px;
	margin-left: 14px;
}

#info {
	
}
#info-right {
	float: right;
	margin-top: 36px;
}

#info-right li {
	margin: 0 0 0 10px!important;
}

#info-right .count {
	text-align: center;
	padding:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../img/overlay-box.png) repeat-x 0 -1px;
	border: 1px solid #111;
	vertical-align: top;
}

#info-right #countdown {
	font: bold 16px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#info-right span.next-e {
	margin: 10px;
}
#info-right #countdown span{
	color: #FFF;
}

h1.logo {
	float: left;
	font-weight: bold;
	font-size: 30px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
span.description {
	float: left;
	margin: 48px 0 0 18px;
}
.top-nav {
	background: url(../img/bg-menu-top.png) repeat-x center top;
}

nav {
	background: url(../img/bg-menu-container.png) repeat-x center top;
	height: 60px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#first-content {
	padding: 30px 0;
}

#second-content {
	padding: 0 0 30px;
	overflow: hidden;
}

.slider {
	background: #FFF url('../img/slider-bg.gif') repeat-x bottom center;
	border-bottom: 1px solid #FFF;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

#header-text {
	margin-left: 0px;
	font-size: 16px;
}
#header-text h2.header-title {
	display: block;
	clear: both;
	color: white;
	margin: 20px 0 10px 0 !important;
	padding: 0 !important;
	text-indent: 0;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .8);
	font:bold 55px/55px Helvetica Neue, Arial, sans-serif !important;
}

#header-text .header-button {
    background: transparent url('../img/buttonh-bg.png') repeat-x left -112px;
    padding: 14px 20px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow:rgba( 0, 0, 0, .1 ) 0 1px 2px;
    -moz-box-shadow:rgba( 0, 0, 0, .1 ) 0 1px 2px;
    box-shadow:rgba( 0, 0, 0, .1 ) 0 1px 2px;
    text-shadow: 0px 1px 1px  rgba(0,0,0,0.4);
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    margin-right: 16px;
}

#header-text .read-more {
	font-weight: bold;
	margin-left: 16px;
	text-decoration: underline;
}
ul.header-items {
	margin: 18px 0 38px;
}

ul.header-items li {
	background: transparent url('../img/check-bg.png') no-repeat left 2px;
	list-style: none;
	display: list-item;
	margin-bottom: 8px;
	padding-left: 22px;
}
h6.welcome-title {
	background: #FFF url('../img/welcome-bg.jpg') no-repeat top left;
	color: #FFF;
	padding: 16px 14px;
	margin: 20px 0 14px;
	font-style: italic;
}
#welcome p {
	margin: 8px 30px 0px 2px;
}


ul.quick-links {
	background: url('../img/overlay.png') repeat-x;
	margin: 15px 21px 20px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul.quick-links li {
	display: list-item;
	list-style: none;
	border-bottom: 1px solid #FFF;
}

ul.quick-links li:last-child {
	border-bottom: none;
}
ul.quick-links li a {padding: 12px; display: block;}
ul.quick-links li a:hover {
	background: url(../img/overlay-btn.png) repeat-x, url(../img/arrow-ql.png) no-repeat 276px 12px;
}
ul.slider-images {
	padding: 20px;
}
.sermon {
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	height: 65px;
	margin-top: 30px!important;
}
ul.sermon-buttons {
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url('../img/overlay-btn.png') repeat-x left top;
	margin: 12px 20px 0 0;
	padding: 0;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
span.sermon-news {
	background:  url('../img/latest-sermon-bg.png') no-repeat right top;
	margin: 10px 14px 10px 0;
	padding: 16px 30px 17px 20px;
	float: left;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
}

h3.sermon-title {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: 20px 8px 20px 0;
	float: left;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.sermon span.date {
	margin: 25px 0;
	float: left;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
}

ul.sermon-buttons li {
	background: url('../img/separator-btn.png') no-repeat right bottom;
	padding: 9px 1px 10px 0;
	margin: 0;
	float: left;
}
ul.sermon-buttons li:last-child { background: none; padding-left: 0;}
ul.sermon-buttons li a {
	color: rgba(255,255,255,0.7);
	padding: 10px 15px 10px 34px;
	margin: 0;
}
ul.sermon-buttons li a:hover {
	color: rgba(255,255,255,1);
}

ul.sermon-buttons li a.listen { background: url('../img/sermon-icons.png') no-repeat 12px 8px;}
ul.sermon-buttons li a.download { background: url('../img/sermon-icons.png') no-repeat 12px -22px;}
ul.sermon-buttons li a.notes { background: url('../img/sermon-icons.png') no-repeat 12px -54px;}


.generic-box {
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	margin-top: 30px!important;
	border-bottom: 1px solid #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
span.generic-title {
	background:  url('../img/latest-sermon-bg.png') no-repeat right top;
	margin: 16px 14px 10px 0;
	padding: 16px 30px 17px 20px;
	float: left;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
}
p.generic-text{ color: #FFF; padding: 17px 20px; font: normal 17px/21px Georgia;text-shadow: 0px 1px 1px rgba(0,0,0,0.3); }


.news {
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	margin-top: 30px !important;
	padding: 0 20px;
}

#latest-news {
	margin: 12px 0 20px 0;
	padding: 30px 40px;
	border: 1px solid #FFF;
	background: #FFF url('../img/post-bg.jpg') repeat-y left top;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
#latest-news span.ribbon, #full-width span.ribbon {
	display: block;
	width: 47px;
	height: 77px;
	margin-top: -37px;
	float: right;
}

#latest-news span.ribbon a, #full-width span.ribbon a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 21px 9px;
}
#latest-news span.ribbon a.blog {
	background: transparent url('../img/ribbon-icons.png') repeat-y 0 -33px;
}
#latest-news span.ribbon a.share, #full-width span.ribbon a.share {
	background: transparent url('../img/ribbon-icons.png') repeat-y 0 0px;
}
#latest-news span.ribbon a.comments {
	background: transparent url('../img/ribbon-icons.png') repeat-y 0 65px;
}
#latest-news span.ribbon a.gallery, #full-width span.ribbon a.gallery {
	background: transparent url('../img/ribbon-icons.png') repeat-y 0 29px;
}
h6.news-title {
	text-shadow: 0px 1px 2px #FFF;
}

#full-width {
	margin: 12px 0 20px;
	padding: 30px 40px;
	border: 1px solid #FFF;
	background: #FFF url('../img/gallery-bg.jpg') repeat-y left top;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

footer {
	padding: 30px 0 20px 0;
}
.widget h4 {
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
}

nav ul {
	padding-top: 4px;
}
nav ul li {
	float: left;
	padding: 18px 0;
}

nav ul li#home {
	float: left;
	padding: 18px 0px 0px;
}
nav ul li a:link, nav ul li a:visited {
	font: normal 12px 'nevisBold';
	text-transform: uppercase;
	color: #FFF;
	-webkit-transition: color .2s linear;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 22px;
	padding-left: 24px;	
}

nav #home a {
	background:transparent url('../img/home-icon.png') no-repeat center 18px;
	text-indent: -9999px;
	margin-top: -19px;
display: block;
overflow: hidden;
width: 11px;
height: 16px;
}
nav .current#home a, nav #home a:hover {
	background:transparent url('../img/home-icon.png') no-repeat center -22px;
}

.banners {
	margin-top: 30px!important;
}
.banners img {
	background-color: #FFF; padding: 6px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	margin-right: 30px;
}

ul.banners li:last-child a img {
	margin-right: 0!important;
}

ul.banners li {
	float: left;
	margin-top: 30px !important;
}

div.maps{
	border-bottom: 1px solid #e9e8df;
	padding-bottom:16px;
	margin-bottom: 12px;
}
div.maps iframe{
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
#events h4 {
	margin: 20px 20px 40px 0;font-size: 16px;
}
div.event{
	border-bottom: 1px solid #e9e8df;
	padding-bottom:10px;
	margin-bottom: 12px;
}

div.message{
	border-bottom: 1px solid #e9e8df;
	padding-bottom:20px;
	margin-bottom: 12px;
}

span.view-all {float: right; margin-top: 3px;}
span.view-all a {text-shadow: 0px -1px 1px  rgba(0,0,0,0.4);}
span.view-all a:hover{color: #d1d0ae;}
	
#events span.date {
	font-weight: normal;
}

div.event .btn-more {
	font-size: 10px;
	float: right;
	margin-right: 20px;
	color: #fffffa;
}

div.event .btn-more a:hover{
	color: #53795e;
}
#sidebar #events, #sidebar .widget-box, #sidebar #im-new {
	margin-bottom: 20px;
}

.widget-box span.arrow {
	z-index: 90;
	background: url(../img/arrow.png) no-repeat;
	display: block;
	width: 25px;
	height: 21px;
	margin-left: 116px;
	position: relative;
	margin-top: 8px;
}

#sidebar ul {
	margin: 4px 0;
}

ul.points li {
	display: list-item;
	list-style: disc;
	margin-left: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}
.widget-box p {
	margin: 10px 0 14px;
}
.widget-box input[type=text] {
	margin-top: -10px;
}

.widget-box h4 {
	text-align: center;
	text-shadow: 0px 1px 1px #FFF;
}

#sidebar .tweet ul li {
	list-style: none;
	font-weight: normal!important;
	margin-left: 0;
}
#sidebar .tweet ul li a {font-weight: bold;
}
#sidebar .tweet p {margin: 14px 0 6px;}

ul.blogroll li {
	margin: 10px 0 0 0;
	width: 50%;
	float: left;
}

.widget {
	margin-bottom: 30px;
}
#im-new a{
	width: 61px;
	display: block	;
}

.post {
	border-bottom: 1px solid #ede8e6;
	margin-top: 24px;
	padding-bottom: 20px;
}

.albums, #galleria {
	/*float: left;*/
	margin: 24px 0 0 0;	
}

.post img {
	background-color: #FFF;padding: 4px; float: left; margin-right: 16px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

div.gallery{
	text-align: center;
	margin-bottom: 24px;
}
div.gallery img {
	background-color: #FFF;padding: 4px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	margin-bottom: 10px;
	filter:alpha(opacity=60);-moz-opacity:.6;opacity: .6;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;	
	transition: opacity .2s ease-in-out;
}
div.gallery img:hover {filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}

#entry img {
	margin-bottom: 18px;
}
.last-p {
	border-bottom: none;padding-bottom: 0px;
}
.widgets {
	background: url(../img/separator.png) repeat-x bottom center;
	margin-bottom: 20px !important;
	padding-bottom: 30px;
}
#infos {
	float: right;
	width: 184px;
}

.widgets p{
	margin-bottom: 16px;
}
.widgets img {
	background-color: #e1dfd6;
	padding: 6px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 12px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #111;
}

ul.site-map li {
	margin: 0 5px;
}

.footer-links {
	font-size: 11px;
}
.footer-links a {
	font-weight: bold;
	text-shadow: 0px -1px 1px  rgba(0,0,0,0.4);
}
	
span.designer {
	float: right;
}
h4.widget-title, .widget h4 {
	margin-bottom: 10px;
}

#widget-information ul.list-items {
	margin-bottom: 20px;
}
#widget-information ul.list-items li{
	display: list-item;
	list-style: none;
}
ul.links li {
	float: left;
	width: 50%;
}

ul.links li:nth-child(2n+2)  {
	margin-right: 0;
}
ul.links li a {
	background: url(../img/arrows.png) no-repeat 0 9px;
	padding: 5px 10px 5px 24px;
	width: 108px;display: block;
	font-weight: bold;
	text-shadow: 0px -1px 1px  rgba(0,0,0,0.4);
}
ul.links li a:hover {
	background: rgba(0,0,0,0.3) url(../img/arrows.png) no-repeat 10px -18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: -10px;
	padding-left: 34px;
	text-shadow: 0px 1px 1px  rgba(0,0,0,0.6);
}

ul.social-icons li {
	float: left; margin-right: 10px;
	filter:alpha(opacity=60);-moz-opacity:.6;opacity: .6;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;	
	transition: opacity .2s ease-in-out;
}

ul.social-icons li:hover {filter:alpha(opacity=100);-moz-opacity:1;opacity: 1;}
ul.social-icons li a{
	display: block;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
}

ul.social-icons li.facebook a {
	background: url(../img/social-icons.png) no-repeat 0 -40px;
}
ul.social-icons li.twitter a {
	background: url(../img/social-icons.png) no-repeat 0 0px;
}
ul.social-icons li.vimeo a {
	background: url(../img/social-icons.png) no-repeat 0 -80px;
}
ul.social-icons li.flickr a {
	background: url(../img/social-icons.png) no-repeat 0 -120px;
}

/** Inputs */

input[type=text],
input[type=password],
textarea {
    margin:0; padding:12px 10px;
    width:244px; height:auto;
    display:block;
    border:1px solid #e1dccf;
    -webkit-box-shadow:rgba( 0, 0, 0, .1 ) 0 1px 2px;
    -moz-box-shadow:rgba( 0, 0, 0, .1 ) 0 1px 2px;
    box-shadow:rgba( 0, 0, 0, .1 ) 0 1px 2px;
}

input[type=submit] {
	background: transparent url('../img/buttons-bg.png') repeat-x left top;
	padding: 12px 20px 12px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:rgba( 0, 0, 0, .1 ) 0 1px 2px;
	-moz-box-shadow:rgba( 0, 0, 0, .1 ) 0 1px 2px;
	box-shadow:rgba( 0, 0, 0, .1 ) 0 1px 2px;
	text-shadow: 0px 1px 1px  rgba(0,0,0,0.4);
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
input[type=submit]:hover {
	background: transparent url('../img/buttons-bg.png') repeat-x left bottom;
	text-shadow: 0px -1px 1px  rgba(0,0,0,0.4);
}
input[type=text]:focus, input[type=password]:focus,
textarea:focus {
	-webkit-box-shadow: 0px 0px 5px #ab8642;
	-moz-box-shadow: 0px 0px 5px #ab8642;
	box-shadow: 0px 0px 5px #ab8642; 
	shape-renderingborder:1px solid #c6ab73;
	border:1px solid #c6ab73;
}
#widget-network input[type=text], #info-right input[type=text], #widget-network input[type=password] {
    margin-bottom:20px; padding:11px 40px 11px 10px;
    width:248px; height:auto;
    display:block;
    color: #463f37;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.3) url(../img/input-bg.png) no-repeat 266px center;
    border: 1px solid #111;
    -webkit-box-shadow:inset 0px 2px 1px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 2px 1px rgba(0,0,0,0.6);
    box-shadow: inset 0px 2px 1px rgba(0,0,0,0.6);
}

#info-right input[type=text] {
	background: rgba(0,0,0,0.3) url(../img/search-bg.png) no-repeat 266px center;
}
#widget-network input[type=text]:focus, #info-right input[type=text]:focus {
	-webkit-box-shadow: 0px 0px 5px #ab8642;
	-moz-box-shadow: 0px 0px 5px #ab8642;
	box-shadow: 0px 0px 5px #ab8642; 
	shape-renderingborder:1px solid #c6ab73;
}
#contact-form {
	margin-top: 20px;
}
.pagination{height:36px;margin:20px 0 0;}.pagination ul{float:left;margin:0;border:1px solid #ddd;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);}.pagination ul li{display:inline;}.pagination ul li a{float:left;padding:0 14px;line-height:34px;border-right:1px solid;border-right-color:#ddd;border-right-color:rgba(0, 0, 0, 0.15);*border-right-color:#ddd;text-decoration:none;}
.pagination ul li a:hover,.pagination ul li.active a{background-color:#E1DCCF;}
.pagination ul li.disabled a,.pagination ul li.disabled a:hover{background-color:none;color:#bfbfbf;}
.pagination ul li.next a{border:0;}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
	float: none;
}

#comments {
	margin: 30px 0 0;
}

#comments h2 {
	margin-bottom: 20px;
}
.commentlist {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    color: #8B8D91;
    line-height: 23px;
}

.commentlist .author {
    font-weight: bold;
    margin: 0;
}
.commentlist .author a {
    font-size: 0.88em;
    font-weight: normal;
    text-decoration: none;
}

.commentlist li {
    border-bottom: 1px solid #EDE8E6;
    margin-top: 24px;
    padding-bottom: 20px;
}

.comment-single .gravatar {
    float: left;
    width: 94px;
}
.gravatar a {
    background: url("images/gravatar.gif") no-repeat scroll center center transparent;
    display: block;
    height: 84px;
    padding: 0;
    width: 82px;
}
.gravatar img {
	background-color: #FFF;padding: 4px; float: left; margin-right: 16px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
.comment-single .comment-info {
    margin: 0 0 0 100px;
}
#respond {
    margin: 30px 0 0;
}
#respond p {
    margin: 0 0 18px 0;
}
#respond p.form-submit, #respond .comment-form-url {
    margin: 0;
}
#respond #comment-user-details {
    float: left;
    width: 50%;
}
#respond #comment-message {
    float: right;
    width: 50%;
}

#respond input[type="text"], #respond textarea{
	width: 214px;
}
#respond textarea{
	width: 234px;
	height: 173px;
	margin-left: 0;
}
