/*
Theme Name: SOL International Foundation
Theme URI: http://solif.org/
Description: SOLIF theme
Version: 2.0
Author: Steve Craig
Author URI: http://thescubageek.com/
Tags: fixed width, three columns, widgets
*/

/************ GENERAL STYLES ************/

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

body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc url(images/bg.jpg) top center fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #333;
}

a {
	color: #f36b22;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
	cursor: pointer;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

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

/*************************
 * CONTAINER AND HEADER STYLES
 *************************/


#container {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 962px;  
	height: 100%;
	background: #fff url('images/body_bg.gif');
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;	
	border-bottom: 3px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#container #left_corner {
	position: absolute;
	left: 50%;
	z-index: 2;
	margin-left: -504px;
	top: 340px;
}

#container #right_corner {
	position: absolute;
	left: 50%;
	z-index: 2;
	margin-left: 481px;
	top: 340px;
}

/************** header ***************/

#header {
	position: relative;
	width: 682px;
	height: 410px;
} 

#header #picture
{
	position: absolute;
	left: 280px;
	top: 0px;
	width: 682px;
	height: 350px;
	background: #333;
}

#header #menu
{
	position: absolute;
	left: 280px;
	top: 350px;
	width: 692px;
	height: 70px;
	background: url('images/header_menu.gif') top left no-repeat;
	overflow: visible;
}

#header #menu a
{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
	
}

#header #menu a:hover
{
	background: #000;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

#header #menu
{
	list-style: none;
}

#header #menu .dropdown
{
	position: absolute;
	display: none;
	top: 60px;
	left: 0px;
	width: 680px;
	z-index: 100;
	background: #0f101d;
	color: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
	border: 1px solid #242544;
	border-top: none;
}

#header #menu .dropdown li
{
	list-style: none;
	margin: 0px 0px;
	padding: 0px 0px;
}

#header #menu .dropdown a
{
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 14px;
	border: none;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 0px 8px;
	margin: 0px 0px;
}

#header #menu .dropdown a:hover
{
	background: #fff;
	color: #0f101d;
}
/************** sidebar ****************/

#sidebar
{
	position: absolute;
	display: block;
	
	width: 280px;
	height: 100%;
	background: #000;
	color: #ccc;
	z-index: 10;
}

#sidebar #logo
{
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

#sidebar li {
	list-style: none;
	margin: 0 0;
}

#sidebar li li {
	list-style: none;
	margin: 0 0;
}

#sidebar ul {
	margin: 0 0;
	margin-left: -40px;
}

	.nav
{
	margin: 10px 3px 10px 0px;
	clear: left;
	border: 1px solid #242544;
	background: #0f101d;
}

.nav h2
{
	padding: 5px 5px;
	margin: 0px 0px;
	background: #242544 url('images/header_menu.gif') top left no-repeat;
	color: #fff;
	text-align: center;
}

.nav h2 a
{
	display: block;
	color: #fff;
	text-decoration: none;
}


.nav h2 a:hover
{
	color: #999;
	background: none;
}

.nav p
{
	display: block;
	color: #ddd;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px;	
}

.nav a
{
	display: block;
	border: none;
	margin: 0px 0px;
	padding: 0px 0px;
	color: #f36b22;
	padding: 2px 2px;
	text-decoration: none;
}

.nav a:hover
{
	background: #242544;
}

#contact a
{
	display: inline-block;
}


.nav div
{
 	padding: 0px 5px;	
}

.sidebar_button
{
	margin: 10px 0px;
}

.sidebar_button a:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

/************** TOP SIDEBAR ******************/

#top_sidebar
{
	display: block;
	width: 100%;
	height: 100px;
	margin: 0px 0px 0px 0px;
}

#searchform
{
	line-height: 40px;
}

#searchform #s
{
	width: 200px;
}	

#networking
{
	position: relative;
	display: inline-block;
	padding: 0px 10px 0px 0px;
	height: 30px;
	line-height: 30px;
	width: 120px;
	float: right;
}

#networking a
{
	float: right;
	padding: 5px 0px 5px 5px;
}

#networking a:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

#donate
{
	float: left;
	position: relative;
	display: inline-block;
	width: 120px;
}


/*****************************/
/** 	Content				**/
/*****************************/
#mainContent {
	position: relative;
	margin: 0px 0px;
	background: #fff url('images/body_bg.gif') top left repeat-y;
	font-size: 14px;
	line-height: 22px;
	height: 100%;	
}

.content
{
	padding-left: 300px;
	padding-right: 20px;
}

.content h2
{
	font-size: 30px;
	border-bottom: 1px solid #242544;
	color: #242544;
}

.subinfo
{
	font-size: 12px;
	font-style: italic;
}

#donate
{
	margin: 10px 0;
	text-align: center;
}

/*************** pagelinks ***************/
.pagelinks
{
	position: relative;
	display: block;
	font-size: 10px;
	padding: 5px 5px;
	background: #0f101d;
	text-align: left;
	color: #fff;
	margin: 5px 5px;
	border: 1px solid #242544;
	float: right;
	clear: right;
	width: 625px;
}

.pagelinks h3
{
	background: #242544 top left repeat-x;
	float: left;
	display: inline-block;
	margin: -5px 5px 0px -5px;
	color: #fff;
	padding: 0px 0px;
}

.pagelinks h3 a
{
	border: none;
	display: block;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0px 0px;
	padding: 5px 5px;
}

.pagelinks h3 a:hover
{
	color: #fff;
	background: #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	border: none;
}

#mainpages
{
	clear: both;
}

.pagelinks .current_page_item a
{
	background: #fff;
	color: #000;
	border: 1px solid #0f101d;
}

.pagelinks .current_page_item a:hover
{
	background: #fff;
	color: #000;
}

.pagelinks li
{
	display: inline-block;
	list-style: none;
}

.pagelinks a
{
	padding: 2px 2px;
	border: 1px solid #0f101d;
	line-height: 16px;
	height: 16px;
}

.pagelinks a:hover
{
	background: #0f101d;
	color: #fff;
	border: 1px solid #5a93bc;
}

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

.prevnext #prev
{
	float: left;
}

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


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

#footer { 
	position: relative;
	width: 935px;
	padding: 10px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dadada url(images/footer.gif) top center repeat-x;
	font-size: 10px;
	clear: both;
	float: left;
	margin-left: 2px;
	border: 2px solid #000;
	text-align: center;
} 

#footer li
{
	display: inline-block;
	list-style: none;
}

#footer #wordpress {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 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: 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;
}
