/* @override 
	http://awesomegifs.com/wp-content/themes/awesomegifs2/style.css
*/

/*   
Theme Name: AwesomeGIFs 2.1
Theme URI: http://awesomegifs.com/
Description: A responsive design for showing off rad images.
Author: Joshua Mauldin for Invisible Interface
Author URI: http://invisibleinterface.net/
Version: 2.1
*/

/*
Inspirations, etc.:
	
	Eric Meyer: http://ericmeyer.com
	HTML5 Doctor: http://html5doctor.com
	HTML5 Boilerplate: html5boilerplate.com
	CSS Grid: cssgrid.net
		
-------------------------------------------------------------------------------*/

/* @group CSS Grid */
/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

.container {
padding-left: 20px;
padding-right: 20px;
}

.row {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 3.8%;
float: left;
min-height: 1px;
}

.row .onecol {
width: 4.85%;
}

.row .twocol {
width: 13.45%;
}

.row .threecol {
width: 22.05%;
}

.row .fourcol {
width: 30.75%;
}

.row .fivecol {
width: 39.45%;
}

.row .sixcol {
width: 48%;
}

.row .sevencol {
width: 56.75%;
}

.row .eightcol {
width: 65.4%;
}

.row .ninecol {
width: 74.05%;
}

.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

img, object, embed {
max-width: 100%;
}

.single .entry-content img {
	width: 100%;	
}

img {
	height: auto;
}


/* Smaller screens */

@media only screen and (max-width: 1023px) {

	body {
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
	
	}


/* Mobile */

@media handheld, only screen and (max-width: 767px) {

	body {
	font-size: 16px;
	-webkit-text-size-adjust: none;
	}
	
	.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	/* If something breaks, comment/uncomment this */
	/*padding-left: 20px;
	padding-right: 20px;*/
	}

}
/* @end */

/* @group Reset */

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* clearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }

/* @end */

/* @group General Styles */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	background: url(_/img/bg.gif);
	/*background: #fffff5;*/
}
body, select, input, textarea {color: #453D23;}

h1, h2{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	 /*font-family: "nimbus-sans-extended",sans-serif;*/
	 text-rendering: optimizeLegibility;
	 color: #453D23;
	 text-shadow: 1px 1px 0 #FFF5E2;
	 line-height: 120%;
	 font-weight: 900;
	font-size: 24px;
}

h3, h4{
	  font-family: "nimbus-sans-condensed",sans-serif;
	  text-rendering:optimizeLegibility;
}

h1, h1 a{
	font-size: 24px;
	 color: #454545;
	 text-decoration: none;
	 text-shadow: 1px 1px 0 #FFF5E2;}

a {color: #3B96A7;text-decoration: none;}
a:hover {color: #72633e;}

::-moz-selection{background: #3d96a8; color: #fff; text-shadow: none;}
::selection {background: #3d96a8; color: #fff; text-shadow: none;}
a:link {-webkit-tap-highlight-color: #3d96a8;} 

ins {background-color: #3d96a8; color: #000; text-decoration: none;}
mark {background-color: #3d96a8; color: #000; font-style: italic; font-weight: bold;}

.content ul{
	list-style: disc;
	line-height: 180%;
	list-style-position: inside;
	padding: 12px 24px 12px 24px;
}

.content ol{
	list-style-position: outside;
}

.content ol li{
	margin-left: 24px;
	line-height: 180%;
}

.content p{
	margin: 12px 0;
}

#nav-single{
	clear: both;
	height: 30px;
	font-size: 12px;
}

.nav-next a:after{
	content: " →";
}

.nav-previous a:before{
	content: "← ";
}

.wp_rp_content h3 {
	font-size: 21px !important;
}

.wp_rp_content ul {
	list-style-position: outside;
}

/* @end */

/* @group Basic Theme Structure */

#page-wrap {margin: 0 auto;}

header, footer#footer{
	background: url(_/img/header-bg.gif);
}

.post {}

.content{
	padding-left: 10px;
	padding-right: 10px;
}


#sidebar {}

.navigation i{
	color: #3b96a7;
}

.navigation a{
	text-decoration: none;
}

#nav-above a:hover{
	text-decoration: underline;
}
#nav-above {font-size: 12px;margin-bottom: 12px;}
.nav-next {float: right;width: 45%;text-align: right;}
.nav-previous {float: left;width: 45%;}

#searchform {}
#s {}
#searchform label{
	display: none;
}
.postmetadata{
	margin-bottom: 48px;
	margin-top: 12px;
	font-size: 12px;
}
#searchsubmit {}

#nav-home{
	padding: 12px 0;
	/*margin-left: 10px;*/
}

.more-link{
	background-color: #3d96a8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: "nimbus-sans-condensed";
	text-transform: uppercase;
	font-size: 24px;
	color: #f8f4d6;
	letter-spacing: 1px;
	margin: 12px 0;
	display: block;
	width: 150px;
	padding: 12px 24px;
	border-left-color: #999;
	text-shadow: 1px 1px 0 #756740;
	text-decoration: none;
	border: 1px solid #796a44;
}

.more-link:hover{
	color: #f8f4d6;
	background-color: #756740;
}

#nav-home a{
	background: url(_/img/awesomegifs-logo.svg) no-repeat;
	width: 300px;
	height: 48px;
	display: block;
	text-indent: -5000px;
	background-size: 300px 48px;
	margin-left: 10px;
}

#nav-home a:hover, .entry a img.attachment-post-thumbnail:hover{
	opacity: .8;
}

#description{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-family: "nimbus-sans-extended",sans-serif;*/
	font-weight: 900;
	font-size: 18px;
	text-align: right;
	color: #F8F4D6;
	/*text-transform: uppercase;*/
	margin-top: 18px;
	float: right;
	margin-right: 10px;
}

/*.stitching{
	height: 1px;
	border-top: 1px dashed #f8efe1;
	display: block;
}*/

#nav-container{
	background: #776A43 url(_/img/bar.gif);
	padding: 2px 0;
	max-width
	margin-top: 12px;
	/*-moz-box-shadow:  inset -0 -5px 15px 5px #3e291a;
	-webkit-box-shadow:  inset -0 -5px 15px 5px #3e291a;
	box-shadow: inset 0 -5px 15px 5px #3e291a;*/
}

