/*
Theme Name: US Gear WordPress
Theme URI: http://wordpress.org/
Description: The default styling for the US Gear Blog.
Version: 0.3
Author: Reece Scahefer
Author URI: http://www.schaefer.id.au/
Tags:

*/
/*
	Grid Layout
*/
div.content		{ padding: 30px 27px 0 30px; }

	div.content h2.pagetitle { margin-left:259px; }

	div.content div.post,
	div.content div.entryExtras { margin-left:259px; }
	div.content div.post 		{ padding-top: 10px; }
	
		div.content div.post p { margin-bottom: 10px; }
	
		div.post div.entry { margin: 5px 0; }
			div.entry p.postmetadata { margin: 5px 0; }

div#sidebar { float:left; width:240px; }
	
	div#sidebar ul li.border,
	div#sidebar ul li.categories  { margin-bottom: 10px; padding-bottom: 10px; }
		div#sidebar ul li ul li { padding-left: 10px; }
	
	
	div#sidebar h2 { margin: 10px 0 5px; }
	
	div#sidebar form.phplist {  }
		form.phplist label { display: block; }
		form.phplist input[type="text"] { width: 176px; margin-bottom: 5px; }


div.navigation { margin: 10px 0 35px 259px; display: block; text-align: center; }
	div.navigation .alignright { float: right; }
	div.navigation .alignleft { float: left; }

div#respond { padding: 20px 20px 10px; }	
	form#commentform { }
		form#commentform p { margin: 0 0 5px; }
		form#commentform textarea { width:100%; }

div.commentlist {  }
	ol.commentlist li.comment { padding: 10px;  }
		li.comment div.comment-author { float: left; width: 45px; }
		li.comment div.comment-author img { width: 40px; height: 40px; }
		
		ol.commentlist li.comment p { padding: 0 10px 5px 50px; }
/*
	Styles
*/
div.content		{  }

	div.content h2.pagetitle { color: #a2a2a4; }	
	
	div.content div.post { border-bottom: 1px solid #ebeae1; }
	
	div.content div.post h2,
	div.content div.post h2 a,
	div.content div.post h3,
	div.content div.post h3 a { color:#0f0c75; }

div#sidebar {  }
	div#sidebar ul li.border,
	div#sidebar ul li.categories { border-bottom: 1px solid #ebeae1; }
	div#sidebar h2 { color: #ef9d15; }
	div#sidebar a { color: #1d1d1d; }


div.commentlist {  }	
	ol.commentlist li.comment 	{ border-bottom: 1px solid #ebeae1; }
	ol.commentlist li.alt 		{ background-color: #f9f9f9; }	
/*
	Font 
*/
div.content		{  }

	div.content h2.pagetitle { font-size: 1.2em; font-weight:bold; }


	div.content div.post h2 { font-size: 1.8em; font-weight:bold; }
	div.content div.post h3 { font-size: 1.4em; font-weight:bold; }
	div.content div.post h2 a,
	div.content div.post h3 a { text-decoration: none; }

	div.post div.entry {  }
		div.entry p.postmetadata,
		div.entry p.postmetadata a { color: #a5a5a5; }	
		
		
div#respond { }
	div#respond h3 { font-size: 1.6em;}
	
div#sidebar {  }
	div#sidebar h2 { font-size: 1.2em; font-weight: bold; }





		
