/* ==========================================================================
   Base
   ========================================================================== */
@font-face {
    font-family: 'OstrichSansBlack';
    src: url('../fonts/ostrich-black-webfont.eot');
    src: url('../fonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ostrich-black-webfont.woff') format('woff'),
         url('../fonts/ostrich-black-webfont.ttf') format('truetype'),
         url('../fonts/ostrich-black-webfont.svg#OstrichSansBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { 
	font-smooth: always;
	-webkit-font-smoothing:antialiased;	
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'OstrichSansBlack';
}
h3 {
	font-size: 27px;
	letter-spacing: 1px;
}

/* =============================================================================
   Header
   ========================================================================== */

.banner { }

#ad_leaderboard {
	text-align: center;
	padding: 10px 0;
}

#ad_full {
	padding: 20px 0;
}

.ad_skyscraper {
	padding: 20px 0;
	text-align: center;
}

#user_bar-wrapper {
	background-color: #333333;
	color: #999999;
}
#user_bar {
	padding: 18px 0;
}
#user_bar .user-date {
	float: left;
	font-weight: bold;
	font-size: 13px;
	margin-top: 5px;
}
#user_bar form {
	float: left;
	position: relative;
	margin: 0 0 0 35px;
}
#user_bar form input.search-query {
	background-color: #686868;
	border: none;
	color: #FFF;
}
#user_bar form input#searchsubmit {
	background: url('../img/icon-search.jpg') no-repeat;
	padding: 0;
	margin: 0;
	width: 16px;
	height: 17px;
	text-indent: -9999px;
	position: absolute;
	top: 6px;
	right: 15px;
	border: none;
	-webkit-box-shadow: none;
}
#user_bar ul.social-icons {
	margin: 5px 0 0 515px;
}
#user_bar ul.social-icons li {
	float: left;
	list-style: none;
	padding: 0 20px;
}
#user_bar ul.social-icons li a {
	display: block;
	width: 20px;
	height: 0;
	padding-top: 18px;
	overflow: hidden;
	float: left;
}	
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;    
}
#user_bar ul.social-icons li.twitter a {
	background: url('../img/icon-twitter.jpg') no-repeat;
}
#user_bar ul.social-icons li.facebook a {
	background: url('../img/icon-facebook.jpg') no-repeat;
}
#user_bar ul.social-icons li.google a {
	background: url('../img/icon-google.jpg') no-repeat;
}
#user_bar ul.social-icons li.stumbleupon a {
	background: url('../img/icon-stumbleupon.jpg') no-repeat;
}
#user_bar ul.social-icons li.linkedin a {
	background: url('../img/icon-linkedin.jpg') no-repeat;
}
#user_bar #login {
	float:right;
}
#user_bar #login span.loginlogout a {
	display: block;
	float: left;
	border-right: 1px solid #212121;
	padding-right: 10px;
}
#user_bar #login a.register {
	border-left: 1px solid #474747;
	padding-left: 10px;
}
#user_bar #login a {
	color: #999999;
}
.navbar {
	margin-bottom: 10px;
}
.navbar-inner {
	min-height: 37px; 
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  background-image: url('../img/nav-bg.jpg');
  background-repeat: repeat-x;
} 
.navbar .nav > li > a {
	padding: 9px 15px 8px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.37);
	color: #FFF;
	font-family: 'OstrichSansBlack';
	font-size: 17px;
	letter-spacing: 1px;
}
.dropdown-menu {
	top: 30px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #4189DD;
	background-image: none;
}
.branding {
	margin-bottom: 10px;
}

