/* Greek Yogurt theme by concrete5 */

/* some general styles */
html {
	height: auto;
}

/* main styles */

div#main-container {

}

.page_shadow_fix {
	/* customize_p-shadow */ box-shadow: 2px 0px 50px #000; /* customize_p-shadow */
}

div#main-container #header-image {
	min-height: 12px;
}

div#main-content-container {
}

div#main-content-inner {
	margin: 55px 40px 250px 40px;
}

/* right-sidebar */

div#right-sidebar-container {
}

div#right-sidebar-inner {
	margin: 55px 40px 60px 0;
}

/* left-sidebar */

div#left-sidebar-container {
}

div#left-sidebar-inner {
	margin: 55px 0 60px 40px;
}

.ccm-tags-display ul.ccm-tag-list li a {
		/* customize_tag-text-highlight */ color:#FFFFFF; /* customize_tag-text-highlight */ !important;
}

div#main-container .ccm-tags-display ul.ccm-tag-list li {
	display: inline;
	color: #fff;
	padding: 5px 8px 6px 8px;
	margin: 3px 6px 3px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
	line-height: 13px;
	height: 13px;
}

.ccm-tags-display {margin-bottom: 18px !important;}

/* footer */

div#main-container #footer #footer-inner {
	padding-top: 44px;	
	margin-left: 30px;
	margin-right: 30px;
}

div.main-content-thumb {
	min-height: 300px;
	overflow: hidden;
}

div.main-content-thumb p {
	margin-top: 0 !important;
}

div.main-content-thumb h3 {
	line-height: 1.2em;
}

/* blog entry social icons */

.main-content-post-footer-share-email {
	padding: 0 4px;
}

.main-content-post-footer-share-twitter {
	padding: 0 4px;
}

.main-content-post-footer-share-facebook {
	padding: 0 4px;
}

.cdn_header_bar {
	/* customize_header-bar-background */ background-color:#000000; /* customize_header-bar-background */
	min-height: 400px;
	height: 400px;
	width: 100%;
	top:0 px;
	position: absolute;
	z-index: -1;
}

.B_cdn_page {
		/* customize_content-background */ background-color:#FFF; /* customize_content-background */ 
}

.footer-section {
	display: inline-table;
	vertical-align:top;
	width: 32%;

	position: relative;
	margin: 0 auto;
	padding-left: 1%;
	
}