/*
Theme Name: HTML5doctor
Theme URI: http://html5doctor.com
Description: Base theme using HTML5, WAI-ARIA, hCard and hAtom
Version: 1.0 (WP2.7.1)
Author: Richard Clark
Author URI: http://richclarkdesign.com
Tags: html5, wai-aria, accessible
*/

@import "/html5/wp-content/themes/html5doctor/css/reset.css";

body {
	width:960px;
	margin:0 auto;
	font:normal 14px/1.5 Arial, Helvetica, sans-serif;
	padding:0 10px;
	background:#fff;
	color:#000;
}

#skipLink {
	display: block;
	padding: 10px 20px;
	position: absolute;
	top:0;
	left: -9999em;
}
#skipLink:focus { 
	left: 0; 
}

header {
	margin:10px 0;
}

/*-----------------------
x. H1 Logo Replacement
-------------------------*/
.logo { 
	letter-spacing : -1000em;
} 

/* Just for Opera, but hide from MacIE */ 
/*\*/html>body .logo { 
	letter-spacing : normal; 
	text-indent : -999em; 
	overflow : hidden;
} 
/* End of hack */ 
h1.logo, h2.logo {
	float:left;
	width:428px;
	height:115px;
	border:none;
	background:url(/html5/wp-content/themes/html5doctor/img/logofr.jpg) 0 0 no-repeat;
	margin:0;
}

h1.logo a, h2.logo a {
	display:block;
	width:410px; /* replace with your value */
	height:115px; /* replace with your value */
	border-bottom:0;
}

h1.logo a:hover, h2.logo a:hover {
	background:none;
}

.strapline {
	float:right;
	width:40%;
	text-align:right;
	padding:60px 0 0 0;
	font-size:18px;
	color:#333;
	font-style:oblique;
	font-weight:normal;
	letter-spacing:0.1em;
}

nav {
	border-top:3px double #666;
	border-bottom:3px double #666;
	float:left;
	width:100%;
	font-family:Cambria,"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-bottom:15px;
}

nav  ul {
	padding:0 5px;
	list-style:none;
	margin:0 0 0 20px;
}

.nav-footer {
	margin:0;
}

.nav-footer ul {
	margin:0 0 0 0;
}

nav li {
	display:block;
	float:left;
	width:auto;
	margin:2px 10px 2px 0;
	padding:3px 0;
}

nav li.rss a {
	background:url(/html5/wp-content/themes/html5doctor/img/icon-rss.png) 95% 45% no-repeat;
	padding-right:25px;
}

nav a {
	padding:5px 10px;	
	color:#000;
	text-decoration:none;
}

nav a:hover, nav a.active, nav li.rss a:hover {
	color:#fff;
	background:#0481b5;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-shadow:1px 1px 1px #000;
}

nav li.rss a:hover {
	background:#0481b5 url(/html5/wp-content/themes/html5doctor/img/icon-rss.png) 95% 45% no-repeat;
}

#content {
	clear:both;
	float:left;
	background:url(/html5/wp-content/themes/html5doctor/img/bkgd-content.png) 0 0 repeat-y;
	width:100%;
	margin-top:0;
	padding-top:0;
	border-top:0;
}

.hfeed div nav {
	border:0;
	float:right;
	width:100%;
	text-align:right;
	margin:15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px 0 0 0 ;
	border-top:1px solid #ccc;
}

.hfeed footer a:hover {
	background:none;
	color:#0481b5;
	text-decoration:underline;
	text-shadow:none;
}

.hfeed, .search-results {
	float:left;
	width:660px;
	padding-right:15px;
}

article {
	padding:10px 0 10px 32px;
	border-top:1px solid #ccc;
}

.hfeed article:first-child {
	border-top:0;
	padding-top:0;
}

.hfeed h1 + article {
	border-top:0;	
}

article header {
	margin:0;
}

.read-more {
	margin-left:-3px;
}

article footer {
	padding:0 3px;
	color:#999;
}

article footer p, article footer div {
	padding-bottom:0;
	font-size:12px;
}

