/*
Theme Name: The Yellow Bros.
Theme URI: http://www.yellowbros.com/
Description: The Yellow Bros. Theme
Version: 1.0
Author: 4eyes
Tags: 

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

/* ---------------------------------------(=1)
    1. Structure
   ---------------------------------------- */

div#wp_primary {
	float: left;
	width: 590px;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

	div.post {
		margin: 0 0 48px 0;
	}

		div.post h2 {
			padding: 12px 0 12px 0;
			text-align: center;
			letter-spacing: 2px;
			font-weight: bold;
		}

		p.date {
			text-align: center;
		}

		div.entry {
			width: 555px;
			margin: 12px auto;
		}

		div.entry p {
			line-height: 2.2;
		}

		div.navigation {
			padding: 5px 0;
		}

			div.alignleft {
				float: left;
				padding: 7px 0;
			}

			div.alignright {
				float: right;
				padding: 7px 0;
			}

				div.alignleft a,
				div.alignright a {
					padding: 4px;
					background-color: #efefef;
				}

				div.alignleft a:hover,
				div.alignright a:hover {
					background-color: #888;
					color: #FFF;
					text-decoration: none;
				}

div#wp_secondary {
	float: left;
	font-size: 93%;
	width: 150px;
}
	p.wp_navi {
		font-weight: bold;
		margin: 12px 0;
	}

	ul.sidebar_list li {
		background: url('http://www.yellowbros.com/joint/i/icn_navi_list.gif') no-repeat scroll left center;
		display:block;
		padding:0 0 3px 8px;
		white-spacing: nowrap;
	}
