/*
Theme Name: The Lost Ogle - 2013
Theme URI: http://ithemes.com/
Description: This Builder Child Theme was handcrafted for The Lost Ogle.
Author: iThemes Creative Services
Author URI: http://ithemes.com/services
Version: 0.0.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Builder

Version History
	See history.txt
*/


/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/

@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800');

/* Italic */
@font-face {
    font-family: 'League Gothic Italic';
    src: url('fonts/leaguegothic-italic-webfont.eot');
    src: url('fonts/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-italic-webfont.woff') format('woff'),
         url('fonts/leaguegothic-italic-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
    font-weight: normal;
    font-style: italic;

}

/* Regular */
@font-face {
    font-family: 'League Gothic';
    src: url('fonts/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.trc_rbox_outer {
	width: 100%;
}

html {
	font-size: 100.01%;
	-webkit-font-smoothing: antialiased;
}
body {
	color: #444;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
input, select, textarea {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}


/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/
body {
	background: #fff url(images/bg.png) top left repeat;
}


/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #2661a8;
	text-decoration: none;
}
a:hover {
	color: #3ba8d3;
	text-decoration: none;
}
a:focus {
	color: #3ba8d3;
}

.entry-content a {
	font-weight: 700;
}

img {
	max-width: 100%;
	height: auto;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #111111;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.5;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.7em;
	line-height: 1.75;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	border: none;
	display: block;
	max-width: 100% !important;
	width: 100% !important;
}

.width {
	width: 960px;
	margin: 0 auto;
}

/*********************************************
	Default Module Styling
*********************************************/

.builder-module-last {
	margin-bottom: 0;
}
.builder-module-element {
	padding: 1.5em;
}


/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: .75em 0;
	width: 100%;
}
.builder-module-sidebar.right {
	margin-right: 0;
}
.builder-module-sidebar.left {
	margin-left: 0;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	color: #333333;
	margin: 0;
	padding: 20px 10px 0 0;
}
/*.builder-module-sidebar .widget.widget-bottom {
	padding: 20px 4.5em 0 4.5em;
}*/
.builder-module-sidebar .widget-section-wrapper {
	padding: 0 .75em;
}
.builder-module-sidebar .widget-section-wrapper .widget {
	padding: .75em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-right: .75em;
}
.builder-module-sidebar h4.widget-title {
	font-size: 20px;
	font-family: 'League Gothic';
	background: #3ba8d3;
	display:inline-block;
	color: #fff;
	font-weight: normal;
	padding: 3px 20px 3px 10px;
	text-transform: uppercase;
	margin: 0;
}
.builder-module-sidebar h4.widget-title a {
	color: #333333;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}


/*********************************************
	Popular & Featured Posts
*********************************************/

ul.pop-widget-tabs {
	display:none !important;
}
div.pop-inside,
.featured-inside {
	clear:both;
	padding:0;
	border:none !important;
	margin:5px 0px 0px;
}
.featured-list {
	margin: 0;
}
.featured-posts-sidebar {
	margin-bottom: 1.5em;
}
div.pop-inside ul li,
.featured-inside ul li {
	margin:25px 0 !important;
	list-style:none;
	position:relative;
	padding:0 !important;
	border-bottom:none !important;
}
.pop-layout-v {
	border-top: 1px solid #2661a8;
	padding-top: 15px;
}
.pop-layout-v div.pop-inside ul li img,
.featured-posts-sidebar .featured-inside ul li img {
	float:none !important;
	margin:0;
	margin-right:0px !important;
	max-width:280px !important;
	height:auto;
	box-shadow: 0 0 0 5px rgba(0,0,0,0.05);
}
.pop-layout-v div.pop-inside ul li .pop-overlay {
	background: #fff;
	margin: -40px 2em 0 2em;
}
.featured-posts-sidebar .featured-inside ul li .featured-overlay {
	background: #fff;
}

div.pop-inside ul li .pop-title,
.featured-posts-sidebar .featured-title {
	display:block;
	margin: -30px 1.7em 0 .5em !important;
	padding: .3em !important;
	font-family: 'League Gothic';
	font-weight: normal !important;
	font-size: 1.5em;
	line-height: 1.2em;
	background: #fff;
	position: relative;
	z-index: 1000;
	color: #3c3c3c;
}
div.pop-inside ul li:hover,
div.pop-inside ul li:active,
div.pop-inside ul li:focus,
.featured-inside ul li:hover,
.featured-inside ul li:active,
.featured-inside ul li:focus {
	background: none !important;
	opacity: .8;
}

	
/*********************************************
	Popular Categories
*********************************************/

.popular-category-list {
	font-family: 'League Gothic';
	color: #444;
	font-size: 1.3em;
	list-style:none;
	margin: 0 !important;
	border-top: 1px solid #2661a8;
	padding-top: 1em;
	display:block;
}
.popular-category-list li {
	margin: .5em 1em;
}


/*********************************************
	Header Module
*********************************************/

.builder-module-header .builder-module-sidebar {
	background: none;
	padding: 0;
}
.builder-module-header .builder-module-element {
	padding: 0;
}

.topbar {
	background: #2661a8;
	padding: 5px 0;
}

.menu-topbar-container {
	width: 770px;
	float:left;
}

#menu-topbar-menu {
	list-style: none;
	margin: 0;
}

#menu-topbar-menu li {
	display:block;
	float:left;
	margin: 0 10px 0 0;
}