article footer div .vcard {
	float:left;
	width:50%;
	font-size:11px;
}

article footer div .vcard p {
	float:left;
	width:50%;
}

article footer div p {
	float:right;
	width:50%;
	text-align:right;
}

article footer a {
	color:#999;
}

article footer a:hover {
	color:#0481b5;
}

#content .ask-doctor {
	clear:left;
	float:left;
	width:100%;
	background:#daecf4;
}

.ask-doctor form {
	padding:15px;
}

.ask-doctor label {
	font-family:Cambria,"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size:18px;
	color:#0481b5;
	width:100%;
	float:left;
	clear:both;
}

.ask-doctor input[type="text"] {
	clear:both;
	width:622px;
	border:0;
	-moz-box-shadow:-2px -2px -2px #666;
	-webkit-box-shadow:-2px -2px -2px #666;
	box-shadow:2px 2px 2px #666;
	font-size:14px;
	padding:2px 3px;
	margin-bottom:5px;
}

.ask-doctor input[type="submit"], #respond input[type="submit"] {
	clear:both;
	float:right;
	width:15%;
	-moz-box-shadow:2px 2px 2px #666;
	-webkit-box-shadow:2px 2px 2px #666;
	box-shadow:2px 2px 2px #666;
	color:#fff;
	background:rgba(4,129,181, 0.8);
	border:0;
	margin-bottom:15px;
	border-radius:5px;	
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;
	text-shadow:1px 1px 1px #000;
	height:20px;
}

.ask-doctor input[type="submit"]:hover, #respond input[type="submit"]:hover {
	cursor:pointer;
	background:rgba(4,129,181, 1);
}

.extras {
	float:left;
	width:100%;
	border-top:3px double #666;
	margin:15px 0 0 0;
	padding-top:10px;
}

body .extras section {
	width:26.5%;
	float:left;
	padding:0 2.5% 1% 2.5%
}

body .extras:last-child {
	width:27%;
}

body > section a {
	text-decoration:none;
}

.extras ul {
	list-style:none;
	font-size:12px;
}

.extras li {
	margin-bottom:3px;
}

.extras li a {
	padding:1px 3px 1px 22px;
	display:inline-block;
	text-decoration:none;
}

.extras li a:hover {
	background-color:#0481B5;
	background-image:url(/html5/wp-content/themes/html5doctor/img/icons_sprite.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-shadow:1px 1px 1px #000000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

body .extras section:first-of-type ul li a {
	padding-left:3px;
	background-image:none;	
}

.extras li.rss a {
	background-position:3px -126px;
	background-image:url(/html5/wp-content/themes/html5doctor/img/icons_sprite.png);
	background-repeat:no-repeat;
}

.extras li.friendfeed a {
	background-position:3px -30px;
	background-image:url(/html5/wp-content/themes/html5doctor/img/icons_sprite.png);
	background-repeat:no-repeat;
}

.extras li.twitter a {
	background-position:3px 2px;
	background-image:url(/html5/wp-content/themes/html5doctor/img/icons_sprite.png);
	background-repeat:no-repeat;
}

.extras li.vimeo a {
	background-position:3px -62px;
	background-image:url(/html5/wp-content/themes/html5doctor/img/icons_sprite.png);
	background-repeat:no-repeat;
}

.extras li.delicious a {
	background-position:3px -94px;
	background-image:url(/html5/wp-content/themes/html5doctor/img/icons_sprite.png);
	background-repeat:no-repeat;
}

.extras li.html5 a {
	background-position:3px -158px;
	background-image:url(/html5/wp-content/themes/html5doctor/img/icons_sprite.png);
	background-repeat:no-repeat;
}

/*=============== START SIDEBAR ==============*/

#content aside {
	float:right;
	width:270px;
	margin-left:15px;
	text-indent:15px;
}

#content aside section, #content aside div, #content aside nav {
	margin-bottom:15px;
	clear:both;
}

#content aside ul {
	list-style:none;
	line-height:2;
	font-size:12px;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;	
}

#content aside nav {
	border:0;
}

#content aside nav li {
	padding:0;
	margin:0;
	float:none;
}

