/*
Theme Name: Personal
Description: A minimal blogging theme, built for blogging only. Nothing else. Simple.
Design Studio: Obox Design http://www.oboxthemes.com/
Author: Obox Design
Author URI: http://www.oboxthemes.com/
Theme URI: http://www.oboxthemes.com/theme/personal
Version: 1.2.4
License: Wordpress derivate http://www.gnu.org/licenses/gpl-2.0.html, CSS, JS, Graphics http://themeforest.net/wiki/buying/howto-buying/licensing/
License URI: http://themeforest.net/wiki/buying/howto-buying/licensing/
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-colors, featured-images, theme-options, translation-ready
*-----------------------------*
WARNING! DO NOT EDIT THIS FILE!
*-----------------------------*
To make updates to your theme, do not edit the styles in this file. Rather use 
the custom.css file to add your style changes. By copying a style from this
file and pasting it in custom.css you will override the style in this file.

*/


@import url(reset.css);
@import url(social.css);	
@import url(clearfix.css);
@import url(editor-style.css);

/*-------------------------------------------------------------------------------------------*/
/*- SETUP STD CLASSES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
body{margin: 0px; padding: 0px; font-size: 14px; font-family: 'PT Serif', Georgia, Times, serif; line-height: 1.6em;
		color: #494949; background: #fff;}

label{display: block; margin-bottom: 5px; font-weight: bold; color: #777;}
textarea, input{padding: 8px; background: none; font-size: 14px; font-family: 'PT Serif', Georgia, Times, serif; line-height: 1.6em;}
textarea{width: 90%; max-width: 520px; padding: 8px; margin: 0px; border: 1px solid #ccc;}
input[type=text]{width: 90%; max-width: 280px; border: 1px solid #ccc;}

button, input[type=button], input[type=submit]{padding: 8px 10px; background-color: #cccab1; border: none; color: #fff; text-align: center; font-weight: bold;}
button:hover, input[type=button]:hover, input[type=submit]:hover{background: #000; color: #fff; cursor: pointer;}
button:active, input[type=button]:active, input[type=submit]:active{position: relative; margin-top: 2px;}

input[type=button]:active, input[type=submit]:active{position: relative; top: 1px;}

a{text-decoration: none; color: #9a9657; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out;}
a:hover{color: #000;}
strong{font-weight: bold;}
em{font-style: italic;}

img{max-width: 100%; height: auto;}



/*-------------------------------*/
/*- LAYOUTS ---------------------*/
.no_bg{background-image: none;}
.clearboth{clear: both}
.floatleft{float: left;}
.floatright{float: right;}
.floatright{float:right;}
.no_display{display: none;}

/*-------------------------------*/
/*- DEFAULT WORDPRESS STYLING ---*/
.wp-caption { border: 1px solid #cccccc; text-align: center; background-color: #f0f0f0; padding: 5px 0px 10px 5px; margin-bottom: 10px; max-width: 96%;}
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption img { margin: 0px; padding: 0px; border: 0px none; max-width: 98.5%;}
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0px 4px 5px; margin: 0px; }
.wp-caption.alignnone {margin: 5px 20px 20px 0px;}

.alignnone {margin: 5px 20px 20px 0px;}
.aligncenter, div.aligncenter {display:block; margin: 5px auto 5px auto;}
.alignright {float:right; margin: 5px 0px 20px 20px;}
.alignleft {float:left; margin: 5px 20px 20px 0px;}
.aligncenter {display: block; margin: 5px auto 5px auto;}