#menu-topbar-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: .75em;
}

.topbar #searchform,
.topbar #cse-search-box,
.topbar .gsc-control-searchbox-only {
	width: 190px;
	float:right;	
	margin: 2px 0 0 0;
}

.topbar #searchform input[type="text"],
.topbar #cse-search-box input[type="text"] {
	border: none;
	outline: none;
	font-size: .75em;
	margin: 0;
	padding: 2px 5px;
	float:left;
	width: 79%;
}

.topbar #searchform input[type="submit"],
.topbar #cse-search-box input[type="submit"] {
	border: none;
	outline: none;
	margin: 3px 0 0 5px;
	float:left;
	display:block;
	float:left;
	text-indent: -999em;
	background: url(images/search-submit.png) 0 0 no-repeat;
	width: 17px;
	height: 17px;
}

.site-title {
	width: 265px;
	height: 65px;
	float:left;
	margin: 40px 0 35px 0;
}

.site-title a {
	width: 265px;
	height: 65px;
	display:block;
	background: url(http://www.thelostogle.com/ads/theme-images/logo.png) 0 0 no-repeat;
	text-indent: -999em;
}

.site-tagline {
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-size: 14px;
	letter-spacing: 1px;
	float:right;
	
}


/*********************************************
	Navigation Module
*********************************************/

.menu-main-container {
	float:right;
}

#menu-main-menu {
	padding: 50px 0 25px 0;
	margin-bottom: 20px;
}

#menu-main-menu li {
	display:block;
	float:left;
	margin: 0 0 0 30px;
	font-family: 'League Gothic', 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
	zoom: 1;
}

#menu-main-menu li a {
	text-decoration: none;
	color: #383838;
}

#menu-main-menu li a:hover,
#menu-main-menu li.current-menu-item a {
	color: #2661a8;
}


/*********************************************
	Featured Posts bar
*********************************************/
.builder-module-content-outer-wrapper {
	overflow:visible !important;
	background: #fff;
}
.featured-posts {
	position: relative;
	width: 960px;
	margin-left: -30px;
	font-family: 'League Gothic';
	background: url(http://www.thelostogle.com/ads/theme-images/bg.png) bottom left repeat;	
	padding: 40px 30px;
	height: 140px;
	overflow:hidden;
}

#it-featured-posts {
	margin: 0;
}

#it-featured-posts li {
	display:block;
	float:left;
	vertical-align: top;
	width: 260px;
	padding: 0px 30px;
	min-height: 140px;
	margin-bottom: 50px;
}

#it-featured-posts li a {
	color: #2661a8;
	font-size: 1.75em;
	line-height: 1.2em;
	text-decoration: none;
}

.featured-post-image {
	position: relative;
	display:block;
	height: 200px;
	width: 320px;
}
.featured-post-image img {
	opacity: 1;
	margin: 0;
	height: 200px;
	width: 320px;
	-webkit-transition: .2s linear all;
}

