/*
eazyAuction CSS for Buddhastyle Template
@Author Franz Egri, Ferkonet
*/
html, body{
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #741708;
	margin: 0px;
	color: #000;
}

#header {	
	height: 450px;
	background-image:url(background.jpg);
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color:#FFF;
	width: 100%;
	border-bottom: 3px solid #000;
}

#logo {
	height: 162px;
}

#navi {
	color:#000;
	height: 30px;
	width:  100%;
	font-size: 20px;
	padding-top: 16px;	
	padding-bottom: 10px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;	
	background-color: rgba(0,0,0,0.4);
	border-bottom: 1px solid #000;
}

#content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0px 10% 0px 10%;
}

.contentbox {
	background-color:#762811;
	width: 90%;
	padding: 20px 5% 10px 5%;
}	

#footer {
	background-color: #a74c13;
	height: 20px;
	width:  100%;
	font-size: 16px;
	padding-top: 15px;	
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	color:#DDD;
	text-align: center;	
}

#background {
	width: 100%;
	background: linear-gradient(to bottom, #741708 , #a74c13);
}

a.menu {
	text-decoration:none;
	padding: 5px 10px 5px 10px;
}

a.menu:link       { color:#DDD;line-height:20px;}
a.menu:visited    { color:#DDD;line-height:20px;}
a.menu:active     { color:#DDD;line-height:20px;}
a.menu:hover      { color:#FFF;line-height:20px; background-color: #120b08;}

h1 {
	position: relative;
	font-size: 20px;
	color:#000;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
}


h1 span {
	padding: 0px 15px;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	z-index: 1;
	background-color:#762811;
	letter-spacing: 1px;
}

h1:before {
	background: #000;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 0;
}

.picture {
	min-height: 500px;
}

div, p, ul, li, ol,
span, a, table, td, form, li {
   margin: 0;
   padding: 0;
   border: none;
   font-family: 'Roboto Condensed', sans-serif;
}

p {
	text-align: justify;
	padding: 10px 30px 15px 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100; 
}

a.footer {
	text-decoration:none;
	margin-left: 5px;
	margin-right: 5px;
}

a.footer:link     { color:#DDD;font-size:14px;}
a.footer:visited  { color:#DDD;font-size:14px;}
a.footer:active   { color:#DDD;font-size:14px;}
a.footer:hover    { color:#FFF;font-size:14px;}

img {
	border: 0;
	margin: 5px 10px 5px 10px;
}