/* RESET CSS */
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 RESET CSS */

/* FONT */

h1
{ font-size: 30px; color: #d23f0e; font-weight: bold; padding: 20px 0 10px 0;}

h1 span a:link, h1 span a:visited
{ font-size: 18px; color: #fff; text-decoration: none;}

h1 span a:hover
{text-decoration: underline;}

h2
{ font-size: 25px; color: #d23f0e; font-weight: bold; padding: 20px 0 10px 0;}

h3
{ font-size: 20px; color: #d23f0e; font-weight: bold; padding: 20px 0 10px 0;}

p
{ font-size: 18px; color: #fff; line-height: 1.5em; }

p a:link, p a:visited
{color: #d23f0e; text-decoration: none; }

p a:hover
{ text-decoration: underline; color: #fff; }

p.left-img img
{
	float: left;
	margin: 0 20px 20px 0;
	padding: 1px;
	border: 3px solid #C43100;
}

p.right-img img
{
	float: right;
	margin: 0 0 20px 20px;
	padding: 1px;
	border: 3px solid #C43100;
}

hr
{ border: 1px solid #C43100; }

/* END FONT */

html, body
{
	width: 100%;
	height: 100%;
	background-color: #000;
}

div.header h1, div.header p
{ color: #C43100; text-align: center; font-weight: bold; letter-spacing: 5px;}

div.header h1
{ font-size: 50px }

div.header p
{ font-size: 30px }

div.menu
{ width: 900px; margin: 10px auto; background-color: #C43100; }

div.menu a:link, div.menu a:visited
{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
}

div.menu a:hover, div.menu a#hover
{ background-color: #d23f0e; }

div.menu a#facebook
{ margin: 4px 5px 0 0; padding: 0; float: right; }

div.content
{ width: 900px; margin: 10px auto; }

div.articles
{
	margin: 20px 0;
	padding: 20px;
	border-radius: 10px;
	background-color: #0e0e0e;
}

div.articles h3
{ padding: 5px 0 10px 0; }

div.articles p
{ color: #d23f0e;  }

div.articles p a:link, div.articles p a:visited
{ color: #d23f0e; text-decoration: underline; }

div.articles p a:hover
{ color: #fff; text-decoration: none;}


div.footer
{
	width: 900px;
	color: #C43100;
	margin: 20px auto 50px auto;
	text-align: center;
}

div.footer p a:link,div.footer p a:visited
{ color: #C43100; text-decoration: underline; }

div.footer p a:hover
{ color: #fff; text-decoration: none; }