/*
Theme Name: Summer Breeze
Theme URI: http://www.kaushalsheth.com/
Description:  A lightweight, simple and pleasant design.
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com/
*/


/* standard elements */
* {
	font: normal 1em;
	font-family: "Lucida Sans Unicode",sans-serif;
	margin: 0; padding: 0;
}
a {
	color: #362;
}
a:hover, .footer a:hover {
	color: #111;
}
body {	
	background: #669966 url('img/bg.jpg') repeat-y center top;
	color: #443;
	font-size: 14px;
	margin: 0
}
p, cite, code, ul {
	margin-bottom: 1.2em;
}
h1 {
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
}
ul {
	margin: 12px 0;
}
li {
	margin-left: 18px; list-style-image:url('img/li.gif')
}

/* Begin Images */
p img {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 100%;
	border: none;
	}

/* End Images */


code {
	background: url('img/bgcode.gif');
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	margin-bottom: 12px;
	white-space: pre; font-style:normal; font-variant:normal; font-weight:normal; font-size:1em; font-family:Lucida Sans Unicode, serif; padding-left:10px; padding-right:10px; padding-top:8px; padding-bottom:8px
}

cite {
	display: block;
	background: url('img/quote.gif') no-repeat;
	color: #663;
	padding-left: 28px; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em; font-family:Lucida Sans Unicode, serif
}

blockquote {
	display: block;
	background: url('img/quote.gif') no-repeat;
	color: #663;
	padding-left: 28px; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em; font-family:Lucida Sans Unicode, serif
}

/* misc */
.divider {
	background: url('img/divider.gif') no-repeat;
	height: 24px;
	margin: 16px 0
}
.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 590px;
}

/* header */
.header {
	background: #669966 url('img/header.jpg') no-repeat center top;
	height: 180px;
	text-align: center
}
.header h1 a, .header h1 a:hover{
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	line-height: 180px;
	text-decoration:none;
}

/* navigation */
.navigation {
	height: 36px;
	margin: 0 auto;
	padding-left:25px;
	width: 632px;
}
.navigation a {
	background: url('img/navigation.jpg') no-repeat;
	color: #FFF;
	float: left;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 100px; font-style:normal; font-variant:normal; font-weight: bold; font-size:0.7em; "Lucida Sans Unicode",sans-serif;

}
.navigation a:hover {
	color: #FFF;
	background-position: left bottom;
}

/* content */
.content {
	padding: 18px 0;
	text-align: center;
}
.content h1 {
	color: #553;
	font-size: 1.4em;
	margin-bottom: 4px;
}

.post h1 a 
{
color: #553;
	font-size: 1.2em;
	margin-bottom: 4px;
	text-decoration:none;
}


/* footer */
.footer {
	clear: both;
        color: #886;
	font-size: 0.7em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #664;
}

/*post stylng*/
.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size:0.9em;
color:#505050;
}


/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #f0f3ea;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #f0f3ea;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #f0f3ea;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #f0f3ea;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #f0f3ea;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}
html {
  margin-top:0px !important;
}
