/*  
Theme Name: SBPW Beta
Theme URI: http://sanduskybayposterworks.com
Description: In progress SBPW Theme.
Version: 0.5beta
Author: Randy Hammons
Author URI: http://randyhammons.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	background-image:url(http://www.sanduskybayposterworks.com/new/bg.gif);
	background-repeat:repeat-x;
	background-color:#424242;
	font-family:"Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-left:0px;
	}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 {
	padding-top:10px;
	}	
td {
	font-size:12px;
	}		
.copyright {
	font-size:10px;
	color:#666666;
	}
#main {
	width:520px;
	font-size:12px;
	line-height:18px;
	padding-left:20px;
	}
.entry a{
	color:#d31145;
	}
.postmetadata a{
	color:#d31145;
	}
.navigation a{
	color:#d31145;
	}

p a{
	color:#d31145;
	}	
#commentform a{
	color:#d31145;
	}			
#content a:hover{
	color:#c0c0c0;
	}
.post h3 a{
	color:#000000;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	margin-top:0px;
	padding-top:0px;
	line-height:0px;
}
#content h2 a, h3 a{
	color:#000000;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	margin-top:0px;
	padding-top:0px;
	line-height:14px;
	}
#content h2 a:hover, h3 a:hover{
	color:#c0c0c0;
	}
#content small {
	font-size:12px;
	color:#d31145;
	margin-bottom:0px;
	padding-bottom:0px;
	}
#comment textarea {
	width:450px;
	}
.entry p {
	color:#444444;
	}
.entry img {
	border: 5px;
	border-color:#CCCCCC;
	}	
#sidebar ul, li {
	margin: 0;
	padding: 0;
	list-style:none;
	margin-left: 8px;
	font-size:12px;
	color:#444444;
}
#sidebar {
background-image:url(http://www.sanduskybayposterworks.com/new/images/sidebar_bg.gif);
background-repeat:no-repeat;
}
.center {
	align:center;
	}
		
