* {	margin: 0;padding: 0; }
html,body {	margin:0;padding:0;	height:100%; }
html>body #wrap { height:100%; }
#header {
	width:100%;
	height:14px;
}
html>body #header {
	position:fixed;
	z-index:10;
}

div#homelink  {
	float: right;
	width: 150px;
	height:75px;
    background: transparent url(http://zanezone.com/images/zanezone.png) no-repeat 10px 0;
    margin-right: 10px;
}

div#homelink a {
	display: block;
	width: 150px;
	height:75px;
    text-indent: -9000px;
}

html>body #content-wrap {height:100%;} 


#topbar {
	width:100%;
	height:30px;
    background-color:#acd360;
 }

#botbar {
	width:100%;
	height:126px;
}
html>body #botbar {
	position:fixed;
	bottom:0;
	z-index:11;
}


div#cpreview {
  background-color:#ffffd5;
}


body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background: white;
 color:#111;
 }
 
form {margin:0; padding:0;}

a,
a:visited {
 color: #012883;
 }
 
a:hover,
a:active {
 color:blue;
 }
 
h3, h3 a, h3 a:visited {
font-family: Georgia,Garamond,Times,"Times New Roman",serif;
font-weight: normal;
font-size: 24px;
text-decoration: none;
color: black;
 } 
 
h3 a:hover {
 color:blue;
 }

 
h4 {
font-weight: normal;
color:#999;
} 
 
p {
 font: 11px/1.5 Verdana, "Lucida Grande", Tahoma, Helvetica;;
 margin: 0 0 1em 2px;
}
 
blockquote {
 margin: 0 0 1em 12px;
}

#header {
	text-align: right;
}

#header a {
	color:#999; 
	text-decoration:none;
}
#header img {
	border: none;
}

 
h1#logo { 
 float: right;
 overflow:hidden;
 position: relative;
 width: 213px;
 height: 122px;
 margin: 4px 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/zhead.png',sizingMethod='crop');
}

h1#logo #motto {
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
	color: #330000;
	font: 16px Arial, sans-serif;
}

h1#logo[id] {
 background: transparent url(/images/zhead.png) bottom right;
 }
 

#search_form {
 margin-left: 5px;
 display: inline;
 } 
 
#search_form .textfield {
 width: 110px;
 color:#999;
 }
 
 
#content {
 text-align: left;
 padding-bottom: 1px;
 }

.column {
 width: 800px;
 margin: 0 auto;
 padding-top: 16px;
 }

#photo1 {
    display: block;
    border: #000 1px solid;
    margin: 0 auto 20px auto;
}
#photo2 {
    display: block;
    border: #000 1px solid;
    margin: 30px auto;
}
#photo3 {
    display: block;
    border: #000 1px solid;
    margin: 30px auto;
}
.photo {
    display: block;
    border: #000 1px solid;
    margin: 30px auto;
}

.entry {
 padding-top: 20px;
 padding-bottom: 140px;
 }
 
.entry h3 {
 margin: 15px 0 10px 0;
 color: #555;
 } 

.entry li {
 	font: 11px/1.54 Verdana, "Lucida Grande", Tahoma, Helvetica;;
  	margin-left:30px;
  	color:#333;
  	margin-bottom:12px;
  }

.imgfloat {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: none;
}
 
.entry_body {
 display: inline;
 } 
 
 
.more
{
text-transform: uppercase;
font-family: Georgia,Arial,Helvetica,Geneva,Sans-Serif;
font-size: 11px;
font-weight: normal;
font-style: normal;
}

.comment-more {
float: right;
}

.comment-more a {
font-weight: bold;
color:black;
text-decoration: none;
}

.comment-more a:hover {
color:blue;
}


.entry-footer {
clear: both;
padding-top: 6px;
padding-right: 2px;
padding-bottom: 6px;
padding-left: 2px;
margin-top: 25px;
margin-bottom: 25px;
border-top: 1px solid #ccc;
}

.archive-entry-footer {
clear: both;
padding-top: 6px;
padding-right: 2px;
padding-bottom: 6px;
padding-left: 2px;
margin-top: 25px;
margin-bottom: 0px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}
 
  
.clear	{
    clear: both;
    margin: 0px 0px 0px 110px;
    }
    
		
.comments-open-moderated {
font-size: 12px;
color:#999;
}		

.comments-open {
	margin-top:10px;
}

.comments-wrapper {
  width: 400px;
}

#prevbox {
 font-style: italic;
 margin-left: 20px;
 float:left;
 width:275px;
 text-align:left;
}
#nextbox {
 font-style: italic;
 margin-right: 20px;
 float:left;
 width:275px;
 text-align:right;
}

label {
float: left;
width: 105px;
margin: 0px;
padding:4px 0;
font-size: 12px;
line-height: 14px;
color: #000000;
}

.comments-open input#comment_email_input, .comments-open input#comment_web_input, .comments-open input#comment_name_input, .comments-open #remember {
width: 180px;
font-family: arial,helvetica,sans-serif;
font-size: 11px;
padding: 2px;
background-color: white;
margin-top: 5px;
margin-right: 10px;
margin-bottom: 5px;
margin-left: 0px;
}

#comment-text {
clear: none;
width: 390px;
height: 150px;
margin: 5px 0px 5px 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */


.tr-linkcount {
	font-size: 10px;
	text-decoration: none;
}

#archive h3 {
	margin: 10px 0 10px;
}

#archive a {
	margin-left: 20px;
}

#navbar {
 float: left;
 margin-top: 5px;
 width: 560px;
 margin-left:20px;
 position: static;
 } 
 
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
 display: block;
 text-decoration: none;
}

#nav li {
 font-size: 1em;
 padding: 0 5px 2px 5px;
 font-family: Arial, sans-serif;
 text-transform: lowercase;
 line-height: 1em;
 float: left;
}

#nav li ul {
 width: 200px;
 list-style: none;
 background-color: #acd360;
 position: absolute;
 width: 10em;
 left: -999em;
}

#nav li ul li {
	font-size: 10px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
