body{
	background: #f4f4f4;
	margin: 0 0;
	padding: 0 0;
	font-family: Arial;
	color: #231f20;
}
body.single-photoessay{
	background: url(images/photo-bg.png) #f1f1f2;
	background-repeat: repeat-x;
	background-position: center top;
}
img{
	display: block;
	max-width: 100%;
	height: auto;
}
.clear{
	clear: both;
}
a {
	text-decoration: none;
	outline: 0;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}
h1{font-size: 30px;}
h2{font-size: 28px;}
h3{font-size: 24px;}
ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#body-container{
	background: url(images/container.png);
	width: 1203px;
	margin: 0 auto;
	padding: 0 7px 0 3px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
#single-page .post-content{font-family: Georgia;font-size: 13pt;line-height: 26px;}

#single-page  div.pullquote p{
	font-family: Georgia;
	color: #819663;
	font-size: 28px !important;
	font-style: italic;
	padding: 0;
	margin: 0 0 10px;
	line-height: 30px;
	border: none;
}
#single-page .post-content ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
}
#single-page .post-content ul  li {
	margin: 0 0 15px;
	line-height: 22px;
	list-style-position: inside;
}
/******* BASIC STYLES *******/
.breadcrumbs{
	font-size: 12pt;
	margin: 0 0 10px;
}
.breadcrumbs a {
	color: #b62025;
}
.section-heading{
	font-family: Georgia;
	font-size: 24px;
	border-bottom: 2px solid #606163;
	padding: 0 0 5px;
	text-transform: uppercase;
}
.post-wrap .post-title{
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
}
.read-more{
	background: #b62025;
	float: right;
	width: 107px;
	height: 17px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.read-more a{
	color: #fff;
	font-size: 10px;
	display: block;
	text-align: center;
	padding: 2px 0;
}
.comment-wrap{
	margin: 30px 0 0;
}
.comment-wrap h4{
	color: #B62025;
	font-family: Georgia;
	font-size: 18px;
	margin: 0 0 5px;
}
.comment-wrap h4 .date{
	font-style: italic;
	margin: 0 0 0 10px;
	font-size: 16px;
}
.comment-wrap p{
	font-size: 13pt;
	line-height: 26px;
}
.comments #comment-form{
	padding: 30px 0 0 30px;
}
.comments #comment-form p{
	margin: 20px 0 0;	
}
.comments #comment-form label {
	width: 190px;
	position: absolute;
	font-size: 19px;
	font-family: Arial;
	color: #666666;
}
.comments #comment-form input {
	width: 453px;
	border: none;
	height: 31px;
	background: url(images/comment-input.png);
	margin-left: 190px;
	padding: 0 10px;
}
.comments #comment-form textarea{
	width: 453px;
	height: 108px;
	margin-left: 190px;
	border: none;
	background: url(images/comment-textarea.png);
	resize: none;
	padding: 10px 10px;
	font-family: Arial;
}
.comments #comment-form input[type="submit"]{
	float: right;
	background: #b62025;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0px 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
	border: none;
	width: 148px;
	height: 24px;
	margin: 0 13px 0 0;
	cursor: pointer;
}
.comment-wrapper{
	width: 685px;
}
.comment-wrapper .section-heading a{
	color: #231f20;
}
.middot{
	display: inline-block;
    font-size: 26px;
    line-height: 20px;
}
#firstline-banner {
	margin: 0 0 20px;
}
/******* END OF BASIC STYLES *******/
/******* HEADER *******/
#header-left{
	width: 353px;
	float: left;
}
#newsletter{
	background: url(images/newsletter.png);
	width: 353px;
	height: 53px;
	position:relative;
	margin: 49px 0 0;
	padding-top: 9px;
}
#newsletter-icon{
	left: -4px;
    position: absolute;
    top: -26px;
}
#newsletter h3{
	color: #ed9f23;
	font-family: Times New Roman;
	font-size: 22px;
	font-weight: normal;
	float: right;
	margin-right: 16px;
	padding: 10px 0 0;
}
#newsletter input{
	background: url(images/newsletter-input.png);
	width: 231px;
	height: 24px;
	border: none;
	padding: 0 0;
	float: right;
	margin: 3px 15px 0 0;
	font-family: Arial;
	font-size: 12px;
	padding: 0 10px;
}
#newsletter input::-webkit-input-placeholder {
    color:    #bcbec0;
}
#newsletter input:-moz-placeholder {
    color: #bcbec0;
    opacity: 1;
}
#newsletter input::-moz-placeholder {
    color: #bcbec0;
    opacity: 1;
}
#newsletter input:-ms-input-placeholder {
    color: #bcbec0;
}
#facebook-like{
	background: url(images/facebook-like.png);
	width: 352px;
	height: 34px;
	margin: 8px 0 0;
	font-family: Georgia;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
