/*  
Theme Name: travel
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:#555;line-height:18px;font-size:11px; }
  	a { color:#e3785c;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:#4ea1cb; }
  	h2, h2 a { text-decoration:none;line-height:26px;font-size:26px;color:#4ea1cb; }
  	h3, h3 a { text-decoration:none;line-height:22px;font-size:22px;color:#4ea1cb; }
  	h4, h4 a { text-decoration:none;line-height:18px;font-size:18px;color:#4ea1cb; }
  	h5, h5 a { text-decoration:none;line-height:14px;font-size:14px;color:#4ea1cb; }
  	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:40px; }
  	#logo { background:url(logo.png) no-repeat;width:250px;height:40px;float:left; }
  	#nav { width:500px;float:right;height:40px;line-height:40px; }
  	#nav li { display:inline; }
  	#nav li a { display:block;float:right;padding:10px 25px 0 10px;margin:0 4px;margin-top:-5px;color:#eee; }
  	#nav li a:hover, #nav li.active a, .current_page_item a, #nav li.current_page_item a { background:#4ea1cb; }
  	
  	#categories {  }
  	#categories .container ul li { display:inline; }
  	#categories .container ul li a { display:block;float:left;padding:2px 10px;color:#ddd; }
  	#categories .container ul li a:hover { background:#84bbda;color:#333; }
  	
  	#content { width:800px;margin:0 auto;padding:10px;background:#fff; }
  	#left { width:400px;float:left;border-top:2px solid #4ea1cb;padding-top:15px; }
  	#center, #right { width:165px;padding:0 10px;margin-left:15px;float:left;border-top:2px solid #4ea1cb;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; }
  	
  	#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 #ddd; }
  	#left ul li a:hover, #center ul li a:hover { background:#eee; }
  
  /* Photo Setup */
  
  	.headerImage { position:relative;width:800px;height:190px;margin:40px auto 50px auto;background-position:center center;background-repeat:no-repeat;padding:0 0; }
  	.left { display:block;background:url(left.png) no-repeat center center;width:30px;height:30px;position:absolute;left:-40px;top:50%;margin-top:-10px; }
  	.right { display:block;background:url(right.png) no-repeat center center;width:30px;height:30px;position:absolute;right:-40px;top:50%;margin-top:-10px; }
  	
  	
  	.commentlist li{padding:5px;background:#fff;}
	.commentlist li.alt{padding:5px;background:#eee;}

