/* =====
Sport Bucket Dot Com
http://sportbucket.com/blog/
Style Sheet Version 0.3, August 2005
Author: Tim Coulter, <http://sportbucket.com/>
===== */

/* BEGIN TYPOGRAPHY & COLORS */
	
	body {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
		font-size: 0.75em;
		line-height: 1.4em;
		color: #999;
margin: 0;
padding: 0;
		}
		
	p {
		}


	code {
		font-size: 1.2em;
		padding: 1em;
border-left: 1px solid #666;
		}
	
	h1 {
		text-indent: -99999pt;
		background: url(/blog/img/header.gif) no-repeat top right;
		margin: 0;
		height: 100px;
		width: 100%;
		}
	
	h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
		display: block;
		height: 100px;
		width: 200px;
		border-bottom: 0;
		margin: 0;
		float: right;
		}
	
	h2 {
		text-align: center;
		font: 3em Georgia, "Times New Roman", Times, serif;
		margin: 0 auto;
		}
		
	#recent {
		text-indent: -99999pt;
		background: url(/blog/img/header-recent.gif) no-repeat top left;
		width: 200px;
		height: 40px;
		}
	
	#checkthisout {
		text-indent: -99999pt;
		background: url(/blog/img/header-checkthisout.gif) no-repeat top left;
		width: 200px;
		height: 40px;
		}

	#header-archive {
		text-indent: -99999pt;
		background: url(/blog/img/header-archive.gif) no-repeat top left;
		width: 200px;
		height: 40px;
		}

	#flickr-badge {
		text-indent: -99999px;
		background: url(/blog/img/header-flickrbadge.gif) no-repeat top left;
		width: 200px;
		height: 40px;
		}

	#searchresults {
		text-indent: -99999pt;
		background: url(/blog/img/header-searchresults.gif) no-repeat top left;
		width: 200px;
		height: 40px;
		}

/* END TYPOGRAPHY & COLORS */


/* BEGIN STURCTURE */

	body {
		margin: 0;
		padding: 0;
		background: #333;
		}
	
	#container {
		width: 100%;
		margin: 0;
		padding: 0;
		}

	#blog {
		width: 46%;
		padding: 0 2%;
		float: left;
		margin-bottom: 2%;
		margin-left: 5%;
		border-right: 1px dotted #666;
		color: #ccc;
		}

	* html #blog {
		width: 48%; /* for IE5 and IE6 in quirks mode */
		padding-right: 20px;
		margin-left: 2%;
		
		w\idth: 46%; /* for IE6 in standards mode */ 
 		pad\ding-right: 10px;
		mar\gin-left: 2%;
		}

	#content {
		width: 70%;
		margin: 2% auto;
		color: #ccc;
	}

	.post {
		margin: 5% 0 10% 0;
		}
.post img, .post img a {
float: right;
border: 1px solid #999;
margin-left: 5px;
}

	.post h3 {
		font-size: 1.2em;
		margin: 0;
		color: #ccc;
		}

	.post h3 a {
		border-bottom: 0;
		}

	.post p {
		font: 1em/1.8em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
		}

	p.postfooter {
		text-align: right;
		color: #999;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
		font-size: .9em;
		}

	#links {
		width: 35%;
		padding: 0 2%;
		margin-bottom: 2%;
		margin-right: 5%;
		float: right;
		font: .9em/1.5em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
		}

	* html #links {
		width: 37%; /* for IE5 and IE6 in quirks mode */
		padding-left: 20px;
		w\idth: 35%; /* for IE6 in standards mode */
		/* pad\ding-left: 10px; */
		}

	#links p {
		margin: 2% 0;
		display: inline;
		padding-right: 1em;
		}

	.links_post {
		padding: 2% 0;
		}

	html>body .links_post:hover {
		color: #ccc;
		}
	
	#footer {
		clear: both;
		margin: 5% auto;
		width: 100%;
		border-top: 1px solid #666;
		text-align: center;
		padding: 2%;
		}

	#footer p {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}

	#searchbox {
		margin: 2% auto;
		text-align: center;
		}

/* END STRUCTURE */


/* BEGIN LINKS  ANCHORS */

	a:link {
		color: #9cf;
		text-decoration: none;
		border-bottom: 1px dotted #9cf;
		}
	
	a:visited, a:hover {
		color: #9cf;
		text-decoration: none;
		border-bottom: 1px solid #9cf;
		}

	a:active {
		color: #9cf;
		text-decoration: none;
		border: 0;
		}

	#footer a:link {
		color: #ccc;
		text-decoration: none;
		border-bottom: 1px dotted #ccc;
		}
	
	#footer a:visited, #footer a:hover {
		color: #ccc;
		text-decoration: none;
		border-bottom: 1px solid #ccc;
		}

	#footer a:active {
		color: #ccc;
		text-decoration: none;
		border: 0;
		}

/* END LINKS & ANCHORS */


/* BEGIN LISTS */

	#menu {
		display: block;
		padding: 0;
		list-style: none;
		height: 20px;
		margin: 2% 0;
		width: 100%;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
		}

	#menu li {
		display: block;
		list-style: none;
		height: 20px;
		width: 100px;
		text-indent: -9999px;
		float: left;
		margin: 0 auto;
		}
	
	#menu li a {
		height: 20px;
		width: 100px;
		display: block;
		}
	
	#menu li a:link, #menu li a:visited, #menu li a:hover, #menu li a:active {
		border: 0;
		}
	
	#menu li:hover {
		background-position: 0 -20px;
		}
	
	#menu-about {
		background: url(/blog/img/about.gif) no-repeat;
		}
	
	#menu-archives {
		background: url(/blog/img/archives.gif) no-repeat;
		}
	
	#menu-photos {
		background: url(/blog/img/photos.gif) no-repeat;
		}

	#menu-links {
		background: url(/blog/img/links.gif) no-repeat;
		}
	
/* END LISTS */


/* BEGIN MISCELLANEOUS */

	.hide {
		display: none;
		}

	#flickr a {
		border: 0;
		}

	#flickr img {
		border: 1px solid #999;
		margin: 2% 3%;
		}

	#flickr {
		width: 100%;
		text-align: center;
		margin: 2% 0;
		}

img.no-border { border: 0; float: right; margin: 0 0 1em 1em;}


/* END MISCELLANEOUS */