/*   
Theme Name: tjk2009
Theme URI: http://timkenington.com/
Description: My first theme.
Author: Tim Kenington
Author URI: http://timkenington.com/
Version: 1.0
*/

/********************************************************/
/*	BASIC STYLING										*/

body {
	margin: 0;
	background-color: #ffffff;
	font-size: small;
	background-image: url(images/bg-canvas-darkgrey.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#content {
	float: left;
	width: 100%;
}

#main {
	float: left;
	width: 68%;
	padding: 0 0 20px 0;
}

a {
	color: #000000;
	text-decoration: none;
	word-wrap: break-word;
}

blockquote {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}



/********************************************************/
/*	FONTS & TYPOGRAPHY									*/

h2 {
	text-align: left;
	font-size: 250%;;
	letter-spacing: -1px;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

h3 {
	text-align: left;
	font-size: 140%;
	letter-spacing: -1px;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 10px 0 10px 0;
	color: #000;
	display: inline;
}

h4 {
	text-align: left;
	font-size: 120%;
	letter-spacing: -1px;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 10px 0 10px 0;
	color: #000;
	display: inline;
}

/********************************************************/
/*	HEADER												*/

#header {
	width: 1000px;
	height: 118px;
}

#header .logo {
	float: left;
	border: none;
}

#header .strip {
	float: left;
	clear: right;
}

.nav-spacer {
	width: 11px;
	height: 66px;
	float: left;
}

.nav {
	float: left;
	width: 705px;
	height: 66px;
	background-image: url(images/header-menu.png);
	background-position: top left;
	background-repeat: repeat-x;
}

.nav ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

.nav li {
	float: left;
	margin: 0;
	padding: 23px 20px 23px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
}

.nav a {
	color: #CCCCCC;
	padding: 10px;
}

.nav a:hover {
	color: #000000;
	padding: 10px;
	background-color: #FFFFFF;
}


/********************************************************/
/*	POSTS												*/

.more-link {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
}

.post-text .more-link {
	color: #ffffff;
}

.post-text .more-link:hover {
	color: #ffffff;
	text-decoration: underline;
}

