/*  
Theme Name: RajeshSetty-v2.0
Theme URI: http://www.rajeshsetty.com/
Description: This WordPress theme was created for rajeshsetty.com
Version: 2.0
Author: ContentRobot (original theme by Thrilling Heroics)
Author URI: http://www.contentrobot.com
Updated: 05/20/10
*/

html, body {
	font-family: Georgia;
	font-size: 11pt;
	border: 0;
	color: #515151;
	padding: 10px 0;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
}

body {
	background: url(img/bg_body.jpg);
}

p {
	line-height: 18px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
}

h1,h2 {
	font-weight: normal;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #9E291B;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

blockquote p {
	padding: 10px 0;
}

.hidden {
	display: none;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 10px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/* ----------------------------------------------------------------------------------------------------------------------------------  Wrap */

#wrap {
	width: 940px;
	
	padding: 20px;
	margin: 0 auto;
	
	background: #fff;
	border: #DCDAD2 1px solid;
}

/* ----------------------------------------------------------------------------------------------------------------------------------  Header */

#header {
	width: 100%;
	height: 109px;
	position: relative;
	background: url(img/bg_header.jpg);
}

#header #title {
	width: 300px;
	height: 129px;
	background: url(img/bg_title.jpg) no-repeat;
	position: absolute;
	left: -39px;
	top: -21px;
}

p.slogan{
	float:left;
	display:inline;
	font:bold 16px/18px Georgia, "Times New Roman", Times, serif;
	color:#2a2924;
	margin:26px 0 0 275px;
}
p.slogan strong{
	display:block;
}

.menu{
	float:right;
	height:24px;
	padding:0;
	margin:38px 20px 0 0;
	list-style:none;
	font:19px/24px Georgia, "Times New Roman", Times, serif;
	display:inline;
}
.menu li{
	float:left;
	padding:0 0 0 30px;
}
.menu li a{
	text-decoration:none;
	color:#9c9782;
}
.menu li a:hover,
.menu li.current_page_item a,
.menu li.current_page_parent a {
	color:#2a2924;
}

.breadcrumb{
	width:920px;
	overflow:hidden;
	height:34px;
	background:url(images/bg-breadcrumb.gif) repeat-x;
	padding:14px 10px 0;
	font:13px/18px Georgia, "Times New Roman", Times, serif;
	color:#363534;
}
.breadcrumb a{
	background:url(images/breadcrumb-split.gif) no-repeat right;
	color:#363534;
	padding:0 12px 0 0;
}
.leftbread { float:right; }
.leftbread form { float: right; }

#header img.photo {position: absolute;right: 0;top: -27px;}

#subtitle p {line-height: 20px;}
#subtitle p.col-right {font-family: arial;background: url(img/icon_rss.gif) no-repeat right 11px; padding-right: 25px;}

#subtitle a {color: #005B9C; text-decoration: none;}
#subtitle a:hover {text-decoration: underline;}

/* .rssarea { position: absolute; bottom: 0; right: 0; font-family: arial;background: url(img/icon_rss.gif) no-repeat right 11px; padding-right: 25px; margin-right: 15px; } */
.rssarea { float: right; font-family: arial; font-size: 12px; background: url(img/icon_rss.gif) no-repeat right 3px; padding-right: 22px; margin-right: 20px; padding-top: 3px; }
.rssarea a { color: #005B9C; text-decoration: none; }
.breadcrumb .rssarea a { background: none; padding: 0; }

/* ---------------------------------------------------------------------------------------------------------------------------------- Menu */

#menu {
	width: 100%;
	background: url(img/bg_lines.gif); 
}

#menu ul {padding: 0;height: 41px; overflow: hidden;}
#menu li {line-height: 41px;display: inline;margin: 0px 0px}
#menu li.current_page_item a {color: #9E291B;text-decoration:none; background-color: #efefef;}
#menu li a {color: #000;text-decoration: none; padding:5px 20px 5px 20px;}
#menu li a:hover {color: #9E291B;text-decoration:none; background-color: #efefef;}

#menu form {
	height: 32px;
	padding: 9px 0 0 0;
}

#menu form input {width: 150px;border: #DCDAD2 1px solid;font-family: Arial;padding: 2px;font-size: 12px;}

/* ---------------------------------------------------------------------------------------------------------------------------------- SubNav */

.subnav {  }

.navigation{
	float:left;
	width:225px;
	overflow:hidden;
	display:inline;
	margin:0 14px 0 0;
}
.navigation h2{
	margin:13px 0 5px;
	font:15px/18px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#363534;
	letter-spacing:8px;
}
.subnav ul{
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	/* background:url(images/doted-line.gif) repeat-x 0 100%; */
	width:100%;
	font:12px/14px Georgia, "Times New Roman", Times, serif;
	/* text-transform:uppercase; */
}
.subnav ul li{
	padding:10px 0 7px;
	/* background:url(images/doted-line.gif) repeat-x 0 0; */
}

