/*
	
	Author Name	:Johanka
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

html  {
	height: 100%;
}

body  { 
	font-size: 13px;
	color: Black;
}

a {
	color: darkred;
}

a:visited {
	color: #49220A;
}

a:hover {
	color: #AA8D71;
	text-decoration: none;
}



h1 {
	font-size: 36px;
	text-decoration: none;
	
}

h1 a:hover {
	text-decoration: none;
	
}

h2 {
	font-size: 24px;
	text-decoration: none;
	letter-spacing: 0.1em;
}


#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */

	background-color: #AA8D71;
	}
	
.primary {
	/* Contains the main column */
	font: 100%/175% Verdana, sans-serif;
	}

.page-head h2  {
	display:none;
	}

.entry-title  {
	display:none;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-meta { /* Time and category for blog entries*/
	display: none;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

