@font-face {
	font-family: 'FertigoPRO';
	font-style: normal;
	font-weight: normal;
	src: local('Fertigo PRO'), url('assets/Fertigo_PRO.otf') format('opentype');
}
html
{
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}
body
{
	margin: 0px;
	background-image: url('assets/bg.png');
}
input
{
	/* The following is specific to Safari based browsers messing up styling */
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius:0px
}
a
{
	text-decoration: none;
	color: #FFF1D5;
	font-weight: bold;
}
a:hover, a:active
{
	text-decoration: underline;
}
/*
	Core Layout
*/
#over
{
	position: relative;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: auto;
	width: 960px;
	background-color: #E4D8BE;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	border-right: 1px solid rgba(0, 0, 0, 0.4);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}
#container
{
	z-index: 1;
	position: relative;
	margin: auto;
	margin-top: 0px;
	width: 960px;
	border-top: 2px solid rgba(255, 255, 255, 0.4);
	border-left: 2px solid rgba(255, 255, 255, 0.4);
	border-right: 2px solid rgba(0, 0, 0, 0.4);
}
#head
{
	height: 110px;
	width: 960px;
	background-image: url('assets/headbase.png');
	background-repeat: no-repeat;
}
#title
{
	height: 100px;
	width: 960px;
	background-image: url('assets/headname.png');
	background-repeat: no-repeat;
}
#underdark
{
	height: 10px;
	width: 960px;
	background-image: url('assets/underdark.png');
	background-repeat: repeat-x;
}
#linkbar
{
	float: left;
	height: 20px;
	width: 960px;
	background-color: #000000;
}
#body
{
	float: left;
	width: 940px;
	padding: 10px;
	padding-bottom: 6px;
	background-color: #FFF1D5;
	background-image: url('assets/underred.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}
#foot
{
	height: auto;
	width: 948px;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #C09B9A;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF1D5;
}
.divkill
{
	float: left;
	clear: both;
}


/*
	The linkbar
*/
.link
{
	position: relative;
	top: -5px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
	height: 22px;
	width: auto;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	font-family: "FertigoPRO", Verdana, Tahoma;
	font-size: 14px;
	text-align: center;
	color: #FFF1D5;
	cursor: pointer;
}
.linkcur, .linkon
{
	padding-top: 3px;
	background-color: #FFF1D5;
	color: #000000;
}

/*
	Each c#-c# is a column layout setup.
	The first c# defines how many columns is involved.
	The second c# defines which specific column, reading left-to-right, that column is
	c2: 465px | 10px | 465px
	c3: 308px |  8px | 308px |  8px | 308px
*/
.c2-c1
{
	float: left;
	width: 465px;
	margin-right: 10px;
}
.c2-c2
{
	float: left;
	clear: right;
	width: 465px;
}


/*
	This is the actual formatting and content sections
	h1 is used to header large lists outs of the newsblocks
	h2 is used to header new news topics within newsblocks
*/

h1
{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: "FertigoPRO", Verdana, Tahoma;
	font-size: 1.8em;
}
h2
{
	position: relative;
	margin: 1px;
	margin-bottom: 5px;
	padding: 0px;
	font-family: "FertigoPRO", Verdana, Tahoma;
	font-size: 1.4em;
	border-bottom: 2px dashed #000000;
}
h3
{
	margin: 1px;
	padding: 0px;
	font-family: "FertigoPRO", Verdana, Tahoma;
	font-size: 1.3em;	
}
.newsblock
{
	float: left;
	margin-bottom: 10px;
	min-width: 930px;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #C09B9A;
	background-color: #FFFFFF;
}
.c2-c1 > .newsblock, .c2-c2 > .newsblock
{
	min-width: 455px;
}
.postinfo
{
	position: absolute;
	bottom: 5px;
	right: 1px;
	width: 200px;
	height: 1.1em;
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 0.62em;
}
.author
{
	text-indent: 2px;
	font-size: 0.9em;
	font-weight: bold;
}
.postmore
{
	float: left;
	width: 100%;
	margin-top: 1px;
}
.morearrow
{
	float: right;
	margin-top: 0.15em;
	margin-right: 3px;
	height: 12px;
	width: 12px;
	background-image: url('assets/12x12.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.morearrow.poston
{
	background-position: -12px 0px;
}
.moretext
{
	float: right;
	margin-right: 3px;
	clear: both;
	color: #9AA4B4;
	cursor: pointer;
}
.moretext.poston
{
	color: #C19C9A;
}



.rss
{
	position: absolute;
	top: 2px;
	right: 0px;
	height: 20px;
	width: 20px;
	background-image: url('assets/20x20.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}
.rsson
{
	background-position: -20px 0px;
}