﻿/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}

.slidorion {
	position: relative;
	width: 870px;			/* Set to slidorion width. Is equal to .slider + .accordion width */
	/*height: 140px;*/			/* Set to slidorion height. Is equal to .slider and .accordion height */
	left: 50%;
	background: #CBCBCB;
	padding: 5px;
	border: 1px solid #BBB;
	box-shadow: 0 0 34px #bbb;
	margin-left: -436px;
	overflow:hidden;
	top: 5%; 
}

.end
{
	height: 1080px;
}

.post_box img { 
	padding: 4px; 
	border: 1px solid #ccc; 
	margin-left: 30px; 
}