@charset "utf-8";
/* CSS Document */
/*************************************************** CSS RESET ***********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
         margin: 0;
         padding: 0;
         border: 0;
         font-size: 100%;
         font: inherit;
         vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
         display: block;
}
body {
         line-height: 1;
}
ol, ul {
         list-style: none;
}
blockquote, q {
         quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
         content: '';
         content: none;
}
table {
         border-collapse: collapse;
         border-spacing: 0;
}
/* end of reset */

body {
	margin: 10px auto;
	background-color: #2C2C2C;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color: #FFF;
	height:100%;
}

header {
	text-align:center;	
}

header .pipe {
	color: #BD1220;
}

header a {
	text-decoration:none;
	color: #FFF;
}

header a:hover, header a:focus {
	text-decoration:underline;
}

#emotion {
	width: 1000px;
	height: 388px;
	
	background-color: #2C2C2C;
	margin: 20px auto;
}

nav {
	clear:both;
	width: 1000px;
	background-color: #4D4D4D;
	margin: 0 auto;
	margin-top:-20px;
}

nav ul {
	height: 45px;
	background-color: #BD1220;
	width:545px;
}

nav ul li {
	margin-left: 50px;
	margin-right: 42px;
	margin-top: 15px;
	float: left;	
	width: 90x;
	
}

nav ul li a {
	font-weight:bold;
	color: #000;
	text-decoration:none;
}

nav ul li a:hover, nav ul li a:focus {
	color: #FFF;	
}

.active {
	color: #FFF;	
}

article {
	margin: 0 auto;
	width:900px;
	min-height:370px;
	position:relative;
	background-color: #000;
	padding:50px;
}

article h1 {
	text-transform:uppercase;
	color: #BD1220;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
}

article h2 {
	font-weight:bold;	
}

article a {
	text-decoration:none;
	color: #FFF;
}

article a:hover, article a:focus {
	text-decoration:underline;
}

article span {
	line-height:20px;
	font-size:14px;	
}

article strong {
	font-weight:bold;	
}

article .divleft {
	float:left;	
	width:400px;
}

article .divright {
	float:right;	
	margin-right:0px;
}

#einblick {
	float:right;
}

#einblick a {
	color: #FFF;
	font-size: 10px;
	text-transform:lowercase;
}

#einblick a:hover, #einblick a:focus {
	text-decoration:underline;	
}