/*
Theme Name: BRESKIN
Theme URI: http://www.onedigitalfarm.com
Author: 
Author URI: 
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
#content {margin:30px 0;}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}




/* =Structure
----------------------------------------------- */

body {	padding: 0 2em;}
#page {
	margin: 0px auto;
	max-width: 1024px;
background: #fff;
padding-top:20px;
}
#branding hgroup {margin: 0;}

#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}

#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #000;
	font: 16px adobe-caslon-pro,serif;
	font-weight: 100;
	line-height: 1.525;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: adobe-caslon-pro,serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px adobe-caslon-pro, serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 80%;
}
input[type=text] {
	padding: 3px;
}

input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #000;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.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%;
}


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

#branding {position: relative;	z-index: 1;margin:50px auto 40px; width:98%;}
#site-title {width:40px;height:35px;line-height:35px;background:url(images/davidbreskin.png) no-repeat 0 0;background-size:cover;}
#site-title a {	display:block;height:35px;	line-height: 35px;}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
}
#site-title a span{display:none;}
#site-description {font-size:10px;position:absolute;left:0px;top:-40px;display:none;}


/* =Menu
-------------------------------------------------------------- */

#access {
	clear: both;
	display: block;
	width: 100%;margin-top:7px;margin-top:7px !important;
	font-family: 'myriad-pro', helvetica, sans-serif;
	font-weight:400;
}
#access ul {
	font-size: 14px;
	line-height: 1.4em;
	list-style: none;
	padding: 0;margin:0
}
#access li {
	position: relative;
}
#access a {
	color: #666;
	text-decoration: none; text-transform:lowercase;text-transform:lowercase !important;
}
#access ul ul {	display: none;}
#access ul ul ul {	left: 100%;	top: 0;}


#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {}
#access li:hover > a,
#access a:focus {	color: #000;}

#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: 500;
}

#access #menu-item-6610:hover > a, #access #menu-item-12.current-menu-item > a{color:#bbd000} /* 7-elevens. */
#access #menu-item-14:hover > a, #access #menu-item-14.current-menu-item > a{color:#1B1CDE} /* poems */
#access #menu-item-10:hover > a, #access #menu-item-10.current-menu-item > a{color:#ff00a9} /* books */
#access #menu-item-15:hover > a, #access #menu-item-15.current-menu-item > a{color:#ed1b1f} /* records */
#access #menu-item-13:hover > a, #access #menu-item-13.current-menu-item > a{color:#ff6900} /* magazines */
#access #menu-item-16:hover > a, #access #menu-item-16.current-menu-item > a{color:#c921c9} /* snaps */
#access #menu-item-7290:hover > a, #access #menu-item-7290.current-menu-item > a{color:#bbd000} /* flics */
#access #menu-item-12:hover > a, #access #menu-item-12.current-menu-item > a{color:#00ffff} /* juvenilia */
#access #menu-item-9:hover > a, #access #menu-item-9.current-menu-item > a {color:#79c725} /* connect */

