/***

****
green Heaven Theme. © BMC WebDesign, 2010. http://css3.wikidot.com
****

v1.04

Edited ATF 3-2-2011

***/

/* GLOBAL ---------------------------------------------------------- */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a { 
	color: #7dd100;
	text-decoration: none;
}
a.newpage {
	color: #ba003c;
}
a:hover { 
	color: #222;
	background-color: transparent; 
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	color: #252323; 
	font-weight: normal;
}

h1 { font-size: 220%; margin: 10px 0 10px 0; padding: 5px 0; }
h2 { font-size: 190%; margin: 10px 0 10px 0; padding: 0; }
h3 { font-size: 160%; margin: 10px 0 5px; padding: 0; }
h4 { font-size: 130%; margin: 5px 0 5px; padding: 0; }
h5 { font-size: 120%; margin: 4px 0 4px; padding: 0; }
h6 { font-size: 110%; margin: 4px 0 4px; padding: 0; }

input.text, textarea {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/* LAYOUT ---------------------------------------------------------- */

html {
	background: #dbdbdd url(http://www.zombiecafewiki.com/local--files/style-green-heaven/heaven-bg-green.png) repeat-x center -120px;
}
body {
	background: transparent url(http://www.zombiecafewiki.com/local--files/style-green-heaven/heaven-footer.png) repeat-x center bottom;
}


#container-wrap-wrap {
	min-width: 800px;
	max-width: 1150px;
	width: 100%;
	margin: 0 50px;;
	position: relative;
}

#container-wrap {
	position: relative;
	z-index: 20;
}

/* Header */

#header {
	position: relative;
	z-index: 40;
	width: 100%;
	height: 100px;
	background: url(http://www.zombiecafewiki.com/local--files/style-green-heaven/heaven-header-transparent.png) no-repeat center top;
	_background: none; /* for IE6 - b/c it doesn't support transparent png */
}
#header h1 {
	position: absolute;
	top: 20px;
	left: 10px;
	font-size: 350%;
}

/*
#header h1 a {
	color: #fff;
	font-family: Georgia;
	text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
*/

#header h1 a {
	display: block;
	color: #fff;
	font-size: 0px;
	padding: 0 0 0 10px;
	letter-spacing: 1px;
	background-image: url(http://zombiecafe.wdfiles.com/local--files/start/logo2.png);
    bottom: 0px; 
left: 50px;
	background-repeat:no-repeat;
	width: 269px;
	height: 105px;
}



#header h2 {
	position: absolute;
	top: 70px;
	left: 10px;
	font-size: 140%;
	color: #032e55;
	font-family: Georgia;
}

/* Login Status & Account Options */

#login-status {
	color: #7dd100;
	position: absolute;
	top: 3px;
}

a#account-topbutton {
	background: none;
	border: none;
}
#login-status a {
	padding: 0 3px;
	color: #666;
	text-decoration: none;
}
#login-status a:hover {color: #7dd100;}
#account-options {
	width: 140px;
	text-align: center;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
}

/*----- SEARCH TOP BOX -----------------------------------------*/

#search-top-box {
	position: relative;
	left: 860px;
	top: 62px;
	height: 40px;
	width: 250px;
	text-align: right;
}
#search-top-box input.text {
	width: 230px;
    margin: 15px 10px 0 0;
    padding-right: 24px;
    background: #666;
    border: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
}
#search-top-box input.text:focus {
	background: #fff;
	outline: none;
}
#search-top-box input.text.empty {
	color: #f4f6f6;
	font-style: italic;
}
#search-top-box input.button {
	position: absolute;
	top: 11px;
	right: 6px;
    border: none;
    display: block;
    width: 26px;
    height: 26px;
    padding: 0;
    background: transparent url(http://themes.wdfiles.com/local--files/pink-flower/flower-searchButton.png) no-repeat center center;
	color: transparent;
	text-indent: -9999px;	
	font-size: 0;
	line-height: 0;
}

/* Topbar */

#top-bar {
	position: absolute;
	/*right: 300px;*/
