/*
Theme Name: AyriaPress (Twenty Eleven Child)
Description: A customized theme for the artist Ayria. A child theme of Twentyeleven.
Author: blepharisma
Author URI: http://www.stephfood.com
Template: twentyeleven
Version: 20160208a
*/

@import url("../twentyeleven/style.css");



/* basics */
body {
	background:#777576;
}

#main, #primary, #supplementary, #header-widgets, #content, #page, div.showcase, body.archive div#page,
 .featured-posts section.featured-post, .image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img, .image-attachment div.attachment a:active img,
.commentlist .children li.comment, #respond input[type="text"],
#respond textarea, .commentlist .children > li.bypostauthor 
{
	background:#e4e4e4;
	background-color:#e4e4e4;
}


/* =Featured Posts
----------------------------------------------- */

.featured-posts section.featured-post {
	background:#e4e4e4;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(none); /* FF3.6+ */
	background: -webkit-gradient(none); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(none); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(none); /* Opera11.10+ */
	background: -ms-linear-gradient(none); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( none); /* IE6-9 */
	background: linear-gradient(none); /* W3C */
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 50ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 50ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}

/* Links */
a {
	color:#ac2754;
}

#site-generator {
	display:none;
}

/* =Structure
----------------------------------------------- */

#page {
	margin: 0em auto;
}


/* =Content
----------------------------------------------- */
#main {
	padding: 0 0 0;
}

.entry-header .entry-title, .entry-title, h1.entry-title, .entry-title a, .entry-title a:hover, .widget-title, .entry-header .archive-post-title, .archive-post-title, h1.archive-post-title, .archive-post-title a, .archive-post-title a:hover
{
	color:#ac2754;
}

.entry-title a:hover {
	text-decoration:underline;
	}



/* =Header
----------------------------------------------- */

#branding {
	border-top: none;
	}

/* Header widgets */
#header-widgets {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}


/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
}


/* =Widgets
----------------------------------------------- */

.widget ul li {
	list-style-image:url(images/star1-12.png);
}
.widget {
	margin: 10px 0px 0px 0px;
	margin-bottom:0;
}

h3.widget-title {
	line-height: 3em;
}


/* =Category Page
----------------------------------------------- */

.postcolumn1 {
	float: left;
	margin-bottom: 20px;
	padding:1%;
	clear:both;

}
.postcolumn2 {
	float: right;
	width: 65%;
	margin-bottom: 20px;
	padding:1%;

}

.archive-post-title {
	clear: both;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.archive-post-title,
.archive-post-title a {
	text-decoration: none;
}
.archive-post-title a:hover,
.archive-post-title a:focus,
.archive-post-title a:active {
	text-decoration: underline;
}



/* =Hunger Page Playing Around
----------------------------------------------- */

/* Hides H2 header title, since it takes up space and is unnecessary and takes away from the visual impact of the page */
article.post-8655 header {
	display:none;
	}