#facebook-like span {
	display: block;
	padding: 10px 0 0;
}
#facebook-like span a {
	color: #fff;
}
#logo {
	width: 402px;
	height: 112px;
	float: left;
	margin: 42px 0 0 100px;
}
#header-right{
	width: 220px;
	float: left;
	margin: 60px 0 0 97px;
}
#social-media{
	overflow: hidden;
	float: right;
}
#social-media li {
	float: left;
	margin-left: 9px;
}
/*.searchandfilter input[type="text"] {
	width: 220px;
	height: 25px;
	background: url(images/search.png);
	border: none;
	padding: 0;
	font-size: 12px;
	padding: 0 12px;
	margin: 13px 0 0;
}
.searchandfilter input[type="text"]::-webkit-input-placeholder {
	color: #bcbec0;
}
.searchandfilter input[type="text"]:-moz-placeholder {
	color: #bcbec0;
    opacity: 1;
}
.searchandfilter input[type="text"]::-moz-placeholder {
	color: #bcbec0;
    opacity: 1;
}
.searchandfilter input[type="text"]:-ms-input-placeholder {
	color: #bcbec0;
}*/
#header-right input[type="submit"] {
	display: none;
}
#header-right input[name="_sf_search"] {
	width: 220px;
	height: 25px;
	background: url(images/search.png);
	border: none;
	padding: 0;
	font-size: 16px;
	padding: 0 12px;
	margin: 13px 0 0;
	font-family: Georgia;
}
#header-right input[name="_sf_search"]::-webkit-input-placeholder {
    color:    #bcbec0;
}
#header-right input[name="_sf_search"]:-moz-placeholder {
    color: #bcbec0;
    opacity: 1;
}
#header-right input[name="_sf_search"]::-moz-placeholder {
    color: #bcbec0;
    opacity: 1;
}
#header-right input[name="_sf_search"]:-ms-input-placeholder {
    color: #bcbec0;
}
#header-date{
	font-family: Georgia;
	color: #58595b;
	font-size: 12px;
	float: right;
	margin: 9px 0 0;
}
#header-menu{
	background: url(images/header-menu.png);
	height: 48px;
	margin: 15px 0 0;
	position:relative;
	z-index: 9999;
}
#header-menu ul {
	padding:0 0 0 38px;
}
#header-menu ul ul.children{
	padding: 0 0 0 5px;
}
#header-menu li {
	float: left;
	background: url(images/header-menu-li.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 48px;
	margin-left: -3px;
}
#header-menu #home-menu{
	border-left: 2px solid #bcbebf;
}
#header-menu #home-menu a{
	background: url(images/home-icon.png);
	background-position: center 15px;
	text-indent: -99999px;
	display: block;
	background-repeat: no-repeat;
}
#header-menu #home-menu:hover{
	border-left: 2px solid #e5e5e5;
}
#header-menu #home-menu:hover a {
	background: url(images/home-icon.png) #fff;
	background-position: center 15px;
	background-repeat: no-repeat;
}
#header-menu li a {
	font-family: Georgia;
	color: #231f20;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 18px 0 18px;
	display: block;
}
#header-menu li:hover{
	background: none;
}
#header-menu li:hover a{
	background: #fff;
	-webkit-box-shadow: -1px -2.8px 5px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    -1px -2.8px 5px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         -1px -2.8px 5px 0px rgba(50, 50, 50, 0.4);
	position:relative;
	height: 28px;
	z-index: 100;
}
#header-menu ul li:hover .sub-menu {
	display: block;
}
#header-menu ul.sub-menu{
	display: none;
	position: absolute;
	background: #ffffff;
	padding: 20px 20px;
	top: 48px;
	width: 590px;
	-webkit-box-shadow: -1px 3px 9px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -1px 3px 9px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -1px 3px 9px 0px rgba(50, 50, 50, 0.5);
	z-index: 99;
}
#header-menu .sub-menu li  {
	float: left;
	background: none;
	height: auto;
	padding: 2px 0;
	margin-left: 25px;
	width: 140px;
}
#header-menu .sub-menu .children li {
	float: none;
}
#header-menu .sub-menu li:hover{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
#header-menu ul.sub-menu li a{
	font-family: Arial;
	color: #231f20;
	font-size: 12px;
	text-transform:none;
	padding: 0 0;
	display: block;
	height: auto;
	background: none;
}
#header-menu ul.sub-menu li:hover a, #header-menu li:hover .sub-menu a{
	height: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
#header-menu  .sub-menu li.latest-menu{
	width: 180px;
	margin:0 30px 0 0;
	padding: 0;
}
#header-menu  .sub-menu li.submenu-list{
	float: left;
	width: 380px;
	margin: 0;
}
#header-menu  .sub-menu li.submenu-list ul {
	padding: 0 0;
	 columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
#header-menu  .sub-menu li.submenu-list ul .children{
	columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
