/*
	
	Author Name	: Jon Ward
	Author Site	: www.ditdotdat.org
	Style Name	: Skool
	Style URI	: 
	Version		: 2
	Comments	: 
*/

#page {
		/* The entire design is contained within the 'page' id */                                                     
		font-size: 1.1em;                                                                                         
		font-family: "Zapf Chancery", "Comic Sans MS", cursive;                   
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#header h1 {

	display: none;

}
#header p {
		display: none;
	}

#header a {
		font-size: 1.3em;
	}
	
body.page-slug-home-page div.entry-head{
display: none;
}

h1, h2 {
font-family: "Zapf Chancery", "Comic Sans MS", cursive;   
}
div#advert, div#login-link-for-admins{
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
}

#page-menu a{font-size: 1.1em; font-style: normal; font-weight: normal;}
#page-menu h2{font-size: 1.4em;}

.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 */
	}



