/*  
Theme Name: Little Book
Theme URI: http://shalinjain.com/
Description: Get More Free Wordpress Themes By Visiting <a href="http://www.amazingwordpressthemes.com">Wordpress Themes</a> 
Version: 1.0
Author: Shalin Jain
Author URI: http://shalinjain.com/

	LittleBook v1.0
	 http://shalinjain.com/index.php/category/wordpress/

	This theme was designed and built by Shalin Jain,
	whose blog you will find at http://shalinjain.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html {
  background: #DDD; /*url("images/littlebook_pattern.png");*/
}

body {
  width: 780px;
  margin-left: auto;
  margin-right: auto; 
  font-family: lucida grande, verdana, arial;
  font-size: 13px;
  line-height: 19px;
  font-weight: none;

}
 
a:link {
  color: #FF9900;
}
a:hover {
  color: #999;
}
a:visited {
  color: #000;
}

#page {
  padding: 15px;
  background: url("images/littlebook_bg.png") repeat-y;
}

#wrapper { 
  background: url("images/littlebook_mark.gif") no-repeat;
  margin-left: 0px;
  height: 45px;
  margin-top: -20px;
}

#content {
  width: 530px;
}

#sidebar
{
  float: right;
  width: 190px;
  margin: 0px;
  right-padding: 10px;

}
#sidebar ul
{
  list-style: none;
  margin: 0px;
  padding: 5px;
  
}

#sidebar ul li
{
  /*border: 1px dashed #FF9900;*/
  margin: 10px 3px 10px 2px;
}

#sidebar ul li ul li
{
  margin: 0px;
  border: none;
  
}

#sidebar li h2
{
  color: #666;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-family: Georgia, Lucida Grande, Arial;

  
}


#header
{


}

#footer
{
  clear: both;
  font-size: 90%;
}

h1 {
  font: bold 21px Georgia, "Times New Roman", serif; 
  letter-spacing: 1px;
  font-weight: none;
  margin-bottom: 0px;
  
}

h1 a, h1 a:hover, h1 a:visited {
  color: #FF9900;
  text-decoration: none;
}

.post h2 {
  font-size: 19px;
  font-family: Georgia, Verdana, Lucida Grande;
  letter-spacing: 1px;
  margin-bottom: 2px;
  border-bottom: 1px dashed #ccc;

}

.post h2 a {
  color: #333;
  text-decoration: none;
}
.post small { 
  font-family: Georgia, Lucida Grande, Arial, verdana;
  color: #999; 
  font-size: 90%;
}

.pagenav h2 {
  color: #FF9900;
}

#main_start {position: absolute;left: -10000px;};
