@charset "UTF-8";
body {
    margin: 0px;
    padding: 0px;
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/sand.gif');
    background-repeat: repeat;
}

a:link {
    color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
    color: #ff0000;
}

a:active {
    color: #ff0000;
}

.hometop {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/water.gif');
    background-repeat: no-repeat;
    background-position: center top;
    height: 365px;
}
.nav {
    height: 57px;
    width: 534px;
    padding-right: 254px;
}
.homepic {
    height: 150px;
    width: 790px;
}

.bottom_wrap {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/footer_wave.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
}

.homecontent {
    width: 790px;
}
.hcright {
    width: 232px;
}

.hcleft_fill {

}

.hcleft_min_height {
    height: 450px;
    width: 1px;
}

.hcleft td {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    color: #000000;
}

.hcleft {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/homemain_03.gif');
    background-repeat: no-repeat;
    background-position: right top;
    width: 528px;
    padding-top: 5px;
    padding-left: 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-align: left;
    padding-right: 20px;
}

h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 25px;
    color: #0b66b0;
}

h4 {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
}

.place {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/homemain_04.gif');
    height: 106px;
    width: 231px;
}

.footer {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/footer_bar.gif');
    background-repeat: no-repeat;
    background-position: center top;
    height: 35px;
    width: 790px;
    padding-top: 7px;
    text-align: center;
}

.footer a:link {
    color: #000000;
    text-decoration: none;
}

.footer a:visited {
    color: #000000;
    text-decoration: none;
}

.footer a:hover {
    color: #880000;
    text-decoration: none;
}

.footer a:active {
    color: #ff0000;
    text-decoration: none;
}

.bg_one {
    width: 100%;
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/footer_wave.gif');
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.innertop {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/water_inner.gif');
    background-repeat: no-repeat;
    background-position: center top;
    height: 251px;
}
.innerpic {
    height: 163px;
    width: 790px;
}

.copyright {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    height: 40px;
    width: 100%;
}

.gallery_block_outer {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/side_box_08.gif');
    background-repeat: repeat-y;
    width: 231px;
}

.gallery_block_inner {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/side_box_07.gif');
    background-repeat: no-repeat;
    background-position: top center;
    width: 231px;
}

.gallery_block_content {
    padding-left: 24px;
    padding-right: 15px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    color: #000000;
}

.gallery_block_content a:link {
    color: #000000;
    font-size: 10pt;
    font-family: Tahoma, Arial, default;
    text-decoration: none;
}

.gallery_block_content a:visited {
    color: #000000;
    font-size: 10pt;
    font-family: Tahoma, Arial, default;
    text-decoration: none;
}

.gallery_block_content a:hover {
    color: #880000;
    font-size: 10pt;
    font-family: Tahoma, Arial, default;
    text-decoration: underline;
}

.gallery_block_content a:active {
    color: #ff0000;
    font-size: 10pt;
    font-family: Tahoma, Arial, default;
    text-decoration: underline;
}

.req {
    color: #ff0000;
}

.contact_form td {
    font-size: 12px;
    font-family: Trebuchet MS;
}

.contact_form th {
    font-size: 13px;
    font-family: Trebuchet MS;
}

.message-error {
    color: #ff0000;
}

.message-info {
    color: #008800;
}

.error {
    color: #ff0000;
}

.faqs div {
    padding-bottom: 4px;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #0099CC;
    color: #0099CC;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    position: relative;
    background: #EEF7D4;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#top-nav .inner {
    height: 2.2em;
    padding-left: 180px;
    border: 1px solid #BBBBBB;
}
#top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-nav li {
    float: left;
    padding-left: 0;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    color: #66A326;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #99CC00;
    color: #FFFFFF;
    text-decoration: none;
}
#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #99CC00;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #0099CC;
    font-size: 1.3em;
    font-weight: bold;
    color: #EEF7D4;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #99CC00;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
