/*#############################################################
Name: Peace Fest
Date: 2006-11-06
Description: Tribal-style three column layout.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #682;}

a:hover {color: #9A6;}

body {
	background: #333 url(img/bgyellow.gif);
	color: #ffffff;;
	font: normal "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
}
/*----------------------------Basic type styles--------------------------------*/

h1, h2, h3, h4 {
	font-family: Verdana,sans-serif;
	font-weight: normal;
	margin: 0px 0 0 0px; 
	text-decoration: none
	color: #191970; 
	}

h1 { 	
	font-size: 1.3em; 
	line-height: 1.00em; 
	padding-right: 10px; 
	color: #191970;
	}

h2 {	
	font-size: 1.20em; 
	color: #191970;
	}
	
h3 {	
	font-size: 1.0em; 
	color: #191970;
	}


p, ul, ol {
	margin: 10px 10px 0 0px; 
	line-height: 1.4em; 
	color: #000; 
	padding-bottom: 1em;
	font-family: verdana;
	font-size: .85em
	}


code {
	font-family: monospace; 
	font-size: 1.20em; 
	color: #E20000
	}

p span {
	font-size: 1.50em; 
	font-weight: bold
	} /* shouting words */

p span.green {
	color:#006633;
	font-weight:bold; 
	font-size: .8em;
	}

a:link, a:visited {
	color: #191970; 
	font-size: .85em; 
	text-decoration: none; 
	border-bottom: 1px solid #191970;
	font-family: verdana;
	line-height: 1.2em
	}

a:hover, a:active {
	color: #000; 
	border-color: #fff}

ul {
	list-style: inside square
	margin-left: 1.2em;
	} /* general lists */

li {list-style: none;}
.main li {list-style-image: url(img/dot.gif); margin-left: 1.5em;}


acronym {
	font-weight: bold; 
	border-bottom: 1px dashed #000; 
	cursor: help
	}

blockquote {
	color: #191970;
	display: block;
	font-size: 1.0em;
	margin-bottom: 1.2em;
	padding: 6px 6px;
}
blockquote p {padding: 3px 0;}

.subnav li a {
	color: #fff;
	background: #4682B4;
	margin: 3px 0 0 0;  /* a little top margin */
	display: block;
	padding: 7px 0 7px 9px;
	width: 148px;
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;

}


/*----------------end basic----------------*/

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}
.main .padded {padding: 0px 24px;}
.meta {font-size: 0.8em;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: #ffffff;
	font-size: 1.2em;
	margin: 0 auto;
	width: 840px;
}

/* header */
.header {
	float: left;
	width: 840px;
	indent: 30px;
	background: url(img/familypeaceheadline.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 150px;
	text-align: right;
	color: 	#ffffff;
}

/* structure */
.top {
	color: #DDD;
	float: left;
	font: normal 1.4em arial;
	height: 50px;
	text-align: center;
	width: 639px;
}


.subnav {
	float: left;
	width: 160px;
}

.subnav ul {margin: 0; padding: 0;}

.main {
	float: left;
	width: 480px;
}
.main_right {
	float: right;
	width: 200px;
}

/* footer */
.footer {
	color: #000;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #000;}
.footer a:hover {color: #FAFCB0;}
