/*@font-face { font-family: Roboto; src: url('fonts/Roboto-Light.ttf'); }*/
/*@font-face { font-family: Roboto; font-weight: bold; src: url('fonts/Roboto-Regular.ttf'); }*/
/*@font-face { font-family: Roboto; font-style: italic; src: url('fonts/Roboto-LightItalic.ttf'); }*/
/*@font-face { font-family: Delicious; src: url('fonts/Delicious-Roman.otf'); } */
/*@font-face { font-family: Delicious; font-weight: bold; src: url('fonts/Delicious-Bold.otf'); }*/


body {
	color: black; 
	background-image: url('wild.png');
	font-family: 'Roboto', sans-serif;
	}


.topmenu {
	margin-top: -9px;
	margin-bottom: 1px;
	color: #222;
	font-weight:bold;
	}
#crumbs, #time {
	font-size:80%;
	white-space:nowrap;
	width: 100%;
}
#crumbs {
	text-align: left;
	color: #222;
}
#time {
	text-align: right;
	}


section {
	display: table;
	margin-bottom: 5px;
	width: 100%;
	border-radius: 7px;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background-color: rgba(255,255,255,0.95);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(70,70,70,0.4);
	}


/*#panel1,#panel2,#panel3,#panel4,#flip1,#flip2,#flip3,#flip4 {*/
/*	text-align:left;*/
/*	font-weight: normal;*/
/*	cursor: pointer;*/
/*	text-decoration: underline;*/
/*	margin-left: 50px;*/
/*	text-indent: -20px;*/
/*	margin-right: 20px;*/
/*	}*/

/*#panel1,#panel2,#panel3,#panel4 {*/
/*	display:none;*/
/*	margin-bottom: 3px;*/
/*	}*/


#headerleft {
	display: table-cell;
	width: 10%;
	}

#headerright {
	display: table-cell;
	vertical-align:middle;
	}

#footerleft {
	float: left;
	padding: 10px;
	}

#footerright {
	margin-top: 10px;
	margin-right: -5px;
	text-align: right;
	}

#leftpanel {
	width: 50%;
	float: left;
	border-right: 1px solid rgb(230,230,230);
}

#rightpanel {
	width:50%;
	margin-left: 50%;
	border-left: 1px solid rgb(230,230,230);
}

#leftpanel2 {
	width: 50%;
	float: left;
	border-right: 1px solid rgb(230,230,230);
}

#rightpanel2 {
	width:50%;
	margin-left: 50%;
	border-left: 1px solid rgb(230,230,230);
}

b {
	font-weight: bold;
/*	color: #333;*/
/*	color: #643F64;*/
/*	color: #643F64;*/
}


h2 {
	color: #0099FF;
/*	color: #4f804f;*/
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	margin-top:5px;
	margin-bottom:5px; 
	margin-left: 14px;
	font-weight: bold;
	}


h3 {
	color: #0099FF;
/*	color: #4f804f;*/
/*	color: #406840;*/
/*	color: #643F64;*/
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	margin-top: 12px;
	margin-bottom: 3px;
	margin-left: 14px;
	font-weight: bold;
	}

hr {
    border: 0;
    border-bottom: 1px solid rgb(230,230,230);
/*	margin-top: 15px;*/
	margin-bottom: 0px;
	width: 100%;
}


li {
	margin-left: 25px;
}

header, footer{
	display: table;
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 5px;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(70,70,70,0.4);
	border-radius: 7px;
	-webkit-background-clip: padding;
	background-clip: padding-box;
}


p {
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 20px;
	}


.small {
	font-size:80%;
	margin-left: 5px;
	}


.indent {
	margin-left: 60px;
	text-indent: -30px;
	}

.indent2 {
	margin-left: 60px;
	margin-bottom: 7px;
	}

.indent3 {
	margin-left: 90px;
	}

.hang {
	margin-left: 50px;
	text-indent: -30px;
}

.noindent {
	margin-left: 0px;
}


a:link {
	color: #000000;
	}

a:visited {
	color: #000000; 
	}

a:hover {
	color: #8A1B08;
	}

a:active {
	color: rgb(255,0,0); 
	}


.blink {
	animation:myfirst 1.5s;
	-moz-animation: myfirst 1.5s;
	-webkit-animation:myfirst 1.5s;
	animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	}

@keyframes myfirst {
	0%   {color:black;}
	50%  {color:red;}
	100% {color:black;}
	}

@-moz-keyframes myfirst {
	0%   {color:black;}
	50%  {color:red;}
	100% {color:black;}
	}

@-webkit-keyframes myfirst {
	0%   {color:black;}
	50%  {color:red;}
	100% {color:black;}
	}

