/*
CTC Separate Stylesheet
Updated: 2016-09-22 13:30:37
*/
#site-title a {
	color: #8f271a;
}
#site-description {
	font-weight: 400;
    color: #ccc;
    margin-left: 100px;
}
#main, #primary, #content {
	background-color: #e5e5e5;
}
#site-generator {
	display: none;
}
#access {
	background: #eee; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#fff, #eee);
	background: -o-linear-gradient(#fff, #eee);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee)); /* older webkit syntax */
	background: -webkit-linear-gradient(#fff, #eee);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;

	background: #fff; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#fff)); /* older webkit syntax */
	background: -webkit-linear-gradient(#fff, #fff);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#access a {
    color: #9d9ea0;
	font-size: 15px;
    font-weight: 400;
}
#branding {
    border-top: none;
}
#access ul {
	text-align: center;
}
#access li {
    display: inline-block;
	float: inherit;
}
.home .entry-header {
	display: none;
}
.singular.page .hentry {
    padding: 0em 0 0;
}
.su-posts-list-loop {
	list-style-type: none;
    margin: 0 0;
}

.cat_list p {
    margin-bottom: 12px;
    padding-right: 10px;
    line-height: 16px;
}
.cat_left {
	width: 21%; float:left; display: inline-block; vertical-align: top;margin-bottom: 20px;
}
.cat_right {
	width: 79%; float: left; display: inline-block; vertical-align: top; margin-bottom: 20px;
}


/* Clearfix main */

#main:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#main { display: inline-block; }
/* start commented backslash hack \*/
* html #main { height: 1%; }
#main { display: block; }
/* close commented backslash hack */

/* Make sure the logo and search form don't collide */
.one-column #branding form#searchform {
	right: 60px;
	top: 56px;
}