/* normalize */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
ol,ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
fieldset,img {
	border: 0;
}


/* Start */

body {
	background: #000 url(../img/background.jpg) 0 0 repeat-x;
	color: #eee;
	font: 62.5%/200% arial, helvetica, sans-serif;
	border-top: #1e1e1e solid 15px;
}

#wrapper {
	font-size: 1.2em;
	width: 700px;
	margin: 0 auto;
	position: relative;
}

.head {
height: 153px;
color: #888;
}

#content .head {
position: relative;
top:5px;
line-height: 1.2em;
height: 89px;
width: 480px;
}

#content .head img{
float: left;
margin-right: 15px;
}


#left {
padding-left: 15px;
}
#sidebar {
margin-top: 20px;
width: 183px;
height: 900px;
margin-left: 15px;
color: #888;
}

#content {
float: right;
width: 450px;
}

#articles {
margin-top: 86px;
}

a:link, a:visited {
color: #888;
font-weight: bold;
}

a:hover {
color: #F4BB00;
}

#content .head a:link, #content .head a:visited {
color: #F4BB00;
font-weight: bold;
}

#content .head a:hover {
color: #fff;
font-weight: bold;
}

object, embed {
background-color: #f00;
}

/* Content */

p {padding: 0px 0 10px 0;}

strong {font-weight: bold;}

#content h3 {
font-weight: bold;
font-size: 2em;
color: #FF0084;
text-decoration: none;
padding: 10px 0 10px 0;
text-transform: uppercase;
}

/* Article */
.article {
margin-bottom: 4em;
}


/* Side */

.side h3 {
padding-top: 10px;
text-transform: uppercase;
font-weight: bold;
font-size: 1.2em;
color: #eee;
}

#sidebar p {
padding: 0;
margin: 0;
}


