/*  
Theme Name: GreenBlog
Theme URI: http://wordpress.org/
Description: A travel Wordpress Theme.
Version: 1.0
Author: Wordpress
Author URI: wordpress.org

Enjoy the theme =D

*/
  /* Basic Setup */
  
  	* { list-style:none;padding:0;margin:0;text-decoration:none;border:0;font-weight:normal; }
  	body { background:#fff url(bg.jpg) repeat-x center top;font-family:helvetica, arial, sans-serif;color:#333;line-height:18px;font-size:11px; }
  	a { color:#738f00;text-decoration:none; }
  	a:hover { text-decoration:none; }
  	b { font-weight:bold; }
  	blockquote { padding:10px;color:#aaa; }
  	h1, h1 a { text-decoration:none;line-height:30px;font-size:30px;color:#333; }
  	h2, h2 a { text-decoration:none;line-height:26px;font-size:26px;color:#333; }
  	h3, h3 a { text-decoration:none;line-height:22px;font-size:22px;color:#333; }
  	h4, h4 a { text-decoration:none;line-height:18px;font-size:18px;color:#333; }
  	h5, h5 a { text-decoration:none;line-height:14px;font-size:14px;color:#333; }
  	p { margin-bottom:10px; }
  	small { font-size:10px; }
  	
  /* Standard Classes */
  
  	.clear { clear:both; }
  	.container { width:800px;margin:0 auto; }
  	
  /* Basic Layout */
  
  	#bg { background:url(header.jpg) no-repeat center top;width:900px;margin:0 auto; }
  	#header { padding:5px 0;height:75px;padding-top:31px; }
  	#logo { background:url(logo.png) no-repeat;width:350px;height:75px;float:left; }
  	#nav { width:400px;float:right;height:63px;line-height:63px; }
  	#nav li { display:inline; }
  	#nav li a { display:block;float:right;padding:10px 20px 0 20px;margin:0 4px;margin-top:-5px;color:#e4ff74; }
  	#nav li a:hover, #nav li.active a, .current_page_item a, #nav li.current_page_item a {color:#eee; }
  	
  	#content { width:800px;margin:0 auto;padding:10px;background:#fff; }
  	#left { width:400px;float:left;padding-top:15px; }
  	#center, #right { width:165px;padding:0 10px;margin-left:15px;float:left;padding-top:15px; }
  	
  	.post { margin-bottom:25px; }
  	.post h2 a { font-size:22px;line-height:22px; }
  	.post small { color:#aaa;font-size:11px;line-height:18px;display:block;padding:2px 0;border-bottom:1px solid #555; }
  	
  	#left h5, #center h5, #right h5 { font-size:22px;line-height:22px;margin-bottom:5px; }
  	#left ul, #center ul { margin-bottom:25px; }
  	#left ul li, #center ul li { display:inline; }
  	#left ul li a, #center ul li a { display:block;padding:2px;border-bottom:1px solid #555; }
  	#left ul li a:hover, #center ul li a:hover { background:#ddd; }

  	#footer { padding:10px 0;text-align:center;background:#eee;margin-top:50px;color:#888; }
  	#footer a { color:#333;}
  
  /* Photo Setup */
  
  	.headerImage { position:relative;width:800px;height:190px;margin:5px auto 20px auto;background-color:#232323;background-position:center center;background-repeat:no-repeat;padding:0 0; }
  	.left { display:block;background:url(left.png) no-repeat center center;width:50px;height:50px;position:absolute;left:10px;top:50%;margin-top:-25px; }
  	.right { display:block;background:url(right.png) no-repeat center center;width:50px;height:50px;position:absolute;right:10px;top:50%;margin-top:-25px; }
  	
  	
  	.commentlist li{padding:5px;background:#eee;}
	.commentlist li.alt{padding:5px;}
