/*
Theme Name: Deezilla Dev Blog
Theme URI: http://deezilla.com/
Description: Deezilla Dev Blog
Version: 0.1
Author: Darryl Chang-Heathcote
Author URI: http://9kinteractive.com/
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
}
q:before, q:after {
	content: '';
}
a, ins {
	text-decoration: none;
	outline:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic
}
* {
	font:13px Verdana, Geneva, sans-serif;
	color:#343434;
}
a {
	color:#dd7a2a;
}
a:hover {
	text-decoration:underline;
}
em *, em {
	font-style:italic;
}
strong *, strong {
	font-weight:bold;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin:0 10px 10px 0;
}
.alignright {
	float: right;
	margin:0 0 10px 10px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
body {
	background-color:#ffffff;
}
#wrapper {
	width:960px;
	margin:0 auto;
}
#header {
	height:74px;
	position:relative;
	border-bottom:1px solid #dd7a2a;
	margin-bottom:25px;
}
#logo {
	display:block;
	height:34px;
	width:222px;
	background:url(images/logo.jpg) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:23px;
	left:0;
}
#top-nav {
	position:absolute;
	top:23px;
	right:-6px;
}
#top-nav li {
	display:block;
	float:left;
	padding:0 6px;
}
#top-nav li a {
	font-family:Tahoma, Geneva, sans-serif;
	color:#999999;
	font-weight:bold;
}
#top-nav ul {
	display:block;
	margin-top:3px;
}
#top-nav li ul li {
	padding:0 6px 0 0;
}
#top-nav li ul li a {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
}
#main {}
#maincontent {
	width:640px;
	float:left;
}
#breadcrumb{
	padding:10px;
	background-color:#ffffff;
	font-size:10px;
	margin-bottom:10px;
}
.post-content{
	padding-top:20px;
}
#post-ad{
	height:200px;
	width:200px;
	float:right;
	margin:20px 0 10px 10px;
}
.post-item h1 {
	font-size:24px;
}
.post-item h2 {
	font-size:22px;
}
.post-item h3 {
	font-size:20px;
	border-bottom:3px solid #f4f4f4;
}
.post-item h4 {
	font-size:15px;
	font-weight:bold;
	color:#585858;
}
.post-item h5 {
	font-size:16px;
}
.post-item h6 {
	font-size:14px;
}
.post-item h1, .post-item h2, .post-item h3, .post-item h4, .post-item h5, .post-item h6 {
	clear:both;
	margin:10px 0 20px;
	font-family:Tahoma, Geneva, sans-serif;
}
.post-item p {
	margin:0 0 20px;
	line-height:18px;
}
.widget ol, .post-item ol {
	margin:10px 0 20px;
	padding:0 0 0 20px;
}
.widget ul, .post-item ul {
	margin:10px 0 20px;
	padding:0 0 0 20px;
	list-style:circle outside;
}
.post-item dl{
	margin:10px 0 20px;
}
.post-item dt{
	font-weight:bold;
}
.post-item dd{
	margin:0 0 10px 5px;
}
.post-item li {
	margin:3px 0;
}
.post-item blockquote {
	padding:0 20px 0 30px;
	font-size:14px;
	line-height:20px;
	font-style:italic;
	background:url(images/quotes_icon.jpg) no-repeat 5px 0;
}
.post-item blockquote p {
	font-size:14px;
	line-height:20px;
	font-style:italic;
}
.post-item pre{
	padding:10px;
	font-family:"Courier New", Courier, monospace;
	margin:10px 0 20px;
	background-color:#f4f4f4;
}
.post-item cite {
	display:block;
	text-align:right;
	padding-right:30px;
}
.post-item small *, .post-item small {
	font:10px Tahoma, Geneva, sans-serif;
}
.post-item tt{
	font-family:"Courier New", Courier, monospace;
	background-color:#f3f3f3;
	padding:0 1px;
}
.loading{
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#sidebar {
	width:300px;
	float:left;
	margin-left:20px;
}
#footer {
	clear:both;
	margin:30px 0 0;
	padding:10px;
	background-color:#ffffff;
}
.widget {
	background-color:#ffffff;
	margin-bottom:30px;
}
.widget p{
	line-height:18px;
}
.widget h2 {
	font:14px Tahoma, Geneva, sans-serif;
	border-bottom:3px solid #F4F4F4;
}
#searchform {}
#s {
	border:1px solid #CCCCCC;
	padding:3px;
}
#searchsubmit {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#DD7A2A;
	cursor:pointer;
	padding:2px;
}
#searchsubmit:hover {
	border-color:#DD7A2A;
}
.widget ul {
	list-style:none;
	padding:0 !important;
	margin:0 0 5px !important;
}
.widget ul li {
	margin:5px 0 15px;
}
.widget ul a {
	font:14px Tahoma, Geneva, sans-serif;
}
.widget p {
	margin:4px 0;
	font-size:11px;
}
.cat-item{
	margin:2px 0 !important;
	font-size:12px;
}
.cat-item a{
	font-size:12px;
}
ul.children{
	padding:0 0 0 10px !important;
}
.post-item {
	margin-bottom:50px;
}
.post-date {
	font-size:11px;
	color:#999999;
}
.post-title a, .post-title {
	font:italic 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 !important;
	color:#000000;
}
	.post-title a:hover{
		color:#DD7A2A;
	}
.post-cats {
	margin:20px 0 10px;
}
.post-share, .post-share * {
	font-size:11px;
}
.post-share {
	margin:20px 0 0;
	padding:7px 10px 0;
	height:23px;
	background-color:#f4f4f4;
}
.s-comments {
	background-position: 0 -135px !important;
	padding:1px 0 2px 20px !important;
	float:right !important;
}
.at-wrap {
	padding:5px 10px;
	height:16px;
	clear:both;
}
/*comments*/

