/*
	Author Name	: SebFowler
	Author Site	: http://www.sebfowler.com
	Style Name	: WhiteLizards
*/

#page { color: #333; background-color: white; background-image: none;
	/* The entire design is contained within the 'page' id */
	}
	
body { color: #333; background-image: url(lp.gif); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0; }	
	
#header { background-color: black; 
	/* Contains the H1 and menu */
	}
	
#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: white;
	}	
/*h1 { color: #202020; font-size: 1.5em; font-variant: small-caps;
	}
h1 a:hover { color: #3b3b3b; text-decoration: underline; border-top-color: #030; border-bottom-color: #030; }*/
/*- Main Menu in Header */
ul.menu li a { font-size: 1em; color: white; background-color: transparent; text-transform: uppercase; margin: 0; }
ul.menu li a:hover { color: #fff; background: #333; text-decoration: none; }
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover { color: #000; background: #fff; text-decoration: none; }
		
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited { color: #576b88; }

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited { color: #67ae8e; font-weight: normal !important; }

.primary .entry-meta a, .primary .entry-meta a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #333;
	font-weight: normal;
	}
	
.counter a {
	color: #222;
	}
	
.commentlist li {
	color: #666;
	}

.commentlist li:hover {
	background: none;
	}
	
blockquote, #weightedcategories, .authorcomment {
	background: white;
	border-color: #222;
	}
	
.primary img {
	border-color: #222;
	background: white;
	}		
		
.primary { color: #333;
	/* Contains the main column */
	}
	
.hentry { color: #355c4d;
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content { color: #333;
	/* The meat and potatoes of every entry */
	}

.secondary { color: #333; background-color: white; background-image: none; background-repeat: repeat; background-position: left top;
	/* Contains the sidebar */
	}
	
.secondary a { color: #333; font-size: 1.25em; font-variant: small-caps; }
/*.secondary h2 { color: #030; font-size: 1.5em; background-color: white; border-top-style: solid; border-top-color: #cf9; border-bottom-style: solid; border-bottom-color: #cf9; }*/
.secondary a:hover { color: #67ae8e; text-decoration: underline; }
/*.secondary h2:hover { color: #030; font-size: 1.5em; background-color: #cf9; text-decoration: none; border-top-style: solid; border-top-color: #fff; border-bottom-style: solid; border-bottom-color: #fff; }*/

