/*
Theme Name: Adsensetheme
Theme URI: 
 
Version: 1.0
Author: Piyali B 
Tags: adsense style, fixed width, two columns, widgets
*/
h1 { font-size: 18px; }
h2 { font-size: 14px; }

h1 a { color:#000;
       text-decoration: none;
}

h2 a{ color:#fff;
      text-decoration:none;
}
link {color:#000;
      font-style:none;
      
      }


body{margin:0px;padding:0px;background:#dcdcdc url(./images/bg.gif) repeat-y scroll center top;text-align:center;

FONT-SIZE: 13pt; COLOR: #333333; FONT-FAMILY: Verdana, Sans-Serif;	}

#page{width:800px;;margin:0 auto; height:100%;}

#header{height:100px; width:799; background-image:url(/wp-content/uploads/2009/12/header1.png); }

#top{color:#ffff00;font-family:Tahoma, Sans-Serif}

#navigation{color:#fff; FONT-FAMILY: Arial, Verdana, Sans-Serif;}

#navigation a{color:#fff;}

#main{height:100% }

#ph {width:1px;height:500px; float:left;}

#logo {height:120px; background:#fff url(./images/pic1.jpg) no-repeat;margin-top:15px;}

#content{ width:610px;float:left;background-color:#fff;height:100%;text-align:left;margin-left:18px;font-size:13px; clear: both;}



#sidebar{width:160px;float:left;text-align:left;padding-left:3px;height:100%; font-size:9pt; display: inline;}
#sidebar a{text-decoration:none;color:#fff;text-align:left;}
#sidebar ul{padding-left:15px; list-style-type:disc;text-align:left;margin:2px }
#sidebar li{ list-style-type:none;text-align:left;margin:3px }
#sidebar ul li ul li { list-style:disc; border:0;margin:0;padding:3px 0 2px 2px;
	text-decoration: underline; color:#fff;
	
}


.sidebar ul li.widget {margin-bottom:0.5em; overflow:hidden;display: inline;

}

#sidebar h2 {	
	color: #fff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
        list-style-type:none;
	text-transform: none;
	margin: 0px 0px 1px 0px;
	padding: 3px 0px 0px 3px;
        
	}

#footer{height:100px; width:799; background-image:url(/wp-content/uploads/2009/12/header2.png);;text-align:center;color:#fff;FONT-SIZE: 8pt; clear: both;}
#footer li{display:inline;list-style-image:none;
list-style-position:outside;
list-style-type:none; padding:10px;}
#footer a{text-decoration:none;color:#fff;}

/* alignments */

.center {
	text-align: center;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	width: auto;
}

img.alignleft, img[align="left"] {
	float: left;
	margin: 2px 10px 5px 0px;
}

.alignright {
	float: right;
		width: auto;
}

img.alignright, img[align="right"] {
	float: right;
	margin: 2px 0px 5px 10px;
}

