/*
 Author Name : ghiboz
 Author Site : http://ghiboz.com
 Style Name  : Garnero
 Style URI   : http://blog.ghiboz.com
 Version     : 1.0
 Comments    : Garnero style
 Copyright   : ghiboz.com
 Licence     : GNU/GPL
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

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

#sidebar-1 {
	/* The first sidebar */
	width: 150px;
	/*background: #FF0000;*/
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	/*background: #FFFF00;*/
	}
	
.columns-two #page {
	width: 950px;
	/*background: #0000FF;*/
	}
#primary {
    /* Contains the main column */
	width: 700px;
	margin-right: -150px;
	/*background: #00FF00;*/
	}	
#gFooter {
	/*position: relative;*/
	text-decoration: none;
	color: white;
	height: 50px;
	padding: 10px 10px 10px 10px;
	/*background: #0000FF;*/
	background: url('http://lnx.garnero.com//wp-content/uploads/2009/03/footer.jpg') right center no-repeat;
	/*background-position: top right;*/
	}
