/*  
Theme Name: Zip Net Theme
Theme URI: http://zipnetdesign.com/
Description: This is the Zip Net Design Default Theme.
Version: 1.0
Author: Liam Vasey
Author URI: http://halfplane.com/

*/


/* 	Global Browser Reset
	------------------------------------ */

* {
	margin: 0;
	padding: 0;
	}
	
/* 	General Styles
	------------------------------------ */
	
body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #777;
	background: #fff url('images/bg/orange_top.gif') repeat-x;
	}
	
	body a img {
		border: none;
		}
		
h1, h2, h3, h4, h5, p {
	margin: 0 0 10px 10px;
	}
	
	h1 {
		font-weight: normal;
		font-size: 24px;
		color: #f89b48;
		}
		
	h3#comments {
		font-size: 22px;
		color: #afc56a;
		font-weight: normal;
		}
		
	h3#respond {
		margin-top: 20px;
		}
		
	body a, a:visited {
		font-size: 12px;
		text-decoration: underline;
		color: #f89b48;
		}
		
		body a:hover {
			color: #afc56a;
			}
		
/* 	DIV Styles
	------------------------------------ */
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	}
	
#nav {
	width: 960px;
	}
	
	#nav a, a:visited {
		border: none;
		}
	
	#nav a.logo, a.logo:visited {
		float: right;
		margin-top: -48px;
		_margin-top: 0;
		border: none;
		}
		
	#nav ul {
		margin: 48px 0 0 10px;
		list-style: none;
		}
		
		#nav ul li {
			display: inline;
			margin-right: 20px;
			}
			
			#nav ul li.last {
				margin: 0;
				}
				
#top_area {
	width: 960px;
	margin: 53px 0 25px 0;
	height: 115px;
	background: #fff url(images/bg/top_area.gif) no-repeat 10px 0px;
	}
	
	#top_area form {
		float: right;
		width: 380px;
		margin: 49px 23px 0 0;
		_margin: 49px 12px 0 0;
		}
		
		#top_area form fieldset {
			border: none;
			float: left;
			}
			
		#top_area form label {
			display: block;
			color: #fff;
			line-height: 20px;
			margin-right: 5px;
			}
			
		#top_area form input {
			font-size: 11px;
			color: #777;
			border: 1px solid #e58e41;
			padding: 3px;
			width: 135px;
			margin-right: 5px;
			}
			
			#top_area form input.last {
				margin-right: 0;
				}
				
			#top_area form input.submit {
				width: 83px;
				height: 32px;
				border: none;
				padding: 12px 0 0 3px;
				float: left;
				margin: 0;
				}

#content.narrowcolumn {
	width: 740px;
	float: left;
	background: url(images/bg/sidebar.gif) repeat-y right;
	}
	
#sidebar {
	float: left;
	width: 220px;
	}
	
	#sidebar img.someleft {
		margin-left: 10px;
		}
	
	#sidebar ul {
		list-style: none;
		margin-left: 10px;
		}
		
		#sidebar ul a, a:visited {
			font-size: 11px;
			color: #666;
			text-decoration: none;
			}
		
		#sidebar ul li {
			padding: 3px 0;
			}
			
		#sidebar ul li#testimonials {
			margin-top: 10px;
			height: 300px;
			cursor: pointer;
			}
		
		#sidebar ul ul {
			}
			
#sidebar div.democracy {
	margin: 5px 0 5px 10px;
	}
	
	#sidebar div.democracy em.dem-total-votes {
		font-size: 10px;
		}
	
/* 	Post Styles
	------------------------------------ */
	
div.post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(images/bg/divline.gif) no-repeat bottom center;
	}
	