.slideshow {
	min-height: 249px;
	border: 5px solid #FFF;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(196, 196, 196, 1);
    box-shadow:  0px 0px 10px 0px rgba(196, 196, 196, 1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.slide {
	min-height: 195px;
	background: url('../img/slide-bg.jpg') no-repeat;
	padding: 30px 60px;
	margin: 0;
}
.carousel-indicators li {
	background-color: #b1d2f8;
	border-radius: 0;
}
.carousel-indicators .active {
	background-color: #3090ff;
}
.slide .slide-thumb {
	margin-right: 20px;
}
.slide img {
	border: 4px solid #b9d1ee;
}
.slide .slide-body {
	overflow: hidden;
}
.slide .slide-title {
	font-family: 'OstrichSansBlack';
	font-size: 30px;
}
.slide .slide-date {
	font-size: 11px;
	text-transform: uppercase;
	color: #747474;
	font-weight: bold;
}
.slide .slide-excerpt {
	font-size: 15px;
	line-height: 21px;
}
.carousel-indicators {
	top: inherit;
	bottom: 15px;
	right: 45%;
	cursor: pointer;
}
.carousel-control {
	width: 27px;
	height: 0;
	padding-top: 26px;
	overflow: hidden;
	border-radius: 0;
	border: none;
	margin-top: 10px;
}
.carousel-control.left {
	background: url('../img/slideshow-nav.jpg') 0 -26px;
}
.carousel-control.right {
	background: url('../img/slideshow-nav.jpg') 0 0;
}


/* ==========================================================================
   Content
   ========================================================================== */
.content .main-content {
	background-color: #f5f5f5;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-top: 5px solid #333333;
	margin-bottom: 27px;
	padding: 0 7px 7px;	
	width: 684px;
}
.content .main-content-inner { 
	background-color: #FFF;
	padding: 10px;
}
.not-front h1 {
	margin: 10px 0 0;
}
.not-front .page-header {
	margin: 0 0 30px;
}
.not-front .content .main-content-inner img.wp-post-image {
	border: 5px solid #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 1);
	box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 15px;
}
.category p.byline {
	margin: 0;
}
.category p.byline time {
	display: block;
}
.content article.post {
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.content article.post .post-thumb {
	float: right;
	margin-left: 30px;
}
.content article.post .post-content {
	overflow: hidden;
}
.content article.post .post-content h2.entry-title {
	line-height: 30px;
	margin: 0;
}
.content article.post .post-content h2.entry-title a {
	color: #333333;
	font-size: 29px;
	font-weight: bold;
}
.content article.post .post-content time {
	font-size: 11px;
	color: #686868;
}
.content article.post .post-content .entry-summary {
	color: #000000;
	font-size: 12px;
	padding-top: 10px;
}
.home .content .main-content-inner { 
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.home .main-content {
	background-color: transparent;
	border: none;
	margin-bottom: inherit;
	padding: 0;	
	width: 700px;
}


/* ==========================================================================
   Primary Content
   ========================================================================== */

.main { }

.home .main-content .row {
	margin-left: -5px;
}
.media_wrapper {
	background-color: #f5f5f5;
	border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-top: 5px solid #333333;
	width: 345px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-bottom: 7px;
}
.media_wrapper_inner {
	background-color: #FFF;
	margin: 0 7px;
	padding: 10px;
}
.featured-wrapper {
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.featured-wrapper img {
	border: 5px solid #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 1);
	box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 15px;
}
.featured-wrapper .featured_title a {
	color: #333333;
	font-size: 24px;
	font-family: 'OstrichSansBlack';
}
.featured-wrapper .featured_date {
	color: #686868;
	font-size: 11px;
}
.media {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.media .media_title a {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.media .media_date {
	color: #686868;
	font-size: 10px;
	font-weight: bold;
}
.media .media_excerpt {
	font-size: 12px;
}
.media_wrapper .read-more {
	display: block;
	text-align: right;
}


/* ==========================================================================
   Single
   ========================================================================== */
.single ul.categories {
	margin: 0;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
}
.single ul.categories li {
	display: inline;
	margin-right: 28px;
	font-size: 18px;
	font-family: 'OstrichSansBlack';
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}
.single .main-content article {
	font-family: 'PT Serif', serif;
	color: #444444;
	font-size: 15px;
	line-height: 28px;
}
.single .main-content article h1 {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #e3e3e3;
	margin: 0;
	padding: 15px 0;
	text-transform: uppercase;
}
.single .main-content article p.byline {
	border-top: 1px solid #f5f5f5;
}
.single .main-content article p.byline a {
	color: #4189dd;
	font-weight: bold;
}
.single .main-content article img.alignleft {
	margin: 10px 20px 10px 0;
}
.single .main-content article img.alignright {
	margin: 10px 0 10px 20px;
}

.yarpp-related {
	padding: 30px 0;
}
.not-front .content .main-content-inner .yarpp-related img {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
	margin: 0;
}

/* ==========================================================================
   Comments
   ========================================================================== */
#comments li img.avatar {
	float: left;
	margin-right: 10px;
}

/* ==========================================================================
   Contact
   ========================================================================== */
.page-id-7921 form.wpcf7-form input[type="text"],
.page-id-7921 form.wpcf7-form input[type="email"],
.page-id-7921 form.wpcf7-form textarea {
	width: 500px;
}



/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar { }
.sidebar input[type="text"],
.sidebar input[type="password"] {
	width: 183px;
}
.sidebar input[type="checkbox"] {}
.sidebar .widget {
	background-color: #fbfbfb;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	border-top: 5px solid #333333;
	margin-bottom: 27px;
	padding: 10px;
}
.sidebar .widget.sidebartabs {
	background: url('../img/sidebartabs-bg.jpg') repeat-y;
}
.sidebar .widget.ad_skyscraper {
	background: none;
	border: none;
}
.sidebar .widget h3 {
	margin: 0 0 10px;
	border-bottom: 1px solid #d7e5f5;
	font-size: 23px;
}
.sidebar .widget ul {
	margin: 0;
}
.sidebar .widget ul li {
	list-style: none;
	margin-bottom: 20px;
}
.sidebar .widget ul li a {
	color: #686868;
	font-weight: bold;
	font-size: 16px;
}
.sidebar .widget ul li span.post-date {
	display: block;
	font-size: 11px;
}
.sidebar ul.nav-tabs {
	border-bottom: none;
}
.sidebar .widget ul.nav-tabs li {
	margin-bottom: 0;
}
.sidebar .widget ul.nav-tabs li a {
	font-size: 13px;
}
.sidebar .widget ul.nav-tabs li.recent a {
	width: 52px;
}
.sidebar .widget ul.nav-tabs li.popular a {
	width: 60px;
}
.sidebar .widget ul.nav-tabs li.comments a {
	width: 74px;
}
.sidebar ul.nav-tabs > li > a {
	padding: 8px 0;	
	text-align: center;
}
.sidebar .tab-pane {
	background-color: #FFF;
	padding: 10px;
}
.sidebar .entry {
	margin-bottom: 20px;
}
.sidebar .post-thumb {
	margin-right: 8px;
}
.sidebar .tab-body {
	overflow: hidden;
}
.sidebar .tab-body a {
	color: #686868;
	font-weight: bold;
	font-size: 16px;
}
.sidebar .tab-body .tab_date {
	display: block;
	font-size: 11px;
}
.sidebar #comments .tab-body,
.sidebar #comments .tab-body a {
	font-size: 12px;
	line-height: 15px;
}

/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }


/* ==========================================================================
   Postscript
   ========================================================================== */
#postscript .widget {
	background-color: #f5f5f5;
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-top: 5px solid #333333;
	margin-bottom: 20px;
	padding-bottom: 7px;
	width: 218px;
}
#postscript .widget .widget-inner {
	background-color: #fff;
	margin: 0 7px;
	padding: 10px;
	height: 304px;
	overflow: hidden;
}
#postscript .widget h3 {
	line-height: 20px;
}
#postscript .widget h3 a {
	margin: 0;
	color: #333333;
	font-size: 17px;
	font-family: 'OstrichSansBlack';
	text-transform: uppercase;
}
#postscript .widget ul {
	margin: 0;
	list-style: none;
	color: #777777;
}
#postscript .widget ul li {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#postscript .widget ul li a {
	color: #777777;
	font-size: 16px;
	font-weight: bold;
}
#postscript .widget ul li .rss-date {
	font-size: 9px;
	font-weight: bold;
	display: block;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.content-info {
	background: #333;
	color: #fff;
}

#ad_leaderboard_footer {
	text-align: center;
	padding: 10px 0;
}
footer #footer-top {
	padding: 40px 0;
}
footer .widget {
	overflow: hidden;
}
footer .widget h3 {
	color: #848080;
	font-family: 'OstrichSansBlack';
	font-size: 27px;
	border-bottom: 1px solid #848080;
}
footer .widget ul {
	list-style: none;
	margin: 0;
}
footer .widget ul li {
	margin-bottom: 5px;
}
footer .widget ul li a {
	color: #cdcdcd;
	text-transform: uppercase;
}

#footer-bottom {
	padding: 20px 0;
	background: #000;
	color: #bfdbfc;
	font-size: 11px;
	font-weight: bold;
}
#footer-bottom .terms {
	text-align: right;
}
#footer-bottom p {
	margin-bottom: 0;
}
#footer-bottom a {
	color: #bfdbfc;
	font-size: 11px;
	font-weight: bold;
}

/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 767px) {

}