nav{
	padding: 6px 0;
}

nav li{
	display: inline;
	margin-right: 24px;
	margin-left: 10px;
}

nav li a{
	font-family: "nimbus-sans-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 21px;
	color: #F8F4D6;
	/*letter-spacing: 1px;*/
	font-weight: 800;
	/*text-shadow: 2px 2px 0 #473E2B;
	letter-spacing: 2px;*/
}

nav li a:hover{
	color: #3d96a8;
}


.search-box form{
	float: right;
}

.content{
	margin-top: 24px;
}

article h1{
	margin-bottom: 24px;
	margin-top: 12px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.random-gif span{
	text-indent: -5000px;
	display: block;
}

.random-gif:hover{
	opacity: .8;
}

/*.random-gif{
	background: url(_/img/random-gif.png) no-repeat;
	width: 300px;
	margin-left: 7%;
	height: 74px;
	text-indent: -5000px;
	display: block;
	background-size: 300px 74px;
}*/

.tags{
	display: block;
}

#comments{
	margin-top: 24px;
	background: #dbd3c6;
	padding: 12px 12px 12px 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: inset 0 5px 15px 5px #beb7ab;
}

#comments h2{
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 800;
	margin-bottom: 12px;
	text-shadow: none;
	text-rendering:optimizeLegibility;
	font-family: "nimbus-sans-condensed",sans-serif;
}

.social{
	margin: 24px 0;
	/*background: #dbd3c6;
	padding: 12px 12px 24px 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: inset 0 5px 15px 5px #beb7ab;*/
}



.social h4{
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 800;
	margin-bottom: 12px;
	text-shadow: none;
	text-rendering:optimizeLegibility;
}

.twitter-share-button, #fb, #pinterest{
	float: left !important;
	margin-right: 24px;
}


footer#footer{
	/*border-top: 2px solid #776942;*/
	text-align: center;
	display: block;
	padding: 24px 10px;
	margin-top: 120px;
	-moz-box-shadow: inset 0 3px 3px #776942;
	-webkit-box-shadow: inset 0 3px 3px #776942;
	box-shadow: inset 0 3px 3px #776942;
}

#footer h4{
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-family: "nimbus-sans-extended",sans-serif;*/
	font-weight: 900;
	font-size: 14px;
	color: #F8F4D6;
	text-transform: uppercase;
	text-shadow: 2px 2px 0 #776A43;
	margin-bottom: 12px;
}

footer .awesomelols h4{
	text-align: center !important;
}

.awesomelols small{
	display: block;
}

footer .last{
	text-align: right;
}

footer .menu li{
	text-align: left;
}

#footer a{
	color: #F8F5D6;
}

#footer a:hover{
	text-decoration: none;
	color: #F8F5D6;
}

#footer .last small{
	font-size: 12px;
	font-weight: normal;
	color: #F8F4D6;
	text-shadow: 1px 1px 0 #776A43;
}

