/*  
Theme Name: The Functionalist
Theme URI: http://gregponchak.com/
Description: An experimental, functionalist, navigation based Wordpress theme built on clean code.
Version: 0.1
Author: Greg Ponchak
Author URI: http://gregponchak.com/

*/

	/*Basic Setup*/
	*{ list-style:none;padding:0;margin:0;text-decoration:none;outline:none; }
	a { color: #7e7e7e; }
	a:hover { color:#222; }
/* body { background:#fff url(plank2.jpg) no-repeat top left; font-family:Helvetica, Arial, sans-serif;font-size:11px;line-height:18px;color:#222; } */
	body { background:#fff url(plank2.jpg) no-repeat top left; font-family:Tahoma, Helvetica, sans-serif;font-size:11px;line-height:18px;color:#222; }
	blockquote { padding:10px 10px 10px 35px;margin:10px 10px 10px 0;background: url(http://laireyes.net/wp-content/uploads/2010/09/quote.png) top left no-repeat; }
	.clear { clear:both; }
	h1, h2, h3, h4, h5 { font-size:14px; }
	h2 a {color: #000; font-size:18px; }
	p { margin:10px 0; }
	small { font-size:10px; }
	.spacer { padding-top:50px; }
	#recent {border-bottom: 4px solid #E5205D; width: 37px; height:2px; margin-bottom: -10px;}
	.copy {font-size: 9px; color:#cccccc;}
	img {border:0}

	/*Layout*/
	#container { padding:100px 0 0 100px;width:600px; }
	
	/*Logo*/
	#title { position:relative;width:inherit; }
	#title a { background:#e5205d;padding:2px 0;color:#eee;float:left;font-size:12px;line-height:18px; }
	#title a:hover { color:#eee;text-decoration:none; }
	#title #titleright { background:url(right.gif) no-repeat;height:22px;width:5px;float:left;display:block; }
	#title #titleleft { background:url(left.gif) no-repeat;height:22px;width:5px;float:left;display:block; }
	
	/*Home*/
	.navigate { padding:0 0 18px 0; }
	.navigate b { font-weight:bold;color:#000;padding:0 10px 0 0;float:left; }
	.navigate a { color:#aba596;padding:0 5px; }
	.navigate a:hover { color:#222; }
	ul#thePages { float:left; }
	ul#thePages li { display:inline; }
	ul#thePages li a { padding:0 10px 0 0;float:left; }
	
	/*hidden*/
	.hidden { padding:10px; padding-top: 0; display:none;}
	.hidden ul li { display:inline;}
	.hidden ul li a { display:block;color:#aba596; border-left: 2px solid #E5205D;}
        #Print.hidden ul li a {margin-left: 66px;}
        #Graphic.hidden ul li a {margin-left: 107px;}
        #Web.hidden ul li a {margin-left: 168px;}
        #Projects.hidden ul li a {margin-left: 204px;}
        #Blog.hidden ul li a {margin-left: 343px;}
        #olderposts.hidden {margin-left: 40px;}

	/* Comments */
	.post2 { width:250px;padding:3px;float:left; }
	ol.commentlist { padding:0;margin:0; }
	ol.commentlist li { padding:5px;background:#fff; }
	ol.commentlist li.alt { background:#eee; }
	ol.commentlist p { margin:0; }
	#commentform p { font-size:11px;line-height:18px; }
	.commentmetadata { display:none; }
	#submitButton { width:50px;height:22px;background:url(submit.jpg) no-repeat;border:0;padding:0;margin:0; }

	/* Search */
	#searchsubmit { width:50px;height:22px;background:url(search.jpg) no-repeat;border:0;padding:0;margin:0; }
	#s { padding:2px 0; }
