/*
Theme Name: Zanetine Weblog
Theme URI: http://zanetine.com/
Description: Custom Built Theme
*/
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:#fafafa;
	color: #333;
	margin:0;
	padding:0;
}
#topbar-wrapper {
	height:28px;
	color:#fff;
	background:url("images/top-bar-bg.gif") left bottom repeat-x;
	border-bottom:8px solid #e98c33;
}
#topbar {
	position:relative;
	margin:0 auto;
	width:940px;
	height:28px;
}
a {
	color: #333;
}
#header-wrapper {
	height:50px;
	color:#444;
	background-color:#e9e9e9;
}
#header {
	position:relative;
	margin:0 auto;
	width:940px;
	height:50px;
}

#header h1 {
	margin:0;
	font-size:1.6em;
	color:#fff;
}
#header h1 a{
	text-indent:-9999px;
	outline:none;
	display:block;
	width:300px;
	height:50px;
	color:#fff;
	text-decoration:none;
	background:url("images/logo.png") left top no-repeat;
}
#header .description {
	color:#fff;
	padding:10px;
}

#navigation {
	top:12px;
	right:0;
	position:absolute;
	height:26px;
}
#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
	height:26px;
}
#navigation ul li{
	margin-left:10px;
	float:left;
}
#navigation ul li a {
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	outline:none;
	padding:6px 10px;
	display:block;
	background:url("images/top-bar-bg.gif") left top repeat-x;
}
#page-wrapper {
	background:#eaeaea url("images/bg.gif") left top repeat-x;	
}
#page {
	margin:0 auto;
	width:940px;
	background:url("images/sep.png") left top repeat-y;
}
#content {
	float:left;
	width:670px;
}
#sidebar {
	float:right;
	width: 258px;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#sidebar h2 {
	color:#e98c33;
	padding:2px 0;
	margin:10px 0;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.4em;
	border-bottom:1px dashed #aaa;
}

#sidebar li ul{
	margin:0 0 0 10px;
}
#sidebar li ul li a{
	color:#555;
	padding:2px 2px 2px 14px;
	display:block;
	background:url("images/bullet.png") 0 6px no-repeat;
}
#sidebar li ul li a:hover{
	color:#222;
	text-decoration:none;
	background:url("images/bullet.png") 1px 6px no-repeat;
}

#sidebar li ul li{
	margin-bottom:2px;
}

.clear {
	clear: both;
}

#top-icons {
	position:absolute;
	left:0;
	top:0;
}
#search-form {
	position:absolute;
	top:3px;
	right:0;
	width:258px;
	height:18px;
}
#search-form form{
	margin:0;
	padding:0;
}
#search-form .hidden {
	display:none;
}	

#search-form #s{
	width:225px;
	height:17px;
	border:0;
}
#search-form #top-search-button{
	width:16px;
	height:16px;
	border:0;
	background:transparent url("images/search.png") left top no-repeat;
}

#footer-wrapper {
	background:#888;
}
#footer {
	width:940px;
	margin:0 auto;
}
#footer p {
	margin:0;
	font-size:1.1em;
	color:#fff;
	text-transform:uppercase;
	padding:20px 0;	
}

/* ----------------------- POST STYLES --------------------------*/
#no-search-result h2{
	font-size:1.2em;	
}
h2.pagetitle {
	font-size:1.4em;
	margin:10px 0;
}
.post-top, .comment-top, .featured-top {
	margin-top:10px;
	background:url("images/post-top.png") left top no-repeat;
	height:12px;
}
.post-bottom, .comment-bottom, .featured-bottom {
	background:url("images/post-bottom.png") left top no-repeat;
	height:12px;
}
.post, .comment-wrap, .featured {
	background:url("images/post-middle.png") left top repeat-y;
	padding:2px 10px;
}
.featured h2{
	color:#e98c33;
	font-size:1.4em;
	margin:4px 0 8px 0;
}
.featured h2 a {
	color:#e98c33;
	text-decoration:none;
}
.featured p {
	font-size:1.2em;
	line-height:160%;
	margin:4px 0 0 0;
}
.featured a:hover {
	color:#e98c33;
	text-decoration:none;
}
.post h2, .post h3 {
	color:#e98c33;
	font-size:1.6em;
	margin:4px 0 8px 0;
	border-bottom:1px solid #aaa;
}
.post h2 a, .post h3 a {
	text-decoration:none;
	color:#e98c33;
}

.entry p {
	font-size:1.3em;	
	line-height:180%;
}

.post h3.services {
	color:#e98c33;
	font-size:1.2em;
	margin:14px 0 2px 0;
	border-bottom:none;
}
.post ul {
	margin-top:4px;
	margin-bottom:4px;
}
.post ul li{
	font-size:1.1em;
	padding-top:2px;
	padding-bottom:2px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* End Images */

/*--------------------- COMMENTS------------------------------------------*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
}

input#submit, input#searchsubmit {
	width:auto;
	padding:1px 4px;
	background-color:#eee;
	border:1px solid #aaa;
}