/*
	Author Name	: gorati
	Author Site	: http://www.gorati.hu
	Style Name	: gorati style; Minden jog fentartva! 
	Style URI	: 
	Version		: v1.0
	Comments	:
*/

body {
	background: #657585;	
	margin: 0;
	}

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

#footer {
 	background: transparent url('footer_bg.png') top center no-repeat;
	color: #666;
	display: block;

}

body.columns-three #primary {
	margin-left: 195px;
}

body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -195px;
}
