/*  
Theme Name: Minimal Horizontal
Theme URI: http://gregponchak.com/Downloads/
Description: A imageless, horizontal, and functional Wordpress theme built on grids and clean code.
Version: 1.0
Author: Greg Ponchak
Author URI: http://gregponchak.com/

*/
	/* Basic Setup */

  	* { list-style:none;padding:0;margin:0;text-decoration:none; }
  	body { background:#d8d8d8 no-repeat left top;font:11px/18px helvetica, arial, sans-serif;color:#333; }
  	p { margin:0 0 10px 0; }
  	a { color:#aaa; }
  	a:hover { color:#333; }
  	a img { border:0; }
  	/* a:hover img { border-bottom:2px solid #333; } */
	.clear { clear:both; }
	blockquote { padding:10px;color:#aaa; }
	.postcontent ul, .postcontent ol, .postcontent2 ul, .postcontent2 ol { padding:10px; }
	
	/* Arrows */

	#arrows { position:fixed !important;position:absolute;bottom:50px;left:65px;background:#555; }
	#arrows li { display:inline; }
	#arrows li a { color:#ddd;padding:5px 10px;display:block;float:left; }
	#arrows li a:hover { color:#fff;background:#333; }
	.lb a { border-right:1px solid #333; }

	/* Footer */
	#footer { position:fixed !important;position:absolute;bottom:5px;left:65px; }		
	
	/* Front image */
	#frontimage { position:relative; top:100px; }