/* General reset */
html {
	height: 100%;
	min-width: 1003px;
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0;
    font-family: 'Sentinel A', 'Sentinel B', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #333;
	height: 100%;
}
a {
	color: #f45900;
	text-decoration: none;
}
a:hover { text-decoration: none; }
img {
	border-style: none;
	vertical-align:top;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	vertical-align: middle;
}

/* Lists */

ul {

}

ul li {

}

ol {

}

ol li {

}

/* Headings */

hr {
    border: 0;
    height: 0;
    border-top: 1px solid #efefef;
}

hr.bullets {
    margin: 50px auto;
    padding: 0;
    border: none;
    text-align: center;
    font-size: 25px;
}
hr.bullets:after {
    content: "• • •";
    color: #f45900;
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

h3.big-center {
	text-align: center;
	color:#000;
	font-family:'Knockout 49 A','Knockout 49 B',Helvetica;
	font-size:54px;
	line-height:54px;
	margin: 50px 0 15px 0;
	font-weight: 400;
}

h6.center {
	text-align: center;
}

h6.nolines {
	border: none;
}

h6.nolines-center {
	border: none;
	text-align: center;
}

/* General settings */
.accessibility { display: none; }

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.img .alignleft {
	float: left;
	margin: 6px 20px 10px 0px;
}

.img .alignright {
	float: right;
	margin: 6px 0px 10px 20px;
}

.img .aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 2px;
	margin-bottom: 2px;
}

.grey-sep {
    float: left;
    margin: 0 10px 0 10px;
    width: 1px;
    height: 20px;
    border-right: 1px solid #efefef;
}

#wrapper {
    position: relative;
    width: 100%;
/*     max-width: 1600px; was left-aligning wrapper */
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
}

/* For Sticky Menu adjustment */

#wrapper.menu-padding {
    padding-top: 55px;
}

.holder {
	width: 1010px;
	margin: 0 auto;
	position: relative;
}

.dateline {
    clear: both;
    text-align: center;
    border-top: 1px solid #efefef;
    margin: 0 20px 0 20px;
}

.dateline .date-string {
    font-size: 9px;
    font-family: 'Gotham A','Gotham B';
    color: #444;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    top: -13px;
    background-color: white;
    padding: 0px 10px;
}

.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.50);
}

/* On Load Button */

#on-load-button {
    /* display: none; */
	padding: 1em;
    position: fixed;
    z-index: 1000;
    left: 0%;
    width: 100%;
    color: rgba(255,255,255,0.5);
    font-size: 11px;
    font-family: 'Gotham A','Gotham B',Helvetica;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    bottom: 0%;
}

/* logo */
/*
.logo{
	left:14px;
	margin:0;
	position:absolute;
	top:128px;
	z-index:100;
	background:url(../images/logo.gif) no-repeat;
	width:427px;
	height:65px;
	text-indent:-9999px;
}
.logo a{
	height:100%;
	overflow:hidden;
	display:block;
}
.dark .logo {
	background: url(../images/logo.png) no-repeat;
	top:122px;
	width:519px;
	height:79px;
}
.bg-wallpaper-1 .logo {
	background: url(../images/logo-wallpaper-1.png) no-repeat;
	top:122px;
	width:519px;
	height:79px;
}
.new {
	position: absolute;
	top: 112px;
	left: 15px;
	background: url(../images/ico-header.png) no-repeat;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 101;
}
*/

/* main area */
#main {
    height: 1%;
    margin: 0 auto;
	padding-top: 20px;
    width: 970px;
}

.dark #main,
.bg-wallpaper-1 #main { background: #fff; }
* html #main { display: inline-block; }
.main-area { width: 100%; }
.latest-posts-holder {
	background: url(../images/bg-shadow.gif) no-repeat 0 100%;
	padding: 16px 0 6px;
	margin: 0 0 27px;
	overflow: hidden !important;
	width: 100%;
}

/* Pages */

.page h1.entry-title {
    font-family: 'Knockout 49 A', 'Knockout 49 B', 'Arial Narrow', sans-serif;
    font-size: 64px;
    line-height: 60px;
    font-weight: normal;
    padding-bottom: 8px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-align: center;
    color: #000;
}

/* The Daily Briefing */

.single #daily-briefing {
    width: 970px;
    margin: 0 auto;
}

#daily-briefing {
    position: relative;
    margin-top: 30px;
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
}

#daily-briefing .ad-space {
    float: left;
    width: 300px;
}

/*
#daily-briefing h2,
#daily-briefing h3,
#daily-briefing h4,
#todays-posts h2,
#todays-posts h3,
#todays-posts h4 {
    font-family: 'Knockout 49 A', 'Knockout 49 B', 'Arial Narrow', sans-serif;
    font-weight: 400;
}
*/

#daily-briefing h2,
#daily-briefing h3,
#daily-briefing h4 {
    font-family: 'Knockout 49 A', 'Knockout 49 B', 'Arial Narrow', sans-serif;
    font-weight: 400;
}

#daily-briefing h2 {
    font-family: 'Gotham A', 'Gotham B', Helvetica;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    width: 970px;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0 15px 0;
    margin: 30px 0 25px 0;
    letter-spacing: 15px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

#daily-briefing h3 {
    font-size: 36px;
    line-height: 36px;
    padding: 6px 0 8px 0;
    margin: 0 auto 20px auto;
    border-bottom: 4px double #ccc;
    border-top: 4px double #ccc;
    text-align: center;
    width: 274px;
}

#daily-briefing h4 {
    font-size: 14px;
    font-family: 'Gotham A', 'Gotham B', 'Helvetica', sans-serif;
    margin: 8px 0 0 0;
    line-height: 18px;
    letter-spacing: 0.01em;
    font-weight: 700;
}

#daily-briefing-right h4 {
	font-family: 'Sentinel A', 'Sentinel B', Georgia;
	font-size: 18px !important;
	font-style: italic;
	line-height: 20px;
	font-weight: 700;
}

#daily-briefing p {
    font-family: 'Gotham A', 'Gotham B', Helvetica;
    font-size: 12px;
    line-height: 18px;
	margin: 5px 0 25px 0;
    color: #777;
}

#daily-briefing a > h3,
#daily-briefing a > h4 {
    color: #000000;
}

