@charset "UTF-8";
/* CSS Document */


#topsection{
background: #e6ebea;
height: 90px; /*Height of top section*/
}



#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	background:#e6ebea;
margin-left: 300px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 300px; /*Width of left column*/
	margin-left: -100%;
	background:#e6ebea;
}

#leftcolumn a{
	
}

#footer{
	clear: left;
	width: 100%;
	background: #e6ebea;
	color: #000000;
	padding: 4px 0;
	text-align: left;
	text-indent: 300px;
}

#footer a{
color: #e6ebea;
}

#galleria{height:640px;}

.innertube{
	margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	margin-left: 20px;
	
}
.text {
	width: 640px;
	margin-top:30px;
	font-family:CallunaSans-Regular;
	/* Column-count not implemented yet */  
    -moz-column-count: 2;
	-webkit-column-count: 2;
	/* Column-gap not implemented yet */  
    -moz-column-gap: 22px;
	-webkit-column-gap: 22px;
	text-align: left;	
}  
h1 {font: normal 26px  
	Novecentowide-Book; padding: 20px 0; margin: 0 0 30px 0;}
h2 {font: normal 16px Novecentowide-Book; padding: 20px 0; margin: 0 0 30px 0;}
.wrap {width: 960px; margin: 0 auto;}
.demo-container {padding: 20px; float: left; width: 260px;}
.demo-container h4 {font-size: 14px; margin: 0 0 5px 0;}
.clear {clear: both;}
.text {margin-bottom: 1em; line-height: 1.5em;}
.dcjq-count {float: right;}

.grey .accordion{font: bold 14px Novecentowide-Book; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc;}
.grey .accordion, .grey .accordion li {margin: 0; padding: 0; border: none;}
.grey .accordion a {padding: 10px 10px 10px 50px; background: #e6ebea; text-decoration:none; display: block; color: #333; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; position: relative; text-shadow: 1px 1px 1px #fff;}
.grey .accordion a.dcjq-parent, .grey .accordion a.dcjq-parent:hover {background: #e6ebea url(images/bg_red.png) repeat-x 0 -1px;}
.grey .accordion a.dcjq-parent.active {}
.grey .accordion a .dcjq-icon {position: absolute; top: 50%; left: 14px; width: 34px; margin-top: -17px; height: 34px; background: url(images/arrow_red_right.png) no-repeat 0 center;}
.grey .accordion a.dcjq-parent.active .dcjq-icon {background: url(images/arrow_red_down.png) no-repeat 0 center;}
.grey .accordion a:hover {background: #e6ebea; color: #990000;}
.grey .accordion a:active{}
}
