﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

body {
    
    background-color: #D79BBC;
    font-size: 1.5em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #9438eb;
    text-decoration: underline;
}

a:visited {
    color:blue;
}

a:hover {
    color: #5D7ffd;
    text-decoration: none;
    
}

a:active {
    color: green;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #72244E;
}

h1, h2 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
div {border-radius: 10px 10px 10px 10px;
     
}
#statcounter{
    position:relative;
    float:left;
    top:50px;
    right:700px;
}
#page {
    background-color: #D79BBC;/*#cc99ff;*/
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

    #header {
        
        position: relative;
        margin-bottom: 0;
        margin-left: 5px;
        margin-top: 0px;
        color: #D79BBC;
        padding: 0;
        box-shadow: 10px 10px 15px dimgrey;
        top: 50px;
        /*CSS3 properties*/
        border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
    }

    #main {
        
        padding: 5px 5px 5px 5px;
        background-color: #D79BBC;
        margin-bottom: 10px;
    
        /*CSS3 properties*/
        border-radius: 4px 0 4px 4px;
        -webkit-border-radius: 4px 0 4px 4px;
        -moz-border-radius: 4px 0 4px 4px;
    }

    #footer {
        position: absolute;
        bottom:-75px;
        background-color: #D79BBC;
        padding: 10px 0;
        text-align: left;
        line-height: normal;
        margin: 0;
        font-size: .9em;
        left: 10px;
    }
    
    .classification { 
	position: relative;
    float: right;    
	width: 91px;
	height: 17px;
}


.classification .cover {
	position: absolute;
	background: transparent url(/Images/stars.png) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 91px;
	height: 17px;
	z-index: 101;
}

.classification .progress {
	position: absolute;
	background: transparent url(/Images/stars_full.png) top left no-repeat;
	top: 0px;
	left: 0px;
	height: 17px;
	z-index: 102;
}

.flashclass{ /*sample CSS class added to image slideshow container*/
    width: 400px; /*a width should be defined for transition to work*/
 /*   border: 4px solid #704968;
    padding: 5px;  */
}

.flashclass img{
border-width: 0;
}

    #bio
    {
        position: relative;
        float:left;
        padding: 12px;
        margin: 30px;
        left: -100px;  
        border: 3px solid;
        border-color: #5A3A54;
        width: 75%;
        line-height: normal;
        font-size: 1em;
        background-color: #ECD0BB; /*#B0A5CA*/
        box-shadow: 10px 10px 15px dimgrey;
    }
    
     #news
    {
        position: relative;
        text-align:left;
        padding: 12px;
        margin: 30px;
        left: -200px;  
        border: 3px solid;
        border-color: #5A3A54;
        width: 25%;
        line-height: normal;
        font-size: 1em;
        background-color: #ECD0BB; /*#B0A5CA*/
        box-shadow: 10px 10px 15px dimgrey;
    }
    
    #adventures {
        position: relative;
        float:left;
        padding:12px;
        margin-bottom:30px;
        left:-100px;
        width: 80%;
        height: 300px;
        top: 10px;
        box-shadow: 10px 10px 15px dimgrey;
    }
    
    #details {
        position: relative;
        float:left;
        padding:12px;
        margin-bottom:30px;
        left:-140px;
        width: 80%;
        /*height: 300px;*/
        top: 10px;
    }
    
    #details td{
        color: #fff;    
        
        padding: 4px 8px;
        text-decoration: none;
        font-weight: bold;
        border: 3px solid;
        border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
        text-align: left;
        text-decoration:none;
    }

    #details {
        position: relative;
        float:left;
        padding:12px;
        margin-bottom:30px;
        left:-140px;
        width: 80%;
        /*height: 300px;*/
        top: 10px;
    }

    #stars td{
        color: #fff;        
    }
    
    #adventures td{
        color: #D7ABC3;
        
        /*width: 10%;*/
        padding: 4px 8px;
        text-decoration: none;
        font-weight: bold;
        border: 3px solid;
        border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
        text-align: left;
        text-decoration:none;
        
    }
    
    p {
        text-align:justify;
    }

/* Site Title 
----------------------------------------------------------*/
#header .site-title {
    font-family:cursive, sans-serif;
    text-align: center;
    position: relative;
    float: right;
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #72244E;
    border: none;
    line-height: 3em;
    font-size: 40px;
    box-shadow: 10px 10px 15px dimgrey;
    /*CSS3 properties*/
    text-shadow: 1px 1px 2px #111;
}

#family{
    position: relative;
    float: left;    
    padding: 5px 5px;
    margin: 30px;
    color: #72244E;
    border: 3px solid;
    border-color: #5A3A54;
    line-height: 1em;
    font-size: 20px;
    text-align: center;
    left: -150px;
    top: -80px;
    width: 55%;
    box-shadow: 10px 10px 15px dimgrey;
}

#content {
    
    
    position: relative;
    float: right;    
    padding: 0px 0;
    margin: 30px;
    color: #72244E;
    border: none;
    line-height: 1em;
    font-size: 20px;
    text-align: center;
    left: 300px;
    
    /*top: 10px;*/
    
    /*CSS3 properties*/
    /*text-shadow: 1px 1px 2px #111;*/
}

#pagetitle {
    font-family:cursive, sans-serif;
    position: relative;
    float: right;
    font-weight: bold;
    padding: 0px 0;
    margin: 0;
    color: #72244E;
    border: none;
    line-height: 2em;
    font-size: 40px;
    
    right:300px;    
    top: -180px;
    text-align:center;
    /*CSS3 properties*/
    text-shadow: 1px 1px 2px #111;
}

[css]/* tabs
*************************/

ul.tabs
{
display: table;
margin: 10px;
padding: 10px;
list-style: none;
position: relative;
}

