* {
    margin: 0;
    padding: 0;
    font-family: Sans-Serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
    background: #0b0b0b;
}

a:link,
a:visited,
a:active {
	color: #555555;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
	color: #6d2b2b;
}

#content{
	margin: auto auto;
    width: 1200px;
	background: #0b0b0b url(images/head.png) no-repeat top right;
}

.info {
	color: #444444;
	text-align: justify;
}

nav {
	width: 200px;
	float: left;
	margin-right: 10px;
}

nav h3 {
	font-family: 'Poiret One';
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	padding: 25px 0px;
	background: url(images/nav.png);
}

nav ul li {
	list-style-type: none;
	list-style-position: inside;
	color: #ffffff;
	font-size: 9px;
	font-family: Calibri;
	text-transform: uppercase;
	padding: 2px 30px 5px;
	font-weight: bold;
	letter-spacing: 2px;
}

li .fig {
	padding: 2px 10px;
	display: none;
}

li:hover .fig {
	display: block;
}

li:hover {
	background: url(images/navv.png) no-repeat left;
}

li a:link,
li a:visited,
li a:active {
	color: #ffffff;
	font-size: 9px;
	font-family: Calibri;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

li a:hover {
	color: #6d2b2b;
}

.container {
	position: relative;
    width: 600px;
	min-height: 750px;
    padding: 20px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    text-align: justify;
    color: #777777;
	float: left;
}

footer {
    width: 1200px;
    margin: auto auto;
	padding-left: 240px;
}

.footer {
    position: relative;
    width: 330px;
    height: 100px;
    float: left;
    margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	background: #ffffff;
}

.footer1 {
    position: relative;
    width: 320px;
    height: 100px;
    float: left;
    margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

.affi {
	float: left;
	border: 3px solid #2e1919;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
}

h1 {
	font-family: 'Poiret One';
	font-size: 20px;
	margin-bottom: 5px;
}

h2 {
	font-family: 'Poiret One';
	font-size: 14px;
	margin-bottom: 5px;
}

strong {
	font-weight: bold;
	color: #555555;
}

em {
	font-style: italic;
	color: #555555;
}

.char {
	padding: 10px;
	background: #050505;
	font-size: 11px;
	text-align: left;
	color: #444444;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	letter-spacing: 0px;
}

.char1 {
	border: 5px solid #2e1919;
}

.newsauthor {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.newsauthor img {
	width: 110px;
	height: 110px;
	border: 5px solid #2e1919;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
}

.addcomment {
	width: 100%;
	font-family: Calibri, Sans-Serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #777777;
	text-align: right;
}

.date {
	text-transform: uppercase;
	font-size: 9px;
	font-family: Calibri, Sans-Serif;
	color: #444444;
}

textarea {
	padding: 5px;
	background: #050505;
	border: 0px;
	font-size: 11px;
	color: #777777;
}

input {
	padding: 2px;
	background: #050505;
	border: 0px;
	font-size: 11px;
	margin: 1px;
	color: #777777;
}

@media (max-width: 50em) {
	
	body {
		background: #ffffff;
	}
	
	a:link,
	a:visited,
	a:active {
	color: #555555;
	text-decoration: none;
	}
	
	a:hover {
	color: #6d2b2b;
	}
	
	#content {
		width: 100%;
		background: #ffffff;
	}
	
	.container {
		width: 100%;
		min-height: 100%;
		color: #000000;
		float: none;
	}
	
	footer {
		width: 100%;
		padding-left: 10px;
	}

	nav {
	width: 100%;
	float: none;
	margin-right: 0px;
	background: #000000;
}

nav h3 {
	display: none;
}

nav ul li {
	list-style-type: none;
	list-style-position: inside;
	color: #ffffff;
	font-size: 9px;
	font-family: Calibri;
	text-transform: uppercase;
	padding: 5px;
	font-weight: bold;
	letter-spacing: 2px;
	float: left;
}

li:hover {
	background: none;
}

li a:link,
li a:visited,
li a:active {
	color: #ffffff;
	font-size: 9px;
	font-family: Calibri;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

li a:hover {
	color: #6d2b2b;
}

#cboxdiv {
	margin: 5px;
	float: none;
	display: block;
}
	
}