#daily-briefing a:hover > h3,
#daily-briefing a:hover > h4 {
    color: #F45900;
}

#daily-briefing-top {
    display: inline-block;
    width: 970px;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
}

#daily-briefing-top .widget {
    float: left;
    width: 150px;
    padding: 0 27px;
    border-right: 1px solid #efefef;
    height: 100%;
}

#daily-briefing-top .widget:first-child {
    padding-left: 0;
}

#daily-briefing-top .widget:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}

#daily-briefing-bottom {
    width: 970px;
}

#daily-briefing .right {
    width: 300px;
    float: right;
    border-left: 1px solid #e2e2e2;
    padding-left: 34px;
}

#daily-briefing .large-posts {
    width: 620px;
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
}

#daily-briefing .large-posts .widget {
    width: 620px;
    display: inline-block;
    margin-bottom: 20px;
}

#daily-briefing .large-posts .widget .wrapper {
}

#daily-briefing .large-posts h4 {
    font-family: 'Knockout 49 A', 'Knockout 49 B', 'Arial Narrow', sans-serif;
	font-size: 36px;
	margin: 2px 0 10px 0;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: 0px;

}

#daily-briefing .large-posts img.large {
    float: left !important;
    margin-right: 20px;
}

#daily-briefing #daily-briefing-sponsor {
    position: absolute;
    top: 20px;
    right: 0px;
}

#daily-briefing .section-caption {
    font-family: 'Gotham A','Gotham B',Helvetica;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    padding-bottom: 3px;
    color: #333;
    letter-spacing: 0.03em;
}

/* End The Daily Briefing */

/* Three Widget Area */

#three-widget-area {
    clear: both;
    padding: 30px 0 20px 0;
    border-top: 1px solid #e2e2e2;
}

.single #three-widget-area {
    width: 970px;
    margin: 0 auto;
}

#three-widget-area .widget {
    width: 300px;
}

#three-widget-area .widget .category {
    display: none;
}

#three-widget-area h2 {
    font-family: 'Knockout 49 A', 'Knockout 49 B', 'Arial Narrow', sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 34px;
    margin: 10px 0 25px 0;
    padding: 6px 0 6px 0;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    border-top: 3px solid #efefef;
}

/* End Three Widget Area */

/* Two Widget Area */

#two-widget-area {
    clear: both;
    padding: 30px 0 0;
    height: 480px;
}

.single #two-widget-area {
    width: 970px;
    margin: 0 auto;
}

#two-widget-area .widget {
    width: 450px;
    float: left;
    margin-right: 55px;
}

#two-widget-area .widget:last-child {
    margin-right: 0;
}

#two-widget-area .section-caption {
    text-align: center;
}

#two-widget-area h4 {
    font-family: 'Knockout 49 A', 'Knockout 49 B', 'Arial Narrow', sans-serif;
    font-size: 30px;
    margin: 0 0 10px 0;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
}

#two-widget-area p {
    margin: 10px 0 15px 0;
    font-size: 11px;
    line-height: 17px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    color: #555;
    text-align: left;
}

#two-widget-area a > h4 {
    color: #000000;
}

#two-widget-area a:hover > h4 {
    color: #F45900;
}

/* Home Sponsored Post */

#sponsored-post {
    position: relative;
    margin-top: 52px;
    font-size: 10px;
    line-height: 18px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #0054a6;
}

#sponsored-post .post-title {
    width: 50%;
    float: left;
}

#sponsored-post .section-header {
    color: #000000;
    text-align: right;
}

/* End Home Sponsored Post */

/* Home Today's Contents */

#todays-posts {
    margin-top: 80px !important;
    margin-bottom: 30px;
}

.home #todays-posts {
    display: inline-block;
}

.single #todays-posts {
    width: 970px;
    margin: 0 auto;
}

#todays-posts h2 {
    font-family: 'Gotham A', 'Gotham B', Helvetica;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
	text-transform: uppercase;
    width: 970px;
    border-bottom: 1px solid #e2e2e2;
    border-top: 4px solid #e2e2e2;
    padding: 30px 0 15px 0;
    margin: 10px 0 20px 0;
    color: #000;
    letter-spacing: 4px;
}

#todays-posts .posts-title {
	font-size: 34px;
	line-height: 34px;
	padding: 6px 0 6px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #efefef;
	border-top: 3px solid #efefef;
	text-align: center;
	text-transform: uppercase;
}

.feature-story {
    width: 100%;
	margin-bottom: 40px;
    overflow: hidden;
}

.feature-story h3.section-title,
.feature-story .flag {
	font-size: 10px;
	margin-top: 6px;
	margin-bottom: 0px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #777;
}

.feature-story a h3 {
	font-family: 'Knockout 48 A','Knockout 48 B', Helvetica;
	text-transform: uppercase;
	color: #000;
	font-size: 50px;
	line-height: 45px;
	margin: 10px auto 15px;
	text-align: center;
	width: 80%;
}

.feature-story a:hover h3 {
	color: #f45900;
}


.feature-story .intro {
	font-family: 'Sentinel A','Sentinel B', Georgia;
	font-size: 16px;
	text-transform: none;
	font-style: italic;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 25px !important;
}

.feature-story p {
	font-size: 14px;
	line-height: 20px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

/*
#todays-posts article h3 {
	font-size: 30px;
	line-height: 30px;
	margin: 7px auto 15px;
    text-align: center;
    width: 80%;
}
*/

#todays-posts p {
	font-size: 13px;
	line-height: 18px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    color: #777;
    text-align: center;
    width: 80%;
    margin: auto;
}

#todays-posts .more {
	text-align: center;
}


/* Dossier */

#briefing-dossier {
    width: 335px;
	float: right;
    margin-top: 40px;
    counter-reset: number;
}

#briefing-dossier div.gp-latest-post:before {
    float: left;
    display: block;
    counter-increment: number;
    content: counter(number);
    height: 75px;
    width: 35px;
    font-family: 'Knockout 48 A','Knockout 48 B','Arial Narrow';
    font-size: 38px;
    color: #f45900;
}

#briefing-dossier .wrap {
    margin-left: 35px;
}

#briefing-dossier h4 {
    font-family: 'Sentinel A','Sentinel B', Georgia;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    color: #333;
    margin: 15px 0 0 0px;
}