#content aside nav a {
	color:#0481B5;
	padding:0;
}

#content aside nav a:hover {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;	
}


#content aside ol {
	font-size:12px;
}

#content aside li, #content aside .delicious-posts li:hover {
	border-bottom:1px solid #daecf4;
}

#content aside li:hover {
	border-bottom:1px solid #0481b5;
}

#content aside ul a {
	display:block;
	text-decoration:none;
}

#content aside ul a:hover {
	color:#fff;
	background:#0481b5;
	text-shadow:1px 1px 1px #000;
}

#content aside h3 {
	font-size:16px;
	padding:2px 0;
}

#content aside section p, #content aside nav p {
	text-indent:0;
	padding-left:15px;
}

#content aside .ads {
	margin:0;
	padding:0;
	text-indent:0;
}

#content aside .ads li {
	float:left;
	width:125px;
	height:125px;
	margin:0 0 10px 10px;
	padding:0;
	border-bottom:0;
}

#content aside .ads li:hover{
	border-bottom:0;
}

#content aside .ads a:hover {
	background:none;
}

#content aside form {
	text-indent:0;
	padding-left:10px;
}

#content aside form input[type="text"], #content aside form input[type="search"] {
	width:205px;
}

#content aside form input[type="submit"] {
	-moz-box-shadow:1px 1px 1px #666;
	-webkit-box-shadow:1px 1px 1px #666;
	box-shadow:1px 1px 1px #666;
	color:#fff;
	background:rgba(4,129,181, 0.8);
	border:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-shadow:1px 1px 1px #000;
	height:20px;
}

#content aside form input[type="submit"]:hover {
	background:rgba(4,129,181, 1);
	cursor:pointer;
}

#content aside .recent li a {
	text-indent:0;
	padding:0 0 0 15px;
}

#content aside.ask-banner {
	padding-left:0;
	text-indent:10px;
}

#content aside.ask-banner a {
	display:block;
}

#content .buysellads {
	text-indent:0;
}

#content aside.buysellads {
	text-indent:0;
	margin-left:10px;
}

#content aside.buysellads {
	text-indent:0;
}

#content aside.buysellads div {
	margin-left:10px;
}

#content aside.buysellads a {
	float:left;
	width:123px;
	margin-right:11px;
}

/*=============== /END SIDEBAR==============*/

footer {
	clear:both;
	padding:15px;
}

footer p {
	padding-left:0;
	padding-right:0;
}

small {
	font-size:11px;
}

footer[role="contentinfo"] p {
	font-size:12px;
}


h1, h2, h3, h4, h5, h6 {
	font-family:Cambria,"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	padding-bottom:5px;
}

h1 {
	font-size:30px;
/*	padding-left:35px;*/
}

.hfeed > h1 {
	padding-left:35px;
}

.four04 h1 {
	padding-left:0;
}

article h1, header hgroup h1 {
	padding-left:0;
	font-size:24px;	
}

.single article header h1, .page article header h1 {
	padding-left:2px;
}

h1 a {
	text-decoration:none;
	padding:2px;
	text-shadow:1px 1px 1px #ccc;
}

