/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

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

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/



/* Begin Typography & Colors */
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

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

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

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

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1em;
	}

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

#commentform p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif, Fixed;
	}

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

a {
	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 Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

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



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 10px 20px 0px;
	margin: 0px 0 0;
	width: 389px;
	}

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 5px 0px 0px 40px;
	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: left;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
/*	content: "\00BB \0020"; */
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 5px 0px;
	}

#sidebar #searchform #s {
	width: 96px;
	padding: 4px 2px 2px 2px;
	height:16px;
	border:1px solid #C499BE;
	background:#fff;
	font-size:12px;
	color:#8B2C7C;
	font-family:Verdana, Arial, Helvetica, sans-serif
	}

#sidebar #searchsubmit {
	background:url(images/btn-go.gif) no-repeat top left;
	width:37px;
	height:24px;
	border:0px;
	padding:0px;
	margin:0px;
	cursor:pointer;
	}

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

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



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

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 15px;
	float:left;
	width: 165px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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



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

/***** Custom styles for Maddahi Blog *****/
body{ margin:0px; padding:0px; background:#CBB0C1; text-shadow:0 0 0 #000; font-family:Verdana, Arial, Helvetica, sans-serif; color:#893F7E; font-size:12px;}
#container{ width:780px; height:auto; float:none; margin:0px auto; padding:0px;}
#outer{ width:780px; height:auto; margin:0px auto; padding-bottom:0px; background:url(images/bg.jpg) repeat-y; float:none;}
#page{ width:750px; height:auto; margin:0px auto; float:none; padding:0px;}

#header{ width:750px; height:153px; float:none;}

/******** Top Navigation ***********/
#nav{ width:750px; height:42px; background:url(images/nav-bg.jpg) no-repeat top left; margin-bottom:3px; float:none;}
#nav ul{ list-style-type:none; float:right; padding:0px; margin:0px;}
#nav ul li{ position:relative; float:left; height:42px; padding:0px; margin:0px;}
#nav ul li a{ float:left; display:block; position:relative; height:42px; background:url(images/nav.jpg) no-repeat top left;} 

#nav ul li.home a{ background-position:0px 0px; width:78px; }
#nav ul li.home a:hover{ background-position:0px -42px; width:78px;	}

#nav ul li.blog a{ background-position:-73px 0px; width:78px; }
#nav ul li.blog a:hover{ background-position:-73px -42px; width:78px; }

#nav ul li.quiz a{ background-position:-151px 0px; width:73px; }
#nav ul li.quiz a:hover{ background-position:-151px -42px; width:73px; }

#nav ul li.contact a{ background-position:-224px 0px; width:96px;}
#nav ul li.contact a:hover{ background-position:-224px -42px; width:96px; }

/*************** Footer ******************/
#footer{width:750px; height:35px; padding:40px 0px 0px 0px; _height:0px; clear:both; font-family:"Trebuchet-MS", Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#d6add0; text-decoration:none; text-align:center}
#footer ul{list-style-type:none; padding:0px; margin:0px; margin-bottom:5px;}
#footer ul li{ display: inline; padding:0px; margin:0px; }
#footer ul li a{ display:inline; font-family:"Trebuchet-MS", Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#d6add0; text-decoration:none; background:url(images/footer-nav-divider.gif) no-repeat right; padding:0px 5px 0px 1px}
#footer ul li a:hover{ text-decoration:underline; color:#d6add0 }

#footer a{font-family:"Trebuchet-MS", Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#d6add0; text-decoration:none;}
#footer a:hover{color:#d6add0; text-decoration:underline;}

/*************** Content section 1 *************/
#content-1{ width:750px; float:left; height:auto}
#content-1 .right{ width:579px; background:url(images/content-1-bg.jpg) repeat-x top left; float:left; margin-left:2px; padding:20px 10px 0px 30px;}

/********** Left Navigation **********/
#content-1 #left-nav{ width:128px; float:left; background:url(images/left-nav-bg.jpg) no-repeat; height:auto; min-height:297px;}
/* \*/ * html #content-1 #left-nav{height:297px;} /* */
#content-1 #left-nav:after{clear:both; height:0px; content:'.'; visibility:hidden; display:block;}

#left-nav ul{ width:128px; padding:0px; margin:0px;}
#left-nav ul li{ list-style:none; position:relative; padding:0px; margin:0px;}
#left-nav ul li a{width:128px; display:list-item; background:url(images/left-nav.jpg) no-repeat top left; position:relative } 
#left-nav a{line-height:1px; font-size:1px;}

#left-nav ul li.office-tour a{ background-position:0px 0px; height:32px;}
#left-nav ul li.office-tour a:hover{ background-position:-128px 0px; height:32px;}

#left-nav ul li.news a{ background-position:0px -32px; height:33px;}
#left-nav ul li.news a:hover{ background-position:-128px -32px; height:33px;}

#left-nav ul li.about a{ background-position:0px -65px; height:33px; }
#left-nav ul li.about a:hover{ background-position:-128px -65px; height:33px; }

#left-nav ul li.testimonials a{ background-position:0px -98px; height:33px;}
#left-nav ul li.testimonials a:hover{ background-position:-128px -98px; height:33px; }

#left-nav ul li.smile-gallery a{ background-position:0px -131px; height:33px;}
#left-nav ul li.smile-gallery a:hover{ background-position:-128px -131px; height:33px; }

#left-nav ul li.high-tech a{ background-position:0px -164px; height:33px;}
#left-nav ul li.high-tech a:hover{ background-position:-128px -164px; height:33px; }

#left-nav ul li.services a{ background-position:0px -197px; height:33px;}
#left-nav ul li.services a:hover{ background-position:-128px -197px; height:33px; }

#left-nav ul li.plastic-surgeons a{ background-position:0px -230px; height:33px;}
#left-nav ul li.plastic-surgeons a:hover{ background-position:-128px -230px; height:33px; }

/***** Basic Styles *****/
h2{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size:19px; color:#8B2C7C; margin:0px 0px 5px 0px; font-weight:normal; background:url(images/hd-bdr.gif) repeat-x bottom left; padding:0px 0px 10px 0px; clear:both}
h2 a{ color:#8B2C7C; text-decoration:none}
h2 a:hover{ color:#8B2C7C; text-decoration:underline}
p{ font-size:12px; line-height:19px; margin-bottom:19px;}

h3{ font-size:19px; color:#8B2C7C; margin:0px 0px 5px 0px; font-weight:normal; padding:0px;}
h3 a{ color:#8B2C7C; text-decoration:none}
h3 a:hover{ color:#8B2C7C; text-decoration:underline}

h3#comments, h3#respond{ font-size:14px; color:#8B2C7C; margin:0px; padding:0px; font-weight:bold;}

.post small{color:#893F7E; font-size:12px; line-height:19px; font-weight:normal}
.postmetadata{font-size:12px; line-height:19px; color:#8B2C7C}
.postmetadata a{ color:#8B2C7C; text-decoration:underline}
.postmetadata a:hover{ color:#8B2C7C; text-decoration:none}

#sidebar{font-size:12px;}
#sidebar h2{font-size:12px; font-weight:bold; background:none; padding:0px;}
#sidebar a{ color:#8B2C7C; text-decoration:underline}
#sidebar a:hover{color:#8B2C7C; text-decoration:none}

cite a, .commentmetadata a{ color:#8B2C7C; text-decoration:underline;}
cite a:hover, .commentmetadata a:hover{ color:#8B2C7C; text-decoration:none}

label small{font-size:12px;}

.txt-fld{border:1px solid #C499BE; background:#fff; font-size:12px; color:#8B2C7C; font-family:Verdana, Arial, Helvetica, sans-serif;}

.navigation a{ font-size:12px; color:#8B2C7C; text-decoration:none}
.navigation a:hover{ color:#8B2C7C; text-decoration:underline}

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