aside{
	margin-bottom: 24px;
	text-align: center;
}

#text-14 h2{
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

aside h2{
	/*font-size: 18px;*/
	margin-bottom: 12px;
	padding: 0 4px;
	text-shadow: none;
	text-rendering:optimizeLegibility;
	/*text-transform: uppercase;*/
	/*font-family: "league-gothic", sans-serif;*/
	font-family: "nimbus-sans-condensed",sans-serif;
}

.single-format-video .attachment-post-thumbnail, .single-format-gallery .attachment-post-thumbnail{
	display: none;
}


.single-format-video .attachment-post-thumbnail, .single-format-gallery .attachment-post-thumbnail{
	display: none;
}



aside#text-16{
	max-width: 275px;
	margin: 0 auto 48px;
	overflow: hidden;
	text-align: left;
	background: #dbd3c6;
	padding: 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: inset 0 5px 15px 5px #beb7ab;
	float: none;
}

.twitter-follow-button{
	margin-top: 24px;
}

.category-header p{
	padding-bottom: 12px;
	border-bottom: 1px solid red;
	border-color: #3e3e3e;
}

.popular-posts{
	max-width: 275px;
	margin: 0 auto 48px;
	overflow: hidden;
	text-align: left;
	background: #fff7ef;
	padding: 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: inset 0 5px 15px 5px #beb7ab;
	float: none;
	font-size: 12px;
	color: #fff7ef;
	text-shadow: 0 1px 0 #fff;
}

.popular-posts li{
	list-style: none;
	clear: both;

	min-height: 85px;
}

.popular-posts ul{
	padding: 0;
}

.popular-posts a img{
	width: 75px;
	float: left;
	margin-right: 6px;
	border: 1px solid #ccc;
}


/* @end */

/* @group Single */

.single-format-gallery .attachment-post-thumbnail img, .format-video .attachment-post-thumbnail{
	display: none;
}

.single .entry-content footer{
	margin-top: 36px;
}
.related-and-ads{
	margin: 24px 0
}

.related{
	float: left;
	margin-right: 48px;
	width: 40%;
}


/* @end */

/* @group Contact Form */

.wpcf7 label{
	font-weight: bold;
	display: block;
	margin: 24px 0 0 0;
}

.wpcf7 li{
	list-style-type: none;
	margin-left: 0 !important;
	line-height: 100% !important;

}

.wpcf7 input[type="text"], .wpcf7 textarea{
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 300px;
	padding: 6px;
}

.wpcf7-submit{
	background-color: #3a3a3a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		/*font-family: "nimbus-sans-extended";*/
	font-weight: 900;
	text-transform: uppercase;
	font-size: 18px;
	color: #f8f4d6;
	margin: 12px 0;
	padding: 6px 12px;
	border-left-color: #999;
	text-shadow: 1px 1px 0 #000;
}

.wpcf7-validation-errors{
	background: url(_/img/disappoint.jpg) no-repeat;
	color: #ff0000;
	padding: 250px 0 0 0;	
	height: 250px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
}

.wpcf7-not-valid-tip{
	width: 200px !Important;
	display: block;
	top: -24px !important;
	left: 0 ;
	position: relative;
}

.wpcf7-not-valid-tip p{
	color: #fff;
	padding: 6px 12px;
	margin-left: 12px;
	background: #ff0000;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
}

.wpcf7-mail-sent-ok{
	background: url(_/img/success.jpg) no-repeat;
	padding: 170px 0 0 0;
	height: 100px;
	color: #00a900;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
}

/* @end */

.invisible{
	display: none;
}


/* @group Ad Modules */

#top-ad{
	padding: 20px 0 0;
}

.ad-horiz{
	margin: 0 auto;
	padding: 60px 0 0 0;
	display: block;
	width: 728px;
	height: 90px;
	text-align: center;
}

.first-post-ad{
	text-align: left;
	margin-bottom: 48px;
}

.first-post-ad strong{
	display: block;
	margin-bottom: 12px;
}

.ad-rect{
	
}

/* @end */

/* @group Comments */

ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* @end */

#respond{
	display: none;
}

/* @group Advertise */

#post-20 .more-link{
	width: 240px;
}

.page-template-advertise-php .entry .row{
	margin-bottom: 48px;
}

.page-template-advertise-php li{
	list-style: none;
	font-size: 14px;
}

.page-template-advertise-php strong{
	font-size: 24px;
}

.single-graphic img{
	float: left;
	margin-right: 24px;
	display: block;
}

.single-graphic ul{
	line-height: 310%;
	margin-left: 24px;
}

.single-graphic li{
	line-height: 240%;
}

