/* -----------------------------------------------------------------------
 Solomon's Way style.css
 Screen media for all pages
----------------------------------------------------------------------- */

* html #container {height:1%;} /* For IE. */

body{
	text-align: center; 
	background: #cdc1a7;
	margin: 0;
	padding: 0;
	font-family: Times, serif;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6{font-family: Helvetica, Arial, sans-serif;}
p{
	line-height: 1.3em; 
	margin-bottom: 10px;
}
h3 + p, h4 + p{margin-top: -13px;}
h5 + p{margin-top: -20px;}
a:hover{color: #901020;}


/* Main content sections
------------------------------------*/

#container { 
	text-align: left;
	width: 960px;
	margin: 0 auto;
}
#header, #body, #footer{
	margin: 0 10px;
}
#body{clear: both;}

#sidebar {
	background: #fff;
	background: -webkit-gradient(linear, left bottom, left top, from(#f4f2ee), to(#fff));
	background: -moz-linear-gradient(45deg, #f4f2ee, #fff);
	float: left;
	width: 220px;
	margin: 0 20px 20px 0;
	}


	#sidebar_content {
		padding: 10px;
		line-height: 1.1em;
		font-size: 92%;	
		}

	#sidebar_content img {padding-bottom: 10px;	}

	#sidebar_content > div {padding: 0 10px;}
	#sidebar_content h3 {font-size: 17px;}


#content {
	background-color: #f9f9f9;
	float: left;
	width: 680px;
	margin-right: 20px;
	margin-top: -124px; /* Yah, that is ugly. This may be better as a full left column with logo and sidebar and a full right column.*/
	}
	.subpage > div{
		margin: 0 10px 10px 10px; 
		padding: 10px; 
		background: #fff;
		overflow: auto;
	}
	.subpage .column1, .subpage .column2{float: left;}
	.subpage .column1{
		width: 380px;
		margin-right: 20px;
	}
	.subpage .column2{
		width: 240px; 
		font-family: arial, sans-serif; 
		font-size: 80%;
		background: #eee;
		}
	.subpage .column2 p, .subpage .column2 h3, .subpage .column2 ul, .subpage .column2 li{
		margin-left: 15px;
		margin-right: 15px;
	}
	.subpage .column2.imgonly{background: transparent;}
	
	.subpage h2{
		font-size: 140%;
/*		background: #33380c; */
		background: #2f310a;
		padding: 15px 13px;
		color: #fff;
		margin: 10px 10px 0 10px;
	}
	.subpage h3{font-size: 115%;}
	.subpage h3.big{
		font-size: 140%; 
		border-bottom: 1px solid #eee; 
		margin-bottom: 10px;
		}
	.subpage img{border: 7px solid #ccc; margin: 10px 0;}
	.subpage img:first-child{margin-top:0;}
	.subpage .borderless img{border:0; margin: 10px;}
	.subpage p{text-indent: 1em;}
	
	.subpage .right{float: right;}
	.subpage .author{text-indent: 0; font-style: italic; background: #eee; font-size: 90%;}
	.subpage p.date{text-align: right;}

#footer{
	background-color: #ab9e80;
	margin-top: 20px;
	padding-top: 5px;
	clear: both;
	text-align: center;
	font-size: 75%;
	height: 20px;
	font-family: Arial, sans-serif;
	color: #fff;
	}
	#footer a{color: #ddddff;}



/* Header
----------------------------------*/
/* Logo Replacement */
h1#logo {
	width: 220px;
	height: 213px;
	background: url('../../images/logo.png') no-repeat;
	float: left;
	margin: 0 20px 15px 0;
	padding: 0;
	text-indent: -5000px;
	font-size: 1px;
	}

/* Navigation */
#nav_area {
	background: #4a5973 url('../../imaages/header_bg.png') repeat-x;
	height: 202px;
	width: 950px;
    font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	}
	#nav_area a {
		color: #fff;
		text-decoration: none;
	}
	#nav_area a:hover {
		color: #eeeeff;
		text-decoration: underline;
	}
	
#title {
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #eee4ce; 
	font-size: 115%;
	padding-top: 18px;
	width: 800px;
	height: 40px;
}
	
#function_nav {
	float: right;
	margin-top: 27px;
	font-size: 75%;
	}
	#function_nav ul li {
		float: right;
		display: inline;
		padding: 0 12px 0 0;
		}
	
#navigation {
	background: #23354a;
	border-top: 2px solid #707c90;
	width: 680px;
	height: 35px;
	float: right;
	margin-right: 30px;
	}
	
	#navigation ul {
		list-style: none;
		margin-left: 55px;
		margin-top: 8px;
		}
	
		#navigation ul li{
			display:inline;
			padding: 5px 35px 0 0;
		}


/* Individual Pages
----------------------------------*/

/* Front Page -------------------*/

#front_column1, #front_column2{
	float: left;
	width: 310px; /* Worried about these in IE. */
	padding: 30px 10px 10px 20px;
	line-height: 1.3em;
}
#front_column2 {padding: 30px 20px 10px 10px;}
.front_column_content{
	background: #fff;
	padding: 10px 15px;
}

/* Contact Page -------------------*/
/* This CSS inspired by Bert Timmermans at http://www.berttimmermans.com/ */
.contact_field{
	display: block; 
	overflow: auto;
	margin: 0 0 15px 10px;
	width: 300px;
}
.contact_field strong{
	display: block; 
	float: left; 
}
.contact_field .contact_span{
	display: block; 
	float: right; 
	width: 200px;
}

	
	
/* Useful classes */
.nobottom{
	margin-bottom:0;
	padding-bottom:0;
}
.notop{
	margin-top:0;
	padding-top:0;
}
.date{
	font-style: italic;
	font-size: 90%;
}
.underline{
	border-bottom: 1px solid #eee;
}
div.alert{
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px;
	margin: 5px;
}