/*
Theme Name: Vacation Cost Rica Beach
Theme URI: http://www.vacationcostaricabeach.com/
Description: Custom wordpress theme for VacationCostaRicaBeach.
Version: 10.15.08
Author: Dzynit
Author URI: http://www.dzynit.net/
*/



/* Begin Typography & Colors */

body {
	color: #4F7E8F; /*Teal*/
	font-family:Arial;
	background-color: #FBE5A9; /*Dark Yellow*/
	}
	
p	{
	color: #4F7E8F;
	font-family:Arial;
	font-size: 12pt;
	}
	
td	{
	color: #4F7E8F;
	font-family:Arial;
	font-size: 12pt;
	vertical-align: top;
	}	
	
h1 {
	font-size: 32pt;
	font-weight: bold;
	text-align: center;
	}	
	
h2 {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	}	

h3 {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	}
		
A	{
	text-decoration:none;
	color:#4F7E8F;
	}
	
A:hover	{
	text-decoration:none;
	color:#CC0000;
	}

.thumbnail{
position: relative;
z-index: 0;
}

:hover.thumbnail{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: red;
padding: 0px;
left: -1000px;
border: 1px solid #000000;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

:hover.thumbnail span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -90px;
left: -50px; /*position where enlarged image should offset horizontally */

}

.copyright {
	color: #4F7E8F;
	font-family: Arial;
	font-size: 7pt; 
	text-align: center;
}	

div.Section1
	{page:Section1;}
	
#post-5, #post-13, #post-62 {
	text-align: center;
	}	

#post-4 li {
	list-style-type: none;
	padding-bottom: .5em;
	}		
fieldset {
	border: 0px none;
	}
#li--3 span {
width: 150px;
margin-left: -55px;
}