/*  
Theme Name: kaos
Theme URI: http://www.kishorelive.com
Description: Kaos Theme by Kishore.
Version: 1.0
Author: Kishore Nallan
Author URI: http://www.kishorelive.com
*/

/** kstyle.css **/

/******************* reset styles *****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*****************************************************************/

body {
	line-height: 1;
	color: black;
	background: white;
	background-image: url(images/header.png); background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #064b96;
}

em {
	font-style: italic;
}

p strong {
	font-weight: bold;
}

#header {
	width: 960px; margin: 0 auto;
}

#header h1 {
	text-indent: -9999px; margin: 40px 0 0 70px;
}

#header  h1 a {
	display: block; height: 60px; width: 290px;
}


/************* top nav *********************/

#navwrap {
	background-color: #010109; 
	background-image: url(images/navbg.gif); background-repeat: repeat;
	margin-top: 38px;
	height: 64px;
	border-top: #99ccff 3px solid;
	border-bottom: #99ccff 3px solid;
}

#navwrap ul {
	list-style: none;
	width: 960px; margin: 0 auto;
}

#navwrap ul li {
	float: left;
	display: block;
	padding: 10px; padding-bottom: 0; padding-top: 0;
	height: 64px;
}

#navwrap ul li.curr {
	/*background-image: url(images/nav_curr_bg.gif); background-repeat: repeat;*/
}	

body#About ul li#about, body#Front ul li#front, body#Contact ul li#contact, body#Archive ul li#archive {
	background-image: url(images/nav_curr_bg.gif); background-repeat: repeat;
}	

#navwrap ul li a {
	display: block;
	color: #fff;
	text-decoration: none;		
	height: 64px;
	width: 6em;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-top: 0.6em;
	
}

#navwrap ul li#front a {
	background-image: url(images/home.gif);
	width: 5em;
}

#navwrap ul li#about a {
	background-image: url(images/about.gif);
	width: 5.5em;
}

#navwrap ul li#work a {
	background-image: url(images/work.gif); 
	margin-top: 1em;
	width: 5em;
}

#navwrap ul li#archive a {
	background-image: url(images/archive.gif); 
	width: 6.4em;
	margin-top: 0.9em;
}

#navwrap ul li#contact a {
	background-image: url(images/contact.gif); 
	width: 7.8em;
	margin-top: 0.9em;
}


#navwrap ul li a span {
	display: block;
}


#wrap {
	width: 960px; margin: 0 auto;
}

#maincol {
	width: 602px; float: left;
	margin-top: 40px;
}

#singlepost .tags {
	border-top: 2px solid #064b96;
	border-bottom: 2px solid #064b96;
	padding-bottom: 0px;
	margin: 0px 0 10px 0;
	width: 550px;
}

.post, .post-page {
	background-image: url(images/post_top_bg.gif); 
	background-position: top left; 
	background-repeat: no-repeat;
	clear: both;
	border: 1px solid #fff;
}

.post h3, .post-page h3 {
	float: left;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	text-align: center;
	height: 46px; width: 67px;
	clear: both;
}

.post h3 span {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}

.post img {
	margin: 10px;

	margin-left: 0;
	clear: both;
	float: none;
}

.post h2, .post-page h2 {
	float: left;
	margin-bottom: 40px;
	padding: 15px 0 0 30px;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #064b96;
	display: block;
}

.post-page {
	background: white;
}

.post-page h2 {
	padding-left: 0;
	margin-bottom: 10px;
	font-size: x-large;
}

.post h2 a {
	color: #064b96;
	text-decoration: none;
	font-weight: normal;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post p, .post-page p {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	line-height: 1.6em;
	margin-bottom: 20px;
}

a.readmore, .post p a, .post-page p a {
	border-bottom: 1px solid #064b96;
	font-weight: bold;
	color: #064b96;
	font-size: small;
}

.meta {
	margin-bottom: 110px;
	clear: both;
}


.comment_count {
	background-image: url(images/comment_users.gif); background-position: left;
	height: 20px;
}

.comment_count a {
	margin-top: -10px;
	display: block;
}

.comment_count a:hover, .tags a:hover {
	color: #0099CC;
}

.tags {
	background-image: url(images/tags_notebook.gif); 
	height: 20px;
	margin-left: 20px;
}

.tags div {
	margin-top: -10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#singlepost .tags {
	margin: 10px 0 15px 0;
}

.comment_count, .tags {
	float: left;
	font-size: small;
	font-weight: bold;
	background-repeat: no-repeat;
	padding: 25px 0 0 50px;
	margin-top: 10px;
}

#sidebar {
	width: 280px; float: right;
	margin-top: 80px;
}

