/*
Theme Name: Karl Stanton
Theme URI: http://karlstanton.com/
Description: Hand made and loved by Karl Stanton
Version: 0.1
Author: Karl Stanton
Author URI: http://karlstanton.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */
body{
	background: #E5E5E5 none repeat scroll 0%;
	color: #000;
	font-family: "Georgia", Times, serif;
	font-size: 12px;
}
body, ul, li, h1, h2, h3, h4, h5, fieldset{
	margin: 0px;
	padding: 0px;
}
a{
	color:#000;
	text-decoration: none;
}
a:hover{
	color: #005b99;
	text-decoration: underline;
}
img,fieldset{border:0px;}
.fr{float: right;}
.cl{clear: both;}
ul, ol{list-style: none;}
blockquote{
	font-style: italic;
}
#page{
	background: url(images/body-bg2.gif) #fff repeat-y;
	width: 900px;
	margin: 0px auto;
}
#header{
	background: url(images/header.jpg) no-repeat #000;
	height: 100px;
}
#titlesearch{
	background: #fff;
	border-bottom: 1px dotted #CCCCCC;
	padding: 18px 20px 0px 20px;
	height: 60px;
}
#title{
	float: left;
}
#title h1{
	font-weight: normal;
}
#title h1 span{
	font-size: 10px;
	color: #7d7d7d;
}
.flag{
	background: url(images/icons.gif) no-repeat;
	width: 21px;
	height: 12px;
	margin-right: 5px;
	float: left;
	display: block;
	font-size: 10px;
	font-family: Verdana;
}
.flag span{
	display: none;
}
.aus{
	background-position: 0px -12px;
}
.usa{
	background-position: -30px 0;
}
#titlesearch form{
	float: right;
}
#content{
	width: 660px;
	float: left;
	padding: 20px;
}

/* Side bar */
#sidebar{
	background: #F0F0F0;
	width: 180px;
	float: left;
	padding: 10px;
}
#sidebar h2{
	font-size: 16px;
}
#sidebar h2 a{
	display: block;
	font-size: 10px;
	padding-top: 20px;
	text-align: right;
	width: 164px;
}
#sidebar ul li ul li{
	border-bottom: 1px dotted #CCCCCC;
	background: url(images/icons.gif) no-repeat;
	background-position: 0px -45px;
	padding: 5px 0px 5px 10px;
	font-size: 10px;
	width: 170px;
}
#sidebar ul h2{
	margin-top: 20px;
}
#searchform input{
	float: left;
}
#searchform input.txt{
	padding: 0px;
	border: 1px #DEDEDE solid;
	width: 150px;
	margin-right: 5px;
}

/* About me */
#aboutme{
	margin-bottom: 20px;
}



/* Posts */
.post{
	margin-bottom: 40px;
}
.post .entry a, #content a{
	color: #005b99;
}
.post h2{
	margin-top: 30px;
}
.entry{
	margin-top: 10px;
}
.entry img{
	/*border: 1px black solid;*/
}
.postmetadata{
	border: 1px dotted #FCFCFC;
	background: #dedede;
	padding: 5px;
	margin-top: 10px;
	clear: both;
}
.postmetadata a{
	color: #005b99;
	text-decoration: underline;
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
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
}


/* Comments */
h3#comments{
	border-top: 1px dotted #DEDEDE;
	padding-top: 10px;
}
.commentlist{
	padding-left: 0px;
	margin-bottom: 40px;
}
.commentlist img.avatar{
	float: left;
	margin-right: 5px;
}
.commentlist p{
	clear: both;
}
.commentlist li{
	padding: 10px;
}
.commentlist li.alt{
	background: #F0F0F0;
}

/* Twitter */
#twitter-1 h2.widgettitle, #flickr h2.widgettitle, #lastfm-1 h2.widgettitle{
	background: url(images/icons.gif) no-repeat;
	padding-left: 20px;
	width: 20px;
	height: 40px;
	margin-top: 0px;
}
#twitter-1 h2.widgettitle{
	background-position: 0px -150px;
}
#twitter-1 ul{
	/*background: #9AE4E8;*/
	background: #fff;
}
#twitter-1 ul.twitter li {
	background: none;
	background-image: none;
	font-family: Tahoma;
	padding: 5px;
	font-style: italic;
	
}

/* Last FM */
#lastfm-1 h2.widgettitle{
	background-position: 0px -253px;
}
#lastfm-records h2{
	display: none;
}

/* Flickr */
#flickr h2.widgettitle{
	background-position: 0px -195px;
}
#flickr a{
	margin: 0px 5px 0px 0px;
}
#flickr a.ext-link{
	margin: -12px 0 0 0;
}
#flickr img{
	width: 85px;
	height: 85px;
}
/* Social */
a.social{
	background: url(images/icons.gif) no-repeat;
	height: 16px;
	width: 16px;
	display: block;
	float: left;
	margin-left: 10px;
}
a.social span{
	display: none;
}
a.social.face{
	background-position: 0px -361px;
}
a.social.digg{
	background-position: 0px -382px;
}
a.social.delicious{
	background-position: 0px -403px;
}
a.social.stumble{
	background-position: 0px -425px;
}
.ext-link{
	margin-top: -12px;
	float: right;
	padding: 0;
	font-size: 10px;
}


/* Footer */
#footer{
	background: #000;
	color: #fff;
	padding: 5px;
	text-align: center;
}
#footer a{
	color: #005b99;
}