#briefing-dossier h2 {
    font-family: 'Knockout 48 A','Knockout 48 B','Arial Narrow';
    font-size: 23px;
    line-height: 28px;
    width: 292px;
    border-top: none;
    border-bottom: none;
    border: 4px double #f45900;
    padding: 6px 0;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

#briefing-dossier .wrap p {
	font-family: 'Gotham A','Gotham B', Helvetica;
	margin: 5px 0 15px 0;
	font-size: 12px;
    line-height: 17px;
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 10px;
    padding-left: 30px;
    text-align: left;
    width: 270px;
}

#briefing-dossier .gp-latest-post {

}

#briefing-dossier div.gp-latest-post a,
#briefing-dossier div.gp-latest-post a:visited {
    color: #000000;
}

#briefing-dossier .gpt-ad {
    margin-bottom: 35px;
}

/* Next Up Posts */

#next-posts {
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 30px;
}

.single #next-posts {
    width: 970px;
    margin: 80px auto 0 auto;
}

#next-posts article {
    width: 465px;
    margin-right: 40px;
}

#next-posts article.second {
    margin-right: 0;
}

#next-posts .posts article .img-wrap {
    width: 465px;
    height: 367px;
}

#next-posts .posts article img {
    width: 465px;
    height: 367px;
}

#next-posts h2 {
    font-size: 80px;
    line-height: 70px;
    width: 970px;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0 10px 0;
    margin: 3px 0 35px 0;
    letter-spacing: -1px;
    font-weight: normal;
    text-align: left;
    color: #000;
    font-family: 'Knockout 49 A','Knockout 49 B', 'Arial Narrow';
}

#next-posts article .intro {
	font-size: 12px;
	line-height: 15px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

#next-posts .posts-title {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: 4px double #ccc;
	text-align: center;
	text-transform: uppercase;
}

#next-posts article h3 {
	font-size:30px;
	line-height:28px;
	margin: 5px auto 8px;
}

#next-posts p {
	font-size: 13px;
	line-height: 18px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    color: #555;
}

/* This Weeks Posts */

#home-this-week h2 {
    font-family: 'Knockout 49 A', 'Knockout 49 B', 'Arial Narrow', sans-serif;
	font-size: 64px;
	font-weight: 400;
    line-height: 60px;
    width: 970px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0 15px 0;
    margin: 3px 0 20px 0;
    letter-spacing: -1px;
    text-align: left;
    color: #000;
}

/*
#home-this-week h3 {
	font-size:28px;
	line-height:28px;
	margin: 5px 0 10px 0;
	font-weight: 400;
}
*/

/*
#home-this-week p {
	font-size: 12px;
	line-height: 18px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    color: #555;
}
*/

#home-this-week {
    overflow: hidden;
    margin-top: 50px;
}

/* Home Four Lists */

#home-four-lists {
    width: 100%;
    overflow: hidden;
    background-color: #000000;
    color: #ffffff;
    position: relative;
    padding: 25px 0 40px 0;
}

#home-four-lists .widgets,
#home-four-lists h3 {
    width: 970px;
    margin: 0 auto;
}

#home-four-lists h3 {
    font-family: 'Knockout 49 A', 'Knockout 49 B', 'Arial Narrow', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcd;
	color: #fff;
}

#home-four-lists .widgets {
    padding: 0;
}

#home-four-lists .widgets img {
    display: none;
}

#home-four-lists .widgets a,
#home-four-lists .widgets .text {
    font-family: 'Knockout 49 A', 'Knockout 49 B', 'Arial Narrow', sans-serif;
    font-weight: 400;
    font-size: 48px;
	line-height: 44px;
    color: #ffffff;
    text-align: left;
    font-style: normal;

}

#home-four-lists .widgets a:hover {
    color: #f45900;
}

/* Four Lists Widget */

#further-reading-widgets {
    position: absolute;
    width: 110px;
    padding-left: 20px;
    margin-left: 30px;
    right: -160px;
    top: 7px;
    text-align: left;
}

#further-reading-widgets h3 {
	font-family: 'Knockout 48 A','Knockout 48 B',Helvetica;
    font-size: 14px;
    line-height: 16px;
    color: #555;
    margin: 0 0 15px 0px;
    border: 1px solid #f45900;
    padding: 5px 5px 5px 5px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#further-reading-widgets a img {
    display: none;
}

#further-reading-widgets .copy {
    line-height: 18px;
    margin-bottom: 15px;
}

#further-reading-widgets .sponsored {
    font-family: 'Gotham A','Gotham B',Helvetica;
    font-size: 9px;
    line-height: 10px;
    color: #0054a6;
    margin-top: 3px;
}

#further-reading-widgets .copy a {
    font-family: 'Knockout 48 A','Knockout 48 B',sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #999;
    text-transform: uppercase;
}

/* Content */

.inline-subscribe {
    margin: 0 0 40px 0;
    padding: 30px;
    background-color: #ffde00;
}

article .post-content .inline-subscribe {
    margin: 0 -160px;
}

.inline-subscribe .subscription-form {
    overflow: hidden;
    width: 100%;
}

.inline-subscribe .text {
    width: 45%;
    float: left;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    color: #333;
}

.inline-subscribe .optin-form {
    width: 55%;
    overflow: hidden;
}

.inline-subscribe h2 {
    font-family: 'Knockout 49 A', 'Knockout 49 B', 'Arial Narrow', sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin: 0 0 10px 0;
    color: #000;
}

.inline-subscribe p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}

.inline-subscribe .gp-social-counts {
    width: 100%;
    margin-top: 30px;
}

.inline-subscribe .gp-social-counts h2 {
    width: 45%;
    float: left;
}

.inline-subscribe ul.gp-social-counts-list {
    list-style-type: none;
    margin-bottom: 5px;
}

.inline-subscribe ul.gp-social-counts-list li {
    display: inline-block;
    margin-right: 19px;
    border-right: 1px solid #555;
    padding-right: 19px;
}

.inline-subscribe ul.gp-social-counts-list li:last-child {
    border-right: 0;
}

.inline-subscribe ul.gp-social-counts-list li a {
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    color: #000;
    font-size: 16px
}

.inline-subscribe ul.gp-social-counts-list li a .noticon {
    vertical-align: middle;
    font-size: 20px;
    margin: 0 4px 4px 0;
}

/* Campaign Monitor sign up form */

