/*
Theme Name: Sol Foundation
Theme URI: http://solif.org/
Description: Sol Foundation - A Bright Light in the Lives of Roatan's Children
Version: 1.0
Author: Steve Craig
*/

@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #007e43 url(images/background.gif) top left repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-bottom: 1%;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	color: #0000cc;
}

a:hover {
	color: #007e43;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

li
{
list-style: url(images/bullet.gif) outside;
padding: 3px 0 0 0;
}

.indented
{
	text-indent: -10px;
	padding-left: 10px;
}

.indented:first-line
{
	text-indent: -10px;
	font-size: 14px;
	font-weight: bold;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 780px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #bfffe1 url(images/content_bg.gif) top left repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header { 
} 

/*****************************/
/** 	MENU				**/
/*****************************/

 #menu {
	position: relative;
	float: right; /* since this element is floated, a width must be given */
	padding: 0px 0px;
	background: #000 url(images/menu.jpg) top left no-repeat;
	color: #000;
	z-index: 2;
	width: 220px;
	height: 301px;
	left: 20px;
	top: -15px;
	margin-right: -140px;
}

#menu td
{	
	line-height: 1.3em;
	font-size: 1.0em;
}


#menu a
{
	margin-left: 28px;
	padding: 2px 0px 2px 2px;
	left: 0px;
	width: 190px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover
{
	background-color: #80C0FF;
	color: #333;
	text-decoration: underline;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 0px;
	padding-left: 30px;
}

#menu .dropdown 
{
	position: absolute;
	left: -230px;
	margin-top: -25px;
	width: 230px;
	display: block;
	z-index: 100;
	visibility: hidden;
}

#menu .dropdown a 
{
	width: 210px;
	display: block;
	color: #333;
	background-color: #80C0FF;	
	text-align: left;
	text-decoration: none;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;	
	line-height: 1.3em;	
}

#menu .dropdown a:hover 
{
	width: 220px;
	padding-left: 2px;
	margin-left: 22px;
	color: #000;
	text-decoration: underline;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;	
	background-color: #dadada;	
	border: 1px solid #6090BF;		
}

#menu .popout 
{
	position: absolute;
	margin-top: 6px;
	margin-left: 5px;
	z-index: 50;
}

/*****************************/
/** 	Content				**/
/*****************************/
#mainContent {
	postiion: relative;
	padding-left: 20px;
	padding-right: 160px;
	font-size: 0.9em;
	height: 100%;	
}

/*****************************/
/** 	Prev/Next			**/
/*****************************/
.prevnext
{
	padding-bottom: 10px;
	font-size: 0.8em;	
	height: 1.3em;
}

.prevnext #prev
{
	float: left;
}

.prevnext #next
{
	float: right;
	text-align: right;
}

/*****************************/
/** 	Footer				**/
/*****************************/

#footer { 
	width: 610px;
	background: url(images/footer.gif) left bottom no-repeat;
	padding: 10px 30px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 0.6em;
	clear: both;
	height: 6em;
} 

#footer #credits {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: left;
	text-align: left;
}

#footer #copyright {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: right;
	text-align: right;
}

.picture
{
	border: 1px solid #000;
	margin: 5px 5px;
}.staff {
	display: block;
	padding-right: 220px;
	padding-left: 20px;
}

/*****************************/
/** 	Itinerary List		**/
/*****************************/

#itinerary_list
{
	margin: 10px 0px;
	height: 300px;
}

#itinerary_list #age
{
	height: 30px;
}

#itinerary_list #tabs a
{
	display: block;
	border: 1px solid #000;
	border-bottom: none;
	height: 100%;
	line-height: 30px;
	width: 100px;
	float: left;
	text-align: center;
	margin: 0px 2px 0px 0px;
	background-color: #dadada;
	z-index: 10;
	color: #000;
	text-decoration: none;
}

#itinerary_list #tabs a:hover
{
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

#itinerary_list #itinerary
{
	position: relative;
	border: 1px solid #000;
	padding: 5px 5px;
	top: 1px;
}