div.post h1, h2, h3, h4, h5, h6, p, small {
	margin: 0 0 15px 10px;
	}
	
	div.post h3 a, a:visited {
		font-size: 20px;
		color: #afc56a;
		}
	
	div.post p {
		color: #777;
		padding-right: 20px;
		}
		
		div.post p.postmetadata a, a:visited {
			font-size: 11px;
			color: #f89b48;
			text-decoration: none;
			}
	
	div.post h2, h2 a, h2 a:visited {
		font-weight: normal;
		font-size: 28px;
		color: #f89b48;
		clear: both;
		text-decoration: none;
		}
		
	div.post span.date_posted {
		color: #999;
		font-size: 12px;
		font-style: italic;
		}
		
	div.post ul {
		list-style: none;
		margin: 10px 30px;
		}
		
		div.post ul li {
			padding: 5px 0 5px 20px;
			background: url(images/bg/bullet.gif) no-repeat left center;
			}
		
	div.post ol {
		list-style: lower-roman;
		margin: 10px 30px 10px 50px;
		}
		
		div.post ol li {
			padding: 5px 0;
			}
			
	div.post img {
		border: 1px solid #ddd;
		padding: 5px;
		}
		
	ol.commentlist {
		margin-left: 30px;
		}
		
		ol.commentlist li {
			padding: 15px 0;
			border-bottom: 1px solid #ddd;
			}
		
		ol.commentlist li cite a, a:visited {
			font-size: 12px;
			color: #f89b48;
			text-decoration: none;
			font-style: normal;
			}
			
		ol.commentlist li p {
			font-size: 12px;
			margin-left: 0;
			margin-top: 15px;
			}
			
		ol.commentlist small.commentmetadata a, a:visited {
			font-size: 10px;
			text-decoration: none;
			color: #333;
			}
			
	div.post img.alignright {
		float: right;
		margin: 0 0 10px 10px;
		}
		
	div.post img.alignleft {
		float: left;
		margin: 0 10px 10px 0;
		}
		
	div.post img.aligncenter {
		margin: 10px 0;
		display: block;
		text-align: center;
		}
			
div.entry {
	margin-top: 15px;
	}
	
	div.entry h1, h2, h3, h4, h5, h6 {
		clear: both;
		}
	
	div.entry h1 {
		font-size: 24px;
		font-weight: normal;
		color: #afc56a;
		}
		
	div.entry h2 {
		font-size: 22px;
		font-weight: normal;
		color: #555;
		}
		
	div.entry h3 {
		font-size: 20px;
		font-weight: normal;
		color: #777;
		}
		
	div.entry h4 {
		font-size: 18px;
		font-weight: normal;
		color: #999;
		}
		
	div.entry h5 {
		font-size: 16px;
		font-weight: normal;
		color: #f89b48;
		}
		
	div.entry h6 {
		font-size: 14px;
		font-weight: bold;
		color: #777;
		}
		
	div.entry a, a:visited {
		font-size: 12px;
		color: #f89b48;
		text-decoration: underline;
		font-weight: normal;
		}
		
		div.entry a:hover {
			color: #afc56a;
			}

#foot_wrap {
	float: left;
	margin-top: 40px;
	width: 100%;
	background: #fff url(images/bg/footer.gif) repeat-x;
	height: 104px;
	clear: both;
	}
	
#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 10px;
	color: #bbb;
	}
	
	#footer address {
		display: inline;
		float: left;
		font-style: normal;
		line-height: 13px;
		}
		
		#footer address a, a:visited {
			color: #bbb;
			text-decoration: none;
			font-size: 10px;
			}
			
			#footer address a:hover {
				color: #888;
				}
	
		#footer address.left {
			margin: 0 0 0 10px;
			width: 350px;
			}
			
		#footer address.mid {
			width: 380px;
			}
			
		#footer address.right {
			margin: 0;
		}
		
		#footer strong {
			font-weight: normal;
			color: #888;
			}
			
		#footer p.sitemap {
			clear: both;
			font-size: 9px;
			padding-top: 10px;
			}
			
			#footer p.sitemap a, a:visited {
				color: #aaa;
				text-decoration: none;
				font-size: 9px;
				}
				
				#footer p.sitemap a:hover {
				color: #777;
				text-decoration: none;
				}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	