/*  
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;*/ background-color:#e5f1f3; font-family: Verdana;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:0px; /*40px;*/ }
	#logo { background:url(logo.png) no-repeat;width:250px;height:40px;float:left; }
	#nav { width:600px;float:left;height:10px;line-height:10px; }
	#nav li { display:inline; }
	#nav li a { display:block;float:left;padding:10px 25px 10px 10px;margin:0 4px;margin-top:-5px;color:#eee; background: #a3d5da; }
	#nav li a:hover, #nav li.active a, .current_page_item a, #nav li.current_page_item a { background:#5ba9b6; /*4ea1cb;*/ font-weight:bold; }
	
	#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:880px;margin:0 auto;padding:0 10px 10px 10px;background:#fff; border-top:2px solid #4ea1cb;}
	#left { width:480px;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; }
	#center { height:100%; background-color:#EEEEEE; }
	#right { background-color: #E4EFFC }
	
	.post { margin-bottom:25px; text-align:justify }
	.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:#fff; }

/* Photo Setup */

	.headerImage { position:relative;width:900px;height:252px; /*190px;*/margin:0px auto 16px 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;}
	
	textarea#comment {
		border:1px solid #CCCCCC;
		font-size: 12px;
		font-family:Verdana, Arial, Helvetica, sans-serif
	}
	
	#commentform input {
		background-color: #eeeeee;
		border: 1px solid #999999;
	}

table#wp-calendar {
	border-top-width: medium;
	border-right-width-value: medium;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: medium;
	border-left-width-value: medium;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	empty-cells: show;
	font-size: 12px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	width: 100%;
}

table#wp-calendar > caption {
	text-transform:uppercase;
}

table#wp-calendar th {
	font-weight:bold;
}

table#wp-calendar #today {
	background-color:#dddddd;
}

.alignright{
	margin-left:6px;
	margin-top:10px;
	float:right;
}

.alignleft{
	margin-right:6px;
	margin-top:10px;
	float:left;
}