/* General */

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote { margin: 0;	padding: 0;}

ul, ol {list-style: none;}
small {	font-size: 11px;}
code {background: #222;}
a {color:#5c5c5c;	text-decoration: none;}
a:hover {text-decoration: none;}
a img {border: none;}
blockquote p {padding: 5px 0;}

/* Align */

.aligncenter {margin:0px auto;display: block;}
.alignleft {margin: 10px 20px 8px 0;float: left;}
.alignright {margin: 10px 0px 8px 20px;float: right;}
.col-left {float: left;}
.col-right {float: right;}

/* PageNavi */

.more_entries {width: 100%font-size: 12px;font-weight: bold;padding: 5px 0;}
.Nav {clear:both;float: right;}
.Nav a {text-decoration: none !important;}

/* Misc. */

.wrap:after{content: "."; display: block;height: 0;clear: both; visibility: hidden;}
.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }
.fix{clear: both;height: 1px;margin: -1px 0 0;overflow: hidden}
.fl{float: left}
.fr{float: right}
.ac{text-align: center}
.ar{text-align: right}
.al{text-align: left}
img.centered{display: block;margin-left: auto;margin-right: auto;}

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.hidden{
	display:none;
}
.relative{
	position:relative;
}
.wrapper{
	width:100%;
	height:auto;

}
.overflow_hidden{
	overflow:hidden;
}

