/*
Theme Name: Peggy Myers DDS Blog
Theme URI: http://peggymyersdds.com/blog/
Description: The default theme for the Peggy Myers DDS Blog.
Version: 1.0
Author: AntalMedia
Author URI: http://www.antalmedia.com/
Tags: #A4DEE1, fixed width, two columns, widgets
*/

/****************************************|ALWAYS|****************************************/
html,body {
	margin:0;
	padding:0;
	word-wrap:break-word;
	border:0;
	height: 100%;
}
html { overflow: auto; }
img { border: 0; }
.sectbreak { display:none; }
.center { text-align: center; }
.hidden {display: none;}
.screen-reader-text{text-align:left; text-indent:-999em;}
/****************************************|FIXES (browser & structure)|****************************************/
.clear {
	clear:both;
	font-size:0px;
	height:1px;
	line-height:1%;
	margin-bottom:-1px;
	overflow:hidden;
}
a, a:visited, a:hover, a:active, a:focus {
  -moz-outline-style: none;
}
object { outline: none; }
#header, #content, #sidebar {text-align: left;}
/****************************************|GLOBALS|****************************************/
body {
	padding: 30px 0 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.8em;
	text-align: center;
	background: url(images/bg-body.gif) 50% 30px no-repeat;
}
#container{
	background: url(images/bg-header.jpg) 50% 0 no-repeat;
}
#page {
	margin: 0 auto;
	width: 966px;
}
#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 270px;
}
#content {
	float: left;
	padding: 0 30px 20px 30px;
	margin: 0px 0 0;
	width: 680px;
}
.post {
	margin: 0 0 40px;
}
#sidebar{
	padding: 20px 20px 30px;
	margin-left: 742px;
	width: 184px;
	background: url(images/sidebar-base.gif) 0 100% repeat-x #F9F9F9;
}
#footer {
	margin: 0;
	padding: 10px 0 20px;	
	clear: both;
	border-top: 1px solid #F9F9F9;
}
/****************************************|COLORS|****************************************/
body{color:#333333;}
h1, h1 a, h1 a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited{color:#018E9F;}
h1 span.grey {color:#333333;}
p,li{color:#333333;}
a, a:visited{color:#018E9F;}
a:hover{color:#333333;}
/*|POST|*/
.post p.readmore a{color:#018E9F;}
.entry p.readmore a:hover{color:#333333;}
.postmetadata{color:#CCCCCC;}
.postmetadata a{color:#8bbbbe;}
.postmetadata a:hover{color:#018E9F;}
/*|SIDEBAR|*/
#sidebar h2{color:#018E9F;}
#sidebar a{color:#666666;}
#sidebar a:hover{color:#018E9F;}
/*|FOOTER|*/
#footer p{color:#CCCCCC;}
/****************************************|HEADER|****************************************/
#header p.logo{
	position:absolute;
	top:55px;
	left:0;
	margin:0;
	padding:0;
}
#header p.logo a{
	display:block;
	height: 60px;
	width: 250px;
	text-indent: -999em;
}
#header p.description{
	position:absolute;
	top:115px;
	left:0;
	margin:0;
	padding:0;
	text-indent:-999em;
}
/****************************************|TYPOGRAPY|****************************************/
/**|HEADERS|**/
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h1 {
	margin: 30px 0 0;
	padding:0;
	font-size: 2.4em;
}
h2 {
	margin: 30px 0 0;
	padding: 0;
	font-size: 2.1em;
	font-weight: normal;
}
h3 {
	margin: 30px 0 0;
	padding: 0;
	font-size: 1.3em;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
h1 a, h2 a, h3 a{text-decoration: none;}
/**|CONTENT|**/
#content {
	font-size: 1.2em;
}
/**|POST|**/
.post {
	text-align: justify;
}
.post small.details{color:#999999;}
.post .entry a{text-decoration:none;}
.post .entry a:hover{text-decoration:underline;}
.post .entry p.readmore{
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}
.postmetadata{
	margin:0;
	padding: 5px 0 0;
	font-size: 10px;
	border-top: 1px dotted #E8E8E8;
}
.postmetadata a{text-decoration:none;}
.postmetadata a:hover{text-decoration:underline;}
.sticky {}
/**|SIDEBAR|**/
#sidebar h2 {
	margin: 20px 0 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #E8E8E8;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#sidebar a{text-decoration: none;}
#sidebar a:hover{text-decoration: underline;}
/**|COMMENTS|**/
.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;
}
/**|MISC|**/
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;
	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;
}
/****************************************|IMAGES|****************************************/
p img {
	padding: 0;
	max-width: 100%;
}
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;
}
/****************************************|LISTS|****************************************/
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 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;
}
/****************************************|FORMS|****************************************/
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.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 {
	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;
}
/****************************************|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;
}
/****************************************|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;
}