#sidebar #feedlink {
	background-image: url(images/feed_icon.gif); background-repeat: no-repeat;
	padding-left: 40px;
	height: 50px;
	margin-bottom: 0;
}

#sidebar #feedlink a {
	color: #41658e;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #41658e;
	font-size: large;
	text-transform: uppercase;
	background-color: white;
}

#sidebar h3 {	
	font-size: large;
	color: #064b96;
	margin: 0 0 20px 0;
	font-weight: normal;
}

#sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3em;
	color: #666;
	margin-bottom: 20px;
}

#sidebar a {
	font-size: small;
	background-color: #99ccff;
	padding: 2px;
}

#sidebar div {
	margin-bottom: 30px;
}	

#sidebar div ul a {
	width: 220px;
	display: block;
	margin-bottom: 1px;
	padding: 5px;
	line-height: 1.3em;
}

#sidebar div ul a:hover {
	background-color: #eee;
}

#sidebar blockquote {
	color: #064b96;
	font-style: italic;
	line-height: 1.4em;
	font-size: small;
}

#sidebar blockquote span {
	display: block;
	margin-top: 10px;
	color: #000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	clear: both;
	background-image: url(images/footer_bg.gif); background-repeat: no-repeat;
	height: 110px;
}

#footer h4 {
	color: #fff;
	padding: 10px 0 0 40px;
}

#comment_info {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 30px 0;
	font-size: small;
	color: #fff;
	text-align: center;
}

#comment_info span {
	background-color: #064b96;
	padding: 5px;
	font-style: italic;
}

p.small {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.the_comment {
	padding-bottom: 20px;
	margin-bottom: 10px;
	background-color: #eee;
}

.the_comment p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
	margin: 0 10px 10px 10px;
}

.commenter {
	margin-bottom: 15px;
	font-size: small;
	background-color: #064b96;
	padding: 10px;
	border-bottom: 1px solid #064b96;
	color: white;
}

.commenter a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	border-bottom: 1px solid #99CCFF;
	margin-right: 5px;
	color: white;
}

h3#leave_reply {
	font-size: large;
	color: #064b96;
	margin: 20px 0 20px 0;
}

label, #contactform p {
	display: block;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	margin: 15px 0 5px 0;
	color: #666666;
}

textarea {
	width: 580px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 5px;
}

#submit {
	margin: 10px 0 10px 0;
}

/** search styles **/

#maincol h2#searchres {
	font-size: large;
	margin-bottom: 20px;
}

#maincol h3.post_title a, #maincol h3.post_title {
	font-size: large;
	margin-bottom: 5px;
}

#maincol h3.post_title a {
	border-bottom: 1px dashed #006699;
}	

.search_result {
	margin-bottom: 10px;
}

.search_result p {
	font-size: small;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.info {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 0;
}


/****** archive **********/

dl {
	clear: both;
	display: block;
	padding-top: 1px;
}

dt {
	font-weight: bold;
	margin: 20px 0 10px 0;
	font-size: 1.2em;
	font-weight: normal;
}


dd {
	margin-bottom: 15px;
}

dd a {
	font-size: 0.9em;
	margin: 0 0 0 20px;
	border-bottom: 1px solid;
	
}

/********** misc *****************/

#maincol blockquote {
	background-image: url(images/bq_bg.gif); background-position: bottom left;
	background-repeat: repeat-y;
	padding: 5px 5px 5px 30px;
	color: #666;
	clear: both;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
}

.older, .newer {
	font-size: small;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: right;
	float: right;
	
	color: #000000;
	border-bottom: 1px solid #666;
}

.newer {
	float: left;
	text-align: left;
}

table {
	margin: 10px 0 10px 0;
}

tr, td {
	border-collapse: collapse;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}

th {
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

code {
	font-family: "Courier New", Courier, monospace;
	margin-left: 10px;
	background-color: #FFFF99;
}

#ns, #ns a {
	text-indent: -999px;
	visibility: hidden;
}