.featured-post-image img:hover {
	-webkit-transform: scale(1.05, 1.05);
}

.featured-post-text a {
	display:block;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	padding: 10px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.featured-post-text a:hover {
	background: rgba(0,0,0,0.3);
	color: #fff
}

.featured-date {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	padding: 5px 10px;
	background: #383838;
	display:block;
	float:left;
	margin: 10px 0 0 0
}

#featured-prev,
#featured-next {
	width: 20px;
	height: 28px;
	display:block;
	text-indent: -999em;
	position: absolute;
	top: 45%;
}

#featured-prev {
	background: url(http://www.thelostogle.com/ads/theme-images/prev.png) 0 0 no-repeat;
	left: 0px;
}

#featured-next {
	background: url(http://www.thelostogle.com/ads/theme-images/next.png) 0 0 no-repeat;
	right: 0px;
}


/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar.builder-module-after-header  {
	background: #fff;
	padding: 10px 0 5px 0;
	clear:both;
}

.builder-module-widget-bar-background-wrapper.builder-module-before-widget-bar-background-wrapper {
	padding-bottom: 0;
	margin-bottom: 0;
}
.builder-module-widget-bar-background-wrapper.builder-module-after-widget-bar-background-wrapper {
	padding-top: 0;
}

.builder-module-widget-bar .builder-module-sidebar {
	padding: 0;
}
.builder-module-widget-bar .widget {
	padding: .75em;
}

.builder-module-widget-bar.builder-module-after-header .widget {
	padding: 0;
}

.social-bar {
	background: #2661a8;
	height: 90px;
}

.social-bar ul {
	margin: 0;
	padding: 25px 15px;
}

.social-bar li {
	display:block;
	float:left;
	margin-right: 3px
}

.social-bar li a {
	width: 37px;
	height: 37px;
	display:block;
	text-indent: -999em;
	background: url(images/social.png) 0 0 no-repeat;
}

.social-bar li a.twitter {background-position: 0 0}
.social-bar li a.facebook {background-position: -44px 0}
.social-bar li a.youtube {background-position: -88px 0}
.social-bar li a.rss {background-position: -133px 0}

.social-bar li a:hover {
	opacity: .5;
}

/*********************************************
	Footer Module
*********************************************/

.builder-module-before-footer {
	padding: 30px 0;
	text-align: center;
}
.builder-module-footer-background-wrapper {
	background: #383838;

}
.builder-module-footer{
	color: #fff;
	width: 960px;
	margin: 0 auto;
	padding: 65px 0 100px 0;
	
}
.builder-module-footer .single .builder-module-element,
.builder-module-footer .left .builder-module-element {
	
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

.builder-module-footer a {
	color: #fff;
	text-decoration: none;
	font-family: 'League Gothic';
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

.footer-logo {
	width: 319px;
	height: 64px;
	margin: 0 auto 40px auto;
}
.footer-logo a {
	display: block;
	width: 319px;
	height: 64px;
	text-indent: -999em;
	background: url(images/footer-logo.png) 0 0 no-repeat;
}
.footer-nav .menu {
	text-align: center;
	margin: 0 0 30px 0;
}
.footer-nav .menu li {
	display:inline;
	margin: 0 10px;
	text-align: center;
}
.footer-nav .menu li a {
	-webkit-transition: .2s linear all;
	-moz-transition: .2s linear all;
}
.footer-nav .menu li a:hover {
	text-decoration: none;
	color: #efefef;
}
.credit-link {
	text-align: center;
	font-size: .8em;
}
.credit-link span.copyright {
	font-size: 1.2em;
	display:block;
	text-align: center;
}
.credit-link a {
	display: block;
	width: 92px;
	height: 27px;
	text-indent: -999em;
	background: url(images/credit.png) 0 0 no-repeat;
	margin: 10px auto;
	-webkit-transition: .2s linear all;
	-moz-transition: .2s linear all;
}
.credit-link a:hover {
	opacity: .7;
}



/*********************************************
	Image Module
*********************************************/

.builder-module-image-background-wrapper {
	background: transparent;
}
.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}


/*********************************************
	HTML Module
*********************************************/

.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}


/*********************************************
	Content Module
*********************************************/

