/*
Theme Name: New ZFD Theme
Theme URI: http://www.kaushalsheth.com/
Description:  New ZFD Theme.
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com/

*/


/*#############################################################
Name: New ZFD Theme
Date: 2006-09-06
Description: New ZFD Theme
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}

a img
{
border:none;

}

body {
	background: #FFF;
	color: #444;
	font: normal 62.5% sans-serif;
	padding-top: 40px;
}

#page {
	margin: 0px auto;
    width: 960px;
}

#thecontent {
    width: 650px;
	float: left;
}

#thesidebar {
    background: #ededed url('img/sidebar-bg.gif') no-repeat;
    width: 250px;
	float: right;
	border: 1px solid #c7c7c7;
}

#thefooter {
	float: right;
	padding: 30px 0 0 0;
    width: 960px;
}

#infooter {
    width: 960px;
	background: #ffffff url('img/footer.gif') no-repeat;
	float: right;
	padding: 10px 0 15px 0;
	border-top: 1px solid #e0e0e0;
}

#infooterleft {
    float: left;
}

#infooterright {
    float: right;
}

#designedby {
    background: #ffffff url('img/diz.gif') no-repeat;
	padding: 0 0 0 33px;
}

p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}

.post li {
	padding: 0em 0em 0.7em 1em;
	}
code {
	background: url('img/bgcode.gif');
	border: 1px solid #F0F0F0;
	border-left: 6px solid #EB7B2F;	
	color: #444;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 5px;
	padding: 8px 5px;
white-space: normal;
}
blockquote {
	background: #FFFFFF url('img/quote.gif') repeat-y;
	color: #626161;
	display: block;
	font: italic 10px Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px 0 0 20px;
}
h1,h2,h3,h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #000000;
}
/* misc */
.clearer {
	clear: both;
}

/* header */
.header {
	height: 100px;
	margin-bottom: 24px;
}
.header h1 {
	color: #222;
	font: normal 4em sans-serif;
	margin-top: 40px;
	text-align: center;
}

.header h1 a{
color: #222;
text-decoration:none;
}

.header h1 a:visited
{
color: #222;
text-decoration:none;
}

.header h2 {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
}
.header h2 span {
	background: #222;
	color: #EEE;
	padding: 0 1em 0 0;
}

.white {
color: #de4b00;
font:  bold 14px Geneva, Arial, Helvetica, sans-serif;
}

/* left side (main content) */
.left {
	margin: 0 32% 20px 3%;
}
.content .descr {
	color: #444;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content img { padding: 0 10px 10px 10px; }
.content .descrbig {
    width: 650px;
	float: left;
	color: #444;
	font-size: 12px;
	margin-bottom: 6px;
}
.descr a,.descr a:visited
{color: #06F;
}

.content li {
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
		color: #000;
}
.content a, #thefooter a {
	color: #000000;
	text-decoration: underline;
}
.content a:hover, #thefooter a:hover {
	color: #444;
	text-decoration: underline;
}

.content h1 a {
	color: #000000;
	text-decoration: none;
}
.content h1 a:hover {
	color: #444;
	text-decoration: none;
}

/* nav & subnavigation */
.nav,.right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
}	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}

/* subnav */
.right {
	background: #222;
	right: 3%;
	width: 230px;
}
.subnav {
	padding: 14px 12px 0;
}
.subnav h1 {
	color: #EB7B2F;
	font-size: 1.4em;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0 0 0 5px;
	border-bottom: 1px solid #adadad;
	width: 214px;
}
 .subnav h1 a
 {
 color: #EB7B2F;
 }
 
.subnav li a {	
	color: #000;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #787878;
}

.subnav a {	
	color: #000;
	text-decoration: none;
}
.subnav a:hover {
	color: #787878;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url('img/round.gif');
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* footer */
.footer {
	color: #666;
	border-top: 1px solid #EEE;
	font: normal 1em Verdana,sans-serif;
	margin: 0 3%;
	padding: 8px 6px;
	clear:both;
}



.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 57px;
	height: 55px;
	float:left;
	padding-right: 12px;
	background: url(img/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 12px;
	text-transform:lowercase;
	color: #000000;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 5px;
}
.post-day {
	font-size: 30px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 12px;
	margin-left: -3px;
}
.entry {
	float:right;
	padding-top: 14px;
	width: 650px;
}
.post-cat {
	float:left;
	font-size: 12px;
	padding-top: 4px;
	color: #000000;
}
.post-comments {
	float: right;
	font-size: 12px;
	padding-top: 4px;
	color: #000000;
}
.post-calendar {
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}


/* Comments Styling */


#commentform {
margin: 1em 0;
background: #ffffff;
width: 510px;
}

#commentform textarea {
width: 492px;
background: #f8f7f6;
border: 1px solid #d6d3d3;
}
#commentform textarea:hover {
background: #ffffff;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url, #commentform #openid_name {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 200px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover, #commentform #openid_name:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 200px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus, #commentform #openid_name:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 200px;
}

#commentform #openid_name {
background: #f8f7f6 url(img/openid.gif) no-repeat;
padding-left: 22px;
font-size: 1.1em;
border: 1px solid #d6d3d3;
width: 120px;
height: 20px;
marign: 10px 0 0 0;
}
#commentform #openid_name:hover {
font-size: 1.1em;
background: #ffffff url(img/openid.gif) no-repeat;
border: 1px solid #d6d3d3;
width: 120px;
}
#commentform #openid_name:focus {
font-size: 1.1em;
background: #ffffff url(img/openid.gif) no-repeat;
border: 1px solid #939793;
width: 120px;
}

#commentform #openid_type {
font-size: 1.1em;
marign: 10px 0 0 0;
height: 20px;
}
#commentform #openid_type:hover {
font-size: 1.1em;
}
#commentform #openid_type:focus {
font-size: 1.1em;
}

#commentform input{
margin-bottom: 3px;

}

#addcommentbutton {
font-size: 14px;
background: #e7e7e7 url(img/submit.gif);
border: none;
width: 112px;
height: 44px;
}



.subscribers {
color:#999999;
font-size:18px;
}
.after {
color:#999999;
font-size:18px;
}

/* search form */
#searchform {
	top: 0px;
	right: 0px;
	height: 37px;
	width: 230px;
}
#searchform #s{
	background: #ffffff;
	height: 17px;
	width: 130px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: 1px solid #bcbcbc;
}
#searchform #searchsubmit { 
	background: url(img/searchbutton.gif) no-repeat left top;
	height: 26px;
	width: 51px;
	border: none;
	line-height: 1px;
	margin-top: 6px;
}


.commenthead
{
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	padding:				7px 7px 7px 7px;
	margin:					10px 0px 0px 0px;
	height: 48px;
}

.comment div {
	position: 				relative;
}

.comment  img
{
	margin: 				0px;
	padding: 0px 0px 0px 0px;
}

.shpr
{
	background-color: #fff;
	padding:				0 0 0 48px;
}

.avaimg {
	float: left;
	padding: 				0 10px 0 0;
}


.comment
{
	margin-top: 			10px;
}


.comment .body .content
{
	padding:				0px 3px 10px 3px;
	width: 					100%;	
	overflow: 				auto; 
}

#commentform textarea {
	width: 97%;
}

.tagcloud a:visited
{
color: #808080;
}
.tagcloud a:link
{
color: #000;
}