.optin-form #fieldEmail,
.optin-form button {
    font-family: 'Gotham A', 'Gotham B', 'Helvetica', sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    color: #000 !important;
	padding: 8px !important;
}

.optin-form #fieldEmail {
	width: 75% !important;
	float: left !important;
	border: none !important;
	text-transform: uppercase !important;
	background: #fff190 !important;
}

.optin-form button {
	width: 18% !important;
	float: right !important;
	border: none !important;
	background: #000 !important;
	color: #fff !important;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
   color: #efefef;
}

/* Content */

.spacer {
    clear: both;
    overflow: hidden;
}

.content {
	width: 970px;
	margin: 0 auto;
}

.archive .content,
.page .content {
    margin-top: 40px;
}

.single .content {
	margin-top: 40px;
}

.single footer .spacer {
    margin-top: 5px;
}

.content.full-width {
	width: 100%;
	margin-top: 0;
}

/* Single Post */

article .title-area.above {
	padding: 10px 0 20px 0;
}

article .title-area hr {
    width: 50px;
    height: 5px;
    background-color: #f45900;
    border-style: none;
}

.posts article .credits div.author {
	margin-left:0;
}

article .post-content {
    margin: 0px auto;
	width: 650px;
}

.mini article .post-content {
    margin: 0;
}

/* .single-format-standard article .post-content */
article.full .post-content {
	width: 970px !important;
	float: none;
	font-size: 19px;
}

article .center-content {
	margin:0 auto 50px auto;
	/* padding-top:20px; */
	text-align:center;
}

article .center-content .entry-content {
	text-align:left;
	width:100%;
}

article .center-content img {
	max-width:650px;
}

article .description {
    position: relative;
	border-top:0;
	margin-bottom:50px;
}

.mini article .description {
    width: 650px;
    float: left;
}

.mini article .side {
    float: right;
    width: 300px;
    margin-top: 20px;
}

article .entry-content {
	height:1%;
	overflow:hidden;
	padding:0;
}

article .excerpt {
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
}

article .feature .intro {
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    margin-top: 20px!important;
    font-family: Sentinel A, Sentinel B;
    font-style: italic;
    text-transform: none;
}

article .feature .meta {
	border-top:none;
}

article .feature .meta .credits .author,article .feature .meta .credits .date {
	margin-right:20px;
}

article .feature h1 {
	font-family: 'Knockout 48 A', 'Knockout 48 B', Helvetica;
	font-size: 60px;
	line-height: 54px;
	margin-bottom: 15px;
	text-align: center;
    text-transform: uppercase;
    width: 60%;
}

article .full article-content {
	float:none;
	font-size:19px;
	width:970px;
}

article .full-width-media {
	display:inline-block;
	height:intrinsic!important;
	position:relative;
	vertical-align:middle;
	width:970px;
	margin-bottom: 30px;
}

article .full-width-media .media-caption {
	float: left;
	font-family: 'Gotham a','Gotham b',Helvetica;
	font-size: 11px;
	text-align: left;
	width: 30%;
	line-height: 16px;
	margin-top: 10px;
}

article .intro {
	font-family:'Gotham A','Gotham B',Helvetica;
	font-size: 10px;
	letter-spacing: 0.05em;
	line-height: 14px;
	margin-top: 18px !important;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}

.mini article .intro {
    text-align: left;
}

