/*
Theme Name: Eclipse
Theme URI: http://ganeshiyer.net/
Description: Design By Ganesh iyer for his site
Version: 1.0
Author: Ganesh Iyer
Author URI: http://ganeshiyer.net/
Tags: black, fixed width, two columns

	Eclipse v1.0
	 http://ganeshiyer.net/
	 
	Design By Ganesh iyer for his site at http://ganeshiyer.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/




body
{
	background: #000;
	color: #e3e3e3;
	font-family: Helvetica ,Verdana, Arial, Tahoma;
	padding: 0px;
	margin: 0px;
	
			
}

a:link, a:active, a:visited
{
	color: #53ddff;
	text-decoration: none;
}
a:hover
{
	color: #fff;
}

#mainpage
{
	width: 90%;
	margin: 0 auto;
}

#maintitle a
{
	color: #fff;
	text-decoration: none; 	
}
#maintitle h1
{
	padding: 0px;
	margin: 10px 0px 40px 0px;	
	font-size: 39px;
	font-family: Verdana, Arial;
}

#navdesc
{
	float: left;
	background: #000 url(images/navdescbg.jpg) repeat-x;
	width: 500px;
	margin: 0px;
	font-size: 21px;
	padding: 5px 10px 15px 15px;
	color: #fff;
	line-height:1.4em;
}
#navdesc p{
	margin: 0;
	padding: 0;
}
#navdesc li{
	display: inline;	/*Wordpress Fix*/
	list-style-type: none;
}

#nav
{
	float: left;
	width: 250px;
	margin: 0px;	
	font-size: 21px;

}
	.nav1
	{
		background: #2b2b2b;
		border-right: 30px solid #2b2b2b;
	}
	.nav2
	{
		background: #085b7b;
		border-left: 30px solid #000;
	}
	.nav2:hover
	{
		border-left: 0px solid #000;
	}
	.nav3
	{
		border-left: 30px solid #000;	 
		background:#ff0033;
	}
	.nav3:hover
	{
		border-left: 0px solid #000;
	}	
	.nav4
	{
		border-left: 30px solid #000;
		background: #d36700 url(images/rssback.gif) no-repeat 130px;
		
	}
	.nav4:hover
	{
		border-left: 0px solid #000;
		
		
	}
	.nav5
	{
		border-left: 30px solid #000;
		background: #3f873d;
		
	}
	.nav5:hover
	{
		border-left: 0px solid #000;
		
		
	}		
#nav a:link, #nav a:active, #nav a:visited {
	color: #fff;
}

#nav a:hover {

	color: #53ddff;
} 
#nav a {
	display: block;
	width:200px;
	padding: 5px 5px 5px 10px;
	border-bottom: 5px solid #000000;
	text-decoration: none; 
} 
#nav ul{
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}


#content{
 	float: left;
	width: 500px;
	margin: 0px;
	font-size: 16px;
	padding: 5px 10px 15px 15px;
	clear: both;
	line-height:1.4em;
}
	
#side	
{
	float: left;
	width: 250px;
	margin: 0px;	
	
}
#side ul{
	list-style-type: none;
	padding: 0;
	margin: 0px 10px 40px 30px;
	
}

#side h2{
	margin: 3px;
	padding: 0px;
}

.hidden{
	font-size: 1px;

	color: #000;
}
#searchform {
	margin: 40px auto;
	padding: 5px 3px;
	text-align: center;
	}

 #searchform #s {
	width: 200px;
	font-size: 21px;
	padding: 2px;
	border: 2px solid white;
	background: #fff;
	}
#searchform #s:hover{
	border: 2px solid #53ddff;
	background: #fff;
}

 #searchsubmit
{
	padding: 1px;
}



.post
{


}
.narrowcolumn h2{
	font-size: 28px;
	margin-bottom: 2px;
	margin-top: 30px;
	font-family: Verdana, Arial;
	color: #53ddff;
	line-height: 1.3em;
}
.post-date{
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	background: url(images/date_button_template.gif) no-repeat;
	width: 120px;
}

.postdetails
{
	background: url(images/postdata.jpg) no-repeat;
	padding: 0px 10px 10px 10px;
	margin-top: 7px;
	color: #fff;
}


.postrightalign{
	margin-left: 85px;
}

.postrightalign img{
	border: 0px;  		/*Firefox fix*/
}

.postmetadatalt{
	background: #2b2b2b;
	font-size: 90%;
	padding: 5px;	
}


#footer
{
	clear:both;
	background: #ececec;
	color: #000;
	margin: 0px;
	padding: 20px;
}
#footer .copyright{
	color: #333;

	padding-left: 20px;
}

#footer #fbox{
	float: left;
	background: #fff;
	padding: 12px;
	width: 50%;
	margin: 20px 20px;
}
#footer #frbox{
	float: left;
	background: #fff;
	padding: 12px;
	width: 30%;
	margin: 20px 20px;
}

#footer a{
	color: #037494;
}
#footer h3{
	margin: 2px;
	padding: 2px;
}

#meralist li{
	display: inline;
}
#meralist img{
	width: 100px;
	height: 75px;
	border: 3px solid #b7b7b7;
}
#meralist img:hover{
	border: 3px solid #333;
}

#gclear{
	clear:both;
}