.multi-graphic img{
	display: block;
}

.multi-graphic ul{
	padding: 0;
}

.multi-graphic li{
	/*display: inline-block;*/
	float: left;
	text-align: center;
	line-height: 140%;
	margin-right: 3.8%;
}

.multi-graphic strong{
	display: block;
}

.multi-graphic h2{
	margin-bottom: 24px;
}

.what-people-see strong{
	font-size: 14px;
	margin-bottom: 12px;
}

.stacked-graphic li{
	margin: 12px 0;
}

.page-template-advertise-php .button{
	background: red;
}

.ad-zones li{
	text-align: center;
}

.ad-zones img{
	display: block;
	margin: 0 auto 12px auto;
}

.ad-zones strong{
	display: block;
	text-align: center;
	margin-bottom: 12px;
}


.ad-zones h2{
	margin-bottom: 12px;
}

/* @end */

.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* @group PageNavi */

.wp-pagenavi .pages{
	font-family: "nimbus-sans-condensed";
	text-rendering: optimizeLegibility;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
	color: #453d23;
	margin-bottom: 12px !important;
	display: block;
	border: none !important;
}

.wp-pagenavi{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 6px 0;
	clear: both;
	background: #dbd3c6;
	padding: 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: inset 0 5px 15px 5px #beb7ab;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border-radius: 8px;
}
/*.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid;
}*/
.wp-pagenavi a:hover {	
	border: 1px solid #666;
	color: #333;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px dotted;

}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #333;
	border: 1px solid #666;

}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color: #908a74;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #666;
	color: #333;
}
.wp-pagenavi .nextpostslink{
	background-color: #3b96a7;
	color: #fff7ef;
	border: none !important;
	padding: 3px 9px !important
}

/* @end*/

/* Media queries! */

@media screen and (max-width: 480px) {
	/*h1{
	padding: 0 20px;
}*/

#nav-home{
	width: 250px;
	margin: 0 auto !important;

}

#nav-home a{
	margin: 0 auto !important;
	height: 40px;
	background-size: 238px 40px;
	background-position: 5px;
}

#description{
	display: none;
}

nav#access{
	text-align: center;
}

.search-box{
	text-align: center !important;
}

	nav#access, nav#access a{
	font-size: 15px !important;
}

nav#access li{
	margin: 0 5px;
}

nav#access .search-box{
	width: 100%;
	display: block;
	margin: 6px auto;
	/*display: none;*/
}

#searchform{
	/*display: block;
	margin: 6px auto;*/
}

#searchform, #searchform input{
	margin: 0 auto;
	width: 98%;
	float: none;
}

#nav-single a{
	font-size: 12px !important;	
}

.ad-horiz{
	display: none;
}

aside{
	text-align: left;
}

.ads{
	/*display: none;*/
}

footer .fourcol{
	margin-top: 24px;
}

footer .fourcol:first-child{
	margin-top: 0;
}

#text-3 p{
	text-align: left;
	float: none;
}

.social{
		background: #dbd3c6;
	padding: 12px 12px 24px 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: inset 0 5px 15px 5px #beb7ab;
}

h1 {
	font-size: 18px;
	line-height: 1.1;
}

/*h1 a{
	font-size: 18px;
	line-height: 100% !important;
}*/

aside h2{
	float: left;
}

/*Adjusts padding so that inputs aren't cut off */
.page-id-6 .eightcol input, .page-id-6 .eightcol textarea{
	width: 95%;
	/*padding-right: 30px !important;*/

}

.related{
	width: 100%!important;
}

#sidebar{
	margin-top: 47px;
}

#nav-single{
	height: 60px;
}

.multi-graphic li, .single-graphic img{
	float: none;
	text-align: left;
	margin-bottom: 24px;
}

#text-16, .popular-posts{
	margin: 0 0 24px 0 !Important;
}

.wp-pagenavi{
	font-weight: bold;
	font-size: 15px;
}
		
}

@media all and (orientation: portrait) {
	
}
	
}

@media all and (orientation: landscape) {
	
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media screen and (max-width: 768px) {

	#search{
	font-size: 14px;
}

	.spacer{
	display: none;
	}
	.related{
	float: left;
	width: 36%;
	margin-right: 12px;
}

	.single ads ins{
	width: 270px !important;
	height: 225px !important;
}

	.bottom-ad{
	display: none;
}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*.random-gif{
	background: url(_/img/random-gif@2x.png) no-repeat;
	background-size: 300px 74px;
}*/

/*#nav-home a{
	background: url(_/img/awesomelols-logo@2x.png) no-repeat center center;
	background-size: 161px 50px;	
}*/

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}