.subnav ul li ul {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
	margin-left: 10px;
}
	
.subnav ul a{
	text-decoration:none;
	color:#6d6a69;
}
.subnav ul a:hover{
	text-decoration:underline;
	color:#363534;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- Home */

.cols-holder{
	width:100%;
	overflow:hidden;
	padding:16px 0 0;
	background:url(images/d-line.gif) repeat-x 0 100%;
}
.col{
	float:left;
	width:223px;
	overflow:hidden;
	margin:0 16px 0 0;
}
.col p{
	margin:0 0 16px;
}
.col p strong{
	/* font-size:12px; */
}

.row{
	width:100%;
	overflow:hidden;
	padding:0 0 16px;
}
.row p { 
	margin: 0;
	padding: 0;
	color:#9c9782;
	font:11px/14px Verdana, Arial, sans-serif;
}
.row p a { 
	color:#9c9782;
	background:url(images/split.gif) no-repeat left;
	padding:0 0 0 7px;
	margin:0 0 0 4px;
}
.row h3 { 
	font:14px/18px Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding: 0;
	color: #000;
}
.row h3 a { 
	color: #000;
}
.row h2{
	background:url(images/bg-col2-h-span.gif) repeat-x;
	height:28px;
	margin:18px 0 0;
	font:bold 11px/20px Georgia, "Times New Roman", Times, serif;
	float:left;
	color:#fff;
	padding: 0;
	letter-spacing: normal;
}
.row h2 span{
	float:left;
	height:28px;
	background:url(images/bg-col2-h.gif) no-repeat 0 0;
	padding:0 12px 0 15px;
}
.row h2 a{
	color:#fff;
}
.row ul { padding: 0; }
.row li { padding: 0 0 6px 13px; }
.col2{
	width:280px;
	float:left;
	overflow:hidden;
	display:inline;
	margin:0 0 0 10px;
}

p.more{
	margin:0 0 0 13px;
	font:bold 11px/14px Georgia, "Times New Roman", Times, serif;
	color:#9c9782;
}
p.more a{
	color:#9c9782;
	padding: 0;
	margin: 0;
	background: none;
}
.col3{
	width:338px;
	float:left;
	/* overflow:hidden; */
	margin:0 0 0 10px;
	display:inline;
}
.col3 .holder{
	position:relative;
	/* margin-bottom:-22px; */
	z-index:111;
}
.sheet{
	position: relative;
	top: -22px;
	/* top: 45px; */
	width:338px;
	overflow:hidden;
	margin:0 0 0 4px;
	/* margin:-22px 0 0 4px; */
}
.sheet-top{
	width:100%;
	overflow:hidden;
	background:url(images/sheet-top.png);
	height:33px;
	overflow:hidden;
	margin:0;
}
.sheet-inside{
	width:100%;
	background:url(images/bg-sheet.png) repeat-y;
	margin:0;
}
.sheet-inside:after{
	display:block;
	content:"";
	height:0;
	clear:both;
}
.sheet-btm{
	width:100%;
	overflow:hidden;
	background:url(images/sheet-btm.png);
	height:8px;
	overflow:hidden;
	margin:0;
}

.lines-holder{
	width:328px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:-19px 0 0 5px;
	position:relative;
	z-index:500;
}
.line{
	width:290px;
	overflow:hidden;
	border-top:1px solid #e3e0d8;
	margin:-1px 0 0;
	padding:10px 28px 10px 10px;
}
.line img{
	float:left;
	margin:0 10px 0 0;
}
.sheet h3{
	font:16px/19px Georgia, "Times New Roman", Times, serif;
	margin:0;
}
.sheet h3 a { 
	color: #9E291B;
}
.sheet p{
	font:10px/13px Georgia, "Times New Roman", Times, serif;
	margin:0;
	overflow:hidden;
	color:#2a2924;
}
.sheet p a{
	margin:0 0 0 2px;
	color: #9E291B;
}
.sheet p span a{
	color:#2a2924;
	background:url(images/split.gif) no-repeat left;
	padding:0 0 0 5px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- Content */

#content {
	width: 620px;
	float: left;
	padding-top: 10px;
}

#content h1,h2 {font-size: 23px;/* letter-spacing: -1px; */clear:both; color: #000;}


/* ---------------------------------------------------------------------------------------------------------------------------------- Post */

.post {
	width: 100%;
	padding: 0 0 15px 0;
	clear: both;
}

/* Post styles */

.post h1 a {text-decoration: none;}
.post h1 a:hover {text-decoration: underline;}

.post p.post_details {font-size: 11px;margin-top: -20px;position: relative;}

.post li {line-height: 20px;}
.post ul {padding-left: 40px;}
.post ul li {list-style: disc;}
.post ol {padding-left: 45px;}
.post ol li {list-style: decimal;}

/* ---------------------------------------------------------------------------------------------------------------------------------- More Entries */

.more_entries {
	width: 100%;
	padding: 0 0 15px 0;
}

/* More Entries styles */

.more_entries h2 a {text-decoration: none;font-weight: normal;}
.more_entries h2 a:hover {text-decoration: underline;}


.np {
	background: url(img/bg_lines.gif);
	width: 100%;
	height: 41px;
	margin-bottom: 10px;
}

.np p {padding: 10px;}





/* ---------------------------------------------------------------------------------------------------------------------------------- Archives */

.archives h2 {
	font-size: 13px !important;
	font-weight: bold;
	padding: 5px 0;
}

.arch_posts {
	float: left;
	width: 60%;
}

.arch_months {
	float: right;
	width: 35%;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- Search */

.search .post {
	padding: 0 0 5px 0 !important;
}

.search .post h2 {
	font-size: 17px !important;
	padding: 5px 0;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- Comments */

.comments_wrap {
	width: 100%;
	margin: 20px 0 0px 10px;
	clear: both;
	padding-bottom: 5px;
	overflow: hidden;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .left img {border: #AAAAAA 1px solid; padding:1px;}

.comments_wrap .right {
	width: 80%;
	float: left;
	padding-left: 15px;
}

.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

/* Comments (form) */

#content form {
	margin: 20px 0 30px 10px;
}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
	border: #A79D8D 1px solid;
	background: #fff;
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
	border: #A79D8D 1px solid;
	background: #fff;
}

#content form input {
	margin-top: 5px;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- Sidebar */

#sidebar {
	width: 260px;
	padding: 15px 15px 15px 15px;
	/* margin-top: 20px; */
	float: right;
	background: #F5F5F2;
	font-family: arial;
}

#sidebar h2 {
	background: url(img/bg_h2.gif) no-repeat left bottom;
	line-height: 20px; padding:2px 0 10px 23px; margin: 10px 0 0 -23px; position: relative;	
	font-family: Georgia;font-size: 17px;color: #fff;
	width: 260px;
}

#sidebar p {padding: 5px 0 10px 0; font-size: 10pt;}

#sidebar li {line-height: 18px; padding: 4px 0;}

#sidebar a {color: #005B9C;text-decoration: none;}
#sidebar a:hover {text-decoration: underline;}

/* Sidebar (subscribe form) */

#sidebar form {padding:0 0 5px 0;}
#sidebar form p {padding-bottom: 3px;}
#sidebar form input.field {
	background: #fff url(img/bg_input.gif)repeat-x left top;
	border: #A79D8D 1px solid; 
	width: 95%; padding: 3px 2px; margin-bottom: 5px;
	font-family: arial;font-size: 11px;}

