/*
Theme Name: Twilight
Theme URI: http://www.kaushalsheth.com
Version: 1.0
Description: Dark Color One Column Theme
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com
*/



/*#############################################################
Name: Twilight
Date: 2006-11-21
Description: A dark and mysterious single column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #FFF;}

a:hover {color: #993;}

body {
	background: #0D0D0D url('img/bg.gif') repeat-y center top;
	color: #CCC;
	margin: 0; font-style:normal; font-variant:normal; font-weight:normal; font-size:62.5%; font-family:Lucida Sans Unicode, sans-serif
}

p, code, ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

li {
	margin-left: 28px;
	padding:5px;
}

code {
	background: url('img/bgcode.gif');
	border: 1px solid #060606;
	color: #FFF;
	display: block;
	margin-bottom: 12px;
	white-space: pre; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em; font-family:Lucida Sans Unicode, serif; padding-left:10px; padding-right:10px; padding-top:8px; padding-bottom:8px
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	color: #664;
	display: block;
	padding-left: 28px; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.2em; font-family:Lucida Sans Unicode, serif
}

h1, h2, h3 {
	color: #663;
	padding-top: 6px;
}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	margin: 0 auto;
	width: 730px;
}

/* title */
.title {
	float: left;
	margin-top: 22px;
	text-align: center;
	width: 220px;
}
.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
}

.title h1 a{
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}

/* navigation */
.navigation {
	background: url('img/holder.jpg') no-repeat;
	height: 100px;
	padding-left:16px; padding-right:16px; padding-top:0; padding-bottom:0
}
.navigation a {
	border-left: 1px solid #111;	
	color: #FFF;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #000 url('img/navhover.gif') repeat-x;
	color: #993;
	padding-left:18px; padding-right:18px; padding-top:56px; padding-bottom:10px
}

/* holders */
.holder {
	background: url('img/bgholder.jpg') repeat-y;
	padding-left:32px; padding-right:32px; padding-top:0; padding-bottom:0
}
.holder_top, .footer {
	clear: both;
	background: url('img/holder.jpg') no-repeat;
	height: 40px
}

/* footer */
.footer {
	background-position: left bottom;
	color: #FFF;
	font-size: 1.1em;
	text-align: center;
}

.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;

background-color:#1A1A1A;
font-size:0.9em;
color:#FFFFFF;
}


.post .info a, .post .info a:visited
{
text-decoration:none;
}

.post .info a:hover
{
text-decoration:underline;
}

/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #000;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
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: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}