/*  
Theme Name: toddbkochmdblog.com
Theme URI: http://www.plasticsurgerystudios.com
Description:  toddbkochmdblog.com custom template
Version: 1.0
Author: Bonnie Wang
Author URI: http://www.plasticsurgerystudios.com
*/

/* SHARED ELEMENTS */
a:link {
color:#ccc;
}
a:active {
color:#ccc;
}
a:visited {
color:#ccc;
}
a:hover {
color:#03a5aa;
}
div.hr {
height: 0px;
background: #fff url(images/hr.gif) repeat-x scroll center;
margin-left:5px;
margin-right:5px;
clear:both;
}
div.hr hr {
display: none;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

/* LAYOUT STYLES */
body {
background:url(images/BG.jpg) repeat-x #a780b5;
color:#fff;
font:11px Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}
#Master {
border:1px solid white;
border-top:none;
border-bottom:none;
margin:0 auto;
padding:0;
width: 998px;
}
	
#Masthead {
background:url(images/masthead.jpg) no-repeat;
height:323px;
width:998px;
}
	#blogdesc {
	display:none;
	padding:0 0 10px 15px;
	}

#Nav {
background:url(images/Nav.jpg) no-repeat;
height:50px;
margin:0;
padding:0 30px;
text-transform:uppercase;
width:938px; /* 998 */
}
	#Nav ul {
	margin:0;
	padding: 0;
	}
	#Nav li {
	float:left;	
	padding:0;
	list-style-type: none;
	}
	#Nav li a {
	color:#fff;
	display: block;
	font-weight:bold;
	margin:0 10px 0 10px;
	line-height:40px;
	}
	#Nav .selected, #Nav a:hover {
	color: #38e6dc !important;
	}
#ContentBox {
background:url(images/contentbox_bg.jpg) repeat-y;
width:998px;/*998px*/
}
#Sidebar {
background:url(images/sidebar_bg.jpg) no-repeat;
float: right;
padding:30px;
width: 208px; /* 268px */
margin-bottom:10px;
}
	#Sidebar p{
	color:#CCC;
	}
	#Sidebar h2 {
	color:#31e4e2;
	font-size:14px;
	padding:3px 0px;
	margin:0px 7px 3px 0;
	border-bottom: dashed 1px #ccc;
	}
	#Sidebar ul {
	list-style-type: none;
	margin:0;
	padding:0;
	}
	#Sidebar ul li {
	list-style-type: none;
	margin:0 0 20px 0;
	padding:0;
	}
	#Sidebar ul li ul {
	list-style-type: square;
	margin:0;
	padding:0;
	}
	#Sidebar ul li ul li {
	background: transparent url(images/bullet.gif) no-repeat 5px 4px;
	margin:0;
	padding:0px 0px 2px 14px;
	}
	
#Content {
background:url(images/content_bg.jpg) no-repeat;
float: left;
line-height:180%;
margin:0 0 0 0;
padding:30px;
width: 670px; /* 730px */
}
#Content h2 {
color:#9259aa;
font-size: 16px;
padding: 3px 0px;
margin: 0px 7px 3px 0;
}
#Content h3{
color:#cca5d8;
font-size: 14px;
padding: 3px 0px;
margin: 0px 7px 3px 0;
}

	#Content h2 a{
	font-size:135%;
	text-decoration:none;
	}
	#Content img {
	border:4px #eeeeee solid;
	}
	#Content textarea{
	width:450px;
	}

#Footer {
background:#000;
color:#FFF;
clear:both;
padding:20px;
text-align:center;
width:958px; /* 998ox */
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}

/* Quick Contact Form */
.quickContact{
color:#666;
font-size:11px;
font-weight:bold;
margin:10px 0 40px;
}
	#ContactFormMini ul, #ContactFormMini li{
	list-style:none;
	}
	#Sidebar #ContactFormMini li{ /* Vertical spacing between form fields */
	margin:0 0 4px;
	padding:0;
	}
	#ContactFormMini input{
	border:1px solid #432450;
	padding:3px;
	width:200px;
	}
	#ContactFormMini textarea{
	border:1px solid #432450;
	padding:3px;
	width:200px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height:60px;
	}
	#ContactFormMini .SubmitBtn{
	background:#432450;
	color:#FFF;	
	border:none;
	cursor:pointer;
	height:30px;
	font-weight:bold;
	margin:0 0 0 -3px;
	width:80px;
	}
	#Parity{
	display:none;
	}

.postmetadata { /* Comments box */
font-size:10px;
padding:10px;
border-bottom:#d7adec 1px dotted;
border-top:#d7adec 1px dotted;
}
blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}
blockquote cite {
margin: 5px 0 0;
display: block;
}
.comments h3 {
font-size: 14px;
padding: 3px 0px;
margin: 0px 7px 3px 7px;
border-bottom: dashed 1px #ccc;
	}
	.bobcomment {
	vertical-align:middle;
	margin-bottom:3px;
	padding:3px;
	}
	ol.commentlist {
	padding: 0;
	margin: 0 0 1px;
	}
	ol.commentlist li {
	list-style: none;
	margin: 0;
	padding: 13px 13px 1px;
	}
	ol.commentlist li.commenthead {
	list-style: none;
	margin: 0;
	}
	ol.commentlist li.commenthead h2 {
	margin: 0;
	}
	
#Cities {
border:1px dotted #fff;
color:000;
overflow:scroll;
margin:0 0 20px 0;
height:400px;
width:200px;
}
	#Cities span{
	display:block;
	margin:3px 5px 0 5px;
	}	


