/*  
Theme Name: Aliso the HTML5
Theme URI: http://alisothegeek.com/
Description: Aliso the Geek in all her HTML 5 glory.
Version: 1.0
Author: Alison Barrett
Author URI: http://barrettcreative.net
Tags: 
*/

/* HTML5-specific CSS setup */
article, aside, figure, footer, header, hgroup, nav, section { display: block; }

/* @group Core Structure */

body > header, body > nav, body > footer {
	width: 1000px;
	margin: 0 auto;
}

#content {
	width: 1020px;
	margin: 0 auto;
	padding-left: 50px;
}

#content #articles {
	float: left;
	width: 790px;
}

#articles > header {
	padding: 20px 0 10px;
}

#content > aside {
	float: right;
	width: 180px;
	padding-top: 100px;
}

body {
	margin: 0;
	padding: 0;
	font: 13px Helvetica, Arial, sans-serif;
	line-height: 20px;
	background: #fff url(images/bkgd.png) no-repeat center top;
}

/* @end */

/* @group Global Classes & Tags */

a {
	color: #777;
	text-decoration: none;
	border-bottom: 1px dotted #777;
}

a:hover {
	color: #4d84b2;
	border-color: #4d84b2;
}

a abbr {
	border-bottom: none;
}

abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft a,
.alignright a,
.aligncenter a,
.avatar a,
.gallery a,
.wp-caption a {
	border: none;
}

.avatar {
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #ccc;
}

.clear {
	clear: both;
}

del {
	color: #666;
	text-decoration: line-through;
}

dt {
	margin: 20px 0 10px;
	font-weight: bold;
}

dd ul {
	margin: 0;
	padding: 0;
}

.download-link {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #37c219;
	border: none;
	padding-left: 28px;
	background: url(images/download.png) no-repeat center left;
}

.download-link:hover {
	color: #37c219;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	/*font-weight: normal;*/
	/*font-family: TiresiasInfofontRegular, Helvetica, Arial, sans-serif;*/
}

header a {
	border: none;
}

