/*
Theme Name: Sohan Tanna
Theme URI: http://sohantanna.com
Description: Sohan Tanna's Theme
Version: 1.0
Author: 
*/
* { margin: 0; }

@import url('http://sohantanna.com/beta/wp-content/themes/sohantanna/header.css');

body
{
	font-family: Verdana, Tahoma;
	font-size: 12px;
	background: #CCC url(images/bg.png);
}
a { color: #333333; }
a:hover { color: #0073a6; }

::-moz-selection{
background: #ffffff; color: #0096ff;
}

::selection {
background: #ffffff; color: #0096ff;
}


#main
{
	margin-top: 15px;
	width: 625px;
	text-align: left;
	background: #FFF;
	border: 3px solid #333;
}
#wrap
{
	margin-top: 15px;
	width: 900px;
	text-align: left;
}
img, img a { border: 0; }

#menu
{
	background: #5D7311 url(images/menuback.gif) repeat-x;
	color: #DDD;
	height: 35px;
}

#menu ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#menu ul li{
	float: left;
	margin: 0 15px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #DDD;
}

#menu ul li a{
	padding: 10px 20px 10px 12px;
	background: url(images/menu-bg.gif) no-repeat;
	background-position: 0 13px;
	text-decoration: none;
	color: #FFF;
	display: block;
}
#menu ul li a:hover
{

	background: url(images/menu-bg-hover.gif) no-repeat;
	background-position: 0 13px;
}

#content
{
	padding: 0px 0px;
}

#left
{
	font-size: 13px;
	line-height: 1.8em;
	float: left;
	width: 590px;
	padding: 0 0 0px 0px;
}
#sideb
{
	font-size: 13px;
	line-height: 1.8em;
	float: right;
	width: 250px;
	padding: 0 0 0px 0px;
}

#right
{
	font-size: 11px;
	line-height: 1.8em;
	float: left;
	width: 220px;
	padding: 0 10px 15px 10px;
}
#left img
{
	margin: 5px;
	max-width: 98%;
}
#left ul, #right ul, #left ol, #right ol, #left .commentlist li.alt ol, #left .commentlist li.alt ul
{
	margin: 5px 0 0 0;
	line-height: 25px;
	padding: 0;
        max-width: 600px;
}
#left li, #right li, #left .commentlist li.alt li
{
	list-style: none;
        background: url(images/fire.jpg) no-repeat top left;
	font-size: 12px;
	background-position: 0 5px;
	padding-left: 20px;
	margin: 0;
	botder: 0;
}
#left .post blockquote
{
	margin: 10px;
	background: url(images/quote.jpg) no-repeat top left;
	padding-left: 45px;
	min-height: 36px;
}

.post
{
max-width: 620px;
}

.post .title
{
	margin-bottom: 10px;
}
.post .title a
{
	font-size: 25px;
	text-decoration: none;
	color: #000;
}
.post .title a:hover
{
	color: #0073a6;
	text-decoration: underline;
}
.post .meta
{
	color: #999;
	padding: 2px;
	padding-right: 5px;
	font-size: 11px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.post .meta a
{
	color: #777777;
}
.post .meta a:hover
{
	color: #0096ff;
}
.post .meta .posted
{
	float: left;
}
.post .meta .comments
{
	float: right;
padding-right: 10px;
}
.post .meta .comments a
{
	background: url(images/comments.png) left no-repeat;
	padding-left: 20px;
	padding-bottom: 1px;
	display: block;
	text-decoration: none;
}

.post .entry
{
	text-align: justify;
	padding: 6px;
	margin-bottom: 0px;
}



#comments, #respond{
	margin: 0;
	padding: 0px;
}
#commentform 
{
	margin: 0px 0;	
	padding: 0px;
	background:#fff;
	border-top: #ddd 2px dashed;
	border-bottom: #ddd 2px dashed;
	max-width: 600px;
}
.commentnum 
{
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
	text-decoration: none;
}
.commentnum a {
	text-decoration: none;
}
#left .commentlist {
	margin: 1em 0;
	padding: 0;		
	border-top: #ddd 1px solid;
        max-width: 625px;
}
#left .commentlist li.one, #left .commentlist li.alt
{
	list-style:none;
	margin: 0;
	padding: 0.5em 0.5em 2em;	
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border-bottom: #333 1px dashed;
	max-width: 625px;
}
#left .commentlist li.alt 
{
    background:#f5f5f5;    
}
#left .commentlist li.authorcomment 
{
    background: #ceddff;      
}
#left .commentlist li.one .cmtinfo, #left .commentlist li.alt .cmtinfo 
{
	font-size:1em;			
}
#left .commentlist li.one cite, #left .commentlist li.alt cite
{
	font-style:normal;
	font-weight:bold;
}
#left .commentlist li.one .cmtinfo em, #left .commentlist li.alt .cmtinfo em 
{

	font-style:normal;
	font-size:0.9em;
	color:#999;


}


#footer
{
	border-top: 1px dashed #CCC;
	margin: 5px; 
	padding: 10px 5px 5px 5px;
	font-size: 11px;
	color: #000;
	text-align: left;
}
p {
padding-top: 0px;
padding-bottom: 15px;
}