h1 a:hover {
	background:#0481b5;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

h2, h3, h4, h5, h6 {
	padding:2px;
}

h2 {
	font-size:18px;
}

.entry-content h2 {
	margin-top:12px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
	text-transform:uppercase;
}

h5, h6 {
	font-size:14px;
	font-style:italic;
}

abbr[title] {
	border-bottom:1px dotted #000;
}

a {
	color:#0481b5;
}

p {
	font-size:12px;
	padding:0 2px 10px 2px;
}

p a, article ul a, article ol a {
	text-decoration:none;
	padding:2px 3px;
}

p a:hover, article ul a:hover, article ol a:hover {
	background:#0481b5;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}

.warning {
	background:#FCC;
	border:2px solid #F33;
	padding:10px;
	margin-bottom:10px;	
}

.disclaimer {
	background:#FF9;
	border:2px solid #FC0;
	padding:10px;
	margin-bottom:10px;
	font-size:12px;	
}

.entry-content p.disclaimer:first-of-type {
	font-size:12px;
}

.sociable a:hover {
	background:none;
	text-shadow:0;
}

pre, code {
       font-family: Courier,"Courier New",monospace;
	   font-style:normal;
}

blockquote {
	background:#f7f7f7;
	border-left:3px solid #ccc;
	margin-left:-30px;
	padding:15px 0 5px 0;
	margin-bottom:10px;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

blockquote p:first-child:before {
	content:'"';
}

blockquote p {
	padding:0 15px 10px 30px;
	font-size:14px;
}

blockquote p:first-child {
	text-indent:-5px;
}

blockquote cite {
	margin-left:30px;
}

article blockquote pre {
	margin:0 15px 10px 30px;
	font-style:normal;
}

article ul, article ol, article dl {
	padding:0 2px;
	margin-bottom:10px;
	font-size:12px;
}

dt {
	font-weight:bold;
}

dd {
	padding-bottom:5px;
}

.entry-content > p:first-of-type {
	font-size:16px;
}

.entry-content p.disclaimer + p {
	font-size:16px;
}

.entry-content blockquote p:first-of-type {
	font-size:14px;
}

.entry-content img {

}

.entry-content .alignleft {
	float:left;
}

.entry-content .alignright {
	float:right;
}

article footer p, article footer span {
	padding:0;
	font-size:11px;
}

article footer a {
	color:#999;
	background:none;
	text-decoration:underline;
	padding:0;
	text-shadow:0;
}

article footer p a:hover {
	background:none;
	color:#0481b5;
	text-decoration:underline;
}

.author-blurb {
	border:2px solid #0481B5;
	padding:10px;
	margin:20px 0;
	color:#333;
	background:#daedf4;
	position:relative;
	min-height:64px;
}

.author-blurb a {
	color:#0481B5;
	padding:2px 3px;
}

.author-blurb a:focus, .author-blurb a:hover {
	color:#fff;
	background:#0481B5;	
}

article footer .author-blurb p, .author .author-blurb p {
	float:none;
	width:87%;
	text-align:left;
	margin-left:13%;
	font-size:12px;	
}

.author .author-blurb {
	margin-left:35px;
	margin-top:0;
}

.author-blurb span {
	float:none;
	font-size:12px;
	width:auto;
}

.author-blurb img {
	position:absolute;
	top:10px;
	left:10px;
	height:64px !important;
	width:64px !important;
}

header .author-blurb {
	margin-left:32px;
	margin-top:0;
}

/*================================

Comments & Forms

==================================*/

#comments {
	border-top:1px solid #ccc;
}

h3#comment-head, h3#trackbacks {
	font-size:18px;
	margin:10px 0 0 30px;
}

#respond {
	padding:10px 0 10px 30px;
}

#respond h3 {
	font-size:18px;
}

#respond label {
	display:block;
}

#respond input {
	width:30%;
}

#respond input[type="submit"] {
	width:25%;
}

#respond textarea {
	width:99%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#respond .subscribe-to-comments label {
	display:inline;
}

#comments article {
	border:0;
	position:relative;
	background:transparent url(/html5/wp-content/themes/html5doctor/img/bkgd-comment.png) no-repeat scroll 526px 20px;
}

#comments article div {
	margin-right:89px;
	border:2px solid #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#f7f7f7;
	padding:10px;
	min-height:64px;
}

#comments article.author_comment div {
	margin-right:89px;
	border:2px solid #0481B5;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#daedf4;
	padding:10px;
	min-height:64px;
}

#comments article.author_comment {
	background-position:566px 20px;
}

.meta {
	font-weight:bold;
	font-size:12px;
	padding-bottom:3px;
}

#comments article .photo {
	position:absolute;
	right:10px;
	top:20px;
}

#comments blockquote {
	margin-left:0;
}


/** Pretty printing styles. Used with prettify.js. */

article pre {
	border:1px dotted #999;
	padding:10px;
	margin-bottom:10px;
	overflow-x: auto;	
}

