/*
Theme Name: HTML5
Theme URI: http://terrillthompson.com
Description: This theme uses HTML5 and includes a variety of accessibility features. including ARIA markup. 
	Tested in Firefox XX, Opera XX, Safari XX, and MSIE XX.  
Version: 1.0
Author: Terrill Thompson
Author URI: http://terrillthompson.com
Tags: Accessible, HTML5, ARIA, liquid-layout, two-columns

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

*/


/* The following is important for new HTML5 tags. 
	Otherwise the default is "display:inline" */
header, hgroup, section, footer, aside, nav, article { 
	display: block;   
}


/* OVERALL LAYOUT */

body {
	color: #333333;
	margin: 0;
	padding: 0;
	background: #A3B3D4 url(images/bodybg.gif) repeat-x top left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
#container {
	background: #FFF url(images/artcore.gif) no-repeat top left; 
	margin: 0 10%;
	padding: 0 0 0.5em 182px; 
	min-height: 400px;
}
#banner { 
	margin: 0;
	padding: 0;
	background: transparent url(images/header.jpg) no-repeat top right; 
	height: 150px; /* to accommodate background image + menu */
	min-height: 150px; 
}	
#content {
	clear: left;
	padding-left: 1em;
	margin: 0 1em 0 0;
	/* CSS3 rounded corners for standard, Gecko, & Safari respectively */
	border-radius: 10px;   
	-moz-border-radius: 10px;   
	-webkit-border-radius: 10px; 
	/* Square corner on top left */
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border: 1px solid #CCC;
}
#main {	
	float:left;
	width: 66%;
	margin-bottom: 20px;
	padding-right: 1em;
}
#sidebar {
	width: 25%;
	float: left;
	padding: 0.5em 1em;
	border-left: 1px solid #666; 
	background-color; black;
}


/* HEADER */

hgroup { 
	margin: 0 158px 0 0; /* right margin reveals #header background image */
	padding: 0;
	height: 120px; /* height of background image */
	min-height: 120px; 
	background: transparent url(images/hgroup.jpg) repeat-x top right; 
}	
#header h1, header h1 { 
	height: 54px; /* height of background image */
	background: transparent url(images/h1.jpg) no-repeat top left; 
}	
#h1text, #tagLine { 
	/* positioned offscreen: hidden from visual users; accessible to audible users */
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#pages { 
	float:right;
}

/* MENU */
#menu { 
	position: absolute;
	top: 121px; 
	height: 20px;
	width: auto;
	margin: 0;
	line-height: normal;
}
#menu ul { 
	list-style: none;
	margin: 5px 0;
	padding: 0;
	background: transparent;
}
#menu li { 
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url('images/tab_right.gif') top right no-repeat;
}	
#menu li.thisItem { 
	background: url('images/tab_right_on.gif') top right no-repeat; 
}
#menu a { 
	display: block;
	color: #330066;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
	padding: 5px 15px;
	background: transparent url('images/tab_left.gif') top left no-repeat;
	font-weight: bold;
}
#menu .thisItem a { 
	color: #000;
	font-weight: bold; 
	text-decoration: none;
	background: transparent url('images/tab_left_on.gif') top left no-repeat;
}
#menu a:hover, #menu a:focus, #menu a:active { 
	color: #000 !important;
	text-decoration: underline;
}

/* STANDARD HTML ELEMENTS */

p a:hover, p a:focus, p a:active, 
li a:hover, li a:focus, li a:active {
	background:#FFFF66; /* pale yellow */
	text-decoration: none;
}
h1, h2 {
	font-weight: bold;
}
h1{
	margin: 0;
	padding: 0.25em 0 0;
	font-size: 2em;
	color: #330066;
}
h2 {
	font-size: 1.25em;
	color: #006699;
}
h3{
	font-size: 1.2em;
}
section article div.header h3 { 
	font-size: 1.3em;
}
blockquote { 
	margin: 1em;
	padding-left: 100px;
	background: transparent url(/images/quotes.gif) no-repeat center left; 
}

/* PREVIOUS/NEXT LINKS */