.posts.popular article .intro {
    text-align: center;
    font-size: 11px;
    margin-top: 15px!important;
    color: #777;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.posts.popular article:nth-child(n+5) .intro,
.posts.popular article:nth-child(n+5) p,
.posts.popular article:nth-child(n+5) .more {
    display: none;
}

article .meta {
	-moz-box-sizing:content-box!important;
	-webkit-box-sizing:content-box!important;
/* 	border-top:1px solid #efefef; */
	box-sizing:content-box!important;
	color:#555;
	display:inline-block;
	font-family:'Gotham A','Gotham B',sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:400;
	height:23px;
	margin-bottom: 8px;
	padding: 0;
	width:100%;
	text-align: center;
}

.mini article .meta {
    text-align: left;
    width: auto;
    margin: 0px;
}

article .meta .orange-box {
    margin-bottom: 8px;
}

article .meta .credits {
    text-align: center;
    margin-top: 5px;
}

article .meta .credits a:hover,
.posts article .credits a:hover {
	text-decoration:underline;
}

article .meta .credits a {
	color:#555;
	text-decoration:none;
}

article .meta .by,
article .meta .on,
article .meta .photo,
article .meta .via {
	margin-left:20px;
}

article .meta .categories {
   	text-transform:uppercase;
   	margin-right: 10px;
/*
	color:#333;
	font-family:'Knockout 49 A','Knockout 49 B';
	font-size:14px;
	line-height:17px;
	padding:4px 0 0;
	text-transform:uppercase;
*/
}

article .meta hr {
    width: 50px;
    border: 0;
    border-bottom: 5px solid #f45900;
}

article .more {
	color: #999;
	font-family: 'Gotham A','Gotham B',Helvetica;
	font-size: 10px;
	line-height: 18px;
	padding-top: 3px;
	text-transform: uppercase;
	border-top: 1px solid #eeeeee;
	margin-top: 25px;
	text-align: center;
}

.posts.popular article .more {
    display: none;
}

article .more a {
    color: #0054a6;
}

article .multimedia .content {
	background-color:#000;
	color:#fff;
	margin-bottom:10px;
	width:650px;
}

article .multimedia .content h2 a {
	color:#FFF;
}

article .multimedia .content h2 a:hover {
	color:#F45900;
}

article .multimedia .content p {
	color:#f7f7f7;
	margin-bottom:0;
	padding:5px 25px 25px;
}

article .title-divider {
	background-color:#E9E9E9;
	height:5px;
	margin:0 auto 10px;
	width:140px;
}

article .toc {
	background-color:#EFEFEF;
	color:#777;
	font-size:12px;
	font-weight:700;
	height:16px;
	letter-spacing:1px;
	margin-bottom:40px;
	padding-bottom:14px;
	padding-top:16px;
	text-align:center;
	text-transform:uppercase;
}

article .wp-caption {
	padding-bottom:10px;
	padding-top:0;
	position:relative;
	width:650px;
}

article article-content {
	margin:0 auto;
	width:650px;
}

article blockquote {
	border-top:4px solid #f45900;
	float:left;
	font-family:'Knockout 48 A','Knockout 48 B';
	margin:10px 30px 20px -160px;
	padding:14px 0 0;
	text-align:left;
	width:320px;
}

article blockquote cite {
	display:block;
	font-style:normal;
	margin:0 0 22px;
	text-align:left;
}

article blockquote cite a {
	color:#0072bc;
}

article blockquote q {
	color:#333;
	font-size:32px;
	font-style:normal;
	letter-spacing:0;
	line-height:30px;
	padding:20px 0;
	quotes:none;
}

article blockquote q:before,article blockquote q:after {
	content:"";
}

article blockquote.left {
	-moz-transition-duration:1s;
	-moz-transition-property:color,text;
	-moz-transition-timing-function:linear,ease-in;
	-o-transition-duration:1s;
	-o-transition-property:color,text;
	-o-transition-timing-function:linear,ease-in;
	-webkit-transition-duration:1s;
	-webkit-transition-property:color,text;
	-webkit-transition-timing-function:linear,ease-in;
	background-color:#EFEFEF;
	border:1px solid #CCC;
	color:#000;
	float:left;
	font-size:18px;
	line-height:24px;
	margin:6px 20px 10px 0;
	padding:15px 19px;
	text-align:left;
	width:286px;
}

article blockquote.left:hover {
	background-color:#F45900;
	border:1px solid #A73D00;
	color:#FFF;
}

article blockquote.right {
	color:#000;
	float:right;
	font-size:18px;
	line-height:24px;
	margin:6px 0 10px 25px;
	padding:15px 0;
	text-align:right;
	width:286px;
}

article footer .ad {
	float:right;
	margin:30px 0 50px;
}

article footer .dont-miss {
	background-color:none;
	border:1px solid #efefef;
	display:inline-block;
	float:left;
	font-size:18px;
	margin:30px 0;
	padding:14px;
}

article footer .dont-miss .category-widget {
	margin:0 20px 20px 0;
}

article footer .dont-miss .category-widget.first {
	clear:left;
}

article footer .dont-miss .title {
	background-color:#EFEFEF;
	color:#333;
	float:left;
	font-size:18px;
	letter-spacing:1px;
}

article footer .dont-miss h3 {
	font-family:'Knockout 49 A','Knockout 49 B',sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:400;
	letter-spacing:0;
	line-height:18px;
	margin:0 0 6px;
}

article h1 {
	color:#000;
	font-family:'Knockout 49 A','Knockout 49 B',sans-serif;
	font-size:48px;
	font-style:normal;
	font-weight:400;
	line-height:46px;
	margin:5px auto 15px;
	width:65%;
}

article h1.top,article .intro.top {
	text-align:center;
}

.mini article h1 {
    margin: 5px 0 15px -3px;
    text-align: left;
    font-family: Gotham A, Gotham B, Helvetica;
    font-weight: 700;
    letter-spacing: -0.04em;
    font-size: 44px;
    line-height: 48px;
    width: 650px;
}

.mini article .intro.top {
    text-align: left;
    font-size: 14px;
}

.mini article .title-area hr {
    float: left;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #efefef;
    border-style: none;
}

article h2 {
	color:#333;
	font-family:'Knockout 49 A','Knockout 49 B',sans-serif;
	font-size:24px;
	font-style:normal;
	font-weight:400;
	line-height:26px;
	margin:5px 0 6px;
}

article h2 a {
	color:#000;
}

article h2 a:hover {
	-moz-transition-duration:.3s;
	-moz-transition-property:background color;
	-moz-transition-timing-function:linear,ease;
	-o-transition-duration:.3s;
	-o-transition-property:background color;
	-o-transition-timing-function:linear,ease;
	-webkit-transition-duration:.3s;
	-webkit-transition-property:background color;
	-webkit-transition-timing-function:linear,ease;
	color:#F45900;
	text-decoration:none;
}

article h3 {
	color:#000;
	font-family:'Knockout 49 A','Knockout 49 B',Helvetica;
	font-size:34px;
	line-height:34px;
	margin:60px 0 15px 0;
	font-weight: 400;
}

article h4 {
	font-size:42px;
	font-weight:400;
	font-weight:300;
	line-height:40px;
	margin:60px 0 5px;
	text-align:center;
	letter-spacing:-1px;
}

article h5 {
	font-family:'Gotham A','Gotham B';
	border-bottom:1px solid #efefef;
	border-top:1px solid #efefef;
	font-size:13px;
	font-weight:400;
	letter-spacing:1px;
	line-height:20px;
	margin:10px 0 25px;
	padding:6px 25px;
	text-align:center;
	color:#444;
}

article h6 {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    color: #777;
    font-family: 'Gotham A','Gotham B';
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0;
    padding: 8px 0;
    text-align: left;
}

article h6 p {
	color:#777;
	font-family:'Gotham A','Gotham B';
	font-size:13px;
	font-weight:400;
	line-height:20px;
}

article > p {
	font-size:18px;
	line-height:30px;
	margin:0 0 20px;
	color: #333;
}

article p.wp-caption-text {
	font-family:'Gotham A','Gotham B',Helvetica;
	color:#555;
	font-size:12px;
	line-height:20px;
	padding:6px 0 12px;
	width: 100%;
	/* background: url('../images/caption-rule.gif') no-repeat left bottom; */
	text-align: left;
}

article .inline-lg p.wp-caption-text {
	margin: 10px auto;
	width: 650px;
}

article > p:last-child, article blockquote > p {
	margin:0;
}

article.feature {
	float:left;
	height:auto;
	width:635px;
	margin-bottom: 30px;
}

article.feature .body-wrap {
	margin-right:0;
	width:635px;
}

article.feature .img-wrap {
	height:auto;
	width:635px;
}

article.feature h3 {
}

article.feature img {
	width:635px;
	height: auto;
}

/*
footer .dont-miss .category-widget.last {
	margin-right:0;
}

h4 {
	font-size:22px;
	line-height:26px;
	margin:0 0 16px;
}
*/

/* Posts Feeds */

.posts {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

/* Posts Feeds */

.posts.hfeed {
    clear: both;
}

.posts.popular {
    /* border-bottom: 1px #e2e2e2 solid;
    margin-bottom: 35px; */
}

h3.section {
    display: flex;
    flex-direction: row;
    font-family: 'Gotham A', 'Gotham B', 'Helvetica', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0 10px;
    padding: 0;
    width: 100%;
    letter-spacing: -1px;
}

h3.section:after {
    background: #e2e2e2;
    content: '\a0';
    flex-grow: 1;
    height: 1px;
    position: relative;
    top: 24px;
    margin-left: 15px;
}

.posts article {
    position: relative;
    height: auto;
    width: 465px;
    margin: 0 0 35px 0;
    float: none;
    overflow: hidden;
}

.posts.popular article {
    margin-bottom: 35px;
    width: 300px;
}

.posts.popular span.divider {
    border-top: 1px solid #e2e2e2;
    height: 1px;
    width: 100%;
    margin-bottom: 25px;
}

.posts.popular article:nth-child(n+5) {
    width: 150px;
    border-right: 1px #e2e2e2 solid;
    padding-right: 27px;
}

.posts.popular article:last-child {
    border-right: none;
    padding-right: 0;
}

.posts article h3 {
	font-size: 30px;
    line-height: 30px;
    margin: 5px auto 15px;
    text-align: center;
    width: 80%;
}

.posts.popular article h3 {
    text-align: center;
    margin: 5px auto 0;
    font-family: 'Knockout 49 A', 'Knockout 49 B';
    font-size: 28px;
    line-height: 28px;
    width: 90%;
}

.posts.popular article:nth-child(n+5) h3 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
    font-weight: 700;
    width: 100%;
    text-align: left;
}

.posts article p {
    font-size: 13px;
    line-height: 18px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    color: #777;
    text-align: center;
    width: 80%;
    margin: auto;
}

.posts.popular article p {
    text-align: center;
    width: 90%;
    font-size: 12px;
    margin: 10px auto 0;
}

.posts article .body-wrap {
    position: relative;
}

.posts article .img-wrap {
    position: relative;
    width: 465px;
    height: 367px;
/*
    width: 300px;
    height: 374px;
*/
    overflow: hidden;
}

.posts.popular article .img-wrap {
    width: 300px;
    height: 231px;
}

.posts.popular article:nth-child(n+5) .img-wrap {
    height: 115px;
    width: 150px;
}

.posts article img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 465px;
    height: 367px;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.posts.popular article img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 231px;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.posts.popular article:nth-child(n+5) img {
    height: 150px;
}

.posts article .fadeout {
    display: none;
    bottom: 0;
    height: 2em;
    background: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    position: absolute;
    width: 100%;
}

.posts article .flag {
    font-family: 'Gotham A', 'Gotham B', Helvetica;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    color: #f45900;
    text-align: center;
    height: 30px;
}

.posts.popular article .flag {
    color: #333;
    text-align: left;
    font-weight: 400;
    font-size: 10px;
}

#this-week-posts.posts article,
#todays-posts-list.posts article {
    width: 465px;
}

