/*
Theme Name: Bowtie Bandit v.x
Theme URI: http://bowtiebandit.com/
Description: Theme for bowtie bandit.
Version: 3
Author: G. Alex Keene
Author URI: http://bowtiebandit.com/

	Uses Blueprint CSS - http://blueprintcss.org/

*/

body {
	background: #e5e5e5;
	font-family: "Myriad Pro Regular", "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header {
	background: url(images/header.gif) no-repeat;
	height: 45px;
}

#header-single {
	background: url(images/header-single.gif) no-repeat;
	height: 45px;
}

#header-left {
	color: #eee;
	padding: 14px 0 0 40px;
}

#header-name {
	text-align: center;
	padding: 0 0 0 20px;
}

#header-name h2 {
	color: #eee;
	font-size: 30px;
	padding: 0px;
}

#header-right {
	color: #eee;
	padding: 14px 0 0 0;
	text-align: right;
}

#block {
	background: url(images/block.gif) repeat-x top;
	height: 191px;
}

#twitter {
	background: url(images/twitter.png) no-repeat bottom left;
	margin-top: 5px;
	padding-top: 5px;
	color: #d1d1d1;
	height: 170px;
	border-color: #666;
}

#twitter ul {
	text-transform: lowercase;
	list-style-type: none;
}

#twitter li {
	list-style-type: none;
}

#flickr {
	background: url(images/flickr.png) no-repeat bottom right;
	margin-top: 5px;
	padding-top: 5px;
	height: 170px;
}

#flickr a img {
	margin-top: 31px;
	border: 1px solid #eee;
	padding: 1px;
	margin-right: 14px;
}

#flickr #photos {
	margin-left: 46px;
}

#page {
	background: url(images/pagebg.gif) repeat-y top;
}

#content {
	padding-top: 30px;
	padding-left: 30px;
}

#sidebar {
	padding-top: 30px;
	width: 210px;
	text-transform: lowercase;
	color: #666;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	padding-bottom: 30px;
}

#sidebar li a {
	color: #666;
	text-decoration: none;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#sidebar li li {
	padding-bottom: 0px;
}

#sidebar h3 {
	text-align: left;
	padding-top: 10px;
	color: #444;
}

#s1 {
	border: 1px solid #eee;
}

.rss {
	text-align: right;
}

#footer {
	background: url(images/footer.gif);
	height: 30px;
	color: #ccc;
	font-size: .8em;
	text-align: center;
}

#footer a, #footer a:hover {
	color: #ddd;
	text-decoration: none;
}

/*-- Post Slugs --*/
.post {
	background: #eee;
	padding: 9px 9px 0 12px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
}
.storytitle {
	display: inline;
}

.storytitle a, .storytitle a:visited {
	color: #222;
	text-decoration: none;
}

.storytitle a:hover {
	color: #2369b1;
}

.storycontent {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.tstamp, .tstamp a, .tstamp a:visited{
	color: #aaa;
	text-decoration: none;
	display: inline;
	padding-left: 5px;
}

.tstamp a:hover {
	text-decoration: underline;
}

.edit, .edit a {
	float: right;
	color: #999;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.meta a {
	text-decoration: none;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
	padding: 0 0 5px 0;
}

.feedback a {
	color: #aaa;
}
/*-- /Post Slugs --*/


/*-- Twitter Status --*/
.aktt_tweets {
	text-align: left;
	font-size: .9em;
	text-transform: none;
	line-height: 1.2em;
}

.aktt_tweets a {
	text-decoration: none;
}

.aktt_tweets li {
	padding: 0 0 4px 0;
}

.aktt_tweets li a {
	color: #eee;
}

.aktt_tweets .aktt_more_updates {
	text-align: right;
}
/*-- /Twitter Status --*/



/*all wp-calendar below this */

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	margin: 0;
	width: 175px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 14px;
	text-align: center;
}

#wp-calendar td {
	color: #ccc;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
