/*
Theme Name: GBIF
Theme URI:
Description:
Version: 1.0
Author: Greg Burkett
Author URI: http://ripfish.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/


body {
background: url(images/bg.jpg);
margin: auto;
padding: 0;
text-align:center;
background-color:#d3d3d3;
background-repeat:repeat-x;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color: #444;
line-height:19px;
}

h2 {
font-weight:bold;
/*color:#006205;*/
color:#437598;
font-size:14px;
margin:3px 0px;
}

h1 {
font-weight:300;
color:#638330;
font-size:20px;
margin:7px 0 15px 0;
}

a, a:visited, a:active{
color:#65a801;
}

#wrapper {
margin: auto;
width:1010px;
}

#contentbg {
width:1002px;
padding:0 4px;
background:url(images/content-bg-shadow-home.png);
text-align:left;
}

#indexbg {
width:1002px;
padding:0 4px;
background:url(images/content-bg-shadow-index.png);
text-align:left;
}

#home_content {
width:435px;
margin-left:0px;
padding:15px 15px 0 130px;
background:url(images/content-floral-flourish.jpg);
background-repeat:no-repeat;
text-align:left;
float:left;
min-height:300px;
}

#index_content {
/*width:632px;*/
width:580px;
padding:15px 24px 10px 35px;
margin-left:0px;
text-align:left;
float:left;
min-height:400px;
}

#legaltext {
/*width:632px;*/
width:480px;
margin:30px 24px 10px 40px;
padding:10px;
background:#f2f2f2;
border:solid 4px #ddd;
text-align:left;
float:left;
z-index:100;
}

#headline_index {
width:657px;
padding:28px 0 0 25px;
text-align:left;
float:left;
background:url(images/headline_bg2.jpg);
height:60px;
}

#headline_index h1 {
color:white;
font-size:26px;
margin:auto;
}

#home_right_col {
width:420px;
text-align:left;
float:left;
}

#index_sidebar {
width:305px;
text-align:left;
float:left;
border-right:15px solid white;;
min-height:100px;
}

#home_right_col_boxes{
border-top:1px white solid;
border-bottom:1px #CCC solid;
width:407px;
padding:7px;
height:86px;
font-weight:bold;
}

#home_right_col_boxes img{
float:left;
margin-right:10px;
}

#footer {
width:1002px;
padding:0 4px;
text-align:left;
background:url(images/footer-gbif-grace-brethren.png);
height:39px;
color:white;
font-size:11px;
}

#footer a{
color:#ddd;
}

#copyright{
margin-left:45px;
margin-top:7px;
float:left;
width:640px;
}

#footer_menu{
margin-right:8px;
margin-top:7px;
text-align:right;
float:right;
}

#top_links {
background:url(images/top-links-background.gif);
position:absolute;
width:330px;
height:21px;
top:20px;
left:671px;
text-align:right;
padding:1px 4px 2px 0;
font-size: 11px;
}

#top_links input {
border:1px gray solid;
height:13px;
width:55px;
font-size:11px;
color:#aaa;
}

#header {
width:1010px;
position:relative;
}

#splash {
width:1002px;
background:url(images/content-bg-shadow.png);
padding:0 4px 0 4px;
}

#breadcrumbs{
font-style:oblique;
font-size:12px;
border-bottom:1px dashed #ddd;
padding-bottom:5px;
margin:3px 0;
}

#sidebar_boxes{
border-top:1px solid white;
border-bottom:6px solid #E1E1E1;
padding:11px 15px;
font-weight:bold;
font-size:10px;
color:#888;
}

#sidebar_documents{
border-top:1px solid white;
border-bottom:6px solid #E1E1E1;
padding:11px 15px;
font-weight:normal;
font-size:14px;
color:#999999;
}

#simplebox {
background:#f1f1f1;
border:1px solid #ddd;
padding:8px;
}

#sidebar_submenu{
border-top:1px solid white;
border-bottom:6px solid #E1E1E1;
padding:11px 15px;
}

#sidebar_submenu li{
border:1px white solid;
border-top:0px;
border-left:4px solid #7c9e48;
background:#e2e2e2;
padding:5px;
}

#sidebar_submenu li.current_page_item a {
text-decoration:none; color:#437598;
}

#sidebar_submenu li.current_page_item {background:#ccc; border-left:#437598;}

#sidebar_submenu a, #sidebar_submenu a:visited {
font-weight:bold;
/*color:#0787c6;*/
}

#sidebar_submenu a:hover {
color:#0787c6;
}

#main_nav {
width:900px;
height:28px;
background:url(images/main-nav-background.jpg);
padding-left:110px;
text-align:left;
padding-top:6px;
}

#main_nav li {
color:white;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11pt;
margin:0 10px;
display:inline;
}

#main_nav a {text-decoration:none; color:white;}

#main_nav li a:hover, #footer a:hover{text-decoration:underline;}

/* Tags used by WordPress */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



