/*
Theme Name: Breadtruck
Theme URI: 
Description: The Breadtruck theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Sean Kelley
Author URI: http://seankelley.net/
Tags: custom header, fixed width, two columns, widgets

	

*/



/* =============================================================================================================== */


#sidebar					{
							width: 176px;
							float:right;
							color:#666;
							}
						  
#sidebar h2					{
							color: #666;
							text-transform:uppercase;
							font-size:100%;
							margin:10px 0 0 0;
							}

#blog					{
						margin-top: 20px;
						margin-bottom: 20px;
						padding: 10px 0 10px 10px;
						min-height: 440px;
						background: url(/images/global_transparency.png);
						}
						
#blog a:link			{ color: #666; text-decoration: none;}
#blog a:visited			{ color: #666; text-decoration: none;}
#blog a:active			{ color: #666; text-decoration: none;}
#blog a:hover			{ color: #999; text-decoration: none;}

.post					{
						width:525px;
						}

small					{
						color:#666;
						}

#sidebar a:link				{ color: #444; text-decoration: none;}
#sidebar a:visited			{ color: #444; text-decoration: none;}
#sidebar a:active			{ color: #444; text-decoration: none;}
#sidebar a:hover			{ color: #79A; text-decoration: none;}

#searchform input							{
											background:#444;
											border:1px solid #555;
											padding:1px;
											}
											
#searchform div label.screen-reader-text	{
											display:block;
											margin:10px 0 0 0 ;
											color: #666;
											font-weight:bold;
											text-transform:uppercase;
											font-size:100%;
											}
											
input#s										{
											width:100px;
											}

input#searchsubmit							{
											width:50px;
											font-size:85%;
											}

#blog h2									{
											color:#666666;
											}
														
#blog h3									{
											margin-top:10px;
											padding-top:10px;
											border-top:1px solid #444;
											}
														
.entry										{
											margin-top:10px;
											}
											
.commentlist								{
											width:525px;
											}
																						
.navigation									{
											margin-bottom:10px;
											}