/*

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/

*/

/*#############################################################
Name: Summer Breeze
Date: 2006-07-04
Description: A lightweight colorful design, feels like summer!
Author: Viktor Persson
URL: http://arcsin.se

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

/* standard elements */
* {
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	margin: 0; padding: 0;
}
a {
	color: #362;

}
a:hover, .footer a:hover {
	color: #111;
}
li {margin-bottom:1em}
body {	
	color: #443;
	font-size: 12px;
	margin: 0
}
p, cite, code, ul {
	margin-bottom: 1.2em;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2, {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}

ul {
	margin: 12px 0;
}
li {
	margin-left: 18px;
}
code {
	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;
	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;
	color: #663;
	padding-left: 28px; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em; font-family:Lucida Sans Unicode, serif
}
strong,b {font-weight:bold}
/* misc */
.divider {
	height: 24px;
	margin: 16px 0
}
.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 590px;
}

/* header */
.header {
	border-bottom: 1px solid #CCC;
	height: 180px;
	text-align: center
}
.header h1 a, .header h1 a:hover{
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	line-height: 180px;
	text-decoration:none;
}

/* navigation */
.navigation {
margin:0 auto;
	width: 590px;
text-align:center;
}
.navigation li a {
	color: #FFF;
	float: left;
	height: 31px; 
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	width: 120px; font-style:normal; font-variant:normal; font-weight:bold; font-size:1.1em; font-family:serif; overflow:hidden;
margin:2px 0}
.navigation li a:hover {
	color: #FFF;
	background-position: left bottom;
}
.navigation ul {margin:0 0 0 50px;}
.navigation ul li{display:inline; list-style:none;}

/* content */
.content {
	padding: 18px 0;
}
.content h1 {
	color: #553;
	margin-bottom: 4px;
}

.post h1 a 
{
color: #553;
	margin-bottom: 4px;
	text-decoration:none;
}


/* footer */
.footer {
	color: #886;
	font-size: 0.9em;
	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;
}
.entries td a {
	font-size:123.1%;
	font-weight:bold;
	font-weight:bold;
}

/* 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;
}