/*  
Theme Name: iZigyouZag
Theme URI: 
Description: 
Author: VWS
Author URI: http://www.visualwebsolutions.net
*/

/* Begin Typography & Colors */
body {
	margin:10px auto;
	padding:0px;
	background: #000 url(images/body-bg.jpg) no-repeat center top;
}
 
body, table {
	font-size: 12px;
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, .h1, .h2, .h3 {
	font-weight: bold;
	color: #552554;
	text-decoration: none;
}

h1, .h1 { font-size: 18px; }
h2, .h2 { font-size: 16px; }
h3, .h3 { font-size: 14px; }


a {
	color: #20AF5C;
}

a:hover {
	color: #BACF00;
}

.comment-cnt {
	font-size: 11px;
    background: url(images/comments.png) left center no-repeat;
    padding:5px 5px 5px 20px;
}

.date {
	font-size: 11px;
    padding:5px 5px 5px 20px;
	color:#3f6067;
	background: url(images/calendar_view_day.png) left center no-repeat;
}

div.post {
	text-align: left;  
	font-size: 14px;
	min-height:25px;
}

.category-icon {
    background: url(images/bullet_disk.png) left center no-repeat;
	width:14px;
	height:14px;
    padding:5px 5px 5px 20px;
}

.postmetadata {
	color: #666;
	font-size: 10px;
}

hr {
	background: #749584;
	color: #749584;
	border:none;
	height: 1px;
}

hr.postsep {
	background: #D1EFE0;
	color: #D1EFE0;
	border:none;
	height: 1px;
}

blockquote {
	margin:0;
	padding:0; 
	padding-left:40px;
	min-height:30px;
	color:#666666;  
	background: #fff url(images/blockquote-bg.jpg) top left no-repeat;  
	font-style:italic; 
	width:85%;
}




