/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: style.css
* Version: 1.0.0 (2009-10-05) YYYY-MM-DD
* Author: Shaking Paper
* Description: Stylesheet for Little Gonzales.

*/

/* Eric Meyer CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Courier, serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: 100;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ul, ol, li {
	list-style:none;
}

body {
	background-color:#F7F7F7;
	color: #7B7B7B;
	padding: 100px 0 40px 40px;
}

a {
	text-decoration: none;
}

/* End CSS Resset */

/* Begin Stylesheet */

#wrapper {
	height:auto;
	font-size: 12px;
	min-height:1000px !important;
	overflow: hidden;
	position:relative;
	width:800px;
}

	#header {
		height:225px;
		position: relative;
	}
	
		ul#navigation {
			margin: 52px 220px 0 0;
		}

		ul#navigation li {
			padding: 2px 0;
		}

	
		ul#navigation li a {
			border-top: 1px solid #A0A0A0;
			color: #A0A0A0;
			width: 145px;
			display: block;
			text-transform: uppercase;
			padding-top: 2px;
		}

		ul#navigation li a:hover {
			border-top: 1px solid #000;
			color: #000;
		}
	
	#content { 
		float:left;
		height:auto;
		position:relative;
		width:640px;
		line-height: 16px;
	}
	
		#content h2 {
			width: 630px;
			padding: 2px 5px;
			background-color: #7B7B7B;
			display: block;
			text-transform: uppercase;
			color: #FFF;
		}
		
		#content h2 a {
			color: #FFF;
		}
	
		.post img {
			padding-top: 5px;
			padding-bottom: 5px;
		}
		
		.post p {
			font-size: 11px;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		
		.post a, .navigation a {
			color: #373839;
		}
		
		.post a:hover, .navigation a:hover {
			color: #7B7B7B;
		}
		
		.meta {
			padding-bottom: 11px;
		}
		
		.meta p {
			font-size: 10px;
			color: #afafaf;
			font-style: italic;
		}

	#sidebar {
		float: right;
		height: 670px;
		position: relative;
		width:130px;
		padding: 17px 0 0 30px;
	}
	
		#sidebar a {
			color: #373839;
		}
		
		#sidebar a:hover {
			color: #7B7B7B;
		}

#footer {
	height:auto;
	width:640px;
	float: left;
	margin-top: 30px;
}

	#footer h3 {
		color: #FFF;
		padding: 2px 5px;
		background-color: #7B7B7B;
		display: block;		
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	#footer p {
		padding-bottom: 12px;
	}
	
	#footer a {
		color: #373839;
	}
	
	#footer a:hover {
		color: #7B7B7B;
	}
	
	#footer li {
		padding-bottom: 6px;
	}

	.info_left {
		width: 499px;
		padding-right: 23px;
		font-size: 11px;
	}
	
		.col_1 {
			width: 236px;
			line-height: 13px;
		}
		
		.col_2 {
			width: 116px;
			margin-bottom: 20px;
		}
		
		.small p {
			font-size: 9px;
			line-height: 11px;
		}

	.left { /* applies left float to any element with this class */
		float:left;
	}
	
	.right { /* applies right float to any element with this class */
		float:right;
	}
	
		.aligncenter,
		div.aligncenter { /* positioning for images in WYSIWYG editor */
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		
		.alignleft { /* positioning for images in WYSIWYG editor */
			float: left;
			padding: 5px;
		}
		
		.alignright { /* positioning for images in WYSIWYG editor */
			float: right;
			padding: 5px;
		}
	
	/* End Stylesheet */