@charset "UTF-8";
/* CSS Document */
*		{
	margin:0px;
	padding:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
		}
body{		
		animation:myfirst linear 0.75s;
-moz-animation:myfirst linear 0.75s; /* Firefox */
-webkit-animation:myfirst linear 0.75s; /* Safari and Chrome */
}

@keyframes myfirst
{
from  {margin-top:0px;}
to  {margin-top:-235px;}

}

@-moz-keyframes myfirst /* Firefox */
{
from  {margin-top:0px;}
to  {margin-top:-235px;}

}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
from  {margin-top:0px;}
to  {margin-top:-235px;}
}
		
body	{
	margin-top:-235px;
	background-color:#FEF7EA;
}

#footer	{padding:20px;
text-align:center ;
	color: rgba(124,98,83,1);
}

.footerstyle  {
	font-weight: bold;
	color: rgba(241,140,113,1);
	padding-left:80px;
}

.footerstyle  a {
	color: rgba(124,98,83,1);
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(124,193,209,1);
}

.footerstyle  a:hover {
	color: rgba(124,98,83,1);
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: rgba(124,193,209,1);
}
.button {
	border-top: 1px solid #8a6f62;
	background: #3E322A;
	background: -webkit-gradient(linear, left top, left bottom, from(#7C6253), to(#3E322A));
	background: -webkit-linear-gradient(top, #7C6253, #3E322A);
	background: -moz-linear-gradient(top, #7C6253, #3E322A);
	background: -ms-linear-gradient(top, #7C6253, #3E322A);
	background: -o-linear-gradient(top, #7C6253, #3E322A);
	padding: 10.5px 21px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #FEF7EA;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
   }
.button:hover {
   border-top-color: #ffffff;
   background: #7C6253;
}

.sorala {
	font-family: 'Euphoria Script', cursive;
	font-size: 24px;
	font-style: italic;
	color:#E58551;
}

#header { background-image:url(psd/headerbackground.gif);
		 height:459px;
		 width:100%;
		}
		
#logo_top {
	background-image:url(psd/logotop.gif);
	height:334px;
	width:573px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -10px;
		 }

#logo_mid { background-color:#7cc1d1;
		height:30px;
		}
		 
#logo_bot { background-image:url(psd/logobot.gif);
		 height:66px;
		 width:573px;
		 margin-left:auto;
		 margin-right:auto;
		 }
		 
h1		{padding-top:8px;
		font-size:12px;
		text-align:center;
		color:white;
		}

#nav	{
	margin-top:15px;
  margin-left:357px;
	width:600px;

}

ul	{
	list-style-type:circle;
}


.current_link img {
	background-color: #D1DADC;/*border-top-left-radius:50px;
border-top-right-radius:50px;*/
}
.current_link {
	background-color: #7CC1D1;
}

.link img:hover {
	background-color: #D1DADC;
	-moz-box-shadow: inset 0 0 0px 0px;
	-webkit-box-shadow: inset 0 0 0px 0px;
	box-shadow: inset 0 0 0px 0px;	/*border-top-left-radius:50px;
border-top-right-radius:50px;*/
}

/*.link img	{	-moz-box-shadow:  0px 0px 20px 2px white;
	-webkit-box-shadow:  0px 0px 20px 2px white;
	box-shadow:  0px 0px 20px 2px white;
	}*/
	
.link	{
	background-color:#7CC1D1;
}
#content	{
	width:900px;
	background-color:#FEF7EA;
	margin-right:auto;
	margin-left:auto;
		}


#content_inner {
	overflow:visible;
	margin: 0px auto;
	width: 850px;
	padding:25px;
	background: white;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3) inset;
	-moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3) inset;
	box-shadow:         0px 0px 8px rgba(0,0,0,0.3) inset;
	position: relative;
	z-index:90;
	text-align:center;
	border-top-width: 5px;
	border-top-color: #7CC1D1;
	border-top-style: solid;
	
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

ul	{
	padding-left:85px;
	text-align:left;}

.brown {	color:#7C6253;
line-height:22px;}

.orange {
	color:#F08B71;
	line-height:22px;
}

.big	{font-size:16px;}

.blue	{
	padding: 5px 10px;
	margin: 10px;
	color: #594334;
	font-size: 21px;
	font-weight: bold;
	border: 2px dashed #fff;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-box-shadow: 0 0 0 4px #FAE2DB, 2px 1px 4px 4px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #FAE2DB, 2px 1px 4px 4px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #FAE2DB, 2px 1px 6px 4px rgba(10,10,0,.5);
	font-weight: normal;
	background-color: #FAE2DB;
	line-height:25px;
}

.blue2	{
	padding: 5px 10px;
	margin: 10px;
	color: #594334;
	font-size: 21px;
	font-weight: bold;
	border: 2px dashed #fff;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-box-shadow: 0 0 0 4px #DCD3CE, 2px 1px 4px 4px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #DCD3CE, 2px 1px 4px 4px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #DCD3CE, 2px 1px 6px 4px rgba(10,10,0,.5);
	font-weight: normal;
	background-color: #DCD3CE;
	line-height:25px;
}

#info {width:33%;
float:left;
margin-right:35px;
}
.trans {opacity:0.4}
table	{
width:60%;
margin-left:35px;
padding-left:35px;
border-left: dotted 1px #E58551;}

td	{
	padding-top:4px;
	padding-bottom:4px;}
	
tr {
	background-color:#DDEEF2;
}

tr:nth-of-type(even) {
	background-color:white;
}

td:nth-of-type(even) {
	font-style:italic;
	width:40%;
}

.ribbon {
	margin-top:75px;
	opacity: 0.8;
	padding: 0 25px;
	height: 80px;
	display:inline-block;
	color: #301607;
	width:170px;
	position: relative;
	float: left;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E8BCB0), to(#F18C71));
	background-image: -webkit-linear-gradient(top, #F18C71, #E8BCB0);
	background-image:    -moz-linear-gradient(top, #F18C71, #E8BCB0);
	background-image:     -ms-linear-gradient(top, #F18C71, #E8BCB0);
	background-image:      -o-linear-gradient(top, #F18C71, #E8BCB0);
	background-image:         linear-gradient(top, #F18C71, #E8BCB0);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 32px;
	line-height: 80px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    }
	
.ribbon:after {
	content: "";
	display: block;
	width: 40px;
	height: 0px;
	position: absolute;
	right: 0;
	bottom: 0px;
	bottom: -1px;
	z-index: 20;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: right bottom;
	-moz-transform: rotate(90deg);
	-moz-transform-origin: right bottom;
	-o-transform: rotate(90deg);
	-o-transform-origin: right bottom;
	-ms-transform: rotate(90deg);
	-ms-transform-origin: right bottom;
	transform: rotate(90deg);
	transform-origin: right bottom;
	border-right-width: 80px;
	border-bottom-width: 80px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #F18C71;
	border-right-color: #FEF7EA;
	}
	
.ribbon:before {
    content: "";
    display: block;
    width: 20px;
    height: 0px;
 
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 10;
 
    border-bottom: 80px solid rgba(0, 0, 0, 0.3);
    border-right: 80px solid transparent;
 
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: right bottom;
    -moz-transform: rotate(80deg);
    -moz-transform-origin: right bottom;
    -o-transform: rotate(80deg);
    -o-transform-origin: right bottom;
    -ms-transform: rotate(80deg);
    -ms-transform-origin: right bottom;
    transform: rotate(80deg);
    transform-origin: right bottom;
    }
#content #nav .link img,
#content #nav .current_link img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