#header-menu .latest-menu .post-wrap h4{
	padding: 10px 0 0;
}
#header-menu .latest-menu .post-wrap h4 a{
	font-family: Georgia;
}
#header-menu .latest-menu .post-image{
	width: 215px;
}
#header-menu .latest-menu .post-wrap .post-meta{
	margin: 5px 0 0;
}
#header-menu .latest-menu .post-wrap .post-meta a, #header-menu .latest-menu .post-wrap .post-meta  {
	color: #b62025;
	font-size: 10px;
}
/******* END OF HEADER *******/
/******* CONTAINER *******/
.post-meta a, .post-meta{
	color: #b62025;
	font-style: italic;
	font-family: Georgia;
	font-size: 13pt;
	font-weight: bold;
	line-height: 26px;
}
#main-container{
	padding: 40px 38px;
}
#home-content-left{
	width: 768px;
	float: left;
}
#home-content{
	width: 477px;
	float: left;
}
#main-post h2{
	font-family: Georgia;
	font-size: 24px;
	margin: 10px 0 4px;
}
#main-post h2 a{color: #231f20}
#main-post .post-content{
	margin: 15px 0 0;
}
#main-post .post-content p{
	font-size: 18px;
}
#main-post .post-img{
	width: 477px;
	max-height: 317px;
	overflow: hidden;
}
#main-post .post-img img{
	width: 477px !important;
	height: auto !important;
}
#home-features{
	margin: 20px 0 0;
}
#home-features .post-wrap{
	width: 198px;
	float: left;
	margin: 30px 50px 0 0;
}
#home-features .post-wrap:nth-child(2n+2){
	margin-right: 0;
}
#home-features .post-wrap .post-title{
	margin: 20px 0 10px;
}
#home-features .post-wrap .post-title a{
	color: #231f20;
}
#home-features .post-wrap .post-image{
	height: 132px;
	width: 198px;
	overflow:hidden;
}
#home-features .post-wrap .post-image img{
	height: auto !important;
	width:  198px !important;
	margin: 0 auto;
}
#home-news{
	width: 260px;
	float: left;
	margin: 0 0 0 31px;
}
#breaking-news .post-content{
	margin:10px 0 15px;
}
#breaking-news h4{
	color: #b62025;
	font-size: 20px;
	font-family: Georgia;
	text-transform: uppercase;
	margin: 0 0 10px;
}
#breaking-news h3{
	font-size: 22px;
	font-family: Georgia;
	margin: 15px 0 10px;
}
#breaking-news h3 a{color: #231f20;}
#home-news #must-read{
	background: #e5e5e5;
	padding: 18px 0 14px;
	margin:30px 0 0;
}
#home-news #must-read .post-image{
	height: 150px;
	overflow: hidden;
	width: 150px;
	margin: 0 auto;
}
#home-news #must-read .section-heading{
	text-align: center;
	margin: 0 0 15px;
	border-bottom: 2px solid #dfe0e2;
}
#home-news #must-read .post-wrap{
	padding: 0 25px 30px 25px;
}
#home-news #must-read .post-wrap .post-title{
	font-size: 16px;
	margin:15px 0 10px;
}
#home-news #must-read .post-wrap .post-title a{
	color: #231f20;
}
#home-news #must-read .post-wrap .post-image img{
	margin: 0 auto;
	width: auto !important;
	height: 150px !important;
	max-width: none;
}
#category-post{
	margin: 50px 0 0;
}
#category-post .section-heading{
	margin: 0 0 25px;
}
.category-wrap{
	width: 219px;
	float: left;
	margin: 0 55px 45px 0;
	min-height: 615px;
	position:relative;
}
.category-wrap.last{
	margin-right: 0;
}
.category-wrap h3{
	color: #5a8e3f;
	text-transform: uppercase;
	font-family:Georgia;
}
.category-wrap .post-wrap{
	margin: 0 0 20px;
}
.category-wrap .post-wrap h4 a {
	color: #231f20;
}
.category-wrap .category-image{
	margin: 10px 0 18px;
}
.category-wrap .post-wrap .post-title{
	font-weight: normal;
	font-family: Arial;
	margin: 0 0 5px;
}
.category-wrap .category-image{
	width: 195px;
	height: 125px;
	overflow: hidden;
}
#sponsors-wrap h3{
	font-family: Georgia;
	font-size: 40px;
	font-weight: normal;
}
#sponsors-wrap ul {
	overflow: hidden;
	margin: 33px 0 0;
}
#sponsors-wrap ul li{
	float: left;
	margin: 0 36px 0 0;
	width: 130px;
	height: 130px;
	border: 2px solid #d0d1d3;
}
#sponsors-wrap ul li:last-child{
	margin-right: 0;
}
.content-wrapper{
	width: 752px;
	float: left;
	margin: 0 16px 0 0;
}
.page-title{
	font-family: Georgia;
	color: #3e5b2e;
	font-size: 70px;
	font-weight: normal;
	line-height: 65px;
	margin: -10px 0 25px;
	text-transform: uppercase;
}
.page-title a {
	color: #3e5b2e;
}
/******* END OF CONTAINER *******/
/******* ARTICLE PAGE *******/
#category-page .main-post .author-pic{
	width: 62px;
	height: 60px;
	overflow: hidden;
	float: left;
	margin:24px 0 0;
}
#category-page .main-post .post-image{
	width: 752px;
	max-height: 495px;
	overflow: hidden;
}
#category-page .main-post .post-image img{
	width: 752px !important;
	height: auto !important;
}
#category-page .main-post .author-pic img{
	width: auto !important;
	height: 60px !important;
	overflow: hidden;
}
#category-page .main-post .post-info-right{
	float: left;
	width: 668px;
	margin:20px 0 0 20px;
}
#category-page .main-post .post-info-right h2{
	font-family: Georgia;
	color: #231f20;
	font-size: 24px;
}
#category-page .main-post .post-info-right h2 a{color: #231f20;}
#category-page .main-post .post-meta{
	margin: 12px 0 0;
}
#category-page .main-post .post-meta a,#category-page .main-post .post-meta{
	font-size: 17px;
	font-weight: normal;
}
#category-page .main-post .post-content{
	font-size: 21px;
	margin: 12px 0 0;
}
#category-page .main-post .read-more{
	width: 158px;
	height: 25px;
	margin: 15px 0 0;
}
#category-page .main-post .read-more a{
	font-size: 12px;
	padding:5px 0;
}
#category-page .more-features{
	margin: 35px 0 0;
}
.more-features .section-heading{
	margin: 0 0 28px;
}
.more-features .post-wrap{
	margin: 0 0 30px;
	position:relative;
}
.more-features .post-wrap .post-image{
	width: 258px;
	float: left;
	height: 158px;
	overflow: hidden;
}
.more-features .post-wrap .post-image img{
	width: 258px !important;
	height: auto !important;
}
.more-features .post-wrap .post-content-wrap{
	width: 465px;
	float: left;
	margin: 0 0 0 28px;
}
.more-features .post-wrap .post-content-wrap h4 {
	font-family: Georgia;
	font-size: 23px;
	font-weight: normal;
}
.more-features .post-wrap .post-content-wrap h4 a{
	color: #231f20;
}
.more-features .post-wrap .post-content-wrap p {
	font-size: 13pt;
	line-height: 26px;
}
.more-features .post-wrap .post-content-wrap .post-meta{
	margin: 0 0 10px;
}
.more-features .post-wrap .read-more{
	bottom: -20px;
	right: 0;
	position: absolute;
}
/******* END OF ARTICLE *******/
/******* SINGLE PAGE *******/
#single-page.content-wrapper{
	width: 744px;
	margin: 0 19px 0 0;
}
#single-page .main-post .post-image{
	max-height: 495px;
	overflow: hidden;
}
#single-page .main-post .post-image img{
	width: 744px !important;
	height: autor !important;
}
#single-page .main-post .author-pic{
	width: 158px;
	height:158px;
	overflow: hidden;
	float: left;
	margin:24px 0 0;
}
#single-page .main-post .author-pic img{width: 158px !important;}
#single-page .main-post .post-info-right{
	float: left;
	width: 565px;
	margin:20px 0 0 20px;
}
#single-page .main-post .post-info-right h2{
	font-family: Georgia;
	font-size: 24px;
}
#single-page .main-post .post-meta{
	margin: 12px 0 0;
}
#single-page .main-post .post-meta a, #single-page .main-post .post-meta{
	font-size: 17px;
	color: #b62025;
    font-family: Georgia;
    font-style: italic;
    font-weight: bold;
}
#single-page .share-links{
	margin: 20px 0 20px;
}
#single-page .post-content p{
	font-family: georgia,palatino;
    font-size: 13pt;
	margin: 0 0 15px;
	line-height: 26px;
}
#single-page .post-content p span, #single-page .post-content span{font-size: 13pt !important;line-height: 26px;}
#single-page .post-content p iframe{margin: 0 auto;display: block;width: 640px !important; height: 510px !important;}
#single-page .pagination{
	float: right;
	font-size: 18px;
	font-style: italic;
	margin: 0 65px 42px 0;
}
#single-page .pagination a {
	margin-left: 10px;
    padding: 4px 15px 8px;
	font-style: normal;
	color: #231f20;
	font-family: Georgia;
	background: #e7e8e9;
	font-size: 24px;
	font-weight: bold;
}
.page-links{
	font-family: Georgia;
	font-size: 14pt;
	float: right;
	margin: 0 0 20px;
}
.page-links .page-links-title{
	font-style: italic;
	background: none;
	padding: 0 0;
	font-size: 14pt;
}
.page-links a {
	color: #b62025;
}
.page-links span {
	background: #e7e8e9;
	padding: 5px 10px;
	font-size: 16pt;
}
/******* END OF SINGLE PAGE *******/
/******* PHOTOESSAY GALLERY PAGE *******/
#photo-gallery .page-title{
	font-size: 64px;
	margin: 0 0 45px;
}
#photo-gallery .main-post .post-image{
	width: 255px;
	float: left;
	margin: 0 34px 0 0;
	height: 180px;
	overflow: hidden;
}
#photo-gallery .main-post h4 {
	font-family: Georgia;
	font-size: 22px;
	font-weight: normal;
}
#photo-gallery .main-post h4 a{
	color: #231f20;
}
#photo-gallery .main-post p{
	font-size: 13pt;
	margin: 13px 0 15px;
	line-height: 26px;
}
#photo-gallery .main-post .post-wrap{
	margin: 0 0 42px;
}
#photo-gallery .main-post .read-more{
	float: left;
	width: 126px;
	height: 20px;
	text-transform: uppercase;
	margin: 0 12px 0 0;
}
#photo-gallery .main-post .read-more a {
	padding: 3px 0;
}
/******* END OF PHOTOESSAY GALLERY PAGE *******/
/******* PHOTOESSAY PAGE *******/
#photoessay{
	position: relative;
}
#photoessay .page-title {
	font-size: 55px;
	margin: 0 0;
}
#photoessay .page-subtitle{
	font-family: Georgia;
	font-size: 24px;
	margin: 8px 0 28px;
}
#photoessay .page-subtitle h2{font-weight: normal;}
#photoessay .page-subtitle .author-pic{
	float: left;
    height: 60px;
    overflow: hidden;
    width: 62px;
	margin: 0 10px 0 0;
}
#photoessay .page-subtitle .author-pic img{
	height: 60px !important;
	width: auto !important;
}
#photoessay .post-wrap .post-image{
	position:relative;
	visibility: hidden;
}
#photoessay .post-image .bx-default-pager{
	position: absolute;
	top: -71px;
	right: 0;
}
#photoessay .post-image .pagination .prev{
	float: left;
}
#photoessay .post-image .pagination .next{
	float: left;
}
#photoessay .post-image .bx-default-pager{
	float: left;
	font-family: Georgia;
	font-style: italic;
	color: #808285;
	margin: 10px 15px 0;
	font-size: 18px;
}
#photoessay .post-image:hover .bx-controls-direction{
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#photoessay .post-image .bx-controls-direction{
	display: none;
}
#photoessay .post-image .bx-prev{
	position: absolute;
	left: -18px;
	top:325px;
	display: block;
	text-indent: -999999px;
	z-index: 999;
	background: url(images/prev-btn.png);
	width: 122px;
	height: 122px;
}
#photoessay .post-image .bx-next{
	position: absolute;
	right: -5px;
	top:325px;
	display: block;
	text-indent: -999999px;
	z-index: 999;
	background: url(images/next-btn.png);
	width: 102px;
	height: 103px;
}
#photoessay .post-image .bx-controls-auto{
	position: absolute;
    right: 20px;
    bottom:500px;
    z-index: 9999;
}
#photoessay .post-image .bx-controls-auto-item{
	display: inline-block;
	padding:0 10px;
}
#photoessay .post-image .bx-start{
	display: inline-block;
	background: url(images/start.png);
	width: 28px;
	height: 50px;
	text-indent: -99999px;
}
#photoessay .post-image .bx-start.active{background: url(images/start-active.png);}
#photoessay .post-image .bx-stop{
	display: inline-block;
	background: url(images/pause.png);
	width: 40px;
	height: 50px;
	text-indent: -99999px;
}
#photoessay .post-image .bx-stop.active{background: url(images/pause-active.png);}
.photoessay-left{
	width: 715px;
	float: left;
}
#photoessay .caption{
	width: 715px;
}
#photoessay .caption h3{
	font-style: italic;
	font-family: Georgia;
	text-transform: uppercase;
	font-size: 18px;
	margin: 22px 0 3px;
}
#photoessay .caption p{
	font-size: 19px;
}
#photoessay .share-links{
	margin: 10px 20px 40px;
}
.photoessay-right{
	width: 328px;
	position: absolute;
	right: 0;
	top: 935px;
}
#photoessay .other-photo-essays{
	background: #f1f1f2;
	padding: 24px 34px;
	margin: 20px 0 0;
}
#photoessay .other-photo-essays .section-heading{
	font-family: Letter Gothic Std, Georgia;
	font-size: 28px;
	text-align: center;
	font-weight: norma;
	font-size: 30px;
	margin: 0 0 25px;
}
#photoessay .other-photo-essays .post-wrap{
	margin: 0 0 22px;
}
#photoessay .other-photo-essays .post-wrap h4{
	font-family: Georgia;
	font-weight: normal;
	font-size: 12pt;
}
#photoessay .other-photo-essays .post-wrap h4 a{color: #231f20;}
#photoessay .other-photo-essays .post-wrap .post-meta a, #photoessay .other-photo-essays .post-wrap .post-meta{
	font-size: 10px;
}
#photoessay .other-photo-essays .past-essays{
	margin: 14px 0 10px;
}
#photoessay .other-photo-essays .past-essays a {
	display: block;
	text-align:center;
	color: #ed9f23;
	font-family: Georgia;
	font-style: italic;
}
#photoessay .gallery-image{
	width: 1124px;
	height: 749px;
	overflow:hidden;
}
#photoessay .gallery-image img{
	width: 1124px !important;
	height: auto !important;
}
/******* END OF PHOTOESSAY PAGE *******/
/******* VIDEO PAGE *******/
#video-banner{
	margin: 0 0 50px;
}
#video-tabs ul{
	overflow: hidden;
	padding: 20px 0 0;
}
#video-tabs ul li{
	float: left;
	border-left: 2px solid #58595b;
	padding: 0 17px;
}
#video-tabs ul li:first-child{
	border: none;
	padding-left: 0;
}
#video-tabs ul li a{
	color: #58595b;
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	line-height: 14px;
}
#video-page #main-post{
	margin: 42px 0 0;
}
#video-page #main-post .post-video{
	margin: 0 0;
}
#video-page #main-post .post-video iframe{
	width: 752px !important;
	height: 612px !important;
}
#video-page #main-post h4{
	font-size: 28px;
	font-family: Georgia;
}
#video-page #main-post h4 a {
	color:#231F20;
}
#video-page #main-post .post-meta{
	font-weight: bold;
	font-family: Georgia;
	color: #B62025;
	font-style: italic;
	font-size: 13pt;
	line-height: 26px;
}
#video-page p {
	font-size: 18px;
	margin: 15px 0;
}
#video-page .read-more{
	float: left;
	width: 255px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-transform: uppercase;
}
#video-page .read-more a {
	font-size: 18px;
	font-weight: normal;
	padding: 9px 0;
}
#video-page #main-post h4{
	margin: 20px 0 0;
}
#video-page .video-buttons {
	color: #B62025;
    font-family: Georgia;
    font-size: 19px;
    font-weight: bold;
	margin: 8px 0 0 35px;
	display: block;
	float: left;
}
#video-page .video-buttons a{
	color: #B62025;
}
#video-page .more-videos{
	margin: 65px 0 0;
}
#video-page .more-videos .post-wrap{
	margin: 35px 0 0;
}
#video-page .more-videos .post-video{
	width: 460px;
	height: 384px;
	overflow: hidden;
	float: left;
}
#video-page .more-videos .post-video p {
	margin: 0 0;
}
#video-page .more-videos .post-video iframe{
	width: 460px !important;
	height: 384px !important;
}
#video-page .more-videos .post-content-wrap h4{
	font-family: Georgia;
	font-size: 24px;
	margin: 0 0 15px;
}
#video-page .more-videos .post-content-wrap{
	width: 258px;
	float: left;
	margin: 0 0 0 25px;
}
#video-page .more-videos .post-content-wrap h4 a {
	color: #231F20;
	font-size: 22px;
}
#video-page .more-videos .post-meta a, #video-page .more-videos .post-meta{
	font-size: 16px;
	font-weight: normal;
}
#video-page .more-videos .read-more{
	float: none;
	width: 258px;
}
#video-page .more-videos .video-buttons{
	float: none;
	margin: 20px 0 0;
}
#video-page .more-videos p{
	margin: 12px 0 22px;
}
#most-popular-videos{
	margin: 30px 0 0;
}
/******* END OF VIDEO PAGE *******/
/******* FEATURED AUTHOR PAGE *******/
#featured-author{
	padding: 0 38px;
}
#author-header-left{
	width: 552px;
	height: 375px;
	float: left;
	background: #ed9f22;
	border-bottom: 2px solid #3e5b2d;
	color: #fff;
	font-family: Georgia;
	text-transform: uppercase;
	text-align: center;
}
#author-header-right{
	width: 575px;
	height: 375px;
	overflow: hidden;
	border-bottom: 2px solid #b62025;
	float: right;
}
#author-header-right img{

    max-width: none;
    width:100% !important
}
#author-header-left h3{
	font-weight: normal;
	font-size: 37px;
	margin: 75px 0 0;
}
#author-header-left h2{
	font-weight: normal;
	font-size: 52px;
}
#author-header-left hr{
	border: 0;
	border-bottom: 1px solid #f2b55d;
	width: 385px;
	margin: 16px auto 25px;
}
#author-left{
	width: 551px;
	float: left;
	margin: 4px 0 0;
}
#meet-author-header{
	background: #3e5b2d;
	height: 60px;
	display: block;
	text-align: center;
}
#meet-author-header h3{
	font-family: Georgia;
	text-transform: uppercase;
	font-weight: normal;
	color:#fff;
	font-size: 18px;
	padding: 19px 0;
}
#meet-author-content{
	padding: 40px 48px;
}
#meet-author-content p a {
	color: #ed9f23;
}
#meet-author-content p span{font-family: Georgia !important;font-size: 20px !important; }
#meet-author-content p {
	margin: 0 0 20px;
	font-size: 20px;
	font-family: Georgia;
}
#meet-author-content br{
	margin: 0 0 20px;
}
#author-right{
	width: 573px;
	float: right;
	margin: 4px 0 0;
}
#author-article{
	padding: 50px 45px 108px 58px;
	border-left: 2px solid #d9dbdc;
}
#author-article-header{
	background: #b62025;
	height: 60px;
	display: block;
	text-align: center;
}
#author-article-header h3{
	font-family: Georgia;
	text-transform: uppercase;
	font-weight: normal;
	color:#fff;
	font-size: 18px;
	padding: 19px 0;
}
#author-article-tab{
	overflow: hidden;
	margin: 0 0 30px;
}
#author-article-tab li {
	float: left;
	border-left: 2px solid #58595b;
	line-height: 10px;
	padding: 0 14px;
}
#author-article-tab li:first-child{
	border: none;
	padding-left:0;
}
#author-article-tab li a {
	color: #58595b;
	text-transform: uppercase;
	font-size: 15px;
}
#all-author-article{
	height: 355px;
	overflow: auto;
	width: 100% !important;
}
#author-right .post-wrap{
	margin: 0 0 18px;
	padding-right: 40px;
}
#author-right .post-wrap h4{
	color: #3e5b2e;
	font-family: Georgia;
	font-weight: normal;
	font-size: 24px;
}
#author-right .post-wrap h4 a{
	color: #3e5b2e;
}
#author-right .post-wrap .post-meta{
	color: #ed9f23;
	font-size: 20px;
}
#author-right .post-wrap p{
	font-size: 20px;
}
#author-product-header{
	background: #1b88af;
	height: 60px;
	display: block;
	text-align: center;
}
#author-product-header h3{
	font-family: Georgia;
	text-transform: uppercase;
	font-weight: normal;
	color:#fff;
	font-size: 25px;
	padding: 15px 0;
}
#author-product-wrap{
	height: 355px;
    overflow: auto;
}
#author-product
{
	padding: 46px 45px 46px 58px;
	border-left: 2px solid #d9dbdc;
}
#author-product .post-img{
	width: 65px;
	overflow: hidden;
	float: left;
	max-width: 20%;
}
#author-right #author-product .post-content{
	float: left;
	width: 70%;
	margin: 0 0 0 5%;
}
/******* END OF FEATURED AUTHOR PAGE *******/
/******* SIGNUP PAGE *******/
#signup-page .page-title{
	font-size: 68px;
}
#signup-page .share-links{
	margin: 30px 0 35px;
}
#signup-page p{
	font-size: 20px;
}
#signup-page h3{
	color: #b62025;
	font-family: Georgia;
	font-size: 24px;
	margin: 60px 0 40px;
}
.wpcf7  label {
	font-size: 22px;
	position: absolute;
	width: 214px;
}
.wpcf7  input {
	margin: 0 0 20px 214px;
	border: none;
	background: url(images/signup-input.png);
	width: 469px;
	height: 28px;
	padding: 0 10px;
}
.wpcf7  textarea {
	margin: 0 0 20px 214px;
	border: 1px solid #d7d8da;
	background: #fff;
	width: 469px;
	height: 50px;
	padding: 0 10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.wpcf7 #captcha {
	margin: 65px 0 0;
}
.wpcf7 #captcha label{
	margin-top: 30px;
}
.wpcf7 #captcha input {
	margin-top: 30px;
}
.wpcf7 .read-more{
	float: left;
	width: 250px;
	height: 39px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 20px;
	text-transform: uppercase;
}
.wpcf7 .signup-buttons{
	margin: 72px 0 0 145px;
}
.wpcf7 .read-more a{
	font-size: 19px;
	padding: 8px 0;
}
.wpcf7 .signup-buttons input.read-more, .wpcf7  input.read-more{
	background: #b62025;
	width: 250px;
	height: 39px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	font-size: 19px;
	display: block;
	text-align: center;
	cursor: pointer;
	margin: 0 0 0 35px;
}
/******* END OF SIGNUP PAGE *******/
/******* COLUMNIST PAGE *******/
#columnist-page .more-authors a{
	color: #ed9f23;
	font-style: italic;
	font-size: 18px;
	font-family: Georgia;
}
#columnist-page .columnist-wrap{
	margin: 35px 0 140px;
}
#columnist-page .columnist-wrap .post-image{
	width: 158px;
	height: 158px;
	float: left;
	overflow:hidden;
}
#columnist-page .columnist-wrap .post-image img{
	height: 158px !important;
	width: auto !important;
	overflow: hidden;
	max-width: none;
	margin: 0 auto;
}
#columnist-page .columnist-wrap .post-wrap{
	margin: 0 0 20px;
}
#columnist-page .columnist-wrap .post-content-wrap{
	width: 530px;
	float: left;
	margin: 0 0 0 30px;
}

