/*#############################################################
Date: 2006-10-11
Description: Orginal CSS by Viktor Persson for the arcsin Hobbit template
Original Author: Viktor Persson
Modified By: Dave Meurer
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #36C;
	text-decoration:none;}

a:hover {color: #06F;
			text-decoration:underline;}

body {
	background: #4E5D3C url(../images/bg_brown.jpg);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;

}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(../images/divider.png) no-repeat;
	height: 30px;
	margin: 7px 0;
}

/* structure */
.container {
	background: #E9EDD2 url(../images/bgcontainer_740.jpg) repeat-y center top;
	margin: 0 auto;
	width: 740px;
}

.gfx {

	float: left;
	height: 140px;
	margin-top: 20px;
	width: 17px;
}

.top {
	background: url(../images/bgcontentheader.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 706px;
	margin-left:17px;
}

.header {
	background: #56644A url(../images/mhr_banner_aug09.jpg) no-repeat;
	height: 194px;
	text-align:right;

}

.banner
{
	font-size:11px;
	border-bottom: 1px solid #45311D;
}

.banner .title
{
	font-size:16px;
	font-weight:bold;
}

.header .statue
{
	position:relative;
	top:-64px;
	left:55px;
	width:227px;
	z-index:10;
}

.header h1 {
	font: normal 3.2em serif,sans-serif;
	padding: 62px 0 34px 0;
}

.pattern {
	background: #334127 url(../images/patternAssisi.gif) repeat-x;
	clear: both;
	height: 12px;
}



/* navigation */
.navigation {
	position:relative;
	z-index:40;
	border:sliver dotted 1px;
	left:-20px;
}

.navigation a {
	color: #45311D;
	font-size:14px;
	font-weight:bold;
	line-height: 50px;
	margin: 0 10px;
	text-decoration: none;

}
.navigation a:hover {
	color: #2C3111;
	text-decoration:underline;
}
.navigation #selected {
color: #6C7151;
}

/* content */
.content {
	background: url(../images/bgcontentheader.gif) no-repeat;
	clear: both;
	overflow:hidden;
	font-size: 1.2em;
	margin: 0px 17px 0px 17px;
	padding: 25px 20px 0px 20px;
	min-height:550px;
}

.content .location
{
	font-size:85%;
	width:100%;
	text-align:center;
	margin-top:-24px;
	padding-bottom:10px;
}



.content .spacer {
	height: 42px;
}
.content .leftside
{
	float:left;
	width:435px;
}

.content .rightside
{
	float:right;
	color:#45311D;
	width:215px;
	padding:0px 5px;
	
}

.content .margin-box
{
	margin: 20px auto;
	width:475px;
	font-size:120%;
}

.larger-font
{
	font-size:120%;	
}

.content .margin-box .title
{
	font-weight:bold;
	font-size:110%;
}

.content .title
{
	font-weight:bold;
	font-size:115%;
}

.content .subtitle
{
	font-weight:bold;
	font-size:105%;
}

.content .rightside .item .title
{color:#45311D;}

/* content item */
.item {clear: both;
	margin-top:7px;

}

.item .box
{
	background: #D9DDC4 top right no-repeat;
	border:1px solid #A0A98E;
	padding: 3px 3px;

}

.item img.float-left { float: left; margin: 0px 5px 0px 0px; }

.item .title, .subsection .title {
	color: #445044;
	font: normal 2em serif;
}

.item .title:first-letter, .subsection .title:first-letter {
	display: block;
	float: left;
	font-size: 1.8em;
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
	}
	
.item .body .right-section
{
	float:right;
	width:43%;
	border: 1px dashed #8A6;
	padding:1px 2px 5px 1px;

	
}

.content .subsection
{
	clear:both;
	overflow:hidden;
	width:100%
}



.shadedBox
{
	float:left;
	background: #D9DDC4 top right no-repeat;
	border:1px solid #A0A98E;
	padding: 3px 3px;
	width:58%;
}

.dottedBox
{
	float:right;
	border: 1px dashed #8A6;
	padding:1px 2px 5px 1px;
	width:38%;
}


.openBox
{
	float:left;
}







/* footer */
.footer {
	background: url(../images/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 706px;
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}