left: 275px;
	bottom: 0;
	font-size: 14px;
	height: 30px;
	padding: 0 10px;
	background-color: #edecec;
	background-image: url(http://www.zombiecafewiki.com/local--files/style-green-heaven/heaven-topbar-bg-white.png);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ede8e8));
	background-image: -moz-linear-gradient(top, #fff, #ede8e8);
	background-repeat: repeat-x;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-box-shadow: 1px -1px 3px rgba(0,0,0,0.22);
	-moz-box-shadow:  1px -1px 3px rgba(0,0,0,0.22);
	box-shadow:  1px -1px 3px rgba(0,0,0,0.22);
	font-size: 1.2em;
}
#top-bar ul {
	float: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #edecec;
}
#top-bar ul li {
	float: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #edecec;
	margin: 0 0 0 0;
	height: 20px;
	padding: 5px 2px;
	position: relative;
}
#top-bar ul li a {
	text-shadow: 0 1px 0 #fff;
	color: #323232;
}
#top-bar ul li:hover {
	background-color: #7dd100;
	background-image: url(http://www.zombiecafewiki.com/local--files/style-green-heaven/heaven-topbar-bg-green.png);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7dd100), to(#7dd100));
	background-image: -moz-linear-gradient(top, #7dd100, #7dd100);
	background-repeat: repeat-x;
}
#top-bar ul li a.current-link, #top-bar ul li a:hover {
	color: #222; 
	background: none;
	text-decoration: none;
}
#top-bar ul li:hover a, #top-bar ul li a:hover {
	color: #fff;
	text-shadow: 0 1px 0 #1463a8;
}
#top-bar ul li a:active {
	position: relative;
	top: 1px;
	left: 1px;
}

/* Drop-down menus */
#top-bar ul li ul {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 400ms ease;
}
#top-bar ul li:hover ul {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
	position: absolute;
	display: inline-block;
	width: auto;
	top: 30px;
left: 0px;
	/*right: 0px;*/
	padding: 0;
	border: none;
	background-color: #edecec;
	background-image: url(http://www.zombiecafewiki.com/local--files/style-green-heaven/heaven-topbar-bg-white.png);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#edecec));
	background-image: -moz-linear-gradient(top, #fff, #edecec);
	background-repeat: repeat-x;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
#top-bar ul li ul li {
	border: none;
	height: 25px;
	background: none;
	padding: 0 0 0 0;
}
#top-bar ul li:hover ul li a {
	margin: 0;
	height: 25px;
	color: #323232;
	display: block;
	background: none;
	text-shadow: none;
	text-align: left;
	line-height: 23px;
}
#top-bar ul li:hover ul li a:hover {
	color: #fff;
	background: none;
	text-shadow: 0 1px 0 #1463a8;
}
#top-bar ul li ul li:last-child, #top-bar ul li.sfhover ul li.sfhover:last-child {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* Sidebar */

#side-bar {
	margin: 0;
	float: left;
	width: 200px;
	padding: 15px 5px 5px;
	position: relative;
	z-index: 20;
}
#side-bar ul {
	margin: 0;
	padding: 0;
	width: 190px;
	list-style: none;
	background: transparent url(http://www.zombiecafewiki.com/local--files/style-green-heaven/heaven-horizontal-divider.png) repeat-x right bottom;
}

#side-bar ul li {
	margin: 0;
	padding: 6px 0;
	display: block;
	font-size: 1.1em;
	background: transparent url(http://www.zombiecafewiki.com/local--files/style-green-heaven/heaven-horizontal-divider.png) repeat-x right top;
	padding-left: 10px;
}
#side-bar ul li a {
	color: #444;
	-webkit-transition: padding 150ms ease-out;
	-moz-transition: padding 150ms ease-out;
}
#side-bar ul li a:hover {
	color: #7dd100;
	/*padding-left: 10px;*/
}
#side-bar hr {
	height: 0;
	width: 230px;
	border-top: 1px solid #d9d7d8;
	border-bottom: 1px solid #fff;
	position: relative;
	left: -41px;
}
#side-bar h5 {
	text-align: center;
	font-size: 110%;
	margin: 0;
}
#side-bar input.text {
	width: 160px;
	margin: 7px 0;
	padding: 3px 30px 3px 5px;
	border: 1px solid;
	border-color: #c1c0c5 #c1c0c5 #d9d7d8 #d9d7d8;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 1px 2px rgba(0,0,0,0.2) inset;
	box-shadow: -1px 1px 2px rgba(0,0,0,0.2) inset;
}
#side-bar input.text:focus {
	outline: none;
	border-color: #1670c8;
}
#side-bar .search-box {
	position: relative;
}
#side-bar .search-box input.button {
	border: none;
	text-indent: -9999px;
	color: transparent;
	background: transparent url(http://www.zombiecafewiki.com/local--files/style-green-heaven/heaven-search-icon.png) no-repeat;
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 11px;
	right: 8px;
}
#side-bar .search-box input.button {
	cursor: pointer;
	background: transparent url(http://www.zombiecafewiki.com/local--files/style-green-heaven/heaven-search-icon.png) no-repeat;
}