ul.tabs li
{
margin: 0;
padding: 10px;
list-style: none;
display: table-cell;
float: left;
position: relative;
}
ul.tabs a
{
position: relative;
display: block;
}

/* dropdowns
*************************/

ul.dropdown
{
margin: 0;
padding: 0;
display: block;
position: absolute;
z-index: 999;
top: 100%;
width: 125px;
display: none;
left: 0;
border: 2px solid #72244E;
border-radius: 6px 6px 6px 6px;
}

ul.dropdown ul.dropdown
{
top: 0;
left: 95%;
}

ul.dropdown li
{
margin: 0;
padding: 5px;
float: none;
text-align:left;
position: relative;
list-style: none;
display: block;
}

ul.dropdown li a
{
display: block;
}

/* Login Display  
----------------------------------------------------------*/
/*FCB login code
#login {
    display: block;
    font-size: .85em;
    margin-top: 20px;
    margin-right:20px;
    margin-right:auto;
    text-align: right;
}
prior login
#login {
    float: right;
    top: 5px;
    font-size: 1em;
    display: block;
    text-align: right;
    color: #000;
}*/

/*Compromise login*/
#login {
    display:block;
    font-size:1em;
    position: relative;
    top: -25px;
    float: right;
    text-align:right;
    color: #000;
    }

    #login li {
        margin: 0;
        display:inline-block;
        list-style: none;
        padding-left: 5px;
    }
    
    #login a:link, #login a:visited {
        color: #fff;
        text-decoration: none;
    }

    #login a:hover
    {
        color: #72244E;
        text-decoration: underline;
    }
    
    /* Slideshow 
---------------------------------------------------------*/

    #slideshow
    {
       position: absolute;
        float:left;
        padding: 12px;
        margin: 30px;
        right: 300px;  
       border: 3px solid;
        border-color: #5A3A54;
        top: 20px;
        background-color: #ECD0BB;
        box-shadow: 10px 10px 15px dimgrey;       
    }
    
    aside {
    float: right;
    width: 20%;
    position:relative;
    top:-175px;
    right:-70px;  
}

/* Tab Menu   
----------------------------------------------------------*/
ul#menu {
    clear: both;
    border-bottom: 1px #5c87b2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: none;
        list-style: none;

    }

        ul#menu li a {
            padding: 10px 0px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
            
            /*CSS3 properties*/
            border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
        }

        ul#menu li a:hover {
            background-color: #B0A5CA;
            text-decoration: none;
        }

        ul#menu li a:active {
            background-color: #a6e2a6;
            text-decoration: none;
        }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }
        
        #buttonmenu{
            float:left;
            position: relative;
            top: 30px;
        }
               
        .buttonmenu{
            list-style-type: none;
            margin: 0;
            padding: 0;
            width: 150px;
            height: 50px;
        }
        
        .buttonmenu li a{
            color: white;
            display: block;
            width: 100%;
            padding: 4px 8px;
            text-decoration: none;
            font-weight: bold;
            border: 3px solid;
            border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
            background-color: #704968;
            text-decoration:none;
        }


        .buttonmenu li a:visited{
            color: #D7ABC3;
        }

        .buttonmenu li a:hover, .buttonmenu li a:active
        {
            color: #72244E;
            background-color: #CDB4C8;
        }
        
        ul#familymenu
        {
            margin: 0;
            padding: 0;
            list-style:none;
            background: #D7ABC3 repeat-y center;            
        }
        
        ul#familymenu li span
        {
            padding-left: 1em;
        }
        
        ul#familymenu li.trigger
        {
            padding: .4em;
        }
        /*ul#familymenu hover menu position override */
        ul#familymenu .trigger ul.menuclass
        {
            margin-top: 1em;
            margin-left: 3em;
        }
        
        /*++ Hover menu styles */
        .trigger ul.menuclass
        {
            display:none;
            position: absolute;
            left: 40%;
            margin: 0;
            padding: .4em;
            list-style: none;
            background: #A697CA repeat-y center;
            border: solid 1px #ccc;
        }
        
        .trigger ul.menuclass li
        {
            padding: .1em .5em;
        }
        .trigger ul.menuclass li a
        {
            display: block;
        }
        .trigger:hover
        {
            background: #B0A5CA  no-repeat center;
        }
        .trigger:hover ul.menuclass
        {
            display: block;
        }
/* forms   
----------------------------------------------------------*/
fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

    fieldset legend {
        font-size: 1.1em;
        font-weight: bold;
        padding: 2px 4px 8px 4px;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }
    
        fieldset ol li {
            padding-bottom: 5px;
        }
    
    fieldset label {
        display: block;
    }
    
    fieldset label.checkbox {
        display: inline;
    }
    
    fieldset input[type="text"], input[type="password"] {
        border: 1px solid #ccc;
        padding: 2px;
        font-size: 1.2em;
        color: #444;
        width: 300px;
    }

    fieldset input[type="submit"] {
        font-size: 1.2em;
        padding: 5px;
    }
    
 /* Information and errors  
----------------------------------------------------------*/  
.message {
    clear: both;
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 15px;
    
    /*CSS3 properties*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    -moz-box-shadow: 2px 2px 5px #888;
}

.info {
    background: #bde5f8;
    color: #00529b;
}

.error {
    background: #ffe4e4;
    color: #be3e16;
}

.success {
    background: #dff2bf;
    color: #4f8a10;
}

input[type="text"].error-field, input[type="password"].error-field { 
    border: solid 1px #be3e16; 
    background-color: #ffe4e4;
}

.validation-error {
    display: inline;
    color: #be3e16;
    font-weight: bold;
    font-size: 1.1em;
}

    .validation-error:before {
        content: "»";
    }