.magazines-list-page {float:left;width:25%;}
.magazines-list-page a:hover{color:#FF6900;text-decoration:none;}

li.poemactive{color:#1B1CDE;color:#1B1CDE !important;}
li.poemactive > a{color:#1B1CDE;color:#1B1CDE !important;}
li.booksactive{color:#ff00a9;color:#ff00a9 !important;}
li.booksactive > a{color:#ff00a9;color:#ff00a9 !important;}
li.recordsactive{color:#ed1b1f;color:#ed1b1f !important;}
li.recordsactive > a{color:#ed1b1f;color:#ed1b1f !important;}
li.magsactive{color:#ff6900;color:#ff6900 !important;}
li.magsactive > a{color:#ff6900;color:#ff6900 !important;}
li.snapsactive{color:#c921c9;color:#c921c9 !important;}
li.snapsactive > a{color:#c921c9;color:#c921c9 !important;}
li.flicksactive{color:#bbd000;color:#bbd000 !important;}
li.flicksactive > a{color:#bbd000;color:#bbd000 !important;}
li.hypeactive{color:#bbd000;color:#bbd000 !important;}
li.hypeactive > a{color:#bbd000;color:#bbd000 !important;}
li.juveactive{color:#00ffff;color:#00ffff !important;}
li.juveactive > a{color:#00ffff;color:#00ffff !important;}

/* Search Form */

#branding #searchform div {margin: 0;}

#branding #s {float: right; text-align:right; width: 100%; text-align:right !important;background: url(images/search.png) bottom right no-repeat;}

#branding #s:focus {}

#branding #searchsubmit {display: none;}

#branding .only-search{ position: absolute;right:0;width:220px;top:0;} 

#branding .only-search #s,
#branding .only-search #s:focus {text-align:right;}
#branding .only-search #s:focus { background: url(images/search.png) bottom right no-repeat; }

#branding .only-search #s:-webkit-input-placeholder {
   color: #000;
}

#branding .only-search #s:-moz-placeholder {  
   color: #000; 
}

input#s {
	background: url(images/search.png) bottom right no-repeat;
	font-size: 13px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px;border:none;
	font-family: 'myriad-pro', helvetica, sans-serif;
	color:#333;
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 1.625em 0 0;
}

.home #main{width:98%;margin:0 auto;}

.page {
    padding: 0 20px 0 20px;
}

.page-header{width:98%;margin:0 auto;display:none;}
.page-title {
	font-weight: 300;
	line-height: 2.6em;
	margin: 0 0 2.6em;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,.no-results {	position: relative;}

.hentry:last-child,.no-results {}

.entry-content .entry-title {display:none;}
.entry-content .hideme {float:left;width:40%}
.entry-content .showme {float:left;width:50%}
.entry-content .clickme {float:left;width:4.5%;padding-left:5px}


.entry-title,.entry-header .entry-meta {}

.entry-title {
	clear: both;
	color: #000;
	font-size: 16px;
	line-height: 1.1;
	padding:40px 0 70px;
        text-transform:uppercase;
}
.entry-title,
.entry-title a {
	color: #000;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	display:none;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 0 0 1.625em ;
}


.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}


/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: adobe-caslon-pro,serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {	margin: 0 auto 1.625em;}
#content .gallery a img {	border: none;}
#content .gallery-columns-4 .gallery-item {	width: 23%;	padding-right: 2%;}
#content .gallery-columns-4 .gallery-item img {	width: 100%;	height: auto;}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	//border: 1px solid #ddd;
	//padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,iframe,object {	max-width: 100%;}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {}
.post-password-required input[type=password] {}
.post-password-required input[type=password]:focus {}


/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/


blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}

.category-miscellaneous #access{display:none;}
.category .entry-header{display:none;}
/*.category-poems .entry-header{display:block;position:absolute; left:35%;width:28%;min-width:235px margin:0 0 0px;}
*/
.category-poems .entry-header{display:block;float:left; width:33%; margin:0 0 0px;position:relative;position:relative !important;}

.category-poems .entry-title{font-size:13px;margin:0;padding:0;color:#1B1CDE;}
.category-poems .entry-title a{color:#1B1CDE;}
.category-poems .entry-title a:hover{color:#1B1CDE;}
.tag article, .category article, .search article {display:block;float:left;padding:0 0px 20px 0;width:25%;}
.category-books article {display:inline;float:left;padding:0 15px 25px 10px;width:auto;}
.category-poems article{ width:100%; float:none;margin:0 0 20px 10px;padding:0 0 0px 0; display:block;}
.single-snaps {display:block;float:left;padding:0;width:25% !important;min-height: 100px !important; margin: 0px auto 0px auto !important;}
.single-snaps a img {
    height: auto;
    width: 92%;
    margin: 15px 0px 0px 10px;
    float: none;
    display: block;
}


.single article{width:88%;margin:0 auto 20px;min-height:900px}
.single .entry-header{margin:0 0 10px;}
.single .entry-header .entry-meta{display:none;}

.category article .entry-content{width:92%;margin:0 auto 20px !important ;float:none;display:block;}
.search .entry-summary{width:92%;margin:0 auto !important;float:none;display:block;background-color:#e6e6e6;font-size:12px;}
.category-poems article .entry-content{width:98%;margin:0 auto 20px !important;float:none;display:block;}

.search .entry-header{width:92%;margin:0 auto !important;float:none;display:block;background-color:#e6e6e6;}
.search .entry-title{padding:15px 15px 5px; }
.category .wp-post-image{height:auto;width:92%; margin:0 0 0 10px;float:none;display:block;}
.category-books .wp-post-image{width:auto;width:auto !important;height:272px !important;margin:0 auto;margin:0 auto !important;float:none;display:block;}
.tag .wp-post-image{height:auto;width:92%; margin:0 0 0 10px;float:none;display:block;}

.search article .wp-post-image {height:inherit !important; width:240px !important}

.page-title{color:#888;font-weight:normal;font-size:15px;}
.page-title a.home{color:#888;font-weight:normal;font-size:15px;}

.category-books .page-title span{font-size:17px;color:#22f0f0;padding:0 0 0 10px;text-transform:lowercase;}
.category-records .page-title span{font-size:17px;color:#008100;padding:0 0 0 10px;text-transform:lowercase;}
.category-books a:hover{opacity:.8;}
.category-records a:hover{opacity:.8;}

a.more{text-transform:uppercase;font-size:11px;display:block;color:#757575;margin:2px 0;}

.search .entry-content p,.entry-summary p{margin-top:0;padding:15px;}
.entry-content{margin:0 auto;padding:0 auto;}


.firstline{width:33%;float:left;font-size:15px;line-height:1.2;}
.lastline{width:33%;float:right;font-size:15px;line-height:1.2;}
.firstline p,.lastline p{margin:0 10px;}
.firstline a,.lastline a{color:#000;text-indent:-20px;padding-left:20px;display:inline-block}
.firstline a:hover,.lastline a:hover{text-decoration:none;color:#1B1CDE;}
.atitle:hover{color:#1B1CDE;}
.poem_sep{height:8px;border:1px solid white;clear:both;}
.poem_sep .plus{position:absolute;height:8px;width:10px;right:33%;}

.sortby{overflow:hidden; width:100%;float:none;margin:0 0 20px 0px;padding:0 0 0px 0; display:block;position:relative;}
.sortby a.sorttitle{color:#888;text-transform:uppercase;}
.sortby a.sorttitle:hover{color:#888;text-decoration:none;}
.titleline{width:33%;float:left;font-size:15px;line-height:1.2;background:white;position:relative;z-index:10;display:block;}
.column p{position:relative;z-index:20;}
.sortby p{padding:0 10px 35px;margin:0;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%,rgba(255,255,255,0.8) 75%,rgba(255,255,255,0.2) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(45%,rgba(255,255,255,1)),color-stop(75%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.2))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,0.8) 75%,rgba(255,255,255,0.2) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,0.8) 75%,rgba(255,255,255,0.2) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,0.8) 75%,rgba(255,255,255,0.2) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,0.8) 75%,rgba(255,255,255,0.2) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.sortby ul,.sortby li{list-style:none;margin:0;padding:0;position:relative;z-index:0;}
.sortby li{margin:0 10px 25px;}
.sortby h1{margin:0 10px 35px;padding:0;color:#22f0f0;}

.sortby a:hover{color:#1B1CDE;}

.sortby a.atitle{color:#000;text-transform:uppercase;}
.sortby a.atitle:hover{text-decoration:none;color:#1B1CDE;color:#1B1CDE !important;}

.sorttitle{background:white;background:white !important;}
.sortcontentfirstline{position:absolute;z-index:0;}

a.plus,a.minus{cursor:pointer;color:#888;padding:0 px;margin:0 1px;}
a.minus{margin-left:5px;}
a.plus:hover,a.minus:hover{cursor:pointer;color:#000;text-decoration:none;color:#1B1CDE;}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}



/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
	text-transform:lowercase;
	width:130px;
}
#content nav a {
	font-size: 14px;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,.nav-previous-book,.nav-previous-title,.nav-previous-first-line,.nav-previous-last-line {
	float: left;
	width: 50%;
}
.nav-next,.nav-next-book,.nav-next-title,.nav-next-first-line,.nav-next-last-line {
	float: right;
	text-align: right;
	width: 50%;
}

#info-single-magazine {
	width:100%;
	position:relative;
	z-index:100;
	text-align:right;	
	right:10px;
}

#info-single {
	width:100%;
	position:relative;
	z-index:100;
	padding-right:10px;
}
.nav-print {
	float: right;
	text-align: right;
	width: 220px;
	text-transform:lowercase;
	padding-right:10px;
}
.nav-cat {
	float: left;
	text-align: left;
	width: 50%;
	padding-left:10px;
	text-transform:uppercase;
	font-weight:300;
	font-size:16px;
}
#content nav .meta-nav {
	font-size: 18px !important;
	line-height: 2.2em;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -2.3em;
	text-align: right;
	z-index: 1;
}

#nav-single .nav-previous-last-line,
#nav-single .nav-next-last-line,
#nav-single .nav-previous-first-line,
#nav-single .nav-next-first-line,
#nav-single .nav-previous-title,
#nav-single .nav-next-title,
#nav-single .nav-previous-book,
#nav-single .nav-next-book,
#nav-single .nav-previous,
#nav-single .nav-next {
	width: auto;
}
#nav-single .nav-next-last-line,
#nav-single .nav-next-first-line,
#nav-single .nav-next-title,
#nav-single .nav-next-book,
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous-last-line,
#nav-single .nav-previous-first-line,
#nav-single .nav-previous-title,
#nav-single .nav-previous-book,
#nav-single .nav-previous {
	padding-right: .5em;
}
#nav-single .nav-next-last-line a:hover,
#nav-single .nav-previous-last-line a:hover,
#nav-single .nav-next-first-line a:hover,
#nav-single .nav-previous-first-line a:hover,
#nav-single .nav-next-title a:hover,
#nav-single .nav-previous-title a:hover,
#nav-single .nav-next-book a:hover,
#nav-single .nav-previous-book a:hover,
#nav-single .nav-next a:hover,
#nav-single .nav-previous a:hover {
	text-decoration:none;
}

.contact-left {float:left;width:45%;}
.contact-right {float:right;width:45%;}
.contact-center {width:45%;margin:0 auto;}
.video-left {float:left;width:49%;}
.video-right {float:right;width:49%;}
.flick:nth-child(odd) {
	float:left;width:49%;
	clear: left;
}
.flick:nth-child(even) {
	float:right;width:49%;
	clear: right;
}

/* =Widgets
----------------------------------------------- */


/* Twitter */
.widget_twitter li {	list-style-type: none;	margin-bottom: 14px;}
.widget_twitter .timesince {	display: block;	font-size: 11px;	margin-right: -10px;	text-align: right;}

/* Widget Image */
.widget_image img {	border: 0;	padding: 0;	height: auto;	max-width: 100%;}

//.grid-sizer,
//.grid-item { width: 25%; }
//.grid-item { float:left; margin-bottom:10px;}

#myContent {
 -moz-column-count: 5;
 -moz-column-gap: 0px;
 -webkit-column-count: 5;
 -webkit-column-gap: 0px;
 column-count: 5;
 column-gap: 0px;
 width: 100%;
}
#myContent {
    list-style: none;
    margin: 0 0 1.625em 0;
}
#myContent li{
    margin: 0 10px 0 0;
}
#myContent img{
 display: inline-block;
 margin-bottom: 0px;
 width: 100%;
}
#post-6213 .photo4, #post-6213 .photo8,
#post-6213 .photo12, #post-6213 .photo16,
#post-6213 .photo20, #post-6213 .photo24,
#post-6213 .photo28, #post-6213 .photo32,
#post-6213 .photo36, #post-6213 .photo40,
#post-6297 .photo12, #post-6213 .photo44 {
    clear: left;
}
.transport-MI {

    cursor: pointer;
}


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

#colophon {	clear: both;}


/* liScroll styles */

.tickeroverlay-left{
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	height:15px;
	width:150px;
	top:0;
	left:-2px;
}
	
.tickeroverlay-right{
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	height:15px;
	width:150px;
	top:0;
	right:-2px; 
}
.tickercontainer { /* the outer div */
max-width: 1024px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
font-family: 'myriad-pro', helvetica, sans-serif;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
padding-left: 10px;
padding-right: 10px;
top: 2px;
height: 26px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;float: right;
list-style-type: none;
margin: 0;
padding: 0;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    list-style:none;
    margin:0;
}
ul.newsticker li {float: right;margin: 0;padding-left: 15px;font-size:16px;}

ul.newsticker a {
white-space: nowrap;
padding: 0;
margin: 0 10px 0 0;
text-decoration:none;
line-height:16px;color:#000;
} 
ul.newsticker a:hover {color:#999} 

ul.newsticker span {margin: 0 10px 0 0;}

.webticker{	float:left;float:left !important;}
.webticker li { float: left;float:left !important;margin: 0;}

#webticker1{	float:left;float:left !important;}
#webticker1 li { float: left;float:left !important;margin: 0;}
#webticker3	{	float:left;float:left !important;}
#webticker3 li { float: left;float:left !important;margin: 0;}
#webticker5	{float:left;float:left !important;}
#webticker5 li { float: left;float:left !important;margin: 0;}
#webticker7	{	float:left;float:left !important;}
#webticker7 li { float: left;float:left !important;margin: 0;}
#webticker9	{	float:left;float:left !important;}
#webticker9 li { float: left;float:left !important;margin: 0;}
#webticker11	{	float:left;float:left !important;}
#webticker11 li { float: left;float:left !important;margin: 0;}
#webticker13	{	float:left;float:left !important;}
#webticker13 li { float: left;float:left !important;margin: 0;}
#webticker15	{	float:left;float:left !important;}
#webticker15 li { float: left;float:left !important;margin: 0;}
#webticker17	{	float:left;float:left !important;}
#webticker17 li { float: left;float:left !important;margin: 0;}
#webticker19	{	float:left;float:left !important;}
#webticker19 li { float: left;float:left !important;margin: 0;}
#webticker21	{	float:left;float:left !important;}
#webticker21 li { float: left;float:left !important;margin: 0;}
#webticker23	{	float:left;float:left !important;}
#webticker23 li { float: left;float:left !important;margin: 0;}
#webticker25	{	float:left;float:left !important;}
#webticker25 li { float: left;float:left !important;margin: 0;}
#webticker27	{	float:left;float:left !important;}
#webticker27 li { float: left;float:left !important;margin: 0;}
#webticker29	{	float:left;float:left !important;}
#webticker29 li { float: left;float:left !important;margin: 0;}
#webticker31	{	float:left;float:left !important;}
#webticker31 li { float: left;float:left !important;margin: 0;}
#webticker33	{	float:left;float:left !important;}
#webticker33 li { float: left;float:left !important;margin: 0;}

#webticker2{	float:right;float:right !important;}
#webticker2 li { float: right;float:right !important;margin: 0;}
#webticker4	{float:right;float:right !important;}
#webticker4 li {float: right; float:right !important;margin: 0;}
#webticker6{	float:right;float:right !important;}
#webticker6 li {float: right; float:right !important;margin: 0;}
#webticker8	{float:right;float:right !important;}
#webticker8 li {float: right;float:right !important;margin: 0;}
#webticker10{	float:right;float:right !important;}
#webticker10 li {float: right;float:right !important;margin: 0;}
#webticker12	{float:right;float:right !important;}
#webticker12 li {float: right;float:right !important;margin: 0;}
#webticker14	{float:right;float:right !important;}
#webticker14 li {float: right;float:right !important;margin: 0;}
#webticker16	{float:right;float:right !important;}
#webticker16 li {float: right;float:right !important;margin: 0;}
#webticker18	{float:right;float:right !important;}
#webticker18 li {float: right;float:right !important;margin: 0;}
#webticker20	{float:right;float:right !important;}
#webticker20 li {float: right;float:right !important;margin: 0;}
#webticker22	{float:right;float:right !important;}
#webticker22 li {float: right;float:right !important;margin: 0;}
#webticker24	{float:right;float:right !important;}
#webticker24 li {float: right;float:right !important;margin: 0;}
#webticker26	{float:right;float:right !important;}
#webticker26 li {float: right;float:right !important;margin: 0;}
#webticker28	{float:right;float:right !important;}
#webticker28 li {float: right;float:right !important;margin: 0;}
#webticker30	{float:right;float:right !important;}
#webticker30 li {float: right;float:right !important;margin: 0;}
#webticker32	{float:right;float:right !important;}
#webticker32 li {float: right;float:right !important;margin: 0;}

.magtitle {
	text-transform:uppercase;
}
.magpub {
	font-style:italic;
}

.result-content {
margin:10px auto !important;
}

#fancybox-title-inside {
text-transform:uppercase;
font-family: 'myriad-pro', helvetica, sans-serif;
}
#nav-previous-book a, #nav-previous-title a, #nav-previous-first-line a, #nav-previous-last-line a,
#nav-next-book a, #nav-next-title a, #nav-next-first-line a, #nav-next-last-line a,
.nav-previous-magazine a, .nav-next-magazine a {
font-size:18px !important;
}
.category-1-interviews p, .category-2-profiles p, .category-3-features p, .category-4-early-opinions p{
font-size:105%;
}

.wrap-MI {float:left;}
.slideshow-nav a.play {display:none;}
.slideshow-nav {
 font-size: 14px;
}

#fancybox-bg-n, #fancybox-bg-ne, #fancybox-bg-s, #fancybox-bg-se, #fancybox-bg-e, #fancybox-bg-w, #fancybox-bg-nw, #fancybox-bg-sw {background-image: url('') !important}


.tag_276, .tag_89, .tag_96 {text-transform:uppercase}

.category-1-interviews a:hover {
color: #ff00a9;
text-decoration:none;
}
.category-3-features a:hover {
color: #ff00a9;
text-decoration:none;
}

.videoWrapper {
    position: relative;
    height: 0px;
    padding-bottom: 56.25%;
    margin-bottom:30px;
    clear:both;
}

.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%!important;
height: 100%!important;
}

.content-left {float:left;width:48%}
.content-right {float:right;width:48%}

.psp-active {
    max-height: 1000% !important;
}

div.wrap-mjp {
margin-top: 40px !important;
}
.contact-left div.wrap-mjp {
    margin-top: 10px !important;
}
h3.hungryfeed_feed_title,.hungryfeed_feed_description {
display:none;
}
.hungryfeed_item h3 {
margin-bottom:20px;
}
.elevens-poem {
margin-bottom:140px;
max-width: 680px;
}
.elevens-date {
font-weight:700;
margin-bottom:40px;
}
.elevens-title {
margin-bottom:40px;
}
.elevens-or {
margin:0px 0 30px;
font-style:italic;
}
.elevens-dulynoted, .elevens-dulynoted a {
margin-top:60px;
color:#666;
}
.elevens-dedication, .elevens-dedication a {
margin-top:30px;
color:#666;
}
.elevens-quote {
margin:40px 0;
}
.elevens-quote span{
margin-left:100px;
}
.post-6198 .entry-title {
font-size:18px; 
font-weight:700;
padding: 40px 0 50px;
}
#menu-item-6721 a {
text-transform:uppercase !important;
}
#fancybox-outer {
    box-shadow: 0 0 0px #111  !important;;
    -moz-box-shadow: 0 0 0px #1111 !important;;
    -webkit-box-shadow: 0 0 0px #111 !important;;
}
#MI_image_1, #playlist-toggle_1, #statusMI_1,
#MI_image_0, #playlist-toggle_0, #statusMI_0 {
display:none;
}
#UL_mp3j_1,
#UL_mp3j_0 {
margin: 40px 0 0;
list-style: none;
}
#T_mp3j_1 div,
#T_mp3j_0 div {
font-size:12px;
}
#P-Time-MI_1, T-Time-MI_1,
#P-Time-MI_0, T-Time-MI_0 {
width:50%;
float:left;
}
.transport-MI{
clear:both;
font-size: 14px;
}


/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	
	
	
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.flick:nth-child(odd), .flick:nth-child(even), .video-left, .video-right {width:100%;}
	.contact-left, .contact-right, .contact-center {width:100%;}
        .contact-right{margin-bottom:30px;}
        .magazines-list-page {width: 100%;}
        #covertitle {display:none;}
       .result-image img {height:100px !important;}

        .category-dirty-baby-poems .showme,
        .category-richter-858-poems .showme {width: 100%;}

        .category-dirty-baby-poems .hideme,
        .category-richter-858-poems .hideme {width: 90%;}

        .category-dirty-baby-poems .clickme,
        .category-richter-858-poems .clickme {width: 8%;}

	#content article.category-dirty-baby-poems,
	#content article.category-richter-858-poems
	{margin:0 0 20px 15px !important;}

        .category-records #grid article {width:50%;}
        .category-snaps #grid article {width:50%;}
        .category-juvenilia #grid article {width:50%;}


        .sortby a.atitle, .sortby a.sorttitle {font-size:11px}
        .firstline a, .lastline a {font-size:12px}

.content-left, .content-right {float:left;width:100%}

#myContent {
 -moz-column-count: 4;
 -moz-column-gap: 0px;
 -webkit-column-count: 4;
 -webkit-column-gap: 0px;
 column-count: 4;
 column-gap: 0px;
 width: 100%;
 }
 
}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		//font-size: 13px;
	}
	#site-title a {
		//font-size: 24px;
	}
	
	#access ul {
		//font-size: 12px;
	}
	.entry-content {
		//font-size: 11px;
	}
	.entry-title {
		//font-size:14px;
	}
	.featured-post .entry-title {
		//font-size: 14px;
	}
	
	.entry-meta {
		//font-size: 14px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 12px;
	}
	/* Reposition the site title and description slightly */
	
	
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

#myContent {
 -moz-column-count: 3;
 -moz-column-gap: 0px;
 -webkit-column-count: 3;
 -webkit-column-gap: 0px;
 column-count: 3;
 column-gap: 0px;
 width: 100%;
 }

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}
.category-books .wp-post-image{height:180px !important;}

#myContent {
 -moz-column-count: 2;
 -moz-column-gap: 0px;
 -webkit-column-count: 2;
 -webkit-column-gap: 0px;
 column-count: 2;
 column-gap: 0px;
 width: 100%;
 }

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 10pt;
		padding-bottom:20px;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

	#content #info-single, header, .entry-content .hideme, .entry-content .clickme, #author, .backtotop
 {
		display:none;
		visibility:hidden;
	}
	.entry-content .entry-title{
		display:block;
	}
	.entry-content .showme {
		width:100%;
	}
}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =IE8 
----------------------------------------------- */ 
 
#ie8 section.feature-image.large img { 
	width: 100%; 
} 


#pagecover{
	position: fixed; top: 0; left: 0;z-index:-10;
}
#staticpagecover{
	margin:20px auto;width:100% !important;
}
#pagecovertop{
	position: fixed; top: 0; left: 0;z-index:-5;width: 100%;height:190px;background-color:white;
}
#pagecover.bgwidth { width: 100%; }
#pagecover.bgheight { height: 100%; }