/* Main Content */

#content-wrap {
	margin: 0;
	padding: 0 0 0 10px;
	position: relative;
	overflow: visible;
	z-index: 30;
	background: #f4f6f6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.4);
	box-shadow: 0 3px 7px rgba(0,0,0,0.4);
	border-top: 1px solid #fff;
}
#main-content {
	z-index: 30;
	margin: 0 0 0 220px;
	padding-bottom: 5px;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: transparent url(http://www.zombiecafewiki.com/local--files/style-green-heaven/heaven-main-shadow-left2.png) repeat-y left top;
}

#page-title {
	color: #323232;
	padding: 10px 10px 2px 15px;
	margin: 0;
	border: none;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	background: transparent url(http://www.zombiecafewiki.com/local--files/style-green-heaven/heaven-horizontal-divider.png) repeat-x right bottom;
}
#breadcrumbs {
	padding: 8px 0 6px 40px;
	background: transparent url(http://www.zombiecafewiki.com/local--files/style-green-heaven/heaven-horizontal-divider.png) repeat-x right bottom;
}


#footer {
	clear: both;
	width: 940px;
	margin-top: 25px;
}
#license-area {
	padding-bottom: 10px;
}
#footer, #footer a {
	color: #ddd;
	font-size: 0.9em;
}
#license-area, #license-area a {
	color: #ddd;
	font-size: 0.85em;
}

/* WIKIDOT ELEMENTS ---------------------------------------------------------- */
hr {
	height: 0;
	border-top: 1px solid #d9d7d8;
	border-bottom: 1px solid #fff;
}
.code {
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
blockquote {
	padding: 0 5px;
	background: #e2e4e4;
	border: 1px solid #c9cbcb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
 
/* Buttons */
div.buttons input, input.button, button, file, a.button, .button-bar a, #new-post-button, .rate-points, .rateup a, .ratedown a, .cancel a, .pager a, .new-post a {
    height: auto;
    padding: 4px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #acacac;
    color: #444;
    font-size: 1.1em;
    margin: 0 5px;
}
div.buttons input:hover, input.button:hover, button:hover, file:hover, a.button:hover, .button-bar a:hover, #new-post-button:hover, .rateup a:hover, .ratedown a:hover, .cancel a:hover, .pager a:hover, .new-post a:hover {
    color: #fff;
    background-color: #7dd100;
    border: 1px solid #0b6194;
    text-decoration: none;
}
.page-rate-widget-box .rate-points, .pager .current {
	padding: 4px 6px;
	font-size: 1.1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border-radius: 4px;
	-webkit-background-clip: padding-box;
}
#site-manager {
	margin: 0;
}


.inline_page_list .list-pages-item {
width: 100px;
padding 5px;
display:inline-block;
text-align:center;
height: 90px;
}

/* DIFFERENT LAYOUT OPTIONS ---------------------------------------------------- */

/* No sidebar *
#side-bar {
	display: none;
}
#content-wrap {
	padding: 0;
}
#main-content {
	margin: 0;
}
*/

/* Left sidebar *
#side-bar {
	float: left;
	background-repeat: repeat;
}
#content-wrap {
	padding: 0 0 0 10px;
}
#main-content {
	margin: 0 0 0 220px;
	background: transparent url(http://www.zombiecafewiki.com/local--files/style-green-heaven/heaven-main-shadow-left2.png) repeat-y left top;
}
*/