/*
Theme Name: Lotus Gray
Theme URI: n/a
Version: 0.9
Description: Lightweight and totally liquid.
Author: Joao Filipe Guerreiro
Author URI: http://www.your-insight.eu
*/

/*#############################################################
Theme Name: Gray
Theme URI: http://www.kaushalsheth.com
Version: 1.0
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com

Name: Shades of Gray
Date: 2006-10-27
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/



/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a:link {
	color: #663366;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #663366;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*background-color: #cccccc;*/
	font: normal 62.5% "Trebuchet MS", "Bitstream Vera Sans", "Bitstream Vera Sans Mono", Arial, sans-serif;
}

p,blockquote,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
		
}

blockquote {font: bold 1.2em sans-serif;}

code {
/*	background: #444;*/
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
		
	overflow: auto;
	padding: 8px 10px;
}

img {border: none;}

ul {
	margin-left: 2em;
	
}
h1 {	font-family: "Trebuchet MS", "Bitstream Vera Sans", "Bitstream Vera Sans Mono", Arial, sans-serif;
font-size: 13px;
/*font: normal 2.4em "Trebuchet MS", "Bitstream Vera Sans", "Bitstream Vera Sans Mono", Arial, sans-serif;*/
	

}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
		
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #663366;
	height: 4px;
	width: 90%;
}
.left {float: left;}
.right {
	float: right;
	margin-top: 0px;		
}

/* header */
.header {
	font: normal 2em sans-serif;
	height: 108px;
		
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
		
}
.header span {padding-left: 0px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
/*.container {
	border: 3px solid #444;
	border-top: none;
		
}*/

.main {
/*	background: #666666;*/
/*border-top: 4px solid #663366;*/
	margin-right: 10%;	
	background: #cccccc;	
}
.main .left {width: 74%;}
.main .right {width: 26%;
	}

.content {
		border-left: 4px solid #663366;
			background: #cccccc;
		/*border-right: 4px solid #663366;*/
/*	border-top: 1px solid #444;*/
	
	padding: 16px;
	margin-top: 0px;		
}


/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #000000;
	margin-bottom: 10px;
	padding: 6px 0 4px;
		
}

.post h1 a {
	color: #663366;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	text-decoration:none;
		
}

.post h1 a:hover {
	color: #000000;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	text-decoration:none;
		
}

.post h1 a :visited{
	color: #CCCCCC;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	text-decoration:none;
		
}
.content a {
	color: #000000;
	text-decoration: underline;
		
}
.content a:hover {color: #333399;
	}

/* navigation */
.nav {background: #191919;
/*	.nav {background: #191919 url(img/nav.gif);*/
}
.nav a {
	color: #663366;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 20px;
	padding: 0 20px;
		
}
.nav a:hover {
	color: #000000;
		
}

/* sub-navigation */
.subnav {
/*	background: #333333;*/
	background: #cccccc;
	padding: 10px;
/*	margin-top: 3px;*/
/*border-right: 4px solid #663366;*/
}
.subnav h1 {
	padding-top: 8px;
	}
.subnav ul {margin: 0;
	}
.subnav li {
	margin: 0;
	list-style-image: url(img/ul1.gif);
	list-style-type: disc;
	list-style-position: inside;
}
.subnav li a {

	color: #000000;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
		
}
.subnav li a:hover {color: #663366;
	}

/* footer */
.footer {
	/*	background: #191919;*/
/*border-left: 4px solid #663366;*/
/*	border-top: 4px solid #663366;*/
/*	color: #999;*/
/*	padding: 3% 3% 1%;*/

	margin-right: 10%;
/*	border-right: 4px solid #663366;*/
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
		
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
		
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
		
}
.footer a {color: #663366;
	}
.footer a:hover {
	color: #000;
/*	background: #663366;*/
		
}

.col3,.col3center {
	float: left;
	width: 31%;
		
}
.col3center {margin: 0 3%;
	}

/* bottom */
.bottom {
/*border-left: 4px solid #663366;*/
/*border-top: 4px solid #663366;*/
	clear: both;
	font-size: 1.1em;
		
}
.bottom a {color: #663366;}


.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
/*border:1px solid #000000;*/
background-color:#663366;
font-size:0.9em;
color:#000;
}


/* Comments Styling */
#commentlist li {
margin: 1em 3px 1em 4px;
margin-bottom: 3px;
padding-bottom: 3px;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 3px 1em 4px;
background: #C9C9C9;
width: 290px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #939793;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #939793;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #939793;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
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;
}


.content ul li
{
margin-left:10px;

}



.content ol li
{
margin-left:20px;
padding-bottom:5px;


}