.linkPrev, .linkNext { 
	margin-top: 1em;
}
.linkNext a, .linkPrev a {
	font-size: 0.9em; 
}
.linkPrev {
	text-align:left;
}
.linkNext {
	text-align: right;
}

/* ARTICLE */

article div.header h2 {
	font-size: 1.4em;
	font-style: normal;
	margin: 0.5em 0 0.25em;
	letter-spacing: 0.075em;
}
article div.header h2 a {
	color: #006699;
	text-decoration:none;
}
article div.header h2 a:hover, article div.header a:focus, article div.header a:active {
	text-decoration: underline;
}
article div.header time {
	letter-spacing: 0.15em;
	text-transform:uppercase;
	color: #000;
	border-top: 1px dotted #ccc;
	padding: 0.25em 0 0;
	margin: 0;
}
article h1, h2, h3, h4, h5, h6 { 
	color: #006699;
}
article h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	color: #006699;
}
article p {
	line-height: 1.5em;
}
article p a {
	color: #006699;
	border-bottom: 1px dotted #70a624;
	text-decoration:none;
}
article p a:hover {
	background-color: #EEECEA;
}
article p.postmetadata {
	margin-bottom: 3em;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
}
article li {
	line-height: 1.5em;
	margin-bottom: 1em;
}
article table {
	border-collapse: collapse;
}
article td, th {
	color: #666;
	padding: 5px;
	border: 1px solid #EAEAEA;
}

/* COMMENTS */

#respons .rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#EEECEA;
	border: 1px solid #978D80;
	padding: 3px;
}
ol.commentlist { 
	margin-left: 1em;
	padding-left: 1em;
}
.commentlist .quote {   
    background: url(images/bg_quote.gif) no-repeat top right ;   
}   
.commentlist li {   
	margin-top: 1em;   
	padding: 0.5em 1.5em 1.5em 1.5em; 
	color: #333333;
   background-color:#EEECEA;   
	min-height: 100px;
	border-radius:10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;   
	-webkit-border-radius: 10px 10px 0 0; 
} 
/*
html>body .commentlist {
	list-style-type: none;
	height: auto;
	min-height: 70px;
} 
*/
.commentlist cite {   
	display:block;   
	font-style:normal;
	padding-bottom: 1em;
	color: #000;
}   
.commentlist img.avatar {
	float: left;
	/* margin-right: 10px; */
	border: 2px solid #eee;
	margin: 5px;
}

/* SIDEBAR */

#sidebar h2 { 
	font-size: 1em;
	margin-bottom: 0.25em;
}
#searchform { 
	width: auto;
}
#searchform label {
	font-size: 1em;
	font-weight: bold;
	color: #006699;
}
#searchform .button {
	width: 3em;
}
#searchform .field {
}
#sidebar ul { 
	line-height: 1.5em; 
	margin: 0.5em 0.25em 0;
	padding: 0 1em;
}

/* WIDGETS */

.widget_tag_cloud a {
	color: #5cb4bc;
	text-decoration: none;
}
#rssLink { 
} 
#zone1 {    /* link zone */ 
	width : 100%; 
	height: 100%;
	float: left;
} 
#twitter-img {    /* background image */
	width : 91%; 
	height: 35px; 
	background: url(images/twitter.png) top center no-repeat;
	margin-top: 5px;
} 
#zone2 {    /* link zone */ 
	width : 100%; 
	height: 100%; 
	float: left;
} 

/* FOOTER */
footer {
	clear:both;
	font-size: 0.8em;
	text-align: left;
	margin: 2em 0 0.25em;
	padding: 1em 0;
	border-top: 1px dotted #ccc;
}
footer ul { 
	margin-left: 0;
	padding-left: 0;
}	
footer li {
	display: inline;
	list-style-type: none;
	padding: 0 7px;
	border-right: 1px solid #a69c91;
}
footer li:last-child {
	border-right: none;
}

/* MISC */

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.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-dd {
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

/* Classes used, but not otherwise included here */

/* from archive.php */
.page {}

/* from comments.php */
small {}

