/*  
Theme Name: CostaRicaQuestion
Theme URI: http://www.costaricaquestion.com
Description: CostaRicaQuestion Theme for Wordpress
Author: Walter R.
Author URI: http://www.costaricaquestion.com
Version: 0.1
$Date: 2008-09-23

	Costa Rica Question
	http://www.costaricaquestion.com

	Basic Template for the Costa Rica Question Website
	
*/

* {margin:0; padding:0;}

html {
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
}

body {
	height:100%;
	background:#F3F3EB;
	background-image:url(images/back_header.gif);
	background-repeat:repeat-x;	
}

h1 {
	color:#BB6F02;
	font-size:18px;
}

h2 {
	color:#99a12f;
	font-size:16px;
	margin-left:5px;
}

a {
	color:#0000FF;
}

a:hover {
	/* color:#E58802; */
	background:#0000FF; 
	color:#FFFFFF;
}

#main_wrap {
	position:relative;
	margin:0 auto;
	width:860px;
	background:#F0F2E1;
	height:auto !important;
	height:100%;
	min-height:100%;
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat-y;
}

#head_container {
	position:relative;
	width:auto;
	padding:0 30px 10px 30px;
	height:145px;
	margin:auto;
	color:#FFFFFF;
	background-image:url(images/bg_header.jpg);
	background-repeat: no-repeat;
}

#header_inf {
	width:auto;
	height:90px;
	padding-top:10px;
}

#footer {
	clear:both;
	position:relative;
	width:100%;
	height:140px;
	background:#525147;
	background-position:center top;
	background-image:url(images/bg_footer.gif);
	background-repeat:repeat-x;
}

#footer_container {
	margin: 0 auto;
	width:860px;
	height:140px;
	background-image:url(images/bg_footer-cont.jpg);
}

#menu_nav {	
	height:30px;
	width:800px;
}

#content {
	width:auto;
	height:500px;
	padding:0 30px 0 30px;
}

#col_left {
	float:left;
	width:150px;
	height:auto !important;	
	height:100%;
	min-height:100%;
}

#col_center {
	float:left;	
	width:480px;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0 10px 0 10px;
}

#col_right {
	float:left;	
	width:150px;
	height:auto !important;	
	height:100%;
	min-height:100%;
}

.clear {clear:both;}