.post-footer {
	height: 50px;
	background-image: url(images/post-footer-bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	
}

.post-title {
	width: 100%;
	padding: 8px 0 3px 0;
}

.post-main {
	float: left;
	clear: none;
	width: 630px;
	margin: 0 0 10px 0;
}

.post-head {
	background-color: #ffffff;
	margin: 0;
	padding: 0 0 20px 0;
	background-image: url(images/post-metadata-bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.post-metadata {
	float: left;
	padding: 0 20px 0 20px;
	width: 590px;
	background-image: url(images/post-title-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.post-navigation {
	padding-left: 50px;
	float: left;
}

.post-navigation a {
	background-color: #ffffff;
	padding: 5px;
	color: #000000;
	font-weight: bold;
}

.post-navigation a:hover {
	text-decoration: underline;
}

.post-content {
	width: 630px;
	display: inline;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	background-color: #ffffff;
}

.post-text {
	padding: 5px 20px 15px 20px;
	font-size: 120%;
	font-family: Georgia, "Lucida Grande", "Times New Roman", Times, serif;
	/*font-family: "Lucida Grande", Arial, Verdana, sans-serif;*/
	letter-spacing: -1px;
	line-height: 130%;
	text-align: justify;
}

.post-text p {
	margin: 0 0 10px 0;
	word-wrap: break-word;
}

.post-text a {
	word-wrap: break-word;
	text-decoration: underline;
	color: #003399;
}

.post-text a:hover {
	color: #0099ff;
}

.post-text ul {
	list-style: square;
}

.post-text li {
	font-family: Georgia, "Lucida Grande", "Times New Roman", Times, serif;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}
/* End captions */

/*.post-content img {
	border: 1px solid #666666;
	padding: 10px;
}*/

/*.wp-caption-text {
	font-size: 90%;
	font-weight: bold;
	font-family: Georgia, "Lucida Grande", "Times New Roman", Times, serif;
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
}*/

.post-container {
	margin: 0 0 10px 0;
}

.post-date {	
	background: url(images/date-icon-withshadow_01.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width: 50px;
	height: 77px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	clear: none;
}

.post-date img {
	bottom: 0;
}

.date-content {
	height: 59px;
}

.date-shadow {
	height: 18px;
}

.post-month {
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	line-height: 11px;
	padding-top: 6px;
	text-align: center;
	text-transform: uppercase;
}

.post-day {
	color: #000000;
	display: block;
	font-size: 18px;
	line-height: 18px;
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase;
}

.post-year {
	color: #666666;
	display: block;
	font-size: 10px;
	line-height: 10px;
	padding-top: 2px;
	text-align: center;
	text-transform: uppercase;
}

.post-tags {
	width: 550px;
}

.post-comments {
	color: #000000;
	font-size: 110%;
	letter-spacing: -1px;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	padding: 7px 0 0 0;
	margin: 0 0 0 6px;
	float: left;
}

.post-comments a:hover {
	text-decoration: underline;
}

.post-categories {
	font-size: 110%;
	letter-spacing: -1px;
	font-family: helvetica, arial, sans-serif;
	list-style: none;
	float: left;
	clear: none;
	padding: 0;
	margin: 7px 0 4px 0;
}

.post-categories li {
	float: left;
	margin: 0 3px 0 0;
}

.post-categories a {
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #000000;
	padding: 3px;
}

.post-categories a:hover {
	color: #000000;
	background-color: #ffffff;
}

.taglist {
	color: #000000;
	font-size: 110%;
	letter-spacing: -1px;
	font-family: helvetica, arial, sans-serif;
	padding: 0;
	display: inline;
	margin: 0
}

.taglist a {
	padding: 3px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	float: left;
	margin: 3px 3px 0 0;
}

.taglist a:hover {
	padding: 3px;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #000000;
	float: left;
	margin: 3px 3px 0 0;
}

/********************************************************/
/*	COMMENTS											*/

.left-comment-count {
	float: left;
	font-size: 110%;
	padding: 17px 0 0 43px;
	text-decoration: underline;
}

.left-comment-link {
	float: left;
	font-size: 110%;
	padding: 17px 0 0 30px;
	text-decoration: underline;
}

.right-comment-link {
	float: right;
	font-size: 110%;
	padding: 17px 15px 0 0;
	text-decoration: underline;
}

.comments {
 	width: 560px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid #666666;
	background-color: #EFEFEF;
}

.comments h3 {
	font-size: 140%;
}

.commentlist { 
	color: #333333;
	margin: 0;
	padding: 0;
	/*margin: 0 0 40px 0;*/
}

.commentlist li {
	list-style: none;
}

.commentlist .namestamp {
	padding: 0 0 10px 0;
}

.commentlist .namestamp img {
	margin: 0 0 10px 10px;
}

.comments .reply {
	padding: 10px 0 15px 0;
}

.comments .reply p {
	padding: 10px 0 0 5px;
	margin: 0;
}

.commentlist .comment-text {
	padding: 0 5px 10px 5px;
	font-size: 100%;
	color: #333333;	
}

.commentlist .comment-text p {
	line-height: 130%;
	padding: 0 10px 0 0;
}

.commentlist .name {
	font-family: helvetica, arial, sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 110%;
	color: #000000;
	padding: 0 5px 0 0;
}

.commentlist a {
	color: #000000;
	text-decoration: underline;
}

.commentlist a:hover {
	color: #0099ff;
}

.commentlist .timestamp {
	padding: 0 10px 0 0;
	font-variant: small-caps;
	font-size: 90%;
}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Georgia, "Lucida Grande", "Times New Roman", Times, serif;
}

#commentform textarea {
	width: 500px;
}

.commentlist li ul li {
	font-size: 120%;
	
}

.commentlist li {
	/*font-weight: bold;
	border-bottom: 2px dashed #000000;
	margin: 20px 0 0 0;*/
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #999999;
	padding: 2px;
	background: #fff;
	
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
.commentlist p {
	font-weight: normal;
	line-height: 100%;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	color: #333333;
}



/********************************************************/
/*	FOOTER												*/

#footer {
	clear: both;
	background-color: #000000;
	background-image: url('images/footer-bike.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 273px;
	color: #ffffff;
}

.footer-wrap { 
	background-image: url('images/footer-running.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: auto;
	margin-right: auto;
	height: 273px;
	color: #ffffff;
	padding-left: 300px;
}

#footer h2 {
	color: #ffffff;
	padding: 25px 0 0 0;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a img {
	border: none;
}

.copyright-name {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer span a:hover {
	color: #000000;
	background-color: #ffffff;
}

.footer-quote {
	font-family: georgia, times, "times new roman";
	font-size: 180%; 
	width: 500px;
}

#footer .rssIcon {
	vertical-align: middle;
}



/********************************************************/
/*	SIDEBAR												*/

#sidebar {
	float: right;
	width: 300px;
	margin: 0 0 20px 0;
}

#sidebar h3 {
	font-size: 150%;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar li {
	font-family: helvetica, arial, sans-serif;
	padding: 3px 0 3px 10px;
	margin: 0;
}

.description {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #0099ff;
}

.linklist {
	background-color: #0161a0;
	padding: 0 0 10px 5px;
	border: 1px solid #ffffff;
}

.linklist a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}

.link-item {
	padding: 4px 2px 2px 2px;
	font-size: 100%;
	height: 50px;
}

.link-item:hover {
	text-decoration: underline;
}

.link-item img {
	float: left;
	clear: left;
	border: none;
}

.link-item .link-title {
	/*float: left;*/
	font-weight: bold;
	/*clear: right;*/
	/*width: 200px;*/
	padding: 2px 0 0 0;
}

.link-item p {
	float: left;
	width: 200px;
	clear: right;
	font-size: 90%;
	margin: 0;
	padding: 5px 0 0 0;
}

.navigation {
	margin: 0 0 0 0;
	padding: 0;
}

.navigation img {
	margin: 0;
	padding: 0;
	display: block; 
}

.navigation-content {
	background-image: url(images/feed-bg.png);
	background-position: top left;
	background-repeat: repeat;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 0 10px 10px 10px;
	font-family: georgia, times, "times new roman";
	font-weight: bold;
	font-size: 120%;
	color: #ffffff;
	margin: 0;
}

.navigation-content a {
	color: #ffffff;
	background-color: #232323;
	padding: 1px 2px 1px 2px;
	border-bottom: 2px solid #0D0D0D;
	border-right: 2px solid #0D0D0D;
}

.navigation-content a:hover {
	background-color: #666666;
	border-bottom: 2px solid #282828;
	border-right: 2px solid #282828;
}

.projectfeed {
	margin: 10px 0 0 0;
}

.projectfeed-content {
	background-image: url(images/feed-bg.png);
	background-position: top left;
	background-repeat: repeat;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 0 0 0 10px;
}

.projectName {
	font-size: 130%;
	color: #ffffff;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.projectfeed .projectURL a {
	color: #0099ff;
	background-color: #232323;
	border-right: 2px solid #0D0D0D;
	border-bottom: 2px solid #0D0D0D;
	margin: 5px 1px 3px 1px;
	padding: 1px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.projectfeed .projectURL a:hover {
	color: #ffffff;
}

.projectfeed img {
	margin: 0;
	padding: 0;
	display: block;
}

.projectfeed a img {
	border: 1px solid #ffffff;
	margin: 10px 0 15px 0;
}

.projectDescription {
	color: #CCCCCC;
}

.twitterfeed {
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

.twitterfeed img {
	margin: 0;
	padding: 0;
	display: block;
}

.twitterfeed-content {
	background-image: url(images/feed-bg.png);
	background-position: top left;
	background-repeat: repeat;
	padding: 0 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.twitterfeed a {
	color: #0099ff;
}

.twitterfeed a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.tweetDate {
	color: #999999;
	font-variant: small-caps;
}

.twitterfeed p {
	font-size: 100%;
	background-color: #232323;
	color: #ffffff;
	text-align: justify;
	padding: 2px;
	margin: 0 0 5px 0;
	border-bottom: 2px solid #0D0D0D;
	border-right: 2px solid #0D0D0D;
	font-family: Georgia, "Lucida Grande", "Times New Roman", Times, serif;
}

.tunesfeed {
	margin: 10px 0 0 0;
}

.tunesfeed img {
	margin: 0;
	padding: 0;
	display: block;
}

.tunesfeed-content {
	background-image: url(images/feed-bg.png);
	background-position: top left;
	background-repeat: repeat;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 0 10px 10px 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.tunesfeed a {
	color: #0099ff;
}

.tunesfeed a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.lastfm_recent {

}

.grayed lastfm_recent_recent {
	background-color: #FF0000;
}





/********************************************************/
/*	404 ERROR PAGE										*/

.error-404-container {
	float: left;
	clear: none;
	width: 640px;
	background-color: #ffffff;
	margin: 0 10px 10px 10px;
	padding: 10px;
}

.error-404-container img {
	margin: 0 10px 0 10px;
	float: left;
	clear: left;
}

.error-404-header {
	float: left;
	clear: right;
	padding-top: 5px;
}

.error-404-text {
	float: left;
	clear: left;
	margin: 20px 10px 0 10px;
}

.error-404-text a {
	text-decoration: underline;
}

.error-404-linktitle a {
	text-decoration: underline;
	color: #ffffff;
	background-color: #000000;
	color: #ffffff;
	padding: 3px;
}

.error-404-text ul {
	list-style-type: none;
	padding: 0 10px 30px 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.error-404-text li {
	text-align: justify;
	margin: 10px 0 0 0;
}

.error-404-linktitle {
	float: left;
	clear: left;
	width: 190px;
	margin: 10px 0 0 0;
	font-size: 130%;
}

.error-404-linkdesc {
	float: left;
	border: 8px solid #999999;
	background-color: #CCCCCC;
	width: 360px;
	clear: right;
	margin: 5px 0 5px 0;
	padding: 8px;
	font-size: 100%;
}