/*************************/
/*      MEDIA LIST       */
/*************************/

.moduleToolbar {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
}
.moduleToolbar li {
    display: inline;
    float:left;
    list-style-type: none;
    margin: 0 15px 0 5px;
}
.moduleToolbar a:hover {
    text-decoration: none;
}
.moduleToolbar a span {
    display: block;
    margin: 0;
    color: #666666;
    font-weight: bold;
}

.extrabar {
    float: left;
    width: 100%;
    background: #EEF7D4;
    border: 1px solid #99CC00;
    border-top: 3px solid #99CC00;
}
.extrabarInner {
    padding: 4px;
}
.extrabar h2 {
    color: #666666;
}

.moduleContent {
    float: left;
    width: 100%;
    margin: 10px 0;
}

/*****************************/
/*   MEDIA LIST THUMB VIEW   */
/*****************************/
div.thumb {
    float: left;
    margin: 0 0 5px 5px;
    text-align: center;
}

div.thumbBox {
    position: relative;
    /* TODO This should be more flexible */
    /* and not depend on a 70px maxsize */
    width: 128px;
    padding-bottom: 10px;
    border: 1px solid #EEEEEE;
    -moz-border-radius: 0.5em;
}
div.thumbMedia {
    margin: 0 auto;
    padding: 4px 0;
    width: 90px;
    height: 70px;
}
div.thumbBox:hover {
    background: #EEEEEE;
}
.thumbMedia img {
    border: 2px solid #FFFFFF;
}

div.thumbToolbar {
    height: 1.8em;
    line-height: 1.8em;
}
div.thumbToolbar a {
    color: #666666;
    text-decoration: underline;
}
div.thumbToolbar a:hover {
    color: #66A326;
}
div.thumbToolbar span {
    vertical-align: middle;
}
div.thumbInfo {
    display: none;
}

div.thumb:hover .thumbBox {

}
div.thumb:hover .thumbToolbar span {
    visibility: visible;
}

div.thumbMedia {

}

.thumb h3 {
    width: 124px;
    overflow: hidden;
    font-size: 0.9em;
    margin-top: 0.8em;
    font-weight: normal;
    color: #666666;
}

/************************************/
/*           IMG ASSOC MGR          */
/************************************/
.complete_thumb{
    float:left;
    margin:0;
    padding:10px 0 10px 0;
}
.complete_thumb_highlighted{
    float:left;
    margin:0 10px 10px 0;
    padding:14px 10px 4px 10px;
    background-color:#f6f5f2;
    border:1px solid #d9d8cb;
    height:100px;
    width:20%;
}
div.complete_thumb_highlighted input{
    margin:0 0 4px 0;
    padding:0;
    border:1px solid #c3cea5;
}
/*
.thumb img{
    border:1px solid #666666;
    margin:0;
    padding:1px;
    background-color:#ffffff;
    vertical-align:bottom;
}
*/

.thumb img:hover{
    /*border:1px solid #000000;*/
}

.thumb_title{
    margin:0;
    padding:8px 0 0 0;
    clear:both;
    float:left;
}

.thumb_title h1{
    margin:0;
    padding:0 0 0 0;
    color:#333333;
    font-weight:bold;
    font-size:1em;
}
.thumb_title h2{
    margin:0;
    padding:0 0 8px 0;
    color:#666666;
    font-weight:normal;
    font-size:1em;
}
.thumb_title h3{
    margin:0;
    padding:0;
    color:#666666;
    font-weight:normal;
    font-size:1em;
}
.thumb_title a{
    text-decoration:none;
    color:#666666;
}
.thumb_title a:hover{
    text-decoration:underline;
}

/*************************/
/*      MEDIA EDIT       */
/*************************/
#content form li {
    margin-right: 290px;
}

#mediaImage {
    position: absolute;
    width: 270px;
    top: 1em;
    right: 0;
}
div.mediaDetail {
    padding: 2px 10px;
}

