/**
 * Cehla Framework
 * (c) 2010-2013 Jurko Chervony | www.skinik.name
 */


.screen-reader-text {
	position:absolute;
	left:-666em;
}

/*** Captions ***/
.aligncenter,
div.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	border-bottom:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding:0;
}

.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}

.wp-caption-text {
	padding: 4px;
	font-size:0.9em;
}
/**/

/* Gallery post status OR post in gallery category */
#content .gallery-thumb {
	float:left;
	margin: 0 15px 10px 0;
}
/* /Gallery post status OR post in gallery category */


/*** Gallery listing ***/
.category-gallery .size-thumbnail img {
	border:1px solid #ddd;
	padding:9px;
	background-color:#f3f3f3;
	margin-bottom:2px;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/**/

/*** Gallery ***/
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin:13px 0 0 0;
	text-align: center;
	line-height:1.3;
}
#content .gallery dl {
	margin: 0;
}

#content .gallery .gallery-caption {
	color:#666;
	font-size:0.9em;
	margin:0 0 12px;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/**//**/

/** Image borders **/
img[class*="align"],
img[class*="wp-image-"],
#content .gallery-thumb img,
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 0 none;
	padding: 0;
}
.wp-caption img {
	border-color: #f3f3f3;
}
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-thumb a:focus img,
#content .gallery-thumb a:hover img,
#content .gallery-thumb a:active img,
#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: #4D90FE;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #f0f0f0;
	border-color: #4D90FE;
}
/** /Image borders **/


/* Hide message if comments closed */
.nopassword,
.nocomments {
	display:none;
}


/*** Attachment pages ***/
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/*** Aligns ***/
.aligncenter { margin-left:auto; margin-right:auto; }
.alignleft { float:left; margin:5px 15px 10px 0; }
.alignright { float:right; margin:5px 0 10px 15px; }


.sticky {}
.bypostauthor {}

