/*
Theme Name: PRE SITE
Description: Special theme for site
Version: 2.0
Author: Jurko Chervony
Author URI: http://www.artdriver.com
Template: cehla_pre2
*/

@import url("../cehla_pre2/style.css");



/*** BOOKS page ***/
body.post-type-archive-book #content {}

body.post-type-archive-book #content .entry-content {
	float: left;
	width: 500px;
}

body.single-book #content .entry-content {
	float: left;
	width: 400px;
}

#content .amazon_link_img {
	color: #9d0a0e;
	display: block;
	float: right;
	margin: 0 0 20 20px;
}


#content .sk-link {
	color: #9d0a0e;
	text-decoration: none;
}
#content .sk-link:hover {
	text-decoration: underline;
}
/*** /BOOKS page ***/




/*** FRONT page ***/
body.home .breadcrumbs {
	display: none;
}

body.home #content {
	background: transparent none;
	border-radius: 0 none;
	padding: 0;
	float: left;
	width: 680px;
}
body.home #content img.attachment-680x900s {
	display: block;
	margin-bottom: 30px;
}

body.home #content article {
	background: #fff;
	background: rgba(255,255,255,0.6);
	border-radius: 5px;
	padding: 25px;

}
/*** /FRONT page ***/



#content article.category-quickfacts .pub-catogories {
	display: none;
}



/* Sidebar && Widgets
##############################################################################*/
body.home #sidebar {
	float: right;
}

#fancy_title { display:none !important; }