	
@import url("reset.css");	

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =TAGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	text-align: left;
	color: #1E0508;
	background-color: #b8a89f;
	background-image: url(../fftheme/background.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link, a:visited {
	color: #6c0101;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff2323;
	font-weight: bold;
	text-decoration: underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =STRUCTURE 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	

#main {
	width: 830px;
	text-align: left;
	background-color: #f4e5de;
	background-image: url(../fftheme/mainbg.jpg);
	background-repeat: repeat-x;
	margin-left: 40px;
	padding-bottom: 15px;
}
#wrap {
	width: 100%;
	text-align: left;
	background-image: url(../fftheme/purpfade.png);
	background-repeat: repeat-x;
}
#tophover {
	width: 700px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 12px;
	text-indent: 16px;
	background-color: #e69989;
	background-image: url(../fftheme/blogg_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 70px;
	margin-bottom: 20px;
	color: #440000;
	border: 1px solid #9a4819;
	-moz-border-radius: 25px 10px / 10px 25px;
	border-radius: 25px 10px / 10px 25px;
}
#rthover {
	color:#440000;
	font-weight: bold;
	width: 274px;
	text-align: left;
	position: absolute;
	z-index: 99;
	left: 709px;
	top: 431px;
	font-size: 12px;
	line-height: 1.7em;
}
#rthover #cent {
	width: 274px;
	background-image: url(../fftheme/farrtmid.png);
	background-repeat: repeat-y;
}
#rthover #cent #centtext {
	padding-right: 27px;
	padding-left: 23px;
}
#rthover .red {
	color: #6E3C26;
}
#rthover .sidetitle {
	font-size: 18px;
}
#rthover a:link, #rthover a:visited {
	color: #6E3C26;
}
#rthover a:hover, #rthover a:active {
	color: #004400;
}

.entries {
	width: 620px;
	text-align: left;
	background-color: #f6f0ed;
	background-image: url(../fftheme/entrybot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 10px 74px 10px;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	margin-bottom: 15px;
	line-height: 1.2em;
	-moz-border-radius: 25px 25px 25px 50px;
	border-radius: 25px 25px 25px 50px;
}

.entries2 {
	width: 620px;
	text-align: left;
	background-color: #f6f0ed;
	background-image: url(../fftheme/entrybot2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 10px 94px 10px;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	margin-bottom: 15px;
	line-height: 1.3em;
	-moz-border-radius: 25px 25px 25px 50px;
	border-radius: 25px 25px 25px 50px;
}

.entries blockquote {
	padding: 13px 20px 13px 15px;
}

.entries2 blockquote {
	padding: 13px 20px 13px 15px;
}

.entries img {
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.entries2 img {
	-moz-border-radius: 1em;
	border-radius: 1em;
}

#archivebox {
	width: 615px;
	text-align: left;
	background-color: #f6f0ed;
	padding: 10px 10px 10px 15px;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #6e3434;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

#warning {
	color:#black;
	background-color: #C6D0FF;
	width: 600px;
	text-align: left;
	position: absolute;
	z-index: 100;
	left: 44px;
	top: 5px;
	font-size: 13px;
	margin: 5px;
	padding: 20px;
	border: 3px solid #171F65;
	display: none;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =Fonts 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.dates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #220000;
	background-color: #f6f2cc;
	background-image: url(../fftheme/datebg.jpg);
	background-repeat: repeat-y;
	width: 600px;
	padding: 6px 0px 6px 12px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.18fnt {
	font-size: 18px;
	font-weight: bold;
}
.22fnt {
	font-size: 22px;
	font-weight: bold;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =FOOTER 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	width: 800px;
	text-align: justify;
	background-color: #f1eae7;
	background-image: url(../fftheme/verybottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 44px;
	clear: both;
	padding: 15px;
	margin-top: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	margin-bottom: 15px;
	text-indent: 30px;
	-moz-border-radius: 25px 10px / 10px 25px;
	border-radius: 25px 10px / 10px 25px;
}

#footer a:link, #footer a:visited {
	color: #7A2525;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #330099;
	font-weight: normal;
	text-decoration: underline;
}
	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =MISC 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
clear {
	clear: both;
}

.imgborder {
	margin: 5px;
	float: right;
}

.subtitle {
	color: #1349A2;
	font-weight: bold;
	font-style: italic;
}