#covertitle {
	width:420px;
	margin:-31px auto;
	font-size:1.em;
	text-transform:uppercase;
	text-align:center;
}

	div.selectstyled, select {
		margin:0; padding:0; outline:none;
		float:left;
		font-size:12px;
		box-sizing:border-box;padding-left:2px;padding-top:1px;padding-bottom:1px;
		width:6em; border: solid 0px #ccc;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;
		background: white url(/wp-content/uploads/2013/06/formelements-select.png) no-repeat center right;
	}	
	
	
	/* For IE and Firefox */

	div.selectstyled { overflow:hidden; padding:0; margin:0; font-size:16px;margin-top:6px}
		
		.ie7 div.styled {border:none;}

	div.selectstyled select {	
		width:115%; background-color:transparent; background-image:none;
		-webkit-appearance: none; border:none; box-shadow:none;}
		
		.ie7 div.selectstyled select {
			width:100%; background-color:#fff;
			border: solid 0px #ccc;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;
			padding:0.3em 0.5em;}	

#content article.category-dirty-baby-poems,
#content article.category-richter-858-poems
{width:100%;margin:0 0 20px 60px;min-height:900px}
#content article.category-dirty-baby-poems.masonry-brick,
#content article.category-richter-858-poems.masonry-brick
{width:25%;margin:0px;min-height:10px;margin-left:10px;margin-right:-12px;padding-bottom:12px;}
#content article.category-dirty-baby-poems.masonry-brick a:hover,
#content article.category-richter-858-poems.masonry-brick a:hover
{opacity:.8}

