/*
Theme Name:     firejuice
Template:       customizr
Version:		0.5
*/

body {
	background: #DBE6E8;
}

/* horizontal bar in header */
.tc-header {
    border-bottom: 12px solid #44C6B1;
    margin-bottom: 20px;
}

/* horizontal bar in header, in sticky mode */
.sticky-enabled .tc-header {
	border-bottom: 12px solid #44C6B1;
	background: #ffffff;
}

/* display horizontal menu (bugfix) */
.nav-collapse.collapse {
	display:block !important;
}

/* sticky menu on one row, stead two */
.sticky-enabled .brand {
	width: 50px;
}

.navbar-wrapper.clearfix.span9 {
//      width: auto;
}

/* align horizontal menu to the right */
.navbar-wrapper {
	float: right!important;
}

.nav-collapse.collapse {
	float: right;
	margin-right: 4%;
}

/* Featured pages (circles) */

#main-wrapper {
	margin-bottom: 0;
}

.marketing  {
	margin-top: 0;
 }
 
.round-div {
	border-color: #DBE6E8!important;
}

.span4 {
	width: 254px;
	margin-left: 0;
}

@media screen and (min-width: 800px) {
	.widget-area {
		margin-left: auto;
		margin-right: auto;
		width: 762px;
	}
}

@media screen and (max-width: 800px) {
	.widget-area {
    	width: auto;
	}

	.widget-front .thumb-wrapper {
		float: left;
		top: -30px;
		margin-right: 20px;
	}

	.marketing .span4 {
	    width: 100%;
	    height: 210px;
	    margin-left: 40px;
	}

	.widget-front {	
		text-align: left;
	}	

	.marketing h2 {
		padding-top: 40px;
	}
} 
/* hide hr */
hr {
	border: none;
}


/* hide circle-zoom effect in article previews */

#main-wrapper .round-div {
	border: none;
	height: auto;	
}

#main-wrapper .thumb-wrapper {
	width: auto;
	height: auto;
	overflow: visible;
}

#main-wrapper .attachment-large {
	width: auto!important;
	height: auto!important;
	top: 20px!important;
	float: right;
}

/* align graphics to the right or left in article previews */
article.sticky:nth-of-type(odd) .span4 {
    float: right;
    width: auto;
}

article.sticky:nth-of-type(even) .span4 {
    float: left;
    width: auto;
}

/* hide breadcrumbs */
div.tc-hot-crumble {
	display: none;
}

/* Sticky articles (these are shown on the homepage only) */
article.sticky	{
	margin-bottom: 20px;
	padding: 10px 25px;
	color: #FFFFFF;
}

article.sticky:nth-of-type(odd) {
	background: #C64464;
}

article.sticky:nth-of-type(even) {
    background: #006C97;
}

article.sticky:nth-of-type(odd) h2, article.sticky:nth-of-type(odd) a  {
	color: #006C97;
}

article.sticky:nth-of-type(even) h2, article.sticky:nth-of-type(even) a  {
	color: #C64464;
}

article.sticky em {
	color: #F5C553;
}

.close, h1, h2, h3, h4, h5, h6 {
    text-shadow: none;
}

.entry-attachment .attachment, .no-thumb .tc-grid-fade_expt, .tc-grid-icon, article.sticky, table caption {
	text-align: left;
}

/* posts on frontpage */
	div.article-container {
/*	width: 500px; */
	width: 60%;
	margin: 0 auto;
	float: none;
}

/* Hide navigation under posts */
.pager .previous > a, .pager .previous > span, 
.pager .next > a, .pager .next > span {
display:    none;
}

.assistive-text {
display:    none;
}

/* change color horizontal bar footer */
footer#footer {
	border-top: 12px solid #44C6B1;
}
