/*
	Author Name	: Mitch Malone
	Author Site	: http://www.mitchmalone.name/
	Style Name	: I &hearts; G
	Style URI	: http://www.iheartgreen.net/
	Version		: 1.1
	Comments	: I &hearts; G (I Heart Green) theme for the iheartgreen.net blog
*/

body {
	background-color: #2C3033;
}

#page {
	padding-top: 0px;
	border: none;
	z-index: 500;
}

#header {
	background: #7c7c7c url("./banner.jpg") no-repeat bottom right;
}

#footer {
        display: none;
}

#header h1, #header p.description {
	text-indent: -9999px;
}

a:link, a:visited {
	color: #7c7c7c !important;
}

a:hover, a:active {
	color: #2C3033 !important;
	text-decoration: none !important
}

h3.entry-title a:link, h3.entry-title a:visited {
	color: #2C3033 !important;
}

h3.entry-title a:hover, h3.entry-title a:active {
	text-decoration: underline !important
}

.secondary { color: #2C3033; }
.secondary a:hover { text-decoration: underline !important; }

/*- Main Menu in Header */
ul.menu li a {
	display: block;
	padding: 5px 15px;
	font-size: 1em;
	color: #FFFFFF !important;
}

ul.menu li a:hover {
	background: #333;
	color: #FFFFFF !important;
	text-decoration: none;
}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover, ul.menu li.current_page_ancestor a, ul.menu li.current_page_ancestor a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
}

#supersize{
	text-align: left;
	position: fixed;
}
#supersize img, #supersize a{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	cursor: default;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}