.featured-image {
	min-height: 60px;
}
.featured-image img {
	margin: 0;
	z-index: 10;
	position: relative;
	box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
}
.builder-module-content .builder-module-element {
	overflow: visible !important;
	background: #fff;
	padding: 15px 35px 15px 15px;
}
.builder-module-content .hentry {
	margin-bottom: 3em;
	position: relative;
	font-size: .9em;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.entry-title,
.loop-title {
	clear: both;
	color: #383838;
	font-family: 'League Gothic';
	font-size: 2.25em;
	font-weight: normal;
	line-height: 1;
	margin-bottom: .56em;
	background: #fff;
	z-index: 100;
	position: relative;
	margin: 0 20px 0 20px;
	
}
.entry-title a {
	color: #383838;
	font-size: 1em;
	text-decoration: none;
	display:block;
	padding: 10px 10px 10px 0px;
	margin: 10px 10px 10px 0px;
}
.entry-title a:hover {
	color: #2661a8;
}
.entry-title a.has-featured {
	padding: 10px;
	margin: -40px 10px 10px 0px;
}
.hentry .entry-meta {
	display: block;
	font-size: .9em;
	border-top: 1px solid #2661a8;
	text-align: right;
	margin: 0 20px;
}
.hentry .entry-meta a {
	text-decoration: none;
}
.hentry .entry-meta .categories a {
	color: #2661a8;
	font-weight: 600;
}
.hentry .entry-meta .author {
	padding: 2px 10px 5px 10px;
	background: #2661a8;
	margin: 0 0 0 0;
	color: #fff;
	text-decoration: none;
	float:left;
}
.hentry .entry-meta .author a {
	color: #fff;
	font-weight: 600;
}
.hentry .entry-meta-date {
	font-size: 1em;
	line-height: 1.2em;
	background: #3ba8d3;
	padding: 5px 10px;
	color: #fff;
	display: block;
	float: right;
	
}
.hentry .entry-footer {
	display: block;
	clear:both;
	border-top: 1px solid #2661a8
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0 0 1.5em 0;
}

.hentry .entry-date {
	position: absolute;
	z-index: 200;
	top: 0;
	left: -92px;
	background: #2661a8;
	padding: 10px 15px;
	-webkit-transition: .3s linear all;
}
.hentry .entry-date:hover {
	left: -75px;
	cursor:default;
}
.hentry .entry-date .date,
.hentry .entry-date .year {
	display:block;
	text-align: center;
	color: #fff;
	font-family: 'League Gothic';
	line-height: 1;
	
}
.hentry .entry-date .year {
	font-size: 36px;
}

.hentry .entry-date .date {
	font-size: 26px;
}
.entry-content {
	clear: both;
	margin-top: .5em;
	padding: .5em 2em;
}
.loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
}
.entry-footer .more-link a{
	background: #3ba8d3;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .8em;
}
.entry-footer .more-link a:hover {
	background: #2661a8;
}
.entry-footer .comments {
	font-size: .8em;
	
}

.post-nav {
	border-top: 1px solid #2661a8;
	border-bottom: 1px solid #2661a8;
	margin: 2em 0 4em 0;
}

.post-nav .post-prev,
.post-nav .post-next {
	min-height: 90px;
}

.post-nav .post-prev {
	float:left;
	width: 262px;
	border-right: 1px solid #2661a8;
	text-align: left;
	padding: 1.5em 2em 1.5em 0;
}

.post-nav .post-next {
	float:left; 
	width: 263px;
	text-align: right;
	padding: 1.5em 0 1.5em 2em;
}

.post-nav span {
	display:block;
	font-family: 'League Gothic';
	font-size: 1.8em;
	text-transform: uppercase;
	color: #4b4b4b;
}

.post-nav a {
	font-family: 'League Gothic';
	font-size: 1.3em;
	color: #3ba8d3;
	line-height: 1;
}

.post-nav a:hover {
	color: #2661a8;
}

.comment-ad {
	float: left;
	width: 100%;
	max-width: 336px;
}
.yarpp-related {
	padding: 1.5em 0;
	float:right; 
	width: 100%;
	max-width: 230px;
	
}