a img.alignright {float:right; margin: 5px 0px 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0px;}
a img.alignleft {float:left; margin: 5px 20px 20px 0px;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

pre{padding: 15px; margin: 0px 0px 22px 0px;
	background-color: #f0f0f0; border: 1px solid #dadada;
	overflow-x: auto; overflow-y: auto;

	white-space: pre-wrap; word-wrap: break-word;
	text-indent: 0px;
	font-family: 'Courier New', Courier, monospace; font-size: 12px; line-height: 1.3em;
	color: #000; orphans: 2; text-transform: none; widows: 2;}

.gallery-item img:hover{opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */ transition: ease-in-out 1s;}
.gallery-caption {margin-left: 0; font-size: 11px; width: 74%;}

small {font-size: 75%;}

sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
table {border-collapse: collapse; border-spacing: 0;}

em, i {font-style: italic;}

abbr, acronym, dfn {border-bottom: 1px dotted #666;cursor: help;}
address {display: block; margin: 0 0 1.625em;}
ins {text-decoration: none;}

table{padding: 10px; margin-bottom: 20px;}
th{padding: 3px; font-weight: bold;}
tr{border-bottom: 1px solid #eee;}
tr:last-child{border: 0px;}
tr, td{padding: 3px 8px;}

/* WP3.4 Required */
.sticky{}
.bypostauthor{}

/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#wrapper{padding: 0px 0px; overflow: hidden;}

#header-container{position: fixed; width: 100%; padding: 10px 0; background: #fff; border-bottom: 1px solid #e4e4e4; z-index: 10;}
#header{margin: 0 auto; max-width: 940px; padding: 0px 20px; position: relative;}

#content-container{max-width: 940px; margin: 0 auto; padding: 130px 20px 0;}

#left-column{float: left; width: 65.95744%;}
#right-column{float: right; width: 29.78%;}

.sidebarleft #left-column{float: right;}
.sidebarleft #right-column{float: left;}

.sidebarnone #left-column{float: none; margin: 0 auto; width: auto; max-width: 940px;}
.sidebarnone #left-column .copy, .sidebarnone #left-column .post-title-block{padding: 0px 90px;}
.sidebarnone #left-column .comments, .sidebarnone #left-column .post-meta{padding-left: 90px; padding-right: 90px;}

#footer-container{max-width: 100%; margin: 0 auto; overflow: hidden;}


/*-------------------------------------------------------------------------------------------*/
/*- COMMON ELEMENTS -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.section-title{clear: both; margin-bottom: 20px; font-size: 23px; font-weight: lighter;}
.section-title-404{max-width: 540px; padding: 40px; margin-bottom: 40px; background: #333; color: #fff; font-weight: 900; font-size: 40px; line-height: 50px; text-transform: uppercase;}

a.action-link{padding: 5px 10px; border: 3px solid #f0f0f0; border-radius: 100px; font-weight: bold; font-size: 12px; color: #000; text-transform: uppercase;}
a.action-link:hover{border-color: #000;}
a.action-link .comment-count{padding: 5px 0px 5px 30px; margin: -5px 0px -5px 10px; background: url(images/layout/sprite.png) -476px 6px no-repeat; border-left: 3px solid #f0f0f0; color: #999;}

.page-intro{margin-bottom: 14px; font-size: 20px; color: #888;}

#menu-drop-button{display: none;}


/*-------------------------------------------------------------------------------------------*/
/*- HEADER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*--------------------------*/
	/*- HEADER ROW -------------*/
	.logo{float: left;}
	.logo h1{font-size: 35px; line-height: 40px; font-family: 'Rochester', Georgia, Times, cursive;}
	.logo h1 a{color: #000000;}
	.logo h1 a:hover{color: #999657;}
	.logo .tagline{padding: 0px; margin: 0px 0px 0px; font-size: 12px; color: #777;}
	
	
	/*--------------------------*/
	/*- HEADER ROW -------------*/
	#header-banner{height: 350px; margin: 0px 0px -60px; padding-top: 60px; display: block;}
	
	
	/*--------------------------*/
	/*- CATEGORY MENU ----------*/
	ul#nav{position: absolute; right: 20px; bottom: 0px; font-size: 15px; }
	ul#nav li{float: left; margin-left: 30px; position: relative;}
	ul#nav li:last-child{margin-bottom: 0px;}
	ul#nav li a{display: inline-block; padding: 0px; color: #777;}
	ul#nav li a:hover{color: #000;}
	ul#nav li a:active{}
	
	
	/*--------------------------*/
	/*- SUB MENU ---------------*/
	ul#nav ul.sub-menu, ul#nav .children{display: none; padding: 0px; position: absolute; top: 32px; left: -10px; z-index: 10;
											background: #fff; border: 1px solid #d2d2d2; box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.05);}
	ul#nav ul.sub-menu ul, ul#nav .children ul{top: 0px; left: 234px;}
	ul#nav ul.sub-menu li, ul#nav .children li{clear: both; width: 230px; padding: 0px; margin: 0px; border-bottom: 1px dotted #ccc;}
	ul#nav ul.sub-menu li:last-child, ul#nav .children li:last-child{border-bottom: none;}
	ul#nav ul.sub-menu li a, ul#nav .children li a{display: block; padding: 8px 10px; border: none; background: none; color: #000;}
	ul#nav ul.sub-menu li a:hover, ul#nav .children li a:hover{padding-left: 13px; color: #555;}
					
	
/*-------------------------------------------------------------------------------------------*/
/*- BLOG LIST AND BLOG POST PAGES -----------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/


	/*----------------------------*/
	/*- BLOG LIST ----------------*/
	.blog-main-post-container{}
	.blog-main-post-container li.post{clear: both; padding-bottom: 25px; margin-bottom: 50px; border-bottom: 1px solid #cccab1;}
	.blog-main-post-container li.post:last-child{border: none; margin-bottom: 0px;}
	.blog-main-post-container .post-image {margin: 0px 0px 40px; display: block;}
	.blog-main-post-container .post-image img{margin: 0px auto; display: block;}
	
	.post-title-block{padding: 0px; text-align: center;}
	.post-title-block .post-title{font-size: 45px; margin-bottom: 20px; line-height: 45px; font-family: 'Rochester', Georgia, Times, cursive;}
	.post-title-block .date{margin-top: 0px; margin-bottom: 40px;  font-variant: small-caps; color: #777;}

    .copy embed{max-width: 100%;height: auto;}
		
	
	/*----------------------------*/
	/*- POST TITLE ---------------*/
	.post-title{margin-bottom: 0px; font-size: 22px; font-family: 'Roboto Condensed', sans-serif; color: #333;}
	.post-title a{color: #333;}
	.post-title a:hover{color: #7c7a45;}
	.post-title span{color: #777;}
		
		
	/*----------------------------*/
	/*- COPY BLOCK ---------------*/
	.copy{line-height: 1.6em;  font-size: 17px;}
	.copy p{margin-bottom: 25px;}
	.copy dl{margin-bottom: 25px;}
	.copy address{display: block; margin-bottom: 25px;}
	.copy ul{list-style: disc; margin: 0px 0px 25px 24px;}
	.copy ol{list-style: decimal; margin: 0px 0px 25px 24px;}
	.copy ul li, .copy ol li{margin-bottom: 0px;}
	.copy img{display: block; background: #f5f5f5;}
	.copy a{color: #999657;}
	.copy a:hover{color: #000;}
	.copy h1{font-size: 30px; font-weight: 700; margin-bottom: 25px;}
	.copy h2{font-size: 24px; font-weight: 700; margin-bottom: 25px;}
	.copy h3{font-size: 20px; font-weight: 700; margin-bottom: 25px;}
	.copy h4{font-size: 16px; font-weight: 700; margin-bottom: 25px;}
	.copy h5{font-size: 15px; font-weight: 700; margin-bottom: 20px;}
	.copy blockquote{padding-left: 30px; margin: 30px 0px; border-left: 10px solid #f0f0f0;}
	.copy blockquote cite{font-weight: 900; font-size: 30px; line-height: 1.35em;}
	.copy blockquote p{font-style: italic; font-weight: normal; font-size: 26px;}
	.copy pre {clear: both; padding: 20px; margin: 14px 0px 40px; background-color: #f5f5f5; border-top: 3px solid #dadada; border-bottom: 3px solid #dadada;
				white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; overflow-x: auto; overflow-y: auto;
				orphans: 2; text-align: left; line-height: 1.3em; color: #333;
				font-size: 14px; font-weight: normal; font-style: normal; font-family: "Courier New", Courier, monospace;}
		
	
	/*--------------------------*/
	/*- POST FORMATS -----------*/	

		/*------------------*/
		/*- QUOTES -----------*/
		.format-quote .date{display: none;}
		.format-quote .copy{padding: 40px 40px 40px 80px; background: #333 url(images/layout/quote-icon.png) 20px 30px no-repeat; background-size: 38px 30px; color: #fff;}
		.format-quote .copy p{margin: 0px;}
		.format-quote .action-link{display: none;}
		.format-quote cite{display: inline-block; float: right; padding: 3px 10px; background: #f0f0f0; color: #777; font-size: 12px;}
		.format-quote cite a{color: #777; text-decoration: underline;}
		.format-quote cite a:hover{color: #000;}
	
	
	/*------------------------------*/
	/*- POST PAGE META -------------*/
	.post-meta{padding: 0px; margin-bottom: 0px; overflow: hidden;}
	.post-meta li.meta-block{float: left; padding-bottom: 0px; margin: 0px; overflow: hidden;}
	.post-meta li.meta-block.social{float: right;}
	
	
		/*-------------------------*/
		/*- SOCIAL ----------------*/
		.social{float: right; padding: 5px 0;}
		.social li{float: left; line-height: 14px;}
  		.social li.addthis{float: right;}
		a.addthis_default_style{padding: 0px !important;}
		a.addthis_button_tweet{width: 90px;}
		a.addthis_button_facebook_like{width: 85px;}
		
		
		/*-------------------------*/
		/*- TAGS ------------------*/
		.tags{overflow: hidden; padding: 0px;}
		.tags li{float: left; display: inline; margin-right: 15px; color: #555;}
		.tags li a{color: #999; text-decoration: underline;}
		.tags li a:hover{color: #000; text-decoration: none;}
		

	/*--------------------------*/
	/*- PAGINATION -------------*/
	.pagination{margin-top: 25px; padding: 50px 0px; text-align: center; border-top: 1px solid #CCCAB1;}
	.pagination li{display: inline; border-bottom: none !important;}
	.pagination a{width: 19px; height: 19px; display: inline-block; border: 2px solid #ccc; border-radius: 100%;}
	.pagination a:hover{border-color: #333;}
	.pagination .previous a{margin-right: 5px; background: url(images/layout/arrow-small-right.png) 6px 5px no-repeat;}
	.pagination .next a{background: url(images/layout/arrow-small-left.png) 7px 5px no-repeat;}
	.pagination span{font-size: italic; text-align: center;}
	.page-count{display: block !important; margin-top: 2px; clear: both; overflow: hidden; width: 100%; text-align: center; }
	
	
	/*--------------------------*/
	/*- RELATED POSTS ----------*/
	.related-posts{padding-bottom: 20px; padding-top: 50px; border-top: 1px solid #CCCAB1;}
	
	
	/*--------------------------*/
	/*- SINGLE  ----------------*/
	.single .post-image{margin: 0px 0px 40px;}
	.single .blog-main-post-container .copy{}
	
	
	/*--------------------------*/
	/*- SINGLE  ----------------*/
	.page .post-image{margin: 0px 0px 40px;}
	
	
	/*--------------------------*/
	/*- FULL WIDTH -------------*/
	.full-width .copy, .full-width .comments, .full-width .post-meta{padding: 0px 90px;}
	.full-width .post-image{margin: 0px 0px 40px;}


/*-------------------------------------------------------------------------------------------*/
/*- COMMENTS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#comments{clear: both; border-top: 1px solid #CCCAB1; }
#comments h2{padding-top: 50px; margin-bottom: 20px; font-size: 28px; font-family: 'Roboto Condensed', sans-serif; color: #333;}

.comments-open{}
li.comments-open:nth-child(2n){margin: 0px 0px 50px; padding: 0px; border: none;}

.comment-container{margin-bottom: 50px;}

.comment{margin: 0px 0px 20px; position: relative; overflow: hidden; border-bottom: 1px solid #CCCAB1;}

.comment-author{float: left; width: 10%;}
.comment-author img{width: 100%;}

.comment-meta{margin-left: 13.461538%;}
.comment .fn{display: block; padding: 0px; margin: 0px; font-size: 15px; color: #333; font-weight: bold;}
.comment .date{display: block; margin-bottom: 20px; font-variant: small-caps; color: #777; font-size: 12px;}

.comment p{margin-bottom: 26px; }

.comment .reply{position: absolute; top: 0px; right: 0px; text-transform: uppercase; font-size: 12px;}
.comment .reply{border-color: #000; color: #000;}

.logged-in-as{margin-bottom: 20px; color: #777;}
.logged-in-as a{}
.logged-in-as a:hover{}

#reply-title{margin-bottom: 20px; font-size: 28px; font-family: 'Roboto Condensed', sans-serif; color: #333;}
.form-allowed-tags{display: none;}


	/*------------------------*/
	/*- THREADED COMMENTS ----*/
	.children{clear: both; padding: 0px 0px 0px 13.461538%;}
	.children li.comment{padding: 20px 0px 0px; border-top: 1px solid #CCCAB1; border-bottom: none;}
	.children li.comment:last-child{border-bottom: none; margin-bottom: 0px; padding-bottom: 0px;}
	.children li.comment .date{top: 20px;}
	.children .comment-avatar{margin-right: 0px;}
	.children .reply{top: 20px;}
	
	#commentform .checkbox{float: left; font-size: 11px; font-weight: bold;}
	#commentform p{margin: 0px 0px 15px;}


/*-------------------------------------------------------------------------------------------*/
/*- PORTFOLIO SECTION -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.portfolio-title-block .post-title{margin-bottom: 50px; text-align: center; font-size: 45px; line-height: 45px; font-family: 'Rochester', Georgia, Times, cursive;}

.portfolio-content #left-column{width: 31.91489%; float: left !important; padding-bottom: 20px;}
.portfolio-content #right-column{width: 65.95744%; float: right !important;}

.portfolio-content .post-title{padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #CCCAB1; font-size: 28px; line-height: 28px;}
.portfolio-content .copy{padding: 0px !important; font-size: 14px;}

.portfolio-content .portfolio-website{padding-left: 25px; background: url(images/layout/link-icon.png) 0px 4px no-repeat; display: block;}
.portfolio-content .portfolio-category{padding-left: 25px; background: url(images/layout/folder-icon.png) 0px 3px no-repeat; display: block;}


	/*----------------------------*/
	/*- PORTFOLIO CATEGORY LIST --*/
	.portfolio-category-list{margin-bottom: 40px; padding: 0px; overflow: hidden; text-align: center;}
	.portfolio-category-list li{display: inline; margin-right: 15px; color: #555;}
	.portfolio-category-list a{color: #999; text-decoration: underline;}
	.portfolio-category-list a:hover{text-decoration: none;}
	.portfolio-category-list .selected{color: #555; text-decoration: none;}


	/*----------------------------*/
	/*- PORTFOLIO LIST -----------*/
	.portfolio-list{border-bottom: none !important;}
	.portfolio-list li{float: left; width: 30.1075%; margin: 0 4.83871% 30px 0;}
	.portfolio-list li:nth-child(3n+3){margin-right: 0px;}
	.portfolio-list li:nth-child(3n+4){clear: left;}
	.portfolio-list li .post-image{margin-bottom: 15px;}
	.portfolio-list li p{margin-bottom: 20px; font-size: 15px; line-height: 1.6em; color: #888;}
	.portfolio-list img{display: block; width: 100%; height: auto;}
	
	
		/*------------------------*/
		/*- TWO COLUMN -----------*/
		.two-column.portfolio-list li{float: left; width: 49%; margin: 0 2% 40px 0;}
		.two-column.portfolio-list li:nth-child(3n+3){}
		.two-column.portfolio-list li:nth-child(3n+4){clear: none;}
		.two-column.portfolio-list li:nth-child(2n+2){margin-right: 0%;}
		.two-column.portfolio-list li:nth-child(2n+3){clear: left;}
		
		/*------------------------*/
		/*- ONE COLUMN -----------*/
		.one-column.portfolio-list li{float: none; border: none; width: 100%; margin: 0 0 40px 0;}
		.one-column.portfolio-list li:nth-child(3n+3){margin-right: 0%;}
		.one-column.portfolio-list li:nth-child(3n+4){clear: left;}
		
	
	/*----------------------------*/
	/*- PORTFOLIO NEXT PREV POST ------*/
	.next-prev-post-nav{padding: 10px 0px; margin-top: 30px; border-top: 1px solid #CCCAB1; overflow: hidden; color: #ccc;}
	.next-prev-post-nav li{float: left; width: 49%; font-size: 17px; font-family: 'Roboto Condensed', sans-serif;}
	.next-prev-post-nav li:last-child{float: right; text-align: right;}
	

	/*----------------------------*/
	/*- SLIDER -------------------*/
	.slider{overflow: hidden; max-width: 620px; margin-bottom: 50px; position: relative;}
	
		/*---------------------*/
		/*- SLIDER IMAGES -----*/
		.gallery-container{width: 99999px; position: relative; z-index: 1;}
		.gallery-container li{display: block; float: left; max-width: 100%; position: relative;}
		.gallery-container li a{display: block; height: auto;}
		.gallery-container img{display: block; max-width: 100%; height: auto;}
		

		/*---------------------*/
		/*- SLIDER CONTROLS ---*/
		.controls{width: 82px; position: absolute; top: 30px; left: 30px; z-index: 3;}		
			
			/*---------------------*/
			/*- NEXT & PREVIOUS ---*/	
			.slider .next, .slider .previous{float: right; display: block; width: 34px; height: 34px; border-radius: 100%; background: #fff url(images/layout/arrow-sprite.png) no-repeat; z-index: 3; overflow: hidden; text-indent: -99999px;}
			.slider .next{background-position: -179px 12px; margin-left: 10px;}
			.slider .previous{background-position: 13px 12px;}
			.slider .next:hover, .slider .previous:hover{background-color: rgba(255, 255, 255, 0.7); border-color: #a3a07d;}
			
		
			
			/*---------------------*/
			/*- SLIDER DOTS -------*/
			.slider-dots{display: none;}
			
			
	/*----------------------------*/
	/*- BREAD CRUMBS -------------*/
	#crumbs{overflow: hidden; padding: 0px; margin-bottom: 30px;}
	#crumbs li{float: left; display: inline; margin-right: 15px; color: #555;}
	#crumbs li a{color: #999; text-decoration: underline;}
	#crumbs li a:hover{text-decoration: none;}
	
	/*----------------------------*/
	/*- SOCIAL -------------------*/
	.portfolio-content .social{float: none; display: block; margin-top: 25px;}
			
			
/*-------------------------------------------------------------------------------------------*/
/*- WIDGETS ---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/	
li.content-widget:last-child{border-bottom: none; margin-bottom: 0px;}

	
	/*-------------------------------------------*/
	/*- CONTENT WIDGET  -------------------------*/
	.content-widget .widgettitle{font-size: 26px; margin-bottom: 20px; font-weight: bold;}
	.content-widget .widgettitle a{color: #333;}
	.content-widget{position: relative; padding-bottom: 20px; margin-bottom: 50px; border-bottom: 1px solid #CCCAB1;}
	.content-widget ul{display: block;}
	.content-widget li a.read-on{float: right; margin: 0px 0px 0px 0px;}
	.content-widget li .copy{font-size: 14px; text-align: left;}
	.content-widget li .copy p{}
	.content-widget li img{display: block; width: 100%; height: auto;}
	.content-widget .more-posts{width: 120px; position: absolute;  left: 0; right: 0; bottom: 20px; margin-left: auto; margin-right: auto; padding: 8px 40px; background: #cccab1; color: #fff; border-radius: 5px; text-align: center; font-weight: bold; font-size: 16px;}
	.content-widget .date{margin-top: 5px;  font-variant: small-caps; color: #777;}
	.content-widget .pagination{padding-bottom: 20px;}

	
		/*---------------------*/
		/*- FOUR COLUMNS ------*/
		.four-column{clear: both; overflow: hidden;}
		.four-column li.column{float: left; width: 23.4042%; margin-right: 2.1276%; margin-bottom: 30px;}
		.four-column li:nth-child(4n+4){margin-right: 0;}
		.four-column li:nth-child(3n+4){clear: none;}
		
	    .four-column .post-image{margin-bottom: 15px; max-width: 220px; overflow: hidden; display: block;}
	    .four-column .post-image a{display: block;}
	    .four-column .post-image img{max-width: 100%; height: auto;}
		.four-column .post-image iframe{width: 100%;} 
		.four-column .copy{margin-top: 5px;}
		
	  	
		/*---------------------*/
		/*- THREE COLUMNS -----*/
		.three-column li.column{float: left; width: 31.9149%; margin-right: 2.1276%; margin-bottom: 30px;}
		.three-column li:nth-child(3n+3){margin-right: 0px;}
		.three-column li:nth-child(3n+4){clear: left;}
		.three-column .post-image{margin-bottom: 15px;}
		.three-column .date{margin-top: 5px; font-variant: small-caps; color: #777;}
		.three-column .copy{margin-top: 5px; font-size: 14px; text-align: left;}
	    
	    
	    /*---------------------*/
		/*- TWO COLUMNS -------*/
		.two-column li.column{float: left; width: 48.9362%; margin-right: 2.1276%; margin-bottom: 30px;}
		.two-column li:nth-child(2n+2){margin-right: 0px; margin-bottom: 30px;}
		.two-column li:nth-child(2n+3){clear: left;}
		.two-column .post-image{margin-bottom: 15px;}
		.two-column .copy{margin-top: 5px;}
		
		
		/*---------------------*/
		/*- ONE COLUMNS -------*/
		.one-column {margin: 0px; padding: 0px;}
		.one-column .column{width: 100%; margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid #CCCAB1;}
		.one-column .column:last-child{margin-bottom: 0px; padding-bottom: 20px; border: none;}
		.one-column .post-image{margin: 0px 0px 40px;}
		.one-column .post-title{margin-bottom: 20px; font-size: 45px; line-height: 45px; font-family: 'Rochester', Georgia, Times, cursive; text-align: center;}
		.one-column .date{margin-top: 0px; margin-bottom: 40px; text-align: center;}
		.one-column .column .copy{padding: 0px 90px; margin-top: 0px;}
		.one-column .copy p{font-size: 17px; line-height: 1.6em;}
		
		.one-column .post-meta{margin-top: 25px; padding: 0px 90px; font-size: 15px; }
		.one-column .post-meta li{float: left; width: 43%; position: relative; margin-bottom: 0px; padding-bottom: 0px; line-height: 50px; border-bottom: none;}
		.one-column .post-meta .post-author{border-right: 1px solid #CCCAB1; padding-right: 50px; text-align: right;}
		.one-column .post-meta .post-comments{padding-left: 50px; text-align: left;}
		
		.author-icon, .comments-icon{position: absolute; top: 10%; height: 44px; width: 44px; border-radius: 22px; background-color: #cccbaf;}
		.author-icon{left: 0px; background-image: url(images/layout/pencil-icon.png); background-repeat: no-repeat; background-position: 10px 9px;}
		.comments-icon{right: 0px; background-image: url(images/layout/bubble-icon.png); background-repeat: no-repeat; background-position: 9px 9px;}
		
		.one-column .format-quote {margin-bottom: 50px;}
		
	/*-------------------------------------------*/
	/*- RIGHT COLUMN WIDGET STYLING -------------*/
	#right-column .widgettitle{padding-bottom: 10px; margin-bottom: 10px; font-size: 22px; font-family: 'Roboto Condensed', sans-serif; color: #333;}
	#right-column .widgettitle a{color: #333;}
	#right-column .widgettitle a:hover{color: #555;}
	#right-column .widget{margin-bottom: 30px; line-height: 1.6em; font-size: 13px;}
	#right-column .widget li{padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #ddd;}
	#right-column .widget .dater{color: #777;}
	#right-column .column{float: none;}
		
		/*--------------------------*/
		/*- SEARCH -----------------*/
		.search-form{overflow: hidden;}
		.search-form input[type=text]{float: left; width: 58%; padding: 5px 4%; margin-right: 10px; color: #999; font-weight: bold;}
		.search-form input[type=submit]{float: left; font-size: 13px; padding: 5px 10px; border-width: 3px; text-align: center; color: #fff}
		.search-form input[type=submit]:hover{color: #fff; border-color: #fff; background: #000; cursor: pointer;}
		.archives .search-form{margin-bottom: 20px;}
		
		
		/*--------------------------*/
		/*- RECENT COMMENTS --------*/
		a.widget-comment{font-style: italic !important; display: block; font-size: 11px;}
		
		
		/*--------------------------*/
		/*- POPULAR POSTS ----------*/
		.popular_posts p{font-size: 10px; font-style: italic;}
		.popular_posts a{font-weight: 400;}
		.widget_popular_posts li a{display: block;}
		
		
		/*--------------------------*/
		/*- TWITTER ----------------*/
		iframe.twitter-timeline{min-width: 100% !important;}
		
		
		/*------------------------------------*/
		/*- ADVERTS --------------------------*/
		.adverts-125 ul{overflow: hidden;}
		.adverts-125 ul .advert{float: left; margin: 0px 18px 20px 0px; padding: 0px; border: none;}
		.adverts-125 ul .advert:nth-child(2n+2){margin-right: 0px;}
		
		
		/*------------------------------------*/
		/*- CATEGORIES -----------------------*/
		.widget_categories .children{margin-left: 20px; margin-top: 10px;}
		.widget_categories .children li{border: none !important; padding: 0px !important; margin: 0px !important; list-style-type: disc !important;}
		
		
	/*-------------------------------------------*/
	/*- HOMEPAGE DEFAULT WIDGETS  ---------------*/
	
		/*------------------------------------*/
		/*- SEARCH ---------------------------*/
		#home-widget-block li.search-form{float: left; width: 31.271478%; margin: 0 3.092784% 30px 0;}
		
		/*------------------------------------*/
		/*- RECENT POSTS ---------------------*/
		#home-widget-block li.widget_recent_entries{float: left; width: 31.271478%; margin: 0 3.092784% 30px 0;}
		#home-widget-block li.widget_recent_entries .widgettitle{margin-bottom: 20px; font-size: 17px; font-family: 'Roboto Condensed', sans-serif; color: #333;}
		
		/*------------------------------------*/
		/*- COMMENTS -------------------------*/
		#home-widget-block li.widget_recent_comments{float: left; width: 31.271478%; margin: 0 0 30px 0;}
		#home-widget-block li.widget_recent_comments .widgettitle{margin-bottom: 20px; font-size: 17px; font-family: 'Roboto Condensed', sans-serif; color: #333;}
		
		/*------------------------------------*/
		/*- ARCHIVES -------------------------*/
		#home-widget-block li.widget_archive{float: left; width: 31.271478%; clear: left; margin: 0 3.092784% 30px 0;}
		#home-widget-block li.widget_archive .widgettitle{margin-bottom: 20px; font-size: 17px; font-family: 'Roboto Condensed', sans-serif; color: #333;}
		
		/*------------------------------------*/
		/*- CATEGORIES -----------------------*/
		#home-widget-block li.widget_categories{float: left; width: 31.271478%; margin: 0 3.092784% 30px 0;}
		#home-widget-block li.widget_categories .widgettitle{margin-bottom: 20px; font-size: 17px; font-family: 'Roboto Condensed', sans-serif; color: #333;}
		
		/*------------------------------------*/
		/*- META -----------------------------*/
		#home-widget-block li.widget_meta{float: left; width: 31.271478%; margin: 0 0 30px 0;}
		#home-widget-block li.widget_meta .widgettitle{margin-bottom: 20px; font-size: 17px; font-family: 'Roboto Condensed', sans-serif; color: #333;}
		
/*-------------------------------------------------------------------------------------------*/
/*- ARCHIVES --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.archives_list{width: auto; margin-top: 20px;}
.archives_list li{height: 60px; padding: 20px 0px; margin: 0px; border-bottom: 1px solid #cccab1;}
.archives_list li .archive-post-image{float: left; width: 50px; height: 50px; margin-right: 20px; position: relative; overflow: hidden;}
.archives_list li .archive-post-image a{display: block; width: 50px; height: 50px; overflow: hidden;}
.archives_list li .archive-post-image img{display: block; position: relative;}
.archives_list li a{font-size: 19px;}
.archives_list li .comment-count{margin-left: 20px; font-weight: lighter; font-size: 11px;}

.archives_list .date{display: block; margin-right: 20px; font-size: 10px; text-transform: uppercase;}
.archives_list .date sup{position: relative; top: -3px; text-transform: lowercase; font-size: 8px;}
.archives_list .label{float: right; display: inline-block;}
.archives_list .label a{font-weight: lighter; font-size: 11px;}

.archives_list li:first-child{padding-top: 0px;}
.archives_list li:last-child{margin-bottom: 0px;}

.archives .pagination{border-top: none; padding: 30px 0px 0px; margin: 20px 0px;}
		
/*-------------------------------------------------------------------------------------------*/
/*- FOOTER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	#footer{padding: 50px 20px 0px; max-width: 940px; margin: 0 auto; border-top: 1px solid #cccab1;}
	.footer-widgets{max-width: 940px; margin: 0px auto 20px auto; overflow: hidden; line-height: 1.6em;}
	.footer-widgets .widget{float: left; width: 31.271478%; margin: 0 3.092784% 30px 0; }
	.footer-widgets .widget:nth-child(3n+3){margin-right: 0;}
	.footer-widgets .widget:nth-child(3n+4){clear: left;}
	.footer-widgets .widget ul{margin: 0px;}
	.footer-widgets .widgettitle{margin-bottom: 20px; font-size: 17px; font-family: 'Roboto Condensed', sans-serif; color: #333;}
	
	/*--------------------------*/
	/*- FOOTER TEXT ------------*/
	.footer-text{clear: both; max-width: 940px; margin: 0px auto; padding: 15px 0px; overflow: hidden; border-top: 1px solid #cccab1; font-size: 13px; }
	.copyright{float: left;}
	.obox-credit{float: right;}

	
	
/*---------------*/
/* RETINA ICONS  */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {

    a.action-link .comment-count{background: url(images/layout/sprite2.png) -476px 6px no-repeat; background-size: 500px 500px;}
    .one-column .format-quote .copy, .format-quote .copy{background: #333 url(images/layout/quote-icon.png) 20px 30px no-repeat; background-size: 38px 30px;}
}