@charset "utf-8";
/* CSS Document */

@font-face{
    font-family:"Sanitechtro";
    src:url('Sanitechtro.ttf'),
    url('Sanitechtro.eot');
}
article, aside, figure, footer, header, nav, section {
    display: block;
}

html {
	<!-- background-image: url(images/background.jpg);
	padding-top: 20px;  -->
}

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 87.5%;
    width: 800px;
    margin: 0 auto;
   
	background-color:rgba(255,255,2555,0.5);
	border-top-right-radius: 20px; 
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
    border:none;
}

header img {
	
	padding-top: 10px;
    border:none;
}

#logo {
	padding-left: 38px;
}
#social {
	float:right;
	padding-right: 45px;
	border: 0;
}


nav {
	color: white;
	}

nav ul{
	list-style: none;
}
.nav ul{
	list-style: none; padding:10em; margin:5px;	
    position:absolute;
}

.nav li{
	margin:3px;
	float: left;
	width: 110px; 
	height:40px;
	color: white; 
	font-family: Sanitechtro;
	font-size: 16px;
	text-align:center;
	line-height: 30px; 
	line-height: 40px;
	border: 2px solid black;
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	border-top-right-radius: 10px; 
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	 
  
}

.nav li ul{
	position: absolute; top: 40px; left:30px;
}
.nav :hover {
	background: black;
}
.nav a{
	font-weight: bold; 
	text-decoration: none;
	color: white;
	display:inline-block;
    text-align:center;
	padding-left: 17px;
	padding-right: 10px;
}
.nav li ul{
	 position: absolute; 

}


section {
	padding: 0 20px;
	width: 700px;
	margin-left: auto;
    margin-right: auto;
	padding-top: 2em;
	padding-bottom: 2em;
	
}
section h1 {
	font-size: 300%;
	font-family: Sanitechtro;
	text-align: center;
}
section h2{
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 19px;
}

section h3 {

	font-family: "Trebuchet MS";
	font-size: 17px;
}
section h4 {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
section h5 {
    text-align: center;
	font-family: "Trebuchet MS";
	font-size: 25px;
}
#audio {
    align:center;
}

#pictures {
	width: 700px;
	float: left;
	display:block;
	padding-left: 1em;
	padding-right: 2em;
	padding-bottom:3em;
	padding-top: 2em;

}

#pictures img{
	
	border-top-right-radius: 10px; 
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-right: 20px;	
	margin-bottom: 20px;
	float:left;	
	border: 1px solid black;
	overflow:hidden;
}

section p {
	padding-bottom: .5em;
	
}


#pictures a:hover img, .entry a:hover img, .entry-previewimage:hover{
border:1px solid #ff3019;
}

footer {
	border-top: 3px solid black;
	clear: both;
	padding-bottom: 10px;
	
}
footer p {
	padding: 1em 0;
	text-align: center;
	font-family: Sanitechtro;
}