#columnist-page .columnist-wrap .post-content-wrap h3{
	font-family: Georgia;
	color: #b62025;
	font-size: 27px;
	margin: 0 0 4px;
}
#columnist-page .columnist-wrap .post-content-wrap h3 a{
	color: #b62025;
}
#columnist-page .columnist-wrap .post-content-wrap .read-more{
	margin: 6px 0 0;
}
/******* END OF COLUMNIST PAGE *******/
/******* ADVERTISE PAGE *******/
.advertise-page#signup-page .page-title{
	line-height:81px;
	margin: -15px 0 33px;
	font-size: 68px;
}
.advertise-page #advertise-banner{
	margin: 0 0 42px;
}
.advertise-page#signup-page #advertise-content p{
	font-size: 21px;
	margin: 0 0 24px;
}
.advertise-page#signup-page #captcha{
	margin: 47px 0 0;
}
.advertise-page#signup-page .signup-buttons{
	margin: 35px 0 0;
}
.advertise-page#signup-page .signup-buttons input.read-more{
	float: right;
	margin: 0 70px 0 0;
}
span.wpcf7-not-valid-tip{
	margin: -15px 0 10px;
}
/******* END OF ADVERTISE PAGE *******/
/******* PAST ISSUES PAGE *******/
#past-page #filter-issues{
	padding: 17px 0 46px;
}
#past-page #filter-issues label{
	font-size: 13px;
}
#past-page #filter-issues select{
	background: url(images/select.png);
	border: none;
	padding: 0;
	width: 118px;
	height: 23px;
	font-size: 10px;
	padding: 4px 8px;
}
#past-page #filter-issues input[type="button"]{
	background: #bcbec0;
	width: 92px;
	height: 23px;
	color: #fff;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 10px;
	cursor: pointer;
}
#past-page #filter-issues #filterby-wrap{
	padding: 0 28px 0 0;
	border-right: 1px solid #939598;
	float: left;
}
#past-page #filter-issues #subfilter-wrap{
	float: left;
	padding: 0 0 0 28px;
}
#past-page #filter-issues #subfilter-wrap select{
	margin: 0 20px 0 0;
}
#past-page .past-wrap{
	margin: 0 0 145px;
}
#past-page .post-wrap{
	margin: 0 0 30px;
}
#past-page .post-wrap h4{
	font-family:Georgia;
	font-size: 18px;
}
#past-page .post-wrap h4 a {
	color: #231f20;
}
#past-page .post-wrap span {
	color: #58595b;
	font-family: Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 17px;
}
#past-page .post-wrap p {
	line-height: 25px;
}
#past-page .post-meta a, #past-page .post-meta{
	font-size: 15px;
}
/******* END OF PAST ISSUES PAGE *******/
/******* FIRST LINE NEWS PAGE *******/
#firstline-page #filter-issues{
	padding: 17px 0 36px;
}
#firstline-page #filter-issues label{
	font-size: 13px;
}
#firstline-page #filter-issues select{
	background: url(images/select.png);
	border: none;
	padding: 0;
	width: 118px;
	height: 23px;
	font-size: 10px;
	padding: 4px 8px;
}
#firstline-page #filter-issues input[type="button"]{
	background: #bcbec0;
	width: 92px;
	height: 23px;
	color: #fff;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 10px;
	cursor: pointer;
}
#firstline-page #filter-issues #filterby-wrap{
	padding: 0 28px 0 0;
	border-right: 1px solid #939598;
	float: left;
}
#firstline-page #filter-issues #subfilter-wrap{
	float: left;
	padding: 0 0 0 28px;
}
#firstline-page #filter-issues #subfilter-wrap select{
	margin: 0 20px 0 0;
}
#firstline-intro{
	margin: 0 0 27px;
}
#firstline-intro p {
	font-style: italic;
	font-size: 13pt;
	line-height: 26px;
}
.firstline-header{
	height: 36px;
	width: 100%;
	text-align: center;
	background: #a95a9a;
}
.firstline-wrap{
	margin: 0 0 28px;
}
.firstline-wrap .firstline-post p{
	margin: 0 0 5px;
}
.firstline-header h3{
	font-family: Georgia;
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-weight: normal;
	font-size: 22px;
	padding: 6px 0;
}
.firstline-header#header2, .firstline-header.news-93{
	background: #1b88af;
}
.firstline-header#header3, .firstline-header.news-94{
	background: #829663;
}
.firstline-header#header4, .firstline-header.news-95{
	background: #dd8f27;
}
.firstline-header#header5, .firstline-header.news-96{
	background: #8e221c;
}
.firstline-header#header6, .firstline-header.news-97{
	background: #3e5b2d;
}
.firstline-header#header7, .firstline-header.news-25{
	background: #056b84;
}
.firstline-header#header8, .firstline-header.news-98{
	background: #cfa445;
}
.firstline-header#header9, .firstline-header.news-99{
	background: #85427c;
}
.firstline-wrap .firstline-post h4{
	font-size: 18px;
	margin:28px 0 0;
	font-family: Georgia;
}
.firstline-wrap .firstline-post h4 a{color: #231f20;}
.firstline-wrap .firstline-post:first-child h4{
	margin:22px 0 0;
}
/******* END OF FIRST LINE PAGE *******/
/******* SIDEBAR *******/
#sidebar {
	width: 328px;
	float: left;
	margin: 0 0 0 31px;
}
#lds-news{
	background: #e5e5e5;
	padding: 20px 20px 4px;
}
#lds-news h3{
	font-size: 24px;
	text-transform: uppercase;
	color: #b62025;
	font-family: Georgia;
	text-align:center;
}
#lds-news h3 a {
	color: #b62025;
}
#lds-news ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 15px 0 25px;
	padding: 0 0 0 10px;
}
#lds-news ul li{
	line-height: 24px;
}
#lds-news ul li a{
	color: #231f20;
}
#sidebar .ad-wrap{
	margin: 30px 0 0;
}
#article-tab{
	margin: 30px 0 0;
}
#article-tab .tabs{
	overflow:hidden;
}
#article-tab .tabs li{
	float: left;
}
#article-tab .tabs li a{
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 0;
	display: block;
	border-bottom: 2px solid #c7c8cb;
	background: #e6e7e7;
	width: 210px;
	text-align: center;
}
#article-tab .tabs li:first-child a{
	width: 114px;
}
#article-tab .tabs li a.active{
	border-top: 2px solid #c7c8cb;
	border-right: 2px solid #c7c8cb;
	border-bottom: none;
	background: none;
	border-left:2px solid #c7c8cb;
}
#article-tab .tab-content{
	border: 2px solid #c7c8cb;
	border-top: none;
	padding: 30px 25px 0;
}
#article-tab .tab-content li{
	margin-bottom: 30px;
}
#article-tab .tab-content h4{
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 10px;
	font-family: Georgia;
}
#article-tab .tab-content h4 a{color: #231f20;}
#sidebar .feature-stories{
	background: #f1f1f2;
	padding: 25px 35px;
}
#sidebar .feature-stories .section-heading{
	font-family: Letter Gothic Std, Georgia;
	font-size: 28px;
	text-align: center;
	margin: 0 0 25px;
}
#sidebar .feature-stories .post-image{
	width: 75px;
	height: 75px;
	float: left;
	overflow: hidden;
	margin: 0 17px 0 0;
}
#sidebar .feature-stories .post-image iframe{
	width: 76px !important;
	height: 75px !important;
}
#sidebar .feature-stories .post-image img{height: 75px !important;width: auto !important;max-width: none;margin: 0 auto;}
#sidebar .feature-stories .post-content-wrap{
	width: 155px;
	float: left;
}
#sidebar .feature-stories h4{
	font-family: Georgia;
	font-weight: normal;
	font-size: 12pt;
}
#sidebar .feature-stories h4 a {
	color: #231f20;
}
#sidebar .feature-stories .post-meta a, #sidebar .feature-stories .post-meta{
	font-size: 10px;
	color: #b62025;
	font-weight: bold;
	font-style: italic;
}
#sidebar .feature-stories .post-wrap{
	margin: 0 0 28px;
}
#sidebar .feature-stories hr{
	margin: 0 0;
}
#sidebar .feature-stories .read-more{
	margin: 23px auto 0;
	float: none;
	width: 158px;
	height: 24px;
}
#sidebar .feature-stories .read-more a {
	font-size: 12px;
	padding: 5px 0;
}
/******* END OF SIDEBAR *******/
/******* FOOTER *******/
footer{
	height: 48px;
	background: #e5e5e5;
}
#footer-menu{
	margin: 0 0 0 44px;
}
#footer-menu #home-link{
	float: left;
	margin: 14px 10px 0 0;
}
#footer-menu ul {
	overflow: hidden;
	padding:20px 0 0;
	float: left;
}
#footer-menu ul li{
	float: left;
	padding: 0 7px 0 5px;
	background: url(images/footer-menu.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer-menu ul li:last-child{
	background: none;
}
#footer-menu ul li a {
	color: #231f20;
	font-size: 9.5px;
	text-transform: uppercase;
	font-family: Georgia;
	display: block;
}
#bottom-line{
	background: url(images/bottom.png);
	width: 1213px;
	height: 13px;
	margin: 0 auto;
}
#advertise-button{
	float: right;
	width: 152px;
	height: 28px;
	background: #b62025;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 10px 43px 0 0;
}
#advertise-button a {
	color: #fff;
	font-size: 9.5px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: Georgia;
	padding: 8px 0;
}
#footer-ad  {
	margin: 45px 0 55px;
	text-align: center;
}
#footer-ad img{
	margin: 0 auto;
}
/******* END OF FOOTER *******/

