
/*
Theme Name: Graylagoon
Theme URI: http://www.sureshjain.wordpress.com
Description: theundisputed...
Version: 0.1
Author: Suresh kumar
Author URI:
*/

body {
	background:url(images/bg_tile.gif);
	/*color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;*/
	margin: 0px 0px 0px 0px;
	color: #333;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 76%;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	}

body * {margin: 0px; padding: 0px;}

a, a:visited { 
	color: #8d010c;
	/*font-weight: bold;*/
	text-decoration: none;
	}
a:hover {
	/*font-weight: bold;*/
	text-decoration: underline;
	color: #8d010c;
	}
#container { 
	background: #ffffff;
	width: 860px;
	text-align: left; 
	margin: 20px auto 20px auto; 
	border: 1px solid #cccccc;
	overflow: hidden;
	}
#header {
	/*background-color:#223546;*/
	background:url(images/header-logo.jpg);
	padding: 25px 35px 75px 35px;
	text-align: left;
	height:100px;
	}	
#header h2 {
	display: none;
	color: #ffffff;
	font-size: 30px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #006699;
	text-decoration: none;
	}

#header h3 {
	color: #ffffff;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	text-indent: 5px; 
	margin: 0px;
	}

#menu { 
	/*background: #666;
	background: #999;*/
	background: url(images/menubga.gif) repeat-x;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	border-bottom: 2px solid #b0b0b0;
	/*text-align: center;*/
	/*border-bottom: 1px solid #333;*/
	}
#menu img{
	border: none;
	}
#menu h2 {
	color: #ffffff;
	font-size: 15px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	/*font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;*/
	font-family: Georgia,Verdana,Tahoma,Arial,sans-serif;
	font-size: 1.3em;
	color: #333;
	padding: 8px 20px 8px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #ffffff;
	/*background: #666;*/
	background: url(images/menubg.gif) repeat-x;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	}



#content { 
	display: block;
	background: #ffffff;
	width: 500px; 
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 22px;
	margin-right: 0px;
	float: left; 
	position:relative;
	padding: 0px 0px 15px 0px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	border: none;
	padding: 0px 10px 10px 0px;
	}
#content h1 {
	color: #333333;
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #8d010c;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #8d010c;
	text-decoration: underline;
	}

#content h2 {
	color: #8d010c;
	font-family: Georgia, Verdana,Tahoma,Arial,sans-serif;
	font-size: 2em;
	font-weight: 400;
	/*font-weight: bold;*/
	margin: 0px;
	margin-bottom: 20px;
	/*line-height: 120%;
	font-variant: normal;*/
	}
#content h2 a  {
	color: #8d010c;
	font-weight: 400;
	margin-bottom: -12px;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #8d010c;
	background: none;
	text-decoration: underline;
	}
	
h2#respond {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 1em;
}

#content h3 {
	color: #333;
	font-size: 1.5em;
	/*font-weight: bold;*/
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 120%;
	}
#content h3 a  {
	color: #8d010c;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #8d010c;
	background: #ffffff;
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #8d010c;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #8d010c;
	text-decoration: underline;
	}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}


#sidebar { 
	display: block;
	color: #000000;
	width: 190px;
	float: right; 
	position:relative;
	margin: 20px 20px 20px 20px;
	padding: 20px 10px 20px 30px;
	text-align: left;
	border: 1px dashed #cccccc;
	}

* html #sidebar { margin: 20px 20px 20px 10px; }

#sidebar p{
	margin: 0px;
	line-height: 18px;
	padding: 5px 0px 10px 0px;
        text-align:justify;
        color:#999999;
        
	}

#sidebar h2 {
	color: #333333;
	font-size: 15px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	}
#sidebar ul li a {
	color: #8d010c;
	/*font-weight: bold;*/
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #8d010c;
	text-decoration: underline;
	}
#footer { 
	color: #ffffff;
	background-color:#999;
	background: url(images/footerbg.gif) repeat-x;
    font-size: 10px;
	font-weight: normal;
	padding: 20px 20px 20px 20px;
	height: 20px;
	text-align: center;
	clear: both;
	/*border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;*/
	}
#footer a {
	color: #FFFFFF;
    font-weight: normal;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
