﻿
@import url("photos\.css");
@import url("labels\.css");
@import url("lightbox\.css");
/* */
#nicetitlecontainer{
	color: #DDD;
	border: 4px solid #CCC;
	background-color: #000;
}
div.nicetitle{
font-size: 10px;
left: 0;
padding: 7px;
position: absolute;
top: 0;
text-align:left;
width: 25em;
z-index: 100;
width: auto;
height: auto;
}	
div.nicetitle p {
margin: 0;
padding-bottom: 3px;
font-weight:bold;
font-size:10px;

}
div.nicetitle p.destination {

font-weight: normal;
font-size: 10px;
padding-bottom: 0px;
text-align: left;
}


/* CSS Tabs */
#navcontainer {
        background: #ddd;
        width: 100%;
        margin: 0 auto;
        padding: 1em 0;
        font-family: georgia, serif;
        font-size: 13px;
        text-align: center;
       
}

ul#navlist {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 70%;
}

ul#navlist li {
        display: block;
        margin: 0;
        padding: 0;
	list-style-type: none;
}

ul#navlist li a {
        display: block;
        width: 100%;
        padding: 0.5em 0 0.5em 2em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #777;
        text-decoration: none;
        background: #f7f2ea;
        list-style-type: none;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background: #f0e7d7;
        color: #800000;
	list-style-type: none;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #800000;
        background: transparent;
        border-color: #aaab9c #ddd #fff #ddd;
	list-style-type: none;
	
}