/******* START OF SEARCH RESULT *******/
ul.search-result {
	margin: 20px 0;
}
ul.search-result li {
	margin: 0 0 28px;
}
ul.search-result h4 a {
	font-family: Georgia;
	color: #000000;
	font-size: 18px;
}
ul.search-result .post-date {
    font-family: Georgia;
    font-size: 13pt;
    font-style: italic;
	line-height: 26px;
}
ul.search-result .excerpt {
	
}
#search-filter {
	width: 100%;
	float: left;
	margin: 0 0 30px;
}
#search-filter span.filter-by {
	font-size: 12px;
	float: left;
	font-weight: bold;
}
#search-filter input[name="_sf_search"]{
	display: none;
}
#search-filter input[name="_sf_submit"]{
	background: none repeat scroll 0 0 #bcbec0;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    height: 23px;
    width: 92px;
	text-transform: uppercase;
	margin: 17px 0 0;
}
#search-filter form {
	margin: 0;
	float: left;
}
.searchandfilter select {
	border: 1px solid #aaaaaa;
    color: #666666;
    min-width: 170px;
    padding: 4px;
}
.searchandfilter ul li {
	float: left;
	margin: 0 20px 0 10px !important;
	padding: 0!important;
}
.searchandfilter h4 {
    font-size: 12px!important;
    font-weight: normal!important;
    margin: 0 10px 0 0 !important;
    padding: 0!important;
}
.chosen-container .chosen-results li.active-result {
	float: none;
}
.chosen-container .chosen-results li {
	margin: 0 !important;
    padding: 5px 6px !important;
}
.chosen-container-multi .chosen-drop .result-selected {
	float: none;
}
.chosen-container-multi .chosen-choices li.search-choice {
    margin: 3px 3px 3px 5px !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
	margin: 3px 0 3px 5px !important;
    padding: 3px 20px 3px 5px !important;
}
.chosen-container {
    font-size: 12px!important;
}
.news-search ul li.sf-field-post_type {
	display: none;
}
/******* END OF SEARCH RESULT *******/
/***** CUTLINE *****/
.cutline{
	position: absolute;
	max-width: 200px;
	padding: 10px 10px;
	background: #f9dcdd;
	border: 1px solid #b62025;
	font-size: 12px;
}
/***** END OF CUTLINE ******/
.photo-post-desc{
	margin: 0 0 20px;
	font-family: Georgia;
    font-size: 13pt;
    margin: 20px 0 30px;
	line-height: 26px;
}
.photo-post-desc p {
	padding: 0 0 10px;
}
.comment-wrapper .captchaSizeDivSmall {
    height: 45px;
    padding-top: 27px;
    position: absolute;
    width: 175px;
}
.comments #comment-form label#captcha_code_label{
	display: none;
}
body .bottombar{
	z-index: 9999;
}
.page-numbers{
	overflow: hidden;
	margin: 20px 0;
	float: right;
}
.page-numbers li {
	float: left;
	margin: 0 5px;
}
.page-numbers li a{display: block;background:#b62025;color: #fff;font-family: Georgia;font-size: 16px;text-align: center;width: 22px;height: 20px;}
.page-numbers li a.prev, .page-numbers li a.next{background: none;color: #231f20;width: auto;height:auto;}
.page-numbers li span{display: block;font-family: Georgia;font-size: 16px;text-align: center;}
#cat-paginate{font-family: Georgia;font-size: 16px;padding:20px 0 0;}
#cat-paginate a{color: #b62025;}
#cat-paginate .cat-next{float: right;}
#cat-paginate .cat-prev{float: left;}
.mejs-controls div.mejs-time-rail{display: none !important;}
.mejs-container{width: 185px !important;}
#header-ad img{margin: 0 auto;}
#header-ad{ margin: 0 0 -15px;padding: 20px 0 0;}
.ln-letters{margin: 0 0 20px;}
#single-page .post-content embed{width: 640px !important; height: 510px !important;}
#sidebar-newsletter h3{text-align: center;color: #231f20;font-size: 27px;text-align: center;}
#sidebar-newsletter h3 span{font-size: 19px;}
#sidebar-newsletter .kws_form.gform_wrapper{margin:20px 0 0;}
#sidebar-newsletter .kws_form.gform_wrapper input{background: #fff;display: block;border: 2px solid #e1e2e3;font-size: 16px;padding: 0 10px;height: 30px;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;width: 298px;margin: 8px auto;}
#sidebar-newsletter .kws_form.gform_wrapper input.button{width: 182px;border: none;text-align: center;background: #b62025;margin: 20px auto;text-transform: uppercase;font-size: 14px;color: #fff;cursor: pointer; }
#sidebar-newsletter img{display: block;margin: 0 auto;}
#signup-fb{margin: 20px 0; }
#sidebar-newsletter{margin: 35px 0 30px;text-align: center;}
.single #sidebar-newsletter{margin: 0 0 30px;}
.single-photoessay #main-container{padding: 40px 0;width: 1124px;margin: 0 auto;}
.single-photoessay #body-container{width: 1124px;padding: 0 0;background: #fff;-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);}
.single-photoessay #logo{margin: 42px 0 0 60px;}
.single-photoessay #header-right{margin: 60px 0 0 60px;}
.single-photoessay #header-menu li a{padding: 20px 19px 0}
.single-photoessay .photo-post-desc{padding: 0 0 0 20px;text-align: justify;width: 757px;}
.single-photoessay #photoessay .page-subtitle{padding: 0 20px;}
.single-photoessay #photoessay .page-title{padding: 0 20px;}
.single-photoessay .photoessay-left{margin-left: 20px;}
.single-photoessay .photoessay-right{right: 20px;}
.single-photoessay #photoessay .caption{padding: 20px 20px;font-family: Georgia;font-size: 13pt;line-height: 26px;}
.ad-wrap .long-ad{display: inline-block;margin-right: 8px;}
.ad-wrap .long-ad:last-child{margin-right: 0;}
.post-content a{color: #b62025;}
#inline-content #form{padding: 0 10px;}
#inline-content input{width: 60%;}
#inline-content textarea{width: 60%;height: 100px;}
#inline-content #submit{width: auto;background: #b62025;color:#fff;cursor: pointer;border:none;height: 30px;}
#inline-content #returnmessage{color:#b62025;font-size: 16px;padding: 10px 0;}
.sponsor-cols .cols3{margin-bottom: 20px;}
#sidebar .ad-wrap img{max-width: 100%; height: auto !important;}
#sidebar .ad-wrap .long-ad{max-width: 100%;margin: 0 0 20px;}
.insert-post-ads{width: auto !important;margin-right: 20px !important;}