#this-week-posts.posts article .img-wrap,
#this-week-posts.posts article img,
#todays-posts-list.posts article .img-wrap,
#todays-posts-list.posts article img {
    width: 465px;
    height: 358px;
}

/* End Posts Feeds */

/* filed under start */

.filed-under {
    font-size: 12px;
    font-family: 'Knockout 49 A', 'Knockout 49 B', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #777;
	margin: 20px 0 60px 0;
	padding: 12px 0 10px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	width: 100%;
	overflow: hidden;
}
.filed-under h4,
.price-comparison h4,
.related-reviews h4 {
	margin: 0;
	color: #959595;
	font-size: 10px/20px;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;
	height: 1%;
}
.filed-under h4 { float: left; }
.filed-under h4 span,
.price-comparison h4 span,
.related-reviews h4 span {
	padding: 6px 0 7px;
	background-color: #e9e9e9;
	float: left;
	text-align: center;
	width: 127px;
}
.source h4 span { background-color: #e9e9e9; }
.filed-under .filed-under-lists {
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px;
}
.filed-under .filed-under-lists div {
	float: left;
	width: 500px;
	margin: 0 0 0 10px;
	padding: 2px 0 0;
	color: #0072bc;
}
.filed-under .filed-under-lists ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.filed-under .follow-us {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin: 0 0 14px;
	padding: 19px 0 10px;
	text-transform: uppercase;
}

.filed-under .categories {
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.filed-under .tags {
	font-size: 12px;
	line-height: 13px;
}

.filed-under .filed-under-lists ul li { display: inline; }
.filed-under .filed-under-lists a { color: #000000; }
.filed-under p {
	margin: 0 0 8px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
}

article .orange-box {
    display: inline-block;
	width: auto;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Knockout 49 A','Knockout 49 B', Helvetica;
	font-size: 13px;
	line-height: 17px;
	color: #f45900;
    padding:  3px 12px 3px 12px;
	margin: 0 auto;
    border: 1px solid #f45900;
}

article .sponsored .orange-box {
    background-color: #444444;
}

article article-badge {
    height: auto;
    width: auto;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    color: #333;
    background-color: #EFEFEF;
    padding: 7px 7px 7px 7px;
    margin: 3px 0 0 0;
    position: absolute;
    left: -45px;
}

article .promo-box {
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top: 1px dotted #efefef;
	padding: 10px 0 30px 0;
	height: auto;
	margin-bottom:30px;
}
article .promo-box.link-roundup {
	border-top: 1px dotted #ccc;
	margin-bottom: 10px;
}

article .promo-box-text {
	width: 450px;
	text-align: left;
}

article .promo-box-image {
	width: 150px;
}

article .sponsored-box {
	border: 1px solid #efefef;
	padding: 0 29px 29px 29px;
    margin-bottom: 20px;
    margin-top: 30px;
}

article .sponsored-box .head {
	color: #F45900;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 12px;
	letter-spacing: 3px;
}

article .sponsored-box .intro {
	color: #333;
}

article .sponsored-box h2 {
	color: #777;
}

article .sponsored-box .media {
    margin-bottom: 15px;
    margin-top: 15px;
}

article .sponsored-box .entry-content {
    line-height: 20px !important;
    margin: 0 !important;
    padding: 0 0 15px 0 !important;
}

article .sponsored-box .promo-box {
    clear: both;
    border-top: 1px dotted #CCC;
    color: #333;
    font-size: 14px;
    font-family: 'Knockout 49 A', 'Knockout 49 B', sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px 0 0 0;
    margin-top: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

article .sponsored-box .promo-box-text {
    font-size: 12px;
    width: 440px;
}

article .sponsored-box .credits {
	border-bottom: 0;
}

article .sponsored-box .sponsored-text {
	background-color: #efefef;
	color: #777;
	font-size: 12px;
    font-family: 'Knockout 49 A', 'Knockout 49 B', sans-serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	padding: 2px 8px 2px 8px;
	width: 60px;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Tables */

article table {
	border-spacing:0;
	border-collapse:collapse;
	margin: 10px 0px 30px 0px;
}

article table tr {
	border-bottom: 1px solid #efefef;
}

article table tr:last-child {
	border-bottom: none;
}

article table th {
	font-family: 'Knockout 49 A', 'Knockout 49 B';
	border-right: 1px solid #efefef;
	padding: 20px 20px 20px 0;
	vertical-align: top;
	text-align: left;
	color: #000;
	font-size: 22px;
	line-height: 22px;
	font-weight: 400;
}

article table td {
	font-family: 'Gotham A', 'Gotham B';
	padding: 20px;
	font-size: 12px;
	line-height: 19px;
	color: #555;
}

article table td strong,
article table td p strong {
	font-family: 'Knockout 49 A', 'Knockout 49 B';
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	color: #000;
}

article table tr:first-child td,
article table tr:first-child th {
	padding-top: 0;
}

article table tr:last-child td,
article table tr:last-child th {
	padding-bottom: 0;
}

article table td a {
	font-weight: 700;
	color: #F45900;
}

article table td p {
	font-family: 'Gotham A', 'Gotham B';
	font-size: 12px;
	line-height: 19px;
	color: #555;
}


/* ads start */
.content .ads {
	overflow: hidden;
	width: 670px;
	padding: 5px 0 0;
	margin: 0 0 15px 0;
}
.content .ads a {
	float: left;
	margin: 0 0 0 19px;
}
.content .ads a img { display: block; }

#div-gpt-ad-1444170379947-0,
#div-gpt-ad-1444749735978-1,
#div-gpt-ad-1444749735978-2,
#div-gpt-ad-1444749735978-3,
#div-gpt-ad-1445017817069-2 {
    margin: 0px auto;
    text-align: center;
    /* border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2; */
    padding: 15px 0 15px 0;
    width: 100%;
}

#div-gpt-ad-1444170379947-1 {
    margin: 0px auto;
    text-align: center;
    padding: 15px 0 15px 0;
}

#div-gpt-ad-1444749735978-1 {
    margin-top: 50px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0 15px 0;
}

#div-gpt-ad-1445017817069-0,
#div-gpt-ad-1445957603942-0,
#div-gpt-ad-1446571923579-0 {
    text-align: center;
    margin: 20px auto 0;
    padding-bottom: 20px;
    width: 970px;
}

#div-gpt-ad-1446843026127-0 {
    float: right;
    padding: 10px 0 10px 20px;
}

