/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Original: BlueTrip CSS
     Modified: KoppeMe.com
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black			#000
- white			#fff
-tab			93D7A8
-tab selected	C4F1C7
\**************************************/

/**************************************\
------------- LINK ORDER ---------------
a:link		 unvisited link 
a:visited	 visited link 
a:hover		 mouse over link 
a:active	 selected link 

\**************************************/



/**************************************/
/*              GLOBALS               */
/**************************************/
body{
	/*background-color: #EBEBEB;*/
	background-color: #dfffff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.clear { clear: both; background: none; }
.container{
	border: 1px solid #c0c0c0;
}
.container a:link		 /*unvisited link */
{
	color: #00CECB;
}
.container a:visited	 /*visited link */
{
	color: #00CECB;
}
.container a:hover		 /*mouse over link */
{
	color: #00E0DD;
}
.container a:active	 /*selected link*/
{
	color: #00AEAC;
}

/**************************************/
/*              HEADER                */
/**************************************/
#header{
	background-color: #00CCCC;
	height: 90px;
}
#header img{
	padding: 20px;
	float: left;
}
#header p{
	padding-top: 35px;
	padding-right: 20px;
	font-size: 2em;
	float: right;
	color: #FFF;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/
#navigation{
	background-color: #fdff00;
	line-height: 22px;
	text-align: right;
}
#navigation a{
	color: #484848;
	font-size: 18px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	display: inline-block;
}
#navigation a:link{
	color: #484848;
}
#navigation a:visited{
	color: #484848;
}
#navigation a:hover{
	background-color: #0cc;
	color: #fff;
}
#navigation a:active{
	background-color: #00CCCB;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#main{
	background-color: #FFF;
	border-top: 1px solid;
}

/************/
/* All Tabs */
/************/
.tab{
	text-align: center;
	background-color: #c7edf3;
	font-size: 20px;
}
.tab a{
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 14px;
	display: inline-block;
	width: 100%;
}
.tab a:link{
	color: #000;
	text-decoration: none;
}
.tab a:visited{
	color: #000;
	text-decoration: none;
}
.tab a:hover{
	background-color: #A7E800;
	color: #fff;
}
.tab a:active{

}
/*****************/
/* Selected Tabs */
/*****************/
.tab.selected{
	background-color: #a5d0db;
}

.centered{
	text-align: center;
}

#main .applet{
	margin-top: 15px;
	text-align:center;
}
#main .countdown{
	text-align: right;
	color: #c90000;
	font-style: italic;
}

/**************************************/
/*               FOOTER               */
/**************************************/
#footer{
	text-align: center;
	background-color: #FFF;
	font-size: 9px;
}

/**************************************/
/*               FORMS                */
/**************************************/
#main input, label, textarea, .optional{
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 14px;
}
#main .optional{
	color: #bbb;
}
#main input[type="text"]{
	width: 70%;
}
#main textarea{
	width: 99%;
	height: 7em;
}
#main button{
	float:right;
}
#sendLinkForm{
	background-color: #a5d0db;
}
#main input[type="text"]#link{
	width: 30%;
}

/**************************************/
/*            GALLERY                 */
/**************************************/
#gallery{
}
.photo{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 620px;
	background-color: #F1F1F1;
	text-align: center;
	border: 1px solid #c8c8c8;
	padding: 10px 10px 0px 10px;
}
.photo img{
	border: 1px solid #FFF;
}