.comment-wrap, #respond {
	background-color:#ffffff;
	margin:30px 0 0;
}
.comment-wrap h3, #respond h3 {
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	clear:both;
}
.commentlist {
	list-style:none;
}
.commentlist li {
	margin:10px 0 30px;
	padding:10px;
}
	.odd{
		border:1px solid #cccccc;
	}
.vcard {
	background-color:#f4f4f4;
	padding:10px;
	height:32px;
}
.avatar {
	float:left;
	margin:0 10px 0 0;
}
.comment-meta {
	clear:both;
	margin:2px 0 0;
}
.fn a {
	font:14px Tahoma, Geneva, sans-serif;
	line-height:32px;
}
.comment-meta a {
	font-size:10px;
}
.comment-body p {
	margin:5px 0;
	padding:0 5px;
}
#commentform p {
	margin-bottom:4px;
}
#author, #email, #url, #comment {
	border:1px solid #cccccc;
	padding:3px;
}
#commentform label small {
	color:#999999;
	font-size:10px;
}
#submit {
	border:1px solid #cccccc;
	color:#DD7A2A;
	background:#ffffff;
	padding:2px;
	cursor:pointer;
}
#submit:hover {
	border-color:#DD7A2A;
}
/*post navigation*/

.navigation {
}
.navigation div small {
	display:block;
	font:10px Tahoma, Geneva, sans-serif;
	margin-bottom:5px;
	color:#999999;
}
.pnavright, .pnavleft {
	width:290px;
	float:left;
	background-color:#f4f4f4;
	padding:10px;
}
.pnavright {
	float:right;
	text-align:right;
}
/*wp-pagenavi*/

.wp-pagenavi {
	padding:10px;
	background-color:#ffffff;
}
.current, .wp-pagenavi a, .pages, .page {
	padding:3px 4px;
	border:1px solid #cccccc;
	margin:0 6px 0 0;
}
.pages {
	color:#666666;
}
.wp-pagenavi a:hover {
	border-color:#DD7A2A;
}
.current {
	border:1px solid #cccccc;
	border-color:#343434;
}
.wp-pagenavi a {
}
