/*
Theme Name: Pat Hartl's Site Theme v1.0
Theme URI: http://pathartl.me
Description: A Wordpress theme for Pat Hartl
Author: Pat Hartl
Author URI: http://pathartl.me
version: 1.0
Tags: pat hartl, pat, hartl
*/




/* basics */

*{margin:0; padding:0; border: 0;}

body {
	background: url(img/bg.png) repeat;
	font-family: Century gothic, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	margin:20px;
	overflow: scroll;
}

@font-face {
       font-family: Harabara;
       src: local("Harabara"), url("fonts/Harabara.ttf") format("truetype");
       font-weight: normal;
       font-style: normal;
}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}

ol {list-style: decimal}

img { border: none; padding:0; }
img a {border:none;}

img.left { float: left; border: none; padding: 6px 0 0 0; }
img.right { float: right; border: none; padding: 0 0 0 6px; }

blockquote {
	background: url(img/quote.png) no-repeat;
	margin: 15px;
	padding: 20px 0px 0px 16px;
}

blockquote p {
	background: url(img/quotec.png) no-repeat bottom right;
	padding: 0px 16px 32px 0px;
}

pre {
	font-size: 8pt;
	font-family: "Lucida Console", "Courier", monospace;
	color: #fff;
	background-color: #000;
	display: block;
	overflow-x: hidden;
}

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

nav {
	display: block;
	font: normal 24px Harabara, Helvetica, Arial, sans-serif;
	margin: 0;
	padding-right: 12px;
	padding-top: 10px;
	overflow: hidden;
	text-align: right;
}

nav a {
	background: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

nav a:hover {
	text-decoration: none;
	color: rgba(108, 191, 255, .9);
}

#body {
	width: 750px;
	background: url(img/contentbg.png) repeat-y;
	overflow: hidden;
}

/* links */

a {
	color:#fff;
	text-decoration:none;
}

.clear {clear: both}

.tags a {
	color:#fff;
	text-decoration:none;
	background: url(img/link-bg.png) repeat-x;
	padding: 2px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a:hover{text-decoration: underline;}

/* container */

#container {
	width: 750px;
	margin: 0 auto;
	padding:0;
	color:#000;
}
	
/* header */

#banner {
	padding: 0px;
	background: url(img/banner.png);
	height: 100px;
}

#banner a#logo {
	background: none;
	display: block;
	text-indent: -999em;
	position: relative;
	top: 20px;
	left: 24px;
	height: 64px;
	width: 271px;
}

/* content */


#content {
	float:left;
	width:502px;
	margin: 14px;
	margin-left: 24px;
}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
}

.post-title {
	display: block;
	height: 39px;
	width: 502px;
	background: url(img/post.png);
}
	
.post-title h2 {
	font: normal 24px Harabara, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	color: #fff;
	font-weight: bold;
	display: block;
	position: relative;
	top: 8px;
	left: 10px;
}
	
.post-title h2 a {
	background: none;
	color: #fff;
	font-weight: bold;
}
	
.post-title h2 a:hover {
	text-decoration: none;
}

.post ul, .post ol {padding-left: 20px}

.post ol {list-style: decimal}

.post li {}

.entry p{padding: 8px 0;}

.tweet-this { background: none; }

.postmetadata {
	color: #eee;
	clear: both;
	padding:6px;
	margin: 20px 0;
	border: 1px solid #919191;
	background: #737373;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 22px;
}

.post-body {
	background: url(img/post-bg.png) repeat-y;
	width: 486px;
	color: #eee;
	padding: 0 8px;
}

.post-footer {
	background: url(img/post.png) bottom;
	height: 12px;
	width: 502px;
}

.post-date {
	font: normal 8pt Helvetica, Arial, sans-serif;
}

.post-category {
	float: right;
	margin-right: 10px;
	color: #fff;
}

.post-category a {
	color: #fff;
}

.navigation {
	font: normal 24px Harabara, Helvetica, Arial, sans-serif;
	margin: 0;
	padding-right: 12px;
	padding-top: 10px;
	overflow: hidden;
	text-align: right;
}

.navigation a {
	background: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navigation a:hover {
	text-decoration: none;
	color: rgba(108, 191, 255, .9);
}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

/* sidebar */

aside {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:208px;
	float:right;
	margin:0;
	padding: 0;
}

aside h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

aside label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

aside p {margin:0; padding: 0 6px 0 12px;}

aside img {padding: 0; margin: 0;}

aside ul {
	margin:12px;
	padding:0;
}

aside ul li {
	margin: 0 auto;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
}

aside ul ul {
	margin:14px 0;
	padding:0;
}

aside ul ul li {
	list-style-type: none;
	}

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

aside ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentform {
	padding:10px 0 10px 10px;
	border: 1px solid #919191;
	background: #737373;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:0;
}
	

	
#commentform h3 {
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
}
	
#comment {
	width:80%;
	margin: 5px;
	border: 1px solid #919191;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(img/textarea.png) repeat;
}

#author, #email, #url, #comment, #submit{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding:0;
	border: none;
}

#author, #email, #url {
	padding: 3px;
	margin: 2px;
	margin-left: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(img/textarea.png) repeat;
}

#submit, .button a {
	margin: 5px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	background-color: rgba(108, 191, 255, .9);
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px #333;
	-moz-transition: all 0.3s ease-in-out;
	-moz-border-radius: 6px;
	-moz-box-shadow: 0px 0px 5px #333;
	transition: all 0.3s ease-in-out;
	border-radius: 6px;
	box-shadow: 0px 0px 5px #333;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(108, 191, 255, .9)), to(rgba(28, 91, 155, 0.8)));
}

#submit:hover, .button a:hover {
	-webkit-box-shadow: 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 5px #fff;
	box-shadow: 0px 0px 5px #fff;
	text-decoration: none;
}

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

.avatar {float:left; margin:0 12px 0 0;}

ol.commentlist li  {
	margin:10px 0;
	padding:10px 0 10px 10px;
	border: 1px solid #919191;
	background: #737373;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	list-style-type:none;
}

ol.commentlist li.alt {background: #919191; border-color: #737373;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

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
}
	
.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;
}

#portrait {
	position: relative;
	visibility: hidden;
	width: 200px;
	height: 338px;
	background: url(img/portrait.png) no-repeat;
	border 1px solid #fff;
	bottom: 250px;
	right: -550px;
}

.social-links {
	font-size: 0;
	line-height: 0;
}

.social-icon {
	padding: 0;
	margin: 0;
	height: 128px;
	width: 128px;
	display: inline-block;
}

/* footer */

footer {
	background: url(img/footer.png) no-repeat;
	display: block;
	clear: both;
	width: 100%;
	vertical-align: middle;
}
	
footer p{height: 21px; padding: auto 0; margin: 0; color: #eee; text-align:left; padding-left: 10px}
footer a{color: #BCBCBC;text-decoration: none;}
footer a:hover{color: #5D5D5D;text-decoration: underline;}