
/* Zunch Blog Global Stylesheet 
/* -------------------------- *
/* =BODY -------------------- *
----------------------------- */
* { margin:0; padding:0; }

img {
	border:none;
	}

body, html {
  background:#EFEFEF;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#333;
  }

p {
	margin:0 0 1em 0;
	}


a {
	color:#FF6633;
	}

a:hover {
	color:#FF0000;
	text-decoration:underline;
	}

hr {
	height:0px;
	margin:1.5em 0;
	border:0;
	border-top:1px solid #C3C3C3;
}

h1 {
	font-size:18pt;
	font-weight:bold;
	margin:0 0 .5em 0;
	}

h1 a {
	text-decoration:none;
	}

h5.post { font-size:14px; font-weight:bold; color:#007EFF; margin:.5em 0 0 0; padding:0; }

div#global {
	margin:0 auto;
	width:760px;
height:auto;
}

div#logo {
	position:absolute;
	width:171px;
	height:114px;
	margin:0 0 0 2em;
	z-index:6000;
	}
	
div#page {
	width:760px;
height:auto;
	margin:4.6em 0 2em 0;
	padding:6em 0 0 2.4em;
	position:absolute;
	background:#FFF;
	border:1px solid #C3C3C3;
	}

div#content {
	float:left;
	width:500px;
	margin:0 2em 0 0;
	}
	
div#sidetop {
	float:left;
	width:215px;
	height:35px;
	margin:0;
	padding:0;
	background:url(/z-images/hdr_div_left.gif) no-repeat left top;
}

div#sidebottom {
	float:left;
	width:215px;
	height:35px;
	margin:.5em 0 -1em 0;
	background:url(/z-images/ftr_div_left.gif) no-repeat left bottom;
}
	
div#sidebar {
	text-align:left;
	float:left;
	width:215px;
	margin:-3em 0 0 0;
	padding:0;
	background: url(/z-images/div_left_tile.gif) repeat-y left;
}

div#sidebar div.side_content {
width:200px;
	clear:both;
	float:left;
	}

div#sidebar h2 {
	font-size:14px;
	font-weight:bold;
	color:#FF6633;
	margin:0 0 .5em 1.5em;
	padding:0 0 0 1.5em;
	background:url(/z-images/z_bullet_lg.gif) no-repeat left;
}

div#sidebar p {
	clear:both;
	margin:0 0 1em 2em;
	}

div#blog-footer {
	clear:both;
	text-align:left;
	padding:.5em 0;
	margin:3em 0;
	}

div.post h2 {
	font-size:12px;
	font-weight:bold;
	color:#FF6633;
	background:url(/z-images/icn_clock.gif) no-repeat 0px 2px;
	padding:0 0 0 1.3em;
	margin:.5em 0 1em 0;
	}	

div.post h3 {
	font-size:18px;
	font-weight:bold;
	color:#10a600;
	padding:0;
	margin:.5em 0 1em 0;
	}	

div.post h3 a {
color:#10a600;
	text-decoration:none;
	}

div.post h3 a:hover {
	text-decoration:underline;
	}

span.post-author {
	font-size:12px;
	font-weight:bold;
	color:#333;
	padding:0;
	margin:.5em 0 1em 0;
	}	

div.post-body {
	line-height:18px;
	margin:1em 0;
	}

div.post-body img {
	margin:.5em .5em .5em 0;
border:1px solid #C3C3C3;
	}

span.post-footer {
  color:#333;
  }

span.post-footer a {
	color:#FF6633;
	text-decoration:underline;
	}

span.post-footer a:hover {
	color:#FF0000;
	text-decoration:underline;
	}

.apperror {
	font-size:10px;
	color:#FF0000;
	}

blockquote {
	border:1px dashed #C3C3C3;
	font-style:italic;
	margin:1em 0;
	padding:1em 0 1em 1em;
	line-height:18px;
	color:#777;
	background:url(/z-images/quotes.gif) no-repeat 10px 10px;
}

abbr, acronym {
	cursor:help;
	font-style:normal;
	border-bottom:1px dotted;
}


/* UL and LI Styles */
ul {
	list-style: none;
	margin:0 0 20px 30px;
	padding:0;
}

li {
	list-style:none;
	padding-left:14px;
	margin-bottom:3px;
	background:url(/z-images/z_bullet_sm.gif) no-repeat left;
}

/* ---( header and site name )--- *


.post img {
  padding: 6px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }


/* Comment Styling */
div.comment blockquote {
margin:2em 0;
text-align:left;
font-style:normal;
color:#333;
	border:none;
	background:#EFEFEF;
	padding:1em;
	}

div.comment h4 {
	color:#007EFF;
	font-size:12px;
	font-weight:bold;
	}

p.add-comment {
	margin:1em 0;
}

p.add-comment a {
	text-decoration:underline;
	color:#FF6633;
	}
	
p.add-comment a:hover {
	text-decoration:underline;
	color:#FF0000;
	}

p.comment-header {
float:left;
	color:#333;
	}

p.comment {
clear:both;
margin:.5em 0;
}

span.comment-header a {
	color:#FF6633;
	text-decoration:underline
	}

span.comment-header a:hover {
	color:#FF0000;
	text-decoration:underline;
	}

.comment ul {
	margin-left: 0;
}

.comment li {
	background: none;
	padding-left: 0;
}

.deleted-comment {
  font-style:italic;
  color:#999;
  }

table.commentForm {
	font-size:12px
}

/** Forms **/
div#comment_form {
	float:left;
	border:1px dashed #C3C3C3;
	margin:0 0 1em 0;
	padding:1em;
}
	
div#comment_form p {
	margin:0;
	padding:0;
	}
	
input {
	border:1px solid #C3C3C3;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	padding:2px;
	}
	
input.text_name {
	float:left;
	width:310px;
	height:18px;
	padding:1px 0 1px 3px;
	margin:0;
	}
	
/* Buttons */
p.button {
	float:left;
	padding:0;
}

p.button input {
	border:none;
	margin:-.2em 0 0 -.3em;
}

