/*
Theme Name: Method Ghetto
Description: Method Brewery's WordPress Theme
Version: 1
Author: Mark Caron
Author URI: http://www.methodbrewery.com
Tags: two-column, ghetto
Last Modified: 11.12.09

*/

/* CSS Version: 2.1

Method Brewery

style.css	|	Blog Layout (relies on layout.css from methodbrewery.com/css/)
11/10/2009	|	Version: 1.0

Contents:

	1. Layout Changes
	2. Sidebar Styles
	3. Paging/Navigation Styles
	
Colors:
	
	light grey/white: 	#e8e8e8
	green:				#77ab17
	lime green:			#a5ff00
	teal:				#279e80
	
*/


/*======================================
	1. Layout Styles
======================================*/

div[id="main-area"] { padding-top: 60px; }

	div[id="content"] {  }
		div.post { margin-bottom: 3em; }
		
			div.post-head { }
				#content h2.post-title { }
				#content p.pubdate {  }
				#content p.post-author {  }
					p.post-author .author {  }
					
			div.post-content { }
			
			div.post-metadata { text-transform: uppercase; font-size: .8em; }
				div.post-metadata > p { padding-left: 24px; background: url(style/images/i_bookmark.png) no-repeat 0 .5em; }
				div.post-metadata a {  }
				div.post-metadata ul,
				div.post-metadata ul li { margin: 0; padding: 0; display: inline; list-style: none; }
				
				div.post-tags { padding-left: 24px; background: url(style/images/i_tag.png) no-repeat 0 .5em; }
					#content div.post-tags ul,
					#content div.post-tags ul li { display: inline; }
					
				div.post-category {  }
					#content div.post-category ul,
					#content div.post-category ul li { display: inline; }
					
				div.post-comments { padding-left: 24px; background: url(style/images/i_comment.png) no-repeat 0 .5em; }
				
		div.comments { margin-top: 3em; }
		div.comments label { width: 100px; }

		div.archive-type { display: none; }

/*======================================
	2. Sidebar Styles
======================================*/

p[id="secondary-link"] a { position: absolute; right: 0; top: 0; display: block; margin: 0; width: 123px; height: 40px; text-indent: -9000em; background: url(/images/sp_archives.png) no-repeat 0 0;  }
	p[id="secondary-link"] a:hover { background-position: 0 -40px; }

div[id="secondary-content"] { float: left; margin-top: 20px; padding: 20px; width: 604px; min-height: 195px; background: url(/images/bg_side-bar.png) no-repeat 0 0; text-shadow: #693e09 1px 1px 2px; } /* aka, the sidebar */
	
	div[id="secondary-content"] ul { margin: 0; list-style: none; }
	div[id="secondary-content"] li { margin: 0; padding: 0; list-style: none; } /* main sidebar list */
	div[id="secondary-content"] h3 { margin: 0; font-size: 2.5em; }	/* sidebar list titles */
		div[id="secondary-content"] li ul li { display: inline; margin: 0 14px 0 0; padding-left: 24px; background: url(style/images/i_folder.png) no-repeat 0 0; } /* inner list */
			div[id="secondary-content"] ul ul ul { display: none; } /* indent the children */
			
		div[id="secondary-content"] a { color: #633b09; }
		div[id="secondary-content"] a:hover { color: #ffb94b; }
	
	div[class="search"] { position: absolute; top: 10px; right: 160px; float: left; width: 300px; text-align: right; }
	div[class="search"] label { float: none; width: auto; color: #fff; font-weight: normal; text-shadow: #000 1px 1px 2px; }
	div[class="search"] input[type="text"] { width: 150px; background-color: #40413b; border-color: #323027; border-top-color: #25241b; border-left-color: #25241b; color: #fff;  }
		div[class="search"] input[type="text"]:focus { background-color: #4e4f4a; }
		
/*======================================
	3. Paging/Nav Styles
======================================*/





/*======================================
	4. Post/Article Styles
======================================*/

	.alignleft { float: left; display: inline; margin: 0 20px 20px 0; border: 4px solid #e8e8e8; }
