/*
Theme Name: Wood Theme for Tonyballinger.com
Theme URI: http://tonyballinger.com/
Description: This is the 2009 redesign that I started in 2008 before Cooper was born.
Version: 1.0
Author: Tony Ballinger

I used the guts from the default WordPress theme and dinked around with it as I could.
*/

body {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #290F0C;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}

a:active {
	color: #FFFF99;
}

a:visited {
	color: #FFCC66;
	text-decoration: none;
}

a:hover {
	color: #FFCC66;
	text-decoration: underline;
}

#page {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* header styles */
#page #header {
	height: 46px;
	width: 970px;
}

#page #header #headerimg h1 {
	height: 20px;
	width: 191px;
	background-image: url(images/logo.gif);
	background-position: left top;
	text-indent: -5000px;
	position: absolute;
	top: 14px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#page #header #headerimg h1 a {
	height: 20px;
	width: 191px;
	display: block;
}

/* navigation styles */

ul#navigation {
	width: 311px;
	height: 31px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 630px;	
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

ul#navigation li {
	float: left;
	height: 31px;
	text-indent: -5000px;
}

ul#navigation li a:hover {
	text-decoration: none;
}

ul#navigation li#nav_home {
	width: 55px;
}
ul#navigation li#nav_home a {
	display: block;
	width: 55px;
	height: 31px;
	background-image: url(images/nav.png);
	background-position: 0px 0px;
}
ul#navigation li#nav_home a:hover {
	background-position: 0px -31px;
}


ul#navigation li#nav_about {
	width: 64px;
}
ul#navigation li#nav_about a {
	display: block;
	width: 64px;
	height: 31px;
	background-image: url(images/nav.png);
	background-position: -55px 0px;
}
ul#navigation li#nav_about a:hover {
	background-position: -55px -31px;
}


ul#navigation li#nav_design {
	width: 73px;
}
ul#navigation li#nav_design a {
	display: block;
	width: 73px;
	height: 31px;
	background-image: url(images/nav.png);
	background-position: -119px 0px;
}
ul#navigation li#nav_design a:hover {
	background-position: -119px -31px;
}


ul#navigation li#nav_music {
	width: 64px;
}
ul#navigation li#nav_music a {
	display: block;
	width: 64px;
	height: 31px;
	background-image: url(images/nav.png);
	background-position: -192px 0px;
}
ul#navigation li#nav_music a:hover {
	background-position: -192px -31px;
}



ul#navigation li#nav_email {
	width: 55px;
}
ul#navigation li#nav_email a {
	display: block;
	width: 55px;
	height: 31px;
	background-image: url(images/nav.png);
	background-position: -256px 0px;
}
ul#navigation li#nav_email a:hover {
	background-position: -256px -31px;
}


/* intro styles */
#page #intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 165px;
	width: 970px;
	padding-top: 50px;
}
#page #intro h3 {
	font-weight: normal;
	font-size: 70px;
	float: left;
	margin-right: 25px;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#page #intro h4 {
	font-weight: lighter;
	font-size: 19px;
	margin-top: 20px;
	line-height: 130%;
	color: #CCCCCC;
}

/* blog post styles */
#page #content {
	clear: both;
	padding-top: 35px;
	padding-bottom: 30px;
}
#page .narrowcolumn {
	float: left;
	width: 435px;
	margin-right: 0px;
	display: inline;
}
#page #content .post {
	padding-bottom: 40px;
	margin-bottom: 20px;
	background-image: url(images/hr_large.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#page #content .post small {
	font-size: 10px;
	color: #CCCCCC;
}
#page #content .post img {
	border: 4px solid #FFFFFF;
	margin-top: 1em;
	display: block;
	margin-bottom: 10px;
}

.narrowcolumn h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .25em;
	font-size: 150%;
	font-weight: normal;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

.narrowcolumn h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	color: #CCFF00;
	margin-bottom: .25em;
	font-size: 130%;
	font-weight: normal;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

.narrowcolumn h2 a, .narrowcolumn h3 a  {
	
	color: #FFCC00;
}

.narrowcolumn h2.pagetitle {
	font-size: 14px;
	padding-bottom: 6px;
}

#page #content .post h4 {
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: -.5em;
	margin-left: 0px;
	color: #CCFF00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 110%;
}

#page #content .post p {
	margin-top: 1em;
	padding-top: 0px;
	font-size: 100%;
	line-height: 135%;
}
#page #content .post .postmetadata {
	font-weight: bold;
	margin-top: 20px;
	color: #FFFFFF;
	text-align: center;
}
#page #content .post .postmetadata a {
	font-weight: normal;
}






/* twitter styles */

#page .sidebar #twitter_div #twitter_update_list li {
	margin-bottom: 20px;	
}

#page .sidebar #twitter_div #twitter_update_list li span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
}

#page .sidebar #twitter_div #twitter_update_list li a {
	
}

/* global sidebar styles */
#page .sidebar {
	float: left;
	width: 235px;
	display: inline;
	margin-left: 20px;
	margin-top: 70px;
	font-size: 90%;
}

.sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.sidebar ul li {
	margin-bottom: 4px;
}
#page .sidebar #searchform #s {
	width: 135px;
}
#page .sidebar h2 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 0px;
	text-indent: -5000px;
	height: 14px;
	width: 200px;
	background-repeat: no-repeat;
}
div.divider-sm {
	background-image: url(images/hr_small.gif);
	height: 23px;
	width: 235px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

/* sidebar headers */
#page .sidebar h2#head_searchposts {
	background-image: url(images/head_searchme.gif);
}

#page .sidebar h2#head_blogcategories {
	background-image: url(images/head_categories.gif);
}


#page .sidebar h2#head_blogarchives {
	background-image: url(images/head_archives.gif);
}


#page .sidebar h2#head_twitter {
	background-image: url(images/head_twitter.gif);
}


#page .sidebar h2#head_delicious {
	background-image: url(images/head_bookmarked.gif);
	margin-bottom: -25px;
}


#page .sidebar h2#head_flickr {
	background-image: url(images/head_flickr.gif);
}



/* delicious styles */
.delicious-posts ul, .delicious-banner {}

.delicious-posts li {
	font-size:100%;
	margin-bottom: 1em;
	margin-left: 15px;
}

.delicious-post p {font-size: 100%;}

.delicious-link {}

.delicious-extended {}

.delicious-posts p {padding-top: 4px; padding-bottom: 6px;}

/* flickr styles */
#flickr_badge_wrapper {
width: 220px;
float: left;
	margin-bottom: 20px;
	margin-left: 15px;
	display: inline;
}

#flickr_badge_wrapper img {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #CCCCCC;
}

/* footer styles */
#footer {
	clear: both;
	display: none;
}

#comment {
	width: 450px;
}

strong.search-excerpt {
	color: #CCFF00;
}

