/*
Theme Name: max_drparikh_theme
Theme URI: http://wordpress.org/
Version: 1.6
Author: pepper square
Author URI: http://www.peppersquare.com
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by www.peppersquare.com,
	whose blog you will find at http://www.peppersquare.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body{
margin:0px;
padding:0px;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	/*clear: both;*/
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 180px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 70%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 200px 5px 110px;
	float: right;
	
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	/*Murali added code */
	
h1{
font-size:26px;
color:#169179;
padding:20px 0px 12px 0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
}
h1 a:link, h1 a:active, h1 a:visited, h1 a:hover{
font-size:26px;
color:#169179;
padding:40px 0px 12px 0px;
margin:0px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}
h2{
font-size:18px;
font-weight:normal;
padding:8px 0px 8px 0px;
margin:0px;
text-align:left;
}
h5{
text-align:right;
color:#169179;
padding:0px 0px 00px 0px;
margin:0px;
/*border-bottom:1px solid #e5e5e5;*/
font-size:12px;
font-weight:normal;
text-decoration:none;
}
h5 a:link, h5 a:active, h5 a:visited, h5 a:hover{
text-decoration:underline;
color:#169179;
}
.value{
margin:0px;
border-bottom:1px solid #e5e5e5;
font-size:12px;
font-weight:normal;
text-decoration:none;
}
.subscribe_newsletter {
font-size:16px;
font-weight:bold;
padding:10px 0px 8px 0px;
margin:0px;
text-align:left;
}

P{
margin:0px;
padding:0px 0px 8px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:18px;

}
a:link, a:visited, a:active{
text-decoration:none;
color:#2E2E2E;
}
a:hover{
text-decoration:none;
color:#2E2E2E;
}
#master{
width:975px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px auto;
color:#000000;
}
/* header styles start from here */
headurl{
font-size:26px;
color:#119179;
padding:40px 0px 12px 0px;
margin:0px;
}
#header{
float:left;
padding-top:12px;
width:975px;
}
.logo{
float:left;
width:545px;
}
.input{
width:250px;
border:1px solid #979998;
vertical-align:top;
}
/*.menu{
float:left;
text-align:right;
width:430px;
vertical-align:bottom;
}
.padMenu{
margin-top:50px;
vertical-align:bottom;
}*/
.menu{
float:left;
text-align:right;
width:430px;
}
.padMenu{
padding-top:60px;
margin:0px;
}
.borTop{
background:url(images/bg_yellow.jpg) repeat-x;
border-top:1px solid #ff5900;
padding-right:1px;
width:974px;
float:left;
height:67px;
vertical-align:middle;
}
.coneBigBo{
font-weight:bold;
font-size:16px;
padding:25px 0px 0px 24px;
float:left;
}
.getIma{
height:64px;
float:right;
padding:2px 0px 0px 0px;
text-align:center;
width:256px;
background-color:#FFFFFF;
}
/* header styles ends here */

/* body styles start from here */

#content{
float:left;
padding-left:24px;
width:951px;
}
.narrowcolumn {
float:left;
margin:0 0 0;
padding:0 0 20px 45px;
width:450px;
}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}
.post {
margin:0 0 40px;
text-align:justify;
}
/* leftCont styles start from here */
.leftCont{
float:left;
padding-right:55px;
width:620px;
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
}
.comImages{
float:left;
width:620px;
}
.bg_pho{
/*background:url(images/samir_small.jpg) no-repeat left top;*/
float:left;
padding-left:6px;
float:left;
}
.comRight{
float: right;
font-weight:bold;
color:#ff2b00;
background:url(images/comments.gif) no-repeat left top;
background-repeat:no-repeat;
padding-left:20px;
width:90px;
}
.comRight a:link, .comRight a:active, .comRight a:visited, .comRight a:hover{
float: right;
font-weight:bold;
color:#ff2b00;
text-decoration:underline;
}
.resent_story{
	margin-top:10px;
	margin-left:13px;
	width:237px;
	height:310px;
	background-image:url(images/rs_background.gif);
	background-repeat:no-repeat;
	padding:10px 0px 10px 0px;
	clear:both;
}
.rs_head {
	color:#ea1f25;
	font-size:16px;
	font-weight:bold;
	padding:10px 0px 10px 20px;
}
.rs_head1 {
	padding:0px 0px 20px 20px;
}
.rs_links {
	padding:0px 0px 10px 20px;
	font-size:14px;
	color:#330001;
}
.rs_links a:link, .rs_links a:active, .rs_links a:visited, .rs_links a:hover {	
	font-size:14px;
	color:#330001;
	text-decoration:underline;
}
.table{
margin-top:30px;
width:100%;
float:left;
padding-bottom:30px;
/*height:35px;*/
}
.borderLeft{
background-image:url(images/bord_left.gif);
background-repeat:no-repeat;
float:left;
width:5px;
height:35px;
}
.borderRight{
background-image:url(images/bord_right.gif);
background-repeat:no-repeat;
/*width:6px;*/
width:2%;
height:40px;
padding:0px;
float:left;
margin:0px 0px 0px 0px;
}
.leftBor{
border-bottom:1px solid #e5e5e5;
border-top:1px solid #e5e5e5;
height:23px;
/*width:122px;*/
width:43%;
padding:11px 0px 0px 5px;
float:left;
}
.rightBor{
border-bottom:1px solid #e5e5e5;
border-top:1px solid #e5e5e5;
padding:8px 12px 0px 0px;
margin:0px;
vertical-align:middle;
text-align:right;
height:26px;
float:left;
/*width:372px;*/
width:51%;
}
.borDot{
border-bottom:1px solid #e5e5e5;
border-top:1px solid #e5e5e5;
float:left;
height:22px;
padding-top:12px;
width:109px;
}
/* leftCont styles ends here */
.bottom_rs_header
{
color:#ff0000;
font-family:Verdana;
font-size:14px;
font-weight:bold;
padding:0px 0px 0px 0px;
margin:0px 0px -10px 0px;
font-style:normal;

}
bottom_rs_txt {
	color:#0066cc;	
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	padding:5px 25px 5px 15px;
	margin:0px;
	text-align:left;
	list-style:none;
	font-style:normal;
}
.bottom_rs_txt a:link, .bottom_rs_txt a:hover, .bottom_rs_txt a:visited {
	color:#0066cc;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	font-style:normal;
}
/* rightCont styles start from here */
.rightCont{
float:right;
width:257px;
background-color:#F7FDFC;
}
.suvscribe{
border:1px solid #dcf0e8;
background-color:#e7f8f7;
float:left;
padding-left:15px;
width:240px;
height:100px;
}
.inputYeloow{
border:1px solid #fbdf46;
width:220px;
height:18px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:2px 0px 0px 5px;
}
.subscriBut{
padding:10px 0px 10px 0px;
}
.finds{
background-color:#edf9f9;
border-bottom:3px solid #ffffff;
border-top:3px solid #FFFFFF;
padding:10px 0px 10px 15px;
width:243px;
font-size:14px;
float:left;
}
.archievs{
background-color:#eefcfb;
border-bottom:3px solid #ffffff;
padding:0px 10px 10px 10px;
width:237px;
text-align:center;
float:left;
}
.enroll{
background-color:#f2fbfa;
border-bottom:3px solid #ffffff;
text-align:center;
width:257px;
float:left;
padding:10px 0px 10px 0px;
}
.print{
background-color:#f7fdfc;
border-bottom:3px solid #ffffff;
padding:5px 0px 10px 14px;
width:243px;
float:left;
}
.zip{
/*background:url(images/zip.gif) no-repeat top left;
height:34px;
*/
font-size:12px;
padding:0px 0px 0px 0px;

}
.padImga{
padding:10px 0px 10px 0px;
}
.media{
background-color:#f2fbfa;
border-bottom:3px solid #ffffff;
padding:5px 9px 25px 10px;
width:237px;
text-align:center;
float:left;
}
.categories{
background-color:#F7FDFC;
border-bottom:3px solid #ffffff;
padding:0px 15px 0px 15px ;
width:227px;
float:left;
}
 ul{
padding:0px;
margin:0px 0px 7px 0px;
}
 li{
padding:0px 0px 3px 0px;
margin:0px;
list-style-type:none;
line-height:19px;
}
.bgBoldBig{
background-color:#f7fdfc;
padding:20px 15px 100px 16px ;
width:226px;
float:left;
}
.bgBoldBigBor{
background-color:#f7fdfc;
padding:0px 0px 100px 0px ;
width:252px;
float:left;
border:4px solid #e7f8f7;
}
.bgGrTop{
background-color:#e7f8f7;
padding:0px 15px 5px 16px;
}
.paddleft{
padding:0px 20px 0px 16px;
width:200px;
}
.fontsOne{
font-size:11px;
}
.fontsTwo{
font-size:15px;
}
.fontsThree{
font-size:17px;
}
.fontFour{
font-size:19px;
}
.fontFive{
font-size:23px;
}
.fontSix{
font-size:28px;
}
.fontsSeven{
font-size:33px;
}
/* new calendar*/

.main{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin:0px auto;
border:1px solid #ecd24f;
}
.borderWhi{
border:1px solid #ffffff;
background-color:#b9ded7;
padding-left:12px;
}
.borWhi{
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
}
.selectBOx{
height:22px;
width:150px;
}
/* end new calendar *?
/* rightCont styles start from here */

/* body styles ends here */

/* footer styles start from here */

#footer{
float:left;
width:975px;
font-size:11px;
color:#FFFFFF;
padding-bottom:15px;
}
.footerLeft{
background:url(images/footer_left.gif) no-repeat top left;
background-color:#34b7b2;
float:left;
padding:8px 0px 8px 12px;
width:510px;
}
.footerRight{
background:url(images/footer_right.gif) no-repeat top right;
background-color:#34b7b2;
float:left;
text-align:right;
padding:8px 12px 8px 0px;
width:440px;
}
.footerRight a{
color:#FFFFFF;
text-decoration:none;
}
.footerRight a:hover{
color:#330033;
text-decoration:underline;
}
/* footer styles ends here */
.highlight_top
{
background-image:url(images/highlight_top.gif);
background-repeat:no-repeat;
height:6px;
width:228px;
}
.highlight_bottom
{
background-image:url(images/highlight_bottom.gif);
background-repeat:no-repeat;
width:228px;
height:6px;
}
tbody{
background-color:#FFFFFF;
}