/* Sidebar (extras) */

#sidebar img.jiffle {margin: 0 0 5px 0;padding: 0;}

#sidebar td {font-size: small}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th {
	color: #fff;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #C6C3B6;
	color: #555242;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
	font-weight: bold;
}

#wp-calendar a:hover {
	text-decoration: none;
}

#twitter_div {
          padding:0.625em; 
          border:3px double #ddd;
          font-family: Georgia;
	  font-size: 10pt;
          -moz-border-radius:4px; 
          -webkit-border-radius:4px; 
          border-radius:4px;
}
#twitter_div img {
                float:right;
}
/* ---------------------------------------------------------------------------------------------------------------------------------- Footer */

#footer {
	width: 100%;
	margin-top: 20px;
	background: url(img/bg_footer.jpg);
}

#footer p {padding-left: 10px;}

#footer ul {padding-right: 10px;}
#footer li {display: inline; margin: 0 10px;}
#footer li.current_page_item a {text-decoration:underline;}
#footer li a {color: #000; text-decoration: none;}
#footer li a:hover {text-decoration: underline;}

/* ---------------------------------------------------------------------------------------------------------------------------------- Fix */


.wrap:after,
#footer:after,
.comments_wrap:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

.postsub

{
background-color: #efefef;
padding: 10px 10px 10px 30px;
text-align: center;

}

.category
{
border: 1px solid #efefef;
padding: 5px 5px 5px 5px;
font-size: small;
margin-top: 20px;
}

.booktext li
{
font-size: 9pt;
line-height: 5px;
margin: 0px;
padding: 0px;
}


/*=== Slider ===*/


.prev{
	width: 50px;
	float: left;
}
.next{
	width: 50px;
	float: right;
}


#mygallery {
	margin:10px auto;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 940px;
height: 292px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
text-align: left !important;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px;  /*margin around each panel*/
width: 940px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#podPress_footer { display: none!important; }
.tweetmeme_button { margin:0!important; width: 80px!important; margin-top: 4px!important; }