.str { color: #080; }
.kwd { color: #008; }
.com { color: #800; }
.typ { color: #606; }
.lit { color: #066; }
.pun { color: #660; }
.pln { color: #000; }
.tag { color: #008; }
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }
pre.prettyprint { padding: 2px; border: 1px solid #888; }

@media print {
  .str { color: #060; }
  .kwd { color: #006; font-weight: bold; }
  .com { color: #600; font-style: italic; }
  .typ { color: #404; font-weight: bold; }
  .lit { color: #044; }
  .pun { color: #440; }
  .pln { color: #000; }
  .tag { color: #006; font-weight: bold; }
  .atn { color: #404; }
  .atv { color: #060; }
}

/*================================
DELICIOUS
==================================*/

#delicious-posts-html5gallery {
	text-indent:0;
}

#delicious-posts-html5gallery li {
	
}

#delicious-posts-html5gallery h2, #delicious-posts-html5gallery h2 a {
	font-size:14px;
	color:#000;
}

#delicious-posts-html5gallery h2 a:hover {
	text-decoration:underline;
}

#delicious-posts-html5gallery li:hover {
	border-bottom:1px solid #daecf4;
}

#delicious-posts-html5gallery p {
	font-size:12px;
	padding-left:15px;
}

#delicious-posts-html5gallery a {
	padding-left:15px;
}

#delicious-posts-html5gallery .delicious-network-add a {
	padding-left:0;
	font-size:12px;
}

#delicious-posts-html5gallery .delicious-network-add a:hover {
	text-decoration:underline;
}

#delicious-posts-html5gallery .delicious-network-add a:first-child {
	padding-left:15px;
}

/*================================
TABLES
==================================*/

table {
	width:auto;
	border-top:3px double #000;
	border-bottom:3px double #000;
	margin:15px 0;
}

th, td {
	padding:5px 10px;
}

th, tr.head td {
	border-bottom:1px solid #000;	
}

/*================================
ASIDES
==================================*/

#content .entry-content aside {
	border-bottom:2px solid #CCCCCC;
	border-top:3px double #000000;
	float:left;
	font-family:Cambria,"Palatino Linotype","Book Antiqua",Palatino,"Times New Roman",Times,serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	margin:5px 20px 10px -30px;
	padding:5px 15px 10px;
	width:25%;
}

/*================================
Google Search Results
==================================*/

.search-results ol{list-style-type:none}

.search-results > h1,.search-results li > p,.search-results > p,.search-results h2,.search-results form{padding-left:32px}

.search-results form{margin-bottom:10px}

#navbar {
	float:right;
	width:auto;
}

#navbar a:hover {
	float:right;
	width:auto;
}

h2.r a {
	font-family:Cambria,"Palatino Linotype","Book Antiqua",Palatino,"Times New Roman",Times,serif;
	text-decoration:none;
	padding:2px;
	text-shadow:1px 1px 1px #ccc;
}

h2.r a:hover {
	background:#0481b5;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

span.a {
	display:none;
	visibility:hidden;
}


/*================================
Figure & Fig caption
==================================*/


figure {margin: 1.5em 0 2em;}
figcaption {margin: .75em 0; text-align: center; font: italic 13px/18px Cambria, Georgia, "Times New Roman", Times, serif;}
figure img {display: block; margin: 0 auto; border: 1px solid #999; padding: 6px; background: #fff;}
figure blockquote {margin-left: 0; border: 1px dashed #999; padding: 6px; font-style: normal;}
figure blockquote p {margin: .75em 0; padding: 0 1.5em;}
figure blockquote p:first-child {text-indent: 0;}
figure blockquote p:first-child:before {content: '';}
figure blockquote p + p {margin-top: 1.5em;}
figure ol, figure ul {margin: .75em 0; padding: 0 1.5em;}
.semantic-list {list-style-type: none; font-size: 14px; font-style: normal;}
.script li {margin-left: 3em; text-indent: -3em;}
.script b {font-weight: normal; text-transform: uppercase;}
.script .action {margin: .75em 0; text-align: center; text-indent: 0; font-weight: bold; font-style: italic;}
.script .voiceover {font-style: italic;}