/*
#div-gpt-ad-1445017817069-0 iframe {
    min-height: 250px;
    height: auto !important;
}
*/

/* Archive page ads */

#div-gpt-ad-1445888195783-0 {
    margin: 0px auto;
    text-align: center;
    margin-top: 40px;
}

#div-gpt-ad-1445888195783-1 {
    margin-top: 40px;
    float: right;
}

#div-gpt-ad-1445888195783-2 {
    margin: 0px auto;
    text-align: center;
    margin-bottom: 80px;
}

#div-gpt-ad-1445888195783-3,
#div-gpt-ad-1445017817069-2 {
    margin: 0px auto;
    text-align: center;
    margin-bottom: 40px;
}

.mini #div-gpt-ad-1445017817069-1 {
    margin-top: 25px;
    float: right;
}

/* ads end */


/* Pagination */

.paging {
    font-family: 'Knockout 49 A', 'Knockout 49 B', sans-serif;
    font-weight: 400;
    font-style: normal;
	overflow: hidden;
	clear: both;
	height: 1%;
	width: 100%;
	padding: 40px 0px 17px 0;
	text-align: center;
	margin-bottom: 20px;
}

.paging .next,
.paging .prev {
    background-color: #f7f7f7;
	width: 40%;
	text-align: center;
}

.paging .prev {
	float: left;
}
.paging .next {
	float: right;
}

.paging .next a, .paging .prev a {
	font-size: 24px;
	color: #000;
	display: inline-block;
	width: 100%;
	padding: 8px;

}
.paging .prev:hover,
.paging .next:hover {
    text-decoration: none;
	color: #fff;
	background-color: #f45900;
}

.paging .prev:hover a,
.paging .next:hover a {
    text-decoration: none;
	color: #fff;
}

.paging .disable,
.paging .disable a,
.paging .disable:hover,
.paging .disable:hover a {
	color: #ccc;
    background-color: #f7f7f7;
}

.post-paging {
	font-size: 24px;
	font-family: 'Knockout 49 A','Knockout 49 B';
	font-weight: 400;
	color: #777777;
	margin: 50px 0 100px 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #000;
	overflow: hidden;
}

.post-paging a {
	color: #000000;
}

.post-paging .current-post-page {

}

.post-paging .column {
    width: 33%;
    float: left;
    position: relative;
}

.post-paging .button {
	font-size: 18px;
	letter-spacing: 0px;
    background-color: #F45900;
    color: #FFFFFF;
}

.post-paging .left .button {
    float: left;
}

.post-paging .right .button {
    float: right;
}

.post-paging .center {
    padding-top: 6px;
    text-align: center;
}

.post-paging .left {
    float: left;
}

.post-paging .right {
    float: right;
}

.post-paging .button.disable {
    background-color: #efefef;
}

.post-paging .one_third {
    border: 0;
    margin: 0;
    padding: 0;
}

/* End New Post Paging */


/* story page */
.story-content { margin: -3px 0 0; }
.story-content article {
	border-style: none;
	margin: 0 0 8px;
	padding: 0;
}
/* text styles start */
.story-content h2 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 28px;
}
.story-content h3 { margin: 30px 0 15px; }
.story-content p { margin: 0 0 18px; line-height: 18px;}

.story-content p.intro {
    color: #999999;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 20px;
    margin: -2px 0 15px;
}
.story-content article img { margin-bottom: 3px; }

