

body
{
	padding: 0;
	margin: 0;
}

div#body_slot
{
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


div#header_slot
{
	position: relative;
	width: 1000px;
	height: 114px;
	overflow: hidden;
}
#site-logo {
	position: absolute;
	top: 27px;
	left: 59px;
}
#site-title {
	position: absolute;
	top: 35px;
	left: 142px;
	height: 100px;
}


#site-subtitle {
	position: absolute;
	top: 72px;
	left: 150px;
}
#main_slot
{
	padding:0 0 20px 0;
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}
#allcols_slot {
	
	/*width: 915px; position: relative; border: 1px solid white;*/

	background-color: white !important;

	border-top: 1px solid #666666;
	border-left: 1px solid white;
	border-bottom: 1px solid white;

	/* borders used to fix mozzila bug
		other attributes had to be changed - now they are in the comment above
	*/
}
#crumbs {
	margin: 2px 0px 6px 0px;
}

#main_slot #left_slot, #main_slot #mid_slot, #main_slot #mid_slot2, #main_slot #mid_slot3, #main_slot #right_slot
{
	float: left;
	overflow: hidden;
}

#main_slot #left_slot
{
	width: 165px;
	margin: 0;	
}
#main_slot #left /* used for margins / paddings for a more stabil structure */
{
	margin-left: 18px;
}
#main_slot #mid_slot
{
	width: 550px;
	margin: 0;
}
#main_slot #content /* used for margins / paddings for a more stabil structure */
{
	margin-left: 20px;
}
#main_slot #mid_slot2
{
	width: 585px;
	margin: 0;
}
#main_slot #mid_slot3 /* if possible*/
{
	width: 770px;
	margin: 0px;	
}
#main_slot #right_slot 
{
	width: 195px;
}

#main_slot #right { /* used for margins / paddings for a more stabil structure */
	margin: 0px 20px 0px 30px;
}

div.clear 
{
	clear: both;
	height: 0px;
	overflow: hidden;
}

div#footer_slot
{
	padding: 0;
	margin: 0;
	width: 100%; 
}

.clear-both {
	clear: both;
	font-size: 0.01em;
	line-height: 0.01em;
	height: 1px;
}

/*	HOME PORTLETS	*/
#main_slot #mid_slot .portlet-home-main
{
	width: 530px;
	margin: 0;
}

#main_slot #mid_slot .portlet-home-container {
	width: 170px;
	float: left;
}

#main_slot #mid_slot .portlet-home-gutter {
	width: 10px;
	float: left;
}

#main_slot #mid_slot .portlet-home-secondary
{
	width: 170px;
	margin: 0;
}


/*	articles thumbs	*/
#content .post-box .post-thumb-1 {
	float: right;
	margin-left: 5px;
}
#content .post-box .post-thumb-0 {
	float: left;
	margin-right: 5px;
}
#content .post-box .post-thumb-2 {
	margin-bottom: 5px;
}