.post-navigation {
	display: block;
	margin: 20px -20px 0;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.pp_content_container a {
	border: none;
}

section aside {
	margin: 20px 0;
	padding: 10px;
	background: #eee;
	border: 2px solid #ddd;
	font-family: Georgia, serif;
	font-style: italic;
}

section aside.meta, section aside.sidebar {
	margin: 20px 0;
	padding: 0;
	background: none;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
}

.tag-cloud a {
	border: none;
}

time {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #777;
}

ul {
	list-style: square;
}

.wp-caption {
	padding: 10px;
	background: #eee;
	border: 2px solid #ddd;
	font-family: Georgia, serif;
	font-style: italic;
}

.wp-caption p {
	margin: 5px 0;
}

/* @end */

/* @group Articles */

article > header > h1 {
	margin-top: 0;
	font-size: 36px;
	line-height: 40px;
}

article h1 a:hover {
	color: #4d84b2;
}

article header {
	padding-top: 20px;
}

article img, aside img {
	-moz-box-shadow:    0 2px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

article.single,
article.page {
	padding-bottom: 30px;
}

/* @end */

/* @group Articles (Teaser) */

article.teaser {
	clear: both;
	padding: 10px 0;
	min-height: 180px;
}

/*article.teaser.alt {
	background: url(images/post-shadow-bottom.png) no-repeat center bottom;
}

article.teaser.alt header {
	background: url(images/post-shadow.png) no-repeat center top;
}*/

article.teaser > header > h1 {
	margin-bottom: 5px;
	line-height: 32px;
	font-size: 28px;
}

article.teaser header img {
	float: left;
	margin: 5px 20px 0 0;
	/*border: 1px solid #ccc;*/
}

article.teaser section {
	margin-left: 170px;
}

article.teaser.small {
	min-height: 30px;
	margin: 10px 0;
	padding: 10px 20px;
	background: #eee;
	border: 2px solid #ddd;
	text-shadow: 0 1px 1px #fff;
}

article.teaser.small h1 {
	font-size: 24px;
	margin: 0;
}

article.teaser.small header {
	padding: 0;
}

article.teaser.small time {
	float: right;
	margin: 7px 0 0 20px;
}

/* @end */

/* @group Header */

body > header {
	width: 1000px;
	height: 131px;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
}

body > header h1 a {
	display: block;
	height: 131px;
	width: 560px;
}

/* @end */

/* @group Email Subscribe Box */

.email-subscribe {
	padding: 10px;
	background: #555;
	border: 2px solid #444;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.email-subscribe label {
	padding-right: 5px;
}

/* @end */

/* @group Footer */

footer {
	clear: both;
	width: 820px;
	margin: 30px auto 0;
	padding: 20px 10px 30px;
	background: #555;
	border: 2px solid #444;
	color: #fff;
	overflow: visible;
}

footer a {
	color: #98c3e3;
	border-color: #98c3e3;
}

footer a:hover {
	color: #bee3ff;
	border-color: #bee3ff;
}

footer h1 {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
}

footer ol,
footer ul {
	margin: 10px 0 10px 20px;
	padding: 0;
}

footer > section {
	float: left;
	width: 288px;
	padding: 0 22px 10px;
}

footer section header h1 {
	color: #fff;
	font-size: 20px;
}

footer ul {
	list-style: square;
}

/* @end */

/* @group Main Nav */

nav ul {
	height: 36px;
	margin: 0;
	padding: 0;
	list-style: none;
}

nav ul li {
	display: block;
	float: left;
	position: relative;
}

nav ul li a {
	display: block;
	float: left;
	height: 35px;
	padding: 0 15px;
	line-height: 35px;
	color: #777;
	border: 1px solid rgba(255, 255, 255, 0);
	border-bottom: none;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	text-shadow: 0 2px 1px #fff;
}

nav ul li a:hover,
nav ul li:hover > a {
	background: #fff;
	border-color: #eee;
	color: #4d84b2;
	text-shadow: none;
}

nav ul ul {
	position: absolute;
	top: 35px;
	left: -9999px;
	width: 220px;
}

nav ul li:hover ul {
	left: 0;
}

nav ul ul li {
	float: none;
	position: static;
}

nav ul ul li a {
	float: none;
	border: none;
	background: rgba(255, 255, 255, 0.95);
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-shadow: none;
}

nav ul ul li a:hover {
	background: #4d84b2;
	color: #fff;
}

nav ul ul li:last-child a {
	border-bottom: 1px solid #ddd;
}

/* @end */

/* @group Comments */

ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.commentlist li {
	clear: both;
	margin: 20px 0 0;
	padding: 10px 0;
}

ol.commentlist li section {
	margin: 0;
}

ol.commentlist li.bypostauthor {
	color: #4d84b2;
}

ol.commentlist li.bypostauthor a {
	color: #4d84b2;
	border-color: #4d84b2;
}

ol.commentlist li.bypostauthor .avatar {
	border-color: #4d84b2;
}

ol.commentlist ul.children {
	clear: both;
	margin: 20px 0 0;
	list-style: none;
}

ol.commentlist ul.children li {
	padding-left: 20px;
	border-left: 2px solid #ddd;
}

ol.commentlist ul.children li.bypostauthor {
	border-color: #4d84b2;
}

section aside.commentinfo {
	float: left;
	width: 190px;
	height: 40px;
	margin: 0 10px 10px 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	border: none;
	background: none;
}

section aside.commentinfo .avatar {
	margin-top: 0;
}

section.commenttext {
	clear: both;
	margin: 0;
	min-height: 50px;
}

section.commenttext p {
	margin: 0;
}

section.commenttext section {
	padding-left: 200px;
}

.commentauthor,
.commentauthor a {
	font-size: 16px;
	font-weight: bold;
	border: none;
}

/* @end */

/* @group Forms & Form Elements */

input,
textarea {
	padding: 7px;
	border: 2px solid #ddd;
	font: 13px Helvetica, Arial, sans-serif;
}

input {
	width: 220px;
}

input.button,
input#submit,
input[type=submit] {
	width: auto;
	padding: 7px 14px;
	border-color: #4d84b2;
	background: #5d94c2;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

input.button:hover,
input#submit:hover,
input[type=submit]:hover {
	border-color: #5d94c2;
	background: #6da4d2;
}

textarea {
	width: 772px;
	height: 200px;
}

/* @end */

/* @group Sidebar Tweets */

.tweet {
	font: italic 12px Georgia, serif;
	line-height: 18px;
}

.tweet_avatar {
	float: left;
	border: none;
	margin-right: 6px;
}

.tweet_text {
	display: block;
	margin-left: 30px;
}

.tweet ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tweet li {
	margin: 10px 0;
}

.tweet h1 {
	font: bold 20px Helvetica, Arial, sans-serif;
	text-shadow: 0 2px 1px #fff;
}

.tweet h1 a {
	color: #4d84b2;
}

/* @end */

/* @group Pagenavi */

.wp-pagenavi {
	margin: 20px 0;
	font-weight: bold;
}

.wp-pagenavi .pages {
	padding-right: 20px;
}

.wp-pagenavi a {
	margin: 0 1px;
	padding: 5px 10px;
	border: 2px solid #eee;
	background: #fff;
	color: #222;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
	margin: 0 1px;
	padding: 5px 10px;
	border: 2px solid #4d84b2;
	background: #5d94c2;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
}

/* @end */