.take-note-left {
    float: left;
    background-color: #efefef;
    width: 290px;
    margin: 6px 20px 10px 0px;
    padding: 22px 17px 20px 17px;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #cccccc;
    text-align: justify;
}
.take-note-left .head {
	width: 290px;
	height: intrinsic;
	font-size: 16px;
	font-weight: bold;
	border-top: 2px solid #333;
	border-bottom: 1px solid #333;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.take-note-left strong.head {
    display: inline-block;
}

.take-note-left p {
	margin: 0 0 14px;
	font-family: 12px;
	line-height: 18px;
}

.take-note-full {
    width: 616px;
    background-color: #f7f7f7;
    margin: 25px 0px 26px 0px;
    padding: 15px 16px 17px 16px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
    text-align: justify;
}
.take-note-full .head {
	width: 100%;
	font-family: 'Knockout 49 A', 'Knockout 49 B';
    font-size: 25px;
    line-height: 28px;
    font-weight: normal;
	height: intrinsic;
	border-bottom: 2px solid #d7d7d7;
	padding-top: 0px;
	padding-bottom: 8px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
.take-note-full strong.head {
    display: inline-block;
}

.take-note-full p {
	margin: 0 0 14px;
	font-size: 12px;
	line-height: 18px;
}

.take-note {
    float: right;
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    background-color: #F7F7F7;
    width: 290px;
    margin: 6px -160px 10px 20px;
    padding: 15px 17px 20px 17px;
    font-size: 11px;
    line-height: 18px;
    text-align: justify;
}
.take-note .head {
	width: 290px;
	height: intrinsic;
	font-family: 'Knockout 49 A', 'Knockout 49 B', sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	border-bottom: 2px solid #d7d7d7;
	padding-top: 3px;
	padding-bottom: 8px;
	text-align: center;
}

.take-note strong.head {
    display: inline-block;
}

.take-note p {
	margin: 0 0 14px;
	font-size: 11px;
	line-height: 17px;
}
.cost {
	display: block;
	padding: 12px 0 8px;
}
/* text styles end */

/*Facebook*/
.FBConnectButton_Simple, .FBConnectButton_RTL_Simple {
    background-image:none !important;
}
.FBConnectButton_Simple .FBConnectButton_Text_Simple {
    margin:0 !important;
    padding-bottom:1px !important;
}

/* Removes WP-Stats smiley face */
img#wpstats {
	width:0px;
	height:0px;
	overflow:hidden;
}

/* Follow GP box start */
.follow-gp {
	display: block;
	height: 46px;
	width: 650px;
	margin-bottom: 15px;
}

.follow-gp .title {
	float: left;
	background-repeat: no-repeat;
	height: 41px;
	width: 80px;
    font-family: 'Knockout 49 A', 'Knockout 49 B', sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 14px;
	line-height: 13px;
	color: #000;
	padding: 10px;
}

.follow-gp .wrap {
	height: 44px;
	width: 650px;
	background: #F8F8F8;
	/*  border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7; */
	padding: 0px;
}

.follow-gp .wrap .fb-like {
	float: left;
	margin-left: 8px;
	margin-top: 12px;
	margin-right: 8px;
}

.follow-gp .wrap .twit-follow {
	float: left;
	margin-left: 8px;
	margin-top: 12px;
	margin-right: 8px;
}

.follow-gp .wrap .subscribe-follow {
	float: left;
	margin-left: 8px;
	margin-top: 11px;
	margin-right: 8px;
}


.follow-gp form {
	float: right;
	margin-top: 10px;
}

.follow-gp form input[type=text] {
	border: 1px solid #000;
	height: 20px;
	color: #777;
	font-size: 12px;
}

.follow-gp-button {
	height: 24px;
	width: 70px;
	background-color: #F45900;
	border: 0;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}

.follow-gp-button:hover {
	background-color:#A1A1A1;
}

.follow-gp-button:active {
	position:relative;
	top:1px;
}

/* General text formatting */

.uppercase {
    text-transform: uppercase;
    font-size: 10px;
}

/* Social */

.entry-footer .social .fb-like {
    position: relative;
    width: 80px;
    margin-right: 6px;
    top:-6px;
}

.entry-footer .social .facebook iframe {
    width: 80px;
    position: relative;
    top: 1px;
}

.full-width-media .social .twitter-share-button {
    margin-left: 4px;
    margin-top: 5px;
}

article .full-width-media .social {
    float: left;
    width: 250px;
    padding-top: 4px;
    padding-bottom: 2px;
    z-index: 9999;
}

article .full-width-media .social .fb-like {
    position: relative;
    top: -6px;
}

/* Rollovers */

.rollover-thumb {
    position: relative;
	clear: both;
	background-color: #EFEFEF;
}

article.hentry .rollover-thumb {
	margin: 0 20px 0 0;
	float: left;
    overflow: hidden;
    height: 198px;
    width: 198px;
}

/* End Rollovers */

/*  Archives */

#archive-header-text {
    width: 970px;
    font-size: 10px;
    line-height: 14px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    color: #777;
    text-align: center;
    letter-spacing: 1px;
    margin: 30px auto 0;
}

#archive-header-text .title {
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

#archive-header-text hr {
    clear: both;
    width: 40px;
    height: 5px;
    background-color: #f45900;
    border: 0;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.archive .posts-notused {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.archive h2,
.page h2 {
    font-family: 'Knockout 47 A','Knockout 47 B', 'Arial Narrow';
    font-size: 75px;
    line-height: 60px;
    font-weight: normal;
    padding-bottom: 8px;
    margin-bottom: 35px;
    letter-spacing: 1px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}

.archive h2 {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 70px;
    border-bottom: 10px solid #f45900;
    padding-bottom: 20px;

.archive article {
    height: auto;
    text-align:left;
}

.archive article h3 {
    margin: 6px auto 12px;
    font-size: 26px;
    line-height: 26px;
}

.archive article p {
    font-size: 12px;
    line-height: 16px;
    width: 90%;
}

.archive .posts article .img-wrap {
    position: relative;
    width: 300px;
    height: 374px;
    overflow: hidden;
}

.archive .posts article .img-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 374px;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

/*
.archive .archive-image {
    margin-bottom: 36px;
}
*/

/* End Archives */
