/*
Theme Name: POA Default
Theme URI: http://onlypinoy.com/
Description: The Panama Outdoor Adventures WordPress theme.
Version: 1.6
Author: Jenner F. Alagao
Author URI: http://jenner.onlypinoy.com/
Tags: green, adventure, outdoor, two columns, widgets, panama

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

div{
	margin: 0;
	padding: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	color: #454543;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}	

a img{
	border: 0;
}
#page{
	width: 767px;
	margin: 0 auto;
}

#header{
	height: 334px;
	background-image: url(images_home/banner.jpg);
}


#navi{
	color: #868277;
	padding: 12px 0px;
}

#navi ul,#navi li{
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navi ul{
	float: right;
}#navi li{
	float: left;
}


#header #navi{
	float: right;
	padding: 17px 22px;
}
	#navi a{
		color: #820f08;
		padding: 0 3px;
		line-height: 14px;
		}
	#navi b{
		color: #820f08;
		font-size: 14px;
		}
		
	#navi ul,#navi li{
		padding: 0;
		margin: 0;
		list-style: none;
		list-style-type: none;
		float: left;
	}
	#navi li{
		border: 0px solid #868277;
		border-right-width: 1px;
		padding: 0 4px;
	}
		
#logo{
	float: left;
	margin-left: 30px;
}
		
#yellow{
	height: 226px;
	margin-bottom: 5px;
	background-image: url(images_home/yellow.jpg);
	clear: both;
}
#blue{
	height: 234px;
	margin-bottom: 5px;
	background-image: url(images_home/blue.jpg);
	clear: both;
}
#green{
	height: 234px;
	margin-bottom: 5px;
	background-image: url(images_home/green.jpg);
	clear: both;
}
#brown{
	height: 234px;
	margin-bottom: 5px;
	background-image: url(images_home/brown.jpg);
}
#footer{
	height: 50px;
	margin-bottom: 5px;
	background-image: url(images_home/footer.jpg);
	clear: both;
}

#main_content #thumb_space{
	float: left;
	width: 265px;
	height: 200px;
	border: 0px solid #FFF;
	margin: 10px 10px 0px 20px;
}
#main_content #thumb_content{
	position: relative;
	border: 0px solid #FFF;
	margin: 0px 30px 10px 300px;
}

#main_content #thumb_content h1{
	font-family: Times New Roman;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 10px;
	margin: 0;
}

#yellow h1{
	color: #096f2b;
	}
#blue h1{
	color: #002157;
	}
#green h1{
	color: #252525;
	}
#brown h1{
	color: #FFFFFF;
	}
	
	
#green #thumb_content,
#brown #thumb_content{
	color: #FFF;
}

#book_tour{
	position: absolute;
	top: 157px;
	left: 0px;
}
#book_tour img{
	float: left;
}
#book_tour span{
	display: block;
	border: 0px solid #000;
	margin-left: 200px;
	color: #FFF;
	padding-top: 7px;
}
#yellow #book_tour span{
	color: #096f2b;
	padding-top: 2px;
}

#footer #icons{
	float: right;
}
#footer #icons img{
	margin-left: 5px;
}

#POA_video_flv{
	border: 1px solid #FFF;
	background-color: #FFF;
	padding: 1px;
	width: 265px;
	height: 200px;
}
