html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#8d8c8c;
	text-decoration:none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
.clearer{
	clear:both;
}
@font-face {
    font-family: 'dearJoe5CASUALdearJoe5CASUAL';
    src: url('../font/djoe5cas-webfont.eot');
    src: url('../font/djoe5cas-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/djoe5cas-webfont.woff') format('woff'),
         url('../font/djoe5cas-webfont.ttf') format('truetype'),
         url('../font/djoe5cas-webfont.svg#dearJoe5CASUALdearJoe5CASUAL') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* End reset */
html{
	background:#fff url('../i/bg.jpg') top center no-repeat;
}
body{
	font-size:12px;
	color: #ababab;
	font-family: 'dearJoe5CASUALdearJoe5CASUAL',  Arial, sans-serif;
	text-align:center;
}
#main{
	width:980px;
	text-align:left;
	margin:0 auto;
	padding-bottom:50px;
}
#next-edition{
	color:#FFF;
	font-size:20px;
	line-height:30px;
	padding-top:20px;
	font-weight:normal;
	height:150px;
	width:335px;
	float:left;
}
#main>header{
	width:980px;
	height:190px;
}
#logo{
	float:left;
}
#right{
	float:left;
	width:335px;
	text-align:right;
}
#socials{
	height:120px;
	width:335px;
}
#citation{
	color:#a0a0a0;
	text-align:left;
	font-size:20px;
}
#citation a{
	font-size:14px;
}
#main>section#banner{
	width:980px;
	height:545px;
	margin:0;
	padding:0;
}
#main>footer{
	font-family:Verdana;
	padding-top:50px;
	text-align:center;
	height:60px;
}
.gallery-item{
	float:left;
	width:120px;
	height:120px;
}
.gallery{
	padding-left:20px;
}
#content article{
	width:290px;
	height:230px;
	padding:0 10px 10px 10px;
	background:#FFF  url('../i/content_header_bg.jpg') top left repeat-x;
	-webkit-box-shadow: 0px 5px 10px 1px #e0e0e0;
	-moz-box-shadow: 0px 5px 10px 1px #e0e0e0;
	box-shadow: 0px 5px 10px 1px #e0e0e0;
	float:left;
	margin-left:25px;
}
#content article a{
	color:#acc843;
}
#content article:first-child{
	margin-left:0px;
}
#content article>header{
	color:#acc843;
	font-size:20px;
	height:25px;
}
#content article>header>span{
	background:#FFF;
	padding:0 10px 0px 10px;
}
#content article>section{
	height:160px;
}
#content article>footer{
	padding-top:10px;
	font-family:Verdana;
	line-height:16px;
}