#L_mp3j_0{max-height:1500px !important;}
.hideme #mp3_jplayer_items{margin-top:80px}
#fancybox-overlay{opacity:1.0 !important;background-color: rgb(255, 255, 255) !important}
#author{position:absolute;margin-top:-50px;}
#dedicated{font-style:italic;padding-left:130px;padding-bottom: 20px;margin-top: -25px;
margin-bottom: 30px;}
.player-track-title {text-transform:uppercase;}
div.jp-play-time, div.jp-total-time, div.statusMI {
    font-size: 12px !important;
    line-height: 12px !important;
}

#supermodel {padding-left:60px;font-style:italic;padding-bottom:20px;}
.supermodel {padding-left:60px;font-style:italic;padding-bottom:20px;}

.category-hype .entry-header{width:92%;margin:0 auto !important;float:none;display:block;background-color:#e6e6e6;}
.category-hype .entry-title{padding:15px 15px 5px; }
.category-hype .entry-content, .category-hype .entry-summary{width:92%;margin:0 auto !important;float:none;display:block;background-color:#e6e6e6;font-size:12px;}
.category-hype .entry-content p, .category-hype .entry-summary p
{padding:15px;}

.category-snaps .entry-header{margin:0 auto !important;float:none;display:block;background-color:#e6e6e6;}
.category-snaps .entry-title{padding:15px 15px 5px; }
.category-snaps .entry-content, .category-snaps .entry-summary{width:92%;margin:0 auto !important;float:none;display:block;font-size:12px;}
.category-snaps .entry-content p, .category-snaps .entry-summary p
{padding:15px;}

.category-juvenilia .entry-header{width:92%;margin:0 auto !important;float:none;display:block;background-color:#e6e6e6;}
.category-juvenilia .entry-title{padding:15px 15px 5px; }
.category-juvenilia .entry-content, .category-juvenilia .entry-summary{width:92%;margin:0 auto !important;float:none;display:block;background-color:#e6e6e6;font-size:12px;}
.category-juvenilia .entry-content p, .category-juvenilia .entry-summary p
{padding:15px;}

.category-magazines.type-post .entry-header{width:100%;}
.category-magazines.type-post .entry-title{padding:0 0 15px 0; }
#grid .category-magazines .entry-header{width:92%;margin:0 auto !important;float:none;display:block;background-color:#e6e6e6;}
#grid .category-magazines .entry-title{padding:15px 15px 5px; }
#grid .category-magazines .entry-summary{width:92%;margin:0 auto !important;float:none;display:block;background-color:#e6e6e6;font-size:12px;}
#grid .category-magazines .entry-summary p {padding:15px;}

.category-magazines.type-post .entry-title {
	color:white;
}
.category-magazines #content {
	margin-left:10px;
}

.category-interviews.type-post .entry-header{width:100%;}
.category-interviews.type-post .entry-title{padding:0 0 15px 0; }
#grid .category-interviews .entry-header{width:92%;margin:0 auto !important;float:none;display:block;background-color:#e6e6e6;}
#grid .category-interviews .entry-title{padding:15px 15px 5px; }
#grid .category-interviews .entry-summary{width:92%;margin:0 auto !important;float:none;display:block;background-color:#e6e6e6;font-size:12px;}
#grid .category-interviews .entry-summary p {padding:15px;}

.category-interviews.type-post .entry-title {
	color:white;
}
.category-interviews #content {
	margin-left:10px;
}


.page-child .entry-content {
	width:88%;
}
.page-child h1.entry-title {
	margin-left:10px;
	font-size:18px;
	padding: 0px 0px 70px;
}
.page-child .menu-main-container {
	display:none;
}
#fancybox-title-float-left, #fancybox-title-float-right {
    background: none !important;
}
#fancybox-title-float-main {
    color: #000 !important;
    padding: 10px 0 3px 0 !important;
    background: none !important;
	font-weight:400 !important;
}
.postid-6911 .single-snaps {
    min-height: 180px !important;
}
.elevens-gonefishing {
	transform: rotate(-20deg);
}
.elevens-gonepaddling {
	transform: rotate(20deg);
}

@media only screen and (max-width: 767px) {
	.single-snaps {
		width:100% !important;
		max-width:100% !important;
	}
	.postid-6911 .single-snaps {
    	min-height: 100px !important;
	}
}