.yarpp-related.no-adsense {
	float:left;
}

.yarpp-related p {
	margin: 0;
	font-family: 'League Gothic';
	font-size: 1.5em;
	color: #4b4b4b;
	text-transform: uppercase;
}

.yarpp-related ol {
	list-style:none;
	margin: 0;
}

.yarpp-related ol a {
	font-size: .875em;
	color: #3ba8d3;
	line-height: 1;
	display:block;
}
.yarpp-related ol a:hover {color: #2661a8}

.yarpp-related ol li {
	padding: .5em;
}
.yarpp-related ol li:nth-child(odd) {
	background: #fafafa;
}
.comment-ad {
	width: 460px;
	margin: 2em auto;
}
.loop-utility {
	margin-bottom: 3em;
}
.wp-paginate,
.page-numbers {
	border-top: 1px solid #ebebeb;
	text-align: right;
	margin-bottom: 3em;
}
.page-numbers li {
	display:inline;
}
.page-numbers li a {
	padding: 1px 5px;
	background: #ebebeb;
}
.wp-paginate a {
	background: #ebebeb !important;
	padding: 0px 6px !important;	
	border:none !important;
}
.wp-paginate .current {
	padding: 0px 6px !important;
	background: #3ba8d3 !important;
	border:none !important;
}
.page-numbers li:first-child,
.page-numbers li:last-child,
.page-numbers li .dots {
	display:none;
}

.paged .page-numbers li:first-child {
	display:inline;
}



/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {

}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}

.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.entry-footer .categories,
.entry-footer .tags {
	padding: .25em 0 0 0;
}
.entry-footer .comments {
	color: #fff;
	padding: .25em .5em;
	background: #2661a8;
}
.entry-footer .comments a {
	color: #fff;
}


.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both; /* To clear any floats */
}


/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
	font-size: .9em;
}
#comments h3 {
	border-bottom: 1px solid #2661a8;
	font-family: 'League Gothic';
	font-size: 2.5em;
	color: #4b4b4b;
	text-transform: uppercase;
	font-weight: normal;
	padding: .5em;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.25em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 0 0 1.5em;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: 0;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
}
#comments cite.fn {
	font-family: 'League Gothic';
	font-style: normal;
	color: #4b4b4b;
	font-size: 1.5em;
}
#comments .comment-meta {
	margin-bottom: 1.25em;
}
#comments li.comment {
	clear: both;
	list-style-type: none;
	margin: 1em 0;
	overflow: hidden;
}
#comments li.comment p {
	padding-left: 60px;
}
#comments li .comment-body {
	margin: .25em 1.5em;
	border-bottom: 1px solid #d6d6d6;
	clear:both;
}
#comments blockquote {
	margin: 1.5em;
}
#comments .reply {
	text-align: right;
}

#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #d6d6d6;
	margin: 0 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
.comment #respond p {
	padding-left: 0 !important;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#commentform label {
	color: #3ba8d3;
	font-family: 'League Gothic';
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	
}
#commentform input[type="text"] {
	width: 100%;
}
#commentform input,
#commentform textarea {
	margin: 0;
	background: #f6f6f6;
	border:none;
	border-bottom: 3px solid #2661a8;
	outline: none;
	font-size: 1.2em;
	padding: .5em;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}

#commentform input[type="submit"] {
	background: #2661a8;
	border: none;
	color: #fff;
	font-family: 'League Gothic';
	font-weight: normal !important;
	text-transform: uppercase;
	font-size: 1.5em;
}


/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	color: #666666;
	font-size: 1em;

	padding: .25em 1.5em;
	border-left: 3px solid #afafaf;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}


/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 3em;
	padding: 0;
}
.entry-content > ul,
.entry-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.6em;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}


/*********************************************
	Tables
*********************************************/

table {
	background: #F3F3F3;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	background: #E8E8E8;
	font-weight: bold;
	line-height: 1.5;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #F6F6F6;
}
tr:nth-child(2n) td {
	background: #FFFFFF;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 8em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Styling
*********************************************/

.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}

.akpc_pop {
	display:none;
}

/*********************************************
	Social Tabs
*********************************************/

.wp-polls{
	background: #efefef;
	padding: .25em 1em;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}