/*
Theme Name: Dr. Slater
*/



/* CSS Document */
/* -----------------------Reset CSS--------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family:Arial, Helvetica, sans-serif;
  vertical-align: baseline;
}
body {
  margin:0;
  padding:0;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" ""; }
/* Remove annoying border on linked images. */
a img { border: none; outline:none; }
.clearfix, .container {display: block;}
/* Regular clearing
   apply to column that should drop below previous ones. */
.clear { clear:both; }
/* ------------------------Common CSS------------------------*/
img.alignleft { float:left; margin:0px 15px 0px 0px;}
img.alignright { float:right; margin:0px 0px 0px 15px;}
.leftFloat{float:left;}
.rightFloat{float:right;}
.clearFloat{clear:both;}
.hide{display:none;}
.reset-margin{margin:0 auto;}
.reset-padding{padding:0;}
.reset{margin:0;padding:0;}
.align-justify{text-align:justify;}
.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}

/* ----------------------Typography CSS----------------------*/
/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
  font-size: 75%;
  color: #000;
  background:#f9fdfe url(images/new-top-bg.gif) repeat-x top;
  font-family:Georgia; 
}

#wrapper{ width:908px; margin:0px auto;}/* ----------------------Here u can set whole site width----------------------*/

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { padding:0px; margin:0px;}
h1 { font-size:23px; font-weight:bold; margin:0; padding:0px 0px 0px 0px; color:#8E5C03; font-weight:normal; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
h2 {}
h3 { font-weight:bold; font-size:18px; color:#8E5C03; padding-bottom:8px;}
h4 {font-weight:normal; font-size:16px; color:#f59d03;}
h5 { font-weight:normal; font-size:16px; color:#838943; }
h6 {font-size:12px; color:#000000;}
/* Text elements
-------------------------------------------------------------- */
p           { padding:0px; margin:0px; line-height:19px; font-size:13px;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
a:focus,
a:hover     { color: #000;}
a           { color: #285284; text-decoration: none; outline:none; }
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }
pre 				{ margin: 1.5em 0; white-space: pre;}
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

.paddingT20{ padding-top:20px;}
.paddingT10{ padding-top:10px;}
/* Lists
-------------------------------------------------------------- */
li ul,
li ol       { padding:0px; margin:0px;}
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
dl          { padding:0px; margin:0px; }
dl dt       { font-weight: bold; }
dd          { padding:0px; margin:0px;}
/* Tables
-------------------------------------------------------------- */
table       { margin-bottom: 15px; width:100%; }
td, th      { height:30px;  border:1px solid #ddded9;}
table th 	{ background: #2b5488; color:#FFFFFF; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
table td    {font-family:Arial, Helvetica, sans-serif;}
table tr.row_1{ background:#f7fcfe;} 

th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }
/* Misc classes
-------------------------------------------------------------- */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
/* ---------------------------Form CSS----------------------------*/
label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }
/* Form fields
-------------------------------------------------------------- */
input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #bbb;
  outline:none;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}
input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0;
}
input.text,
input.title   { }
input.title   {}
textarea      { }
input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:.25em;
}
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }
/* Success, notice and error boxes
-------------------------------------------------------------- */

.highlighted{ color:#FF0000;}
.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.border1{ height:23px; background:url(../images/border_bottom.gif) no-repeat 0px 0px;}
/* ----------------------Clear areas----------------------*/
#wrapper #container, #wrapper #container #content, #wrapper #container #content #wildcomlum{ }
/* ----------------------Structure css----------------------*/
#wrapper #container{ }
/* ----------------------Header css----------------------*/
#header{ float:left; height:90px; width:100%; }
#header #logo{  width:397px; float:left; padding-top:19px;}
#header #logo .contact{ font-size:16px; color:#ffffff; padding:18px 0px 0px 0px; font-weight:bold; font-family:Arial, Helvetica, sans-serif}
#header p{ font-size:12px; font-weight:bold; color:#353534; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
#header #navigation{ font-size:14px;float:right; padding-top:25px; padding-left:25px;}
#header #navigation ul{ list-style:none; margin:0; padding:0;}
#header #navigation ul li{ display:block; float:left; text-transform:uppercase;}
#header #navigation ul li a{ display:block; padding:5px 15px; color:#515151; font-size:15px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin:0px 5px}
#header #navigation ul li.active a, #header #navigation ul li a:hover{ background:#775c44; color:#FFF;}
#header .talk-our-doctor{ font-size:13px; color:#FFF; font-family:"LuzSans-Book", Arial, Helvetica, sans-serif; padding:0; float:right; padding-top:10px; text-align:right;}
#header .talk-our-doctor a{ font-size:13px; color:#FFF; font-family:"LuzSans-Book", Arial, Helvetica, sans-serif; text-decoration:underline;}
#searchBar{ clear:both; padding-top:17px;}
form{ padding:0; margin:0;}
form .screen-reader-text{ display:none;}
form input#s{ background:#FFF; border:1px solid #e0e0e0; border-right:none;  padding:4px 5px 0px; float:left; height:22px; width:160px;}
form input#searchsubmit{ background:url(images/search-btn.jpg) no-repeat right; border:1px solid #e0e0e0; border-left:none;  float:left; width:34px; height:26px; text-indent:-999px; cursor:pointer;}

#banner{ background:url(images/top-header.jpg) top no-repeat; height:267px; clear:both;}
#banner .content{ float:right; font-family:Arial; color:#332f26; font-size:18px; line-height:24px; background:url(images/block-quote.gif) no-repeat 0px 0px; padding:6px 14px 14px 24px; width:330px; margin-top:41px; margin-right:15px;}


/* ----------------------begain content css----------------------*/
#wrapper #container #content{ clear:both; background:#FFF;}
#wrapper #container #content #widecomlum{}


/* ----------------------Three Coloumn Container----------------------*/
#main-container{ padding:14px; float:left; margin-bottom:15px;}
#main-container h2{color:#8d7e23; margin:0; font-size:18px; font-weight:bold; padding:0px 0px 10px 0px;  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase}
#main-container h2 a{color:#8d7e23; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
#main-container h2 a:hover{color:#8e5c03; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
#main-container #main-left-block{ float:left; width:255px; margin-right:36px;}
#main-container #main-mid-block{ float:left; width:275px; margin-right:36px; position:relative;}
#main-container #main-right-block{ float:left; width:275px;}
#main-container #main-right-block img{ float:left; padding-right:12px;}
#main-container_P .practise_block_div{ width:209px; float:left; padding:0px 10px 0px 0px;}
#main-container_P .practise_block_div ul{ padding:0px; margin:0px;list-style:none;}
#main-container_P .practise_block_div ul li{ display:block; padding:3px; background:url(images/form.gif) no-repeat 0px 0px; height:35px; padding-left:30px;}

#main-container_P h2{color:#264e81; margin:0; font-size:18px; letter-spacing:3px; font-weight:normal; padding:0px 0px 10px 0px; border-bottom:1px solid #eaeaea; margin-bottom:10px;}
#main-container_P{padding:15px;border:3px solid #fdf4e3; border-top:none; border-bottom:none; padding-bottom:0px;}
#main-container_P table { margin-bottom:0px ;  }
#main-container_P table tr td{ padding:0px 5px; vertical-align:top; border:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; line-height:18px;}
#main-container_P table tr td p{ margin:0; padding-bottom:10px;}
#main-container_P table tr td span{ font-size:15px; color:#0882B7; display:inline; padding-left:0px;}
/* ----------------------Blog Content----------------------*/

#from-blog{ width:380px; background:url(images/blog-bg.gif) no-repeat right center; float:left; min-height:245px; padding-left:14px;}
#from-blog h1{font-size:22px;  margin:0; padding:0px 0px 15px 0px; color:#224a7b;}

#from-blog .blog-entry{ padding-bottom:20px; float:left;}
#from-blog .blog-entry img{ padding:1px; border:1px solid #dcdddd; float:left; width:27px;}
#from-blog .blog-entry .blog-info{ width:320px; float:left; padding-left:10px;}
#from-blog .blog-entry .blog-info h2 a, #from-blog .blog-entry .blog-info h2{ color:#000000; font-size:14px; padding-bottom:5px;}
#from-blog .blog-entry .blog-info p{ font-size:14px; color:#000000; line-height:20px; margin:0; padding-bottom:5px;}
#from-blog .blog-entry .blog-info .author a, #from-blog .blog-entry .blog-info .author{ font-size:10px; color:#333333;}

#discription{ width:485px; float:right;}
#discription h3 span, #discription h3{ font-size:18px; color:#000000; margin:0; padding:0; font-weight:normal; line-height:24px; padding-bottom:15px;}
#discription h3 span{color:#277ca4;}

#discription p span, #discription p{ font-size:14px; line-height:20px; color:#000000;}
#discription p span{color:#277ca4;}

.category-uncategorized{ clear:both;}





/* ----------------------pagination css begain here----------------------*/
.pagination{overflow:hidden;}
.pagination ul{ list-style:none;}
.pagination ul li a, .pagination ul li{ float:left; display:block;}
.pagination ul li{ margin-right:5px;}
.pagination ul li a{width:18px; height:18px; background:url(../images/pagination_icon.gif) no-repeat 0px -37px; font-size:10px; color:#5c5c5c; text-align:center; line-height:18px;}
.pagination ul li.pagi_active a{background:url(../images/pagination_icon.gif) no-repeat -18px -37px; color:#FFFFFF;}
.pagination ul li a:hover{ background:url(../images/pagination_icon.gif) no-repeat -18px -37px; color:#FFFFFF;}

/* ----------------------pagination css end here----------------------*/

#aboutus {}

#practise{ font-family:"Georgia",Times New Roman, Times, serif; }
#practise_left{ padding-right:10px;float:left;  padding-bottom:20px;}
#practise_abt{ padding-bottom:20px; padding-right:10px;}
#practise_abt img, #practise_left img{border:1px solid #e4e3e3; padding:2px;}
#practise_abt h1, #practise_left h1{ padding:10px 0px 0px 10px;}
#practise_abt p, #practise_left p{ padding:0px 0px 29px 10px; font-size:14px; color:#666666; line-height:22px;}
#practise_right{ width:326px; float:left; padding-left:10px;}
#practise_right ul{ list-style:none; padding:0px; margin: 0px;}
#practise_right  ul li{ display:block;border-bottom:1px dotted #e2dcd6; margin-bottom:10px; overflow:hidden; padding-bottom:10px;}

#practise_right1{ width:326px; float:left; padding-left:10px;}
#practise_right1 h1{ padding:10px 0px;}
#practise_right1 ul{ list-style:none; padding:0px; margin: 0px;}
#practise_right1 ul li{ display:block; padding:0px 0px 10px 20px; border-bottom:1px dotted #e2dcd6;
 margin-bottom:10px; overflow:hidden;background:url(images/arrow_new.gif) no-repeat 5px 3px;}
 #practise_right1 ul li a{ color:#000000;}

#practise_right ul li img{ float:left; border:1px solid #e4e3e3; padding:2px;}
#practise_right ul li big{ float:left;font-size:16px; font-family:"Georgia",Times New Roman, Times, serif; color:#4c4b4b; display:block; width:180px; padding-left:10px;}
#practise_right h1 { padding-top:10px; padding-bottom:20px;}
#practise_right1 h5{ font-size:14px; color:#333333; font-weight:normal; }

#practise .rightaddressarea h1{ }
#practise .StaffBios{ border:3px solid #fdf4e3; padding:10px; border-top:none;}
#practise .StaffBios ul{ list-style:none; padding:0px; margin:0px;}
#practise .StaffBios ul li{ border-bottom:1px dotted #e2dcd6; padding:15px 0px;}
#practise .imgwidth{ float:left; width:198px;}
#practise .des_width{ float:left; width:673px; padding-left:10px;}
#practise .des_width p{ color:#666666;  padding-bottom:20px;}
#practise .des_width a{ color:#0082b8; font-size:12px;}

.practise_top{ border:3px solid #fdf4e3;}
.about_us_top{ border:3px solid #fdf4e3;}


#practise .about_dr { border:3px solid #FDF4E3; border-top:none; padding:10px;}
#practise .about_dr h1{ padding-bottom:15px;}
#practise .about_dr p{font-size:13px; color:#666666;  padding-bottom:15px;}
#practise .about_dr img{border:1px solid #e4e3e3; padding:2px;}

#aboutus .about_dr { border:3px solid #FDF4E3;  border-top:none; padding:10px; background-color:#fcf9ed;}
#aboutus .about_dr h1{ padding-bottom:15px;}
#aboutus .about_dr p{font-size:13px; color:#666666;  padding-bottom:15px;}
#aboutus .about_dr img{border:1px solid #e4e3e3; padding:2px;}


#writting{border:3px solid #fdf4e3; padding:10px; min-height:400px;}

#writting .writting_top{}
#writting .writting_top img{ margin-right:20px; padding:2px; border:1px solid #e4e3e3;}
#writting .writting_books h1, #writting h1{ padding:0px 0px 10px 0px;}
#writting .writting_top p{ float:left; width:500px; color:#666666; }

#writting .writting_top ul{ padding:0px 0px 0px 30px; margin:0px; list-style:none;}
#writting .writting_top ul li{ background:url(images/bullet_books.gif) no-repeat 0px 9px; padding:5px 0px 5px 15px;}



#teaching{ border:1px solid #e4e3e3; padding:10px;}
.teaching_top{}
.teaching_top img{ margin-right:20px; padding:2px; border:1px solid #e4e3e3;}
.teaching_top ul{padding:10px 0px 0px 30px; margin:0px; list-style:none; float:left;}
.teaching_top ul li{background:url(images/bullet_books.gif) no-repeat 0px 9px; padding:5px 0px 5px 15px;}
.teaching_item1{}
.teaching_item1 table tr td a{ color:#0882b7;}
.teaching_item1 table tr td span{ display:block; width:150px; padding-left:10px;}
.teaching_item1 h4{ padding-bottom:10px;}
.teaching_item1 big{ font-size:13px; color:#285284; padding-bottom:5px; display:block;}
.teaching_item1 p{ padding-bottom:5px; margin-bottom:15px; color:#666666;}



#writting .writting_top img{ float:right; }
#writting .writting_books{padding-top:10px;}
#writting .writting_books big{ font-size:13px; display:block; padding-bottom:20px; font-weight:bold;}
#writting .writting_books .booksleft{ width:130px; float:left;}
#writting .writting_books .booksleft img{ margin-bottom:10px;}
#writting .writting_books .booksleft a{ color:#285284; font-size:11px;}
#writting .writting_books .booksright{ width:200px; float:right; }
#writting .writting_books .booksright i{ padding-bottom:5px; display:block; line-height:18px; color:#285284; font-size:13px;}
#writting .writting_books .booksright span{ color:#666666; font-size:13px; font-size:10px; padding-bottom:20px; display:block;}
#writting .writting_books .booksright p{padding-bottom:10px; display:block;}
#writting .booksbottom h4, #writting .writting_books .booksright h4{  padding-bottom:5px;}
#writting .booksbottom{ padding:0px 10px 10px 10px; float:left; width:500px;}
#writting .book_inner{ padding:0px 15px;}
#writting .book_inner p{ margin-bottom:15px; color:#666666;}
#writting .book_inner ol {}
#writting .book_inner ol li{ padding-bottom:15px;}



#writting .booksbottom p{ padding:10px 0px; color:#666666;}
#writting .booksbottom ul{ padding:0px 0px 0px 30px; margin:0px; list-style:none;}
#writting .booksbottom ul li{ background:url(images/bullet_books.gif) no-repeat 0px 9px; padding:5px 0px 5px 15px; font-size:13px;}
.downlaod{background:url(images/download.gif) no-repeat 0px 0px; height:26px; float:right;}
.downlaod a{ color:#000000; font-size:14px; padding-left:30px;}





#press{border:1px solid #e4e3e3; padding:10px;}
#press h1{ padding:0px 0px 10px 0px;}
#press h4{ font-size:15px; color:#000000; padding-bottom:5px;}
#press .post { padding-left:25px; padding-bottom:15px;}
#press p{ padding:5px 0px ; color:#666666;}
#press h2 a, #press h2 a{ color:#285284;}
#press .seemore{ padding:0px 10px 20px 25px;} 


#map{ border:5px solid #E5E5E5; }


#news{border:1px solid #e4e3e3; padding:10px;}
#news small{ color:#999999;}
#news h1{ padding:0px 0px 10px 0px;}
#news h4{ font-size:15px; color:#000000; padding-bottom:5px;}
#news .post {padding-bottom:15px;}
#news p{ padding:5px 0px ; color:#666666;}
#news h2 a, #press h2 a{ color:#285284;}
#news .seemore{ padding:0px 10px 20px 25px;} 

/* ----------------------Fotter----------------------*/

#footer{color:#dcdcdc; padding:0px 0px 10px 0px; margin:0px 0px 15px; overflow:hidden;}
#footer .footerInner{ width:908px; margin:0 auto; }
#footer #talk-to-doctors{ width:250px; float:left; text-align:left; }
#footer #talk-to-doctors a{ color:#0082B8; text-decoration:underline;}
#footer #talk-to-doctors a:hover{ color:#0082B8; text-decoration:none;}
#footer #footer-content{ width:500px; float:right; text-align:right; color:#afafaf; font-family:Arial, Helvetica, sans-serif; font-size:11px; }

/* ----------------------end Fotter----------------------*/

/* ----------------------Begin Comment----------------------*/


.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 {

	}

.commentmetadata {
	font-weight: normal;
	}

#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 */




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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	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;
	color:#666666;
	}

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

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


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

/* 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." */

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: hidden; /*leave this value alone*/
width: 223px; /*Width of Carousel Viewer itself*/
height: 210px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/

}

.stepcarousel2{
position: relative; /*leave this value alone*/
overflow: hidden; /*leave this value alone*/
width: 243px; /*Width of Carousel Viewer itself*/
height: 245px; /*Height should enough to fit largest content's height*/
}

.stepcarousel2 .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel2 .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
}	
.left_item1{ width:223px; float:left; background-color:#fdf9e4; padding:10px; margin-bottom:10px; border:1px solid #ffd995;}
.left_item1 div p{ line-height:18px; padding-top:5px;}
.left_item1_news{ padding-bottom:20px; margin-bottom:20px; border-bottom:1px dotted #ddded9;}

.right_item1{ width:285px; float:left;}
.right_item1 p{ margin-bottom:10px;}
.right_item1 .entry{ color:#565655; font-family:"Trebuchet MS", Times New Roman, Times, serif;}

.panel h5 a{ font-family:"Trebuchet MS", Times New Roman, Times, serif; font-size:12px; color:#2e2e2d; font-weight:bold; text-decoration:underline}
.panel h5{font-family:"Trebuchet MS", Times New Roman, Times, serif;  font-size:10px; color:#565655;}
.panel .booksleftimg{width:275px; padding-top:8px;}
.panel .bookslefttext{ width:275px; float:left}
.bookslefttext_buynow{color:#285284; font-family:"Courier New", Courier, monospace; font-size:11px;}
.bookslefttext_buynow a{color:#285284; text-decoration:underline}
.bookslefttext p{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; line-height:17px;}
.bookslefttext h5{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#333333; padding:0px 0px 5px 0px; font-weight:normal}
.bookslefttext h5 a{color:#333333; font-family:Arial, Helvetica, sans-serif; text-decoration:none}



.search_post{ padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #e8eaea; }

#sidebar, .allposts{ }
.blogsection{ padding:10px; overflow:hidden;}
#sidebar{ float:left; width:210px; padding-left:15px; padding-top:10px;}
.allposts{ float:left; width:630px; padding-right:20px; padding-left:10px;}
.blogallposts{ float:left; width:620px; padding-right:20px; padding-left:10px;}
.inner_content{ padding-right:20px; padding-left:10px;}
#sidebar ul{padding:5px 0px 0px 0px; margin:0px; list-style:none;}
#sidebar ul li{ border:none; padding-bottom:10px;}
#sidebar ul li ul{ border:1px solid #d5dae0; overflow:hidden; padding:0px 10px 10px; background:#FFF url(images/ul_container.jpg) bottom repeat-x;}
#sidebar ul li ul li{ padding:0px; margin:0px;  padding:7px 0px; border-bottom:1px dashed #cecfcf;}
#sidebar ul li h2{ font-size:16px; padding-bottom:10px; color:#838943; text-transform:uppercase; font-weight:normal;}
#sidebar ul li a{color:#666666; font-size:13px; text-transform:capitalize;}
#sidebar ul li a:hover{color:#39a3d4;}



#sidebarnew{ }

#sidebarnew ul{padding:5px 0px 0px 0px; margin:0px; list-style:none;}
#sidebarnew ul li{ border:none; padding-bottom:10px;}
#sidebarnew ul li ul{ border:1px solid #d5dae0; overflow:hidden; padding:0px 10px 10px; background:#FFF url(images/ul_container.jpg) bottom repeat-x;}
#sidebarnew ul li ul li{ padding:0px; margin:0px;  padding:7px 0px; border-bottom:1px dashed #cecfcf;}
#sidebarnew ul li h2{ font-size:16px; padding-bottom:10px; color:#838943; text-transform:uppercase; font-weight:normal;}
#sidebarnew ul li a{color:#666666; font-size:13px; text-transform:capitalize;}
#sidebarnew ul li a:hover{color:#39a3d4;}




.blogsection  h2{ font-size:32px; font-weight:bold; color:#000000;padding-top:10px; padding-bottom:5px;}
.blogsection  .post{ padding-bottom:15px; border-bottom:1px dashed #e2dcd6; margin-bottom:15px;}
.blogsection .post h2{ padding:0px 0px 5px 0px;}
.blogsection .post h2 a{ color:#f59d03; font-size:22px; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
.blogsection .post h2 a:hover{ color:#f59d03; text-decoration:underline;}
.blogsection  p {color:#666666; padding-top:10px; line-height:19px;}
.blogsection small { color:#333333; font-size:11px;}
.blogsection .postmetadata a{color:#39a3d4; padding:5px 0px;}
.blogsection h1{ padding:0px 10px 10px 10px; }
.blogsection h2 a{ font-size:24px; font-weight:normal; color:#000000; }
.blogsection h3 a{ font-size:20px; font-weight:bold; color:#000000; }

.blogallposts  h2{ font-size:32px; font-weight:bold; color:#000000;padding-top:10px; padding-bottom:5px;}
.blogallposts  .post{ padding-bottom:15px; border-bottom:1px dashed #e2dcd6; margin-bottom:15px;}
.blogallposts .post h2{ padding:0px 0px 5px 0px;}
.blogallposts .post h2 a{ color:#f59d03; font-size:20px; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
.blogallposts .post h2 a:hover{ color:#f59d03; text-decoration:underline;}
.blogallposts  p {color:#666666; padding-top:10px; line-height:19px;}
.blogallposts small { color:#333333; font-size:11px;}
.blogallposts .postmetadata a{color:#39a3d4; padding:5px 0px;}
.blogallposts h1{ padding:0px 0px 10px 0px;}
.blogallposts h2 a{ font-size:24px; font-weight:normal; color:#000000; }
.blogallposts h3 a{ font-size:15px; font-weight:normal; color:#F59D03; text-decoration:none;}
.blogallposts h3 a:hover{ font-size:15px; font-weight:normal; color:#F59D03; text-decoration:underline;}

.blogsection ul{ padding:0px 0px 0px 20px; margin:0px;}
.blogsection ul li{ padding:0px; margin:0px;}

.entry ul{ padding:0px 0px 0px 30px; margin:0px; list-style:none;}
.entry ul li{ background:url(images/bullet_books.gif) no-repeat 0px 9px; padding:5px 0px 5px 15px;}
 .allposts ol{ padding-left:18px;}

.pen{ margin:0px 0px 0px 10px; padding:0px; font-family:"Georgia"; font-size:15px; color:#264e81; font-weight:bold;}

.pnew{font-family:"Georgia"; font-size:13px; color:#656667; line-height:19px;}

.pnew strong{color:#8E5C03; font-size:14px; display:block; padding-bottom:5px; font-size:20px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:normal}

 .medical_botttom_lines{ width:728px; margin:20px auto; }
 .medical_botttom_lines_top{ height:5px; overflow:hidden; background:url(images/bgs.gif) no-repeat 0px -90px;}
 .medical_botttom_lines_bt{ height:5px; overflow:hidden; background:url(images/bgs.gif) no-repeat 0px -95px;}
 .medical_botttom_lines_middle{background:url(images/bottom_lines_rep.gif) repeat-y 0px 0px; font-family:"Georgia", Times New Roman, Times, serif; font-size:20px; text-align:center; padding:10px;}
  .medical_botttom_lines_middle a{ color:#838943; text-decoration:none; padding-left:3px; padding-right:3px;}
    .medical_botttom_lines_middle a:hover{ color:#838943; text-decoration:none;}
#inner-container .medical_botttom_lines_middle a, #inner-container .medical_botttom_lines_middle span{ color:#1181ee;}
.medical_botttom_lines_middle img{margin:5px 0px 0px 5px;}

#disqus_thread{ padding:15px; background:#FDF9E4; margin-top:10px;}
.press_date{color:#056116;
padding-top:6px;
font-size:10px; font-family:Arial, Helvetica, sans-serif;
}
.recent_bottomspace{
padding-bottom:10px;
}
#mygallery{
width:255px;
height:320px;
}
#mygallery1213 { width:275px;}

.abt-top img{ float:right;}

.abt-top p{ float:left; width:370px;}
.new-abt-left{ float:left; width:570px;}
.new-abt-right{ float:right; width:250px; margin-right:10px;}
.hon-new {padding-top:10px;}
.hon-new ul{ padding-top:10px;}
.hon-new ul li{ paddin-bottom:15px;}
.new-bbok-title{ width:77px; height:46px; background:url(images/books_title.png) no-repeat 0px 0px; position:absolute; top:-20px; left:3px;}
