/*Reset*/
* 
{
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}

html
{
	background: #0E0F10 url("../img/Wood.jpg");
	background: url(../img/Wood.jpg);
	margin: 0 auto;		/*makes site always center*/
	padding-top: 20px;
	margin: auto;
	

}

/**********/
/* HEADER */
/**********/
header 
{
	margin: 0 auto;
	height: 280px;
	width: 1000px;
	background: grey;
	-moz-box-shadow: 1px -1px 9px rgba(0,0,0,0.55);
	box-shadow: 1px -1px 9px rgba(0,0,0,0.55);
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

header h1
{
	width:1000px;
	line-height: 0.8em;
	color: #F8E6E0;
	font-size: 6.5em;
	font-family:serif; 
	text-shadow: 0 3px 1px rgba(0,0,0,0.5);
	padding:10px;
	padding-left:0px;
}

header h1 #titleLeft
{
	z-index: 20;
	position: absolute;
	margin-left: 15px;
	float:left;
	width:500px;
}

header h1 #titleRight
{
	z-index:20;
	position: absolute;
	float: left;
	width:940px;
	text-align:right;
}

#pizza
{
	position:absolute;
	z-index: 1; 
	margin-left:320px; /* 500px - 360px/2 , half of the img-width*/
	top: 55px;
}

.rotate
{
	

	transition-delay: 0.2s;
	-webkit-transition-delay:0.2s;
	transition-timing-function: ease-in-out; /*speedup->maxspeed->speeddown*/
	-webkit-transition-timing-function: ease-in-out;
	
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
     
    -webkit-transition-property: -webkit-transform; /*no IE support*/
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }  
 
.rotate:hover
{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
} 
/************************/
/* pure CSS ribbon start*/
/************************/
.rectangle 
 {
	background: #AB1D1D;
	height: 62px;
	position: relative;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.45);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	/*different, depending on browser, mention alternatives*/
	border-radius: 3px;
	z-index: 5; /* the stack order: foreground -->It's on top of the triangles*/
	margin: 3em 0;
 }
 
 .l-triangle-top  /*these are mainly stolen and modified*/
 {
	border-color: #AB1D1D transparent transparent;
	border-style:solid;
	border-width:50px;
	height:0px;
	width:0px;
	position: relative;
	float: left;
	top: 1px;
	left: -50px;
}
.l-triangle-bottom 
{
	border-color: transparent transparent #AB1D1D;
	border-style:solid;
	border-width:50px;
	height:0px;
	width:0px;
	position: relative;
	float: left;
	top: -40px;
	left: -150px;
}

.r-triangle-top 
{
	border-color: #AB1D1D transparent transparent;
	border-style:solid;
	border-width:50px;
	height:0px;
	width:0px;
	position: relative;
	float: right;
	right: -45px;
	top: -107px;
}
.r-triangle-bottom 
{
	border-color: transparent transparent #AB1D1D;
	border-style:solid;
	border-width:50px;
	height:0px;
	width:0px;
	position: relative;
	float: right;
	top: -149px;
	right: -145px;
}

/**********/
/*   NAV  */
/**********/
nav
{
	margin: 0 auto;
	margin-top:5px;
	width: 1000px;
	position: absolute; /*lies on top of the header*/
	z-index:100;
	text-align: center;
	color: #F8E6E0;
	font-family:serif; 
	text-shadow: 0 3px 1px rgba(0,0,0,0.5);
	background-color:#AB1D1D;
	text-decoration: none;
}

nav ul
{
	list-style: none;
	padding: 0px;
	display: inline-table;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;	
}
nav li a
{
	text-shadow: 0 2px 1px rgba(0,0,0,0.5);
	display: block;
	font-size: 1.6em;
	text-decoration:none;
	color: #f0f0f0;
}
nav ul ul
{
	display: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
}
nav ul li
{
	float: left;
}

nav ul li a{
	display: block;
	text-decoration: none;
	padding: 10px 40px;
}

nav ul ul li {
	position:relative;
	float: none;
	background: #AB1D1D;
}

nav ul ul li a {
	padding: 10px 40px;
}

nav ul li:hover {
	background: #BC2D2E;
}

nav ul li:hover > ul {
	display: block;
}
/*see what page you are on*/
#youAreHere
{
	text-decoration: underline !important;
	text-shadow: 0 2px 1px rgba(238,221,130,0.5) !important;
}
/*end nav*/


/**********/
/*  BODY  */
/**********/
#contentWrapper
{

	width:800px;
	min-height:600px;
	margin: 0 auto;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

article
{
	min-height: 200px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: 1px -1px 9px rgba(0,0,0,0.85);
	background:rgba(255,255,255,0.7);
	margin-bottom: 30px;
}

.articleTitle
{
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	min-height:80px;
	background:#AB1D1D;
	color: #F8E6E0;
	font-size: 1em;
}

.articleTitle h2
{
	padding-left: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 15px;
}

h3
{
	padding: 10px;
	padding-left: 15px;
}


.zutaten li
{
	font-weight: bold;
	padding-bottom: 5px;
	padding-left:15px;
	list-style: none;
	
}


article p
{
	padding: 15px;
	padding-bottom: 30px;
	padding-top: 0px;
	
	
}

article p img
{
	margin-top: 5px;
	margin-bottom: 5px;
	box-shadow: 0 0 9px #000;

}
.vorschau
{
	float: right;
	box-shadow: inset 0 0 9px #000;
}

#sexyGif
{
	margin:20px;
	box-shadow: 1px 1px 9px rgba(0,0,0,0.95);
	float: right;
}
video
{
	margin: 20px;
	margin-top:0px;
	box-shadow: 1px 1px 39px rgba(0,0,0,0.95);
	float: right;
}

/**********/
/* FOOTER */
/**********/
footer
{
	box-shadow: 1px -1px 9px rgba(0,0,0,0.55);
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	background:#AB1D1D;
	color: #F8E6E0;
	font-size: 1em;
	margin-top:30px;
}

footer p
{
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	
	background:#AB1D1D;
	color: #F8E6E0;
	font-size: 1em;
	padding: 30px;

}

/*the back-to-top button*/
#floatlink 
{
	position:fixed;
	right: 20px;
	bottom: 10px;
	z-index:10;
	font: bold 12px serif;
	letter-spacing: 0.2em;
}

#floatlink a:link 
{
	color: #F8E6E0;
	text-decoration:none;
}
#floatlink a:hover 
{
	color: #F8E6E0;
	text-decoration:none;
}
#floatlink a:visited 
{
	color: #F8E6E0;
	text-decoration:none;
}


