/*
Harder Fried & Associates
Version 1.0
Date: July 2009

Adapted from CSS & Code created by Keith Donegan of Code-Sucks.com  http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#header {

 width: 900px;
 float: left;
 padding: 0px;
background: url(assets/images/logo_harderfriedbanner900w.jpg) no-repeat top;
 height: 178px;
 border-bottom: 1px solid #ccc;
 padding-bottom: 10px;
 margin: 10px 0px 0px 0px;
;
}
#navigation {
float: left;
 padding-left: 310px;
 padding-top: 5px;
 margin: 0px 0px 0px 0px;

}
#leftcolumn { 
 color: #333;

 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 200px;
 float: left;
}

#content { 
 float: left;
 color: #333;
 margin: 0px 0px 0px 0px;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 padding: 10px;
 width: 478px;
 display: inline;
 background:url(assets/images/bg_content_main.jpg) repeat-x;

}

#content-prog { 
 float: left;
 color: #333;
 margin: 0px 0px 0px 0px;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 padding: 10px;
 width: 478px;
 display: inline;
  background: url(assets/images/bg_content_prog1.jpg) repeat-x top;
}

#rightcolumn { 

 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 200px;
 float: left;
}
#footer { 

 clear: both;
 color: #333;
 border-top: 1px solid #ccc;

 margin: 0px 0px 10px 0px;
 padding: 10px;
}

/* Text Formatting */

a {
	color: #587E85;
	}

a:hover {
	color: #000000
	}

p {
	padding: 5px;
	letter-spacing: .02em;
	}

ul {
	margin: 0;
	margin-left: 20px;
	padding: 3px;
	}

li {
	margin: 0;
	padding: 0px; 
	}
	
.small-text{
	font-size:10px;
	font-style: italic;
	}

.med-text {
	font-size: 12px;
	padding: 2px;
	font-style: italic;
	color: #7F7F7F;
	}

#post {
	padding: 5px;
	text-decoration: none;
	margin-bottom: 10px;
	}
	

.title {
	margin: 0;
	padding: 5px;
	margin-bottom: 8px;
	text-align:center;
	border-bottom: 1px solid #D8D8D8;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	}

.title2 {
	margin: 0;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	border-bottom: 1px solid #D8D8D8;
	text-decoration: none;
	color:#587E85;
	}

.title3 {
	font-size: 16px; 
	font-style:italic; 
	letter-spacing: 1px;
	text-align: center;	
	font-weight: bold;
	color: #2E2E2E;
	}

.title a:link, .title a:active, .title a:visited {
	margin: 0;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #5cb9cf;
	text-decoration: none;
	}

.title a:hover {
	margin: 0;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #c4d46d;
	text-decoration: none;
	}

.storycontent {

	color: #5D5C5F ;
	letter-spacing: .02em;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	}
	
.storycontent a:link, .storycontent a:visited, .storycontent a:active {
	
	color: #5cb9cf;
	border: 0px;
	margin: 0;
	padding: 0px;
	letter-spacing: .02em;
	border-bottom: 1px dotted #5D5C5F;
	text-decoration: none;
	}

.storycontent a:hover{
	
	color: #c4d46d;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	border-bottom: 1px dotted #c4d46d;
	letter-spacing: .02em;
	}

	
.qsm-wrapper {
	margin: 10px;
	background:#c4d46d;
	border: 1px solid #cccccc;
	text-align: center;
	}

#qsm-title {
	color: #5F5F5F;
	font-weight: bold;
	background: url(assets/images/bg_sbtitle_02.jpg) repeat-x;
	
	font-size: 18px;
	padding-top: 5px;
	padding: 3px;
	padding-left: 6px;
	text-decoration: none;
	border-bottom: 1px solid #E0E0E0;
	}

.qsm a:link, .qsm a:visited, .qsm a:active {
	font-size: 16px;
	color: #5D5C5F;
	border: 0px;
	margin: 0;
	padding: 0px;
	letter-spacing: .04em;
	border-bottom: 1px dotted #5D5C5F;
	text-decoration: none;
	}

.qsm a:hover{
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	letter-spacing: .04em;
	}

.box {
	padding: 5px;
	margin: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #737373;
	background: url(assets/images/bg_sbtitle_01.jpg) bottom repeat-x;
	}
	

/* Navigation Formatting */

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #5D5C5F;
background-color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #5D5C5F;
background-color: #c4d46d;
text-decoration: none;
}



/* SIDEBAR TEXT FORMAT */

.side-title {
	font-size: 16px; 
	font-style:italic; 
	letter-spacing: 2px;
	text-align: center;	
	font-weight: bold;
	color:#9A9A9A;
	}


	
.line {
	padding: 5px;
	
	border-top: 2px solid #ccc;
	}
	
.sb li {
	
	list-style: none;
	padding: 2px;
	}
	
.sb ul {
	
	padding: 0;
	margin: 0;
	}
	
.sb {
	color: #5D5C5F;
	padding: 5px;
	text-decoration: none;
	}
	
.sb-title {
	color: #5F5F5F;
	font-weight: bold;
	font-size: 18px;
	margin-top: 5px;
	padding: 3px;
	padding-left: 6px;
	text-decoration: none;
	border-bottom: 1px solid #E0E0E0;
	background: url(assets/images/bg_sbtitle_01.jpg) repeat-x;
	}

	
.sb a:link, .sb a:visited, .sb a:active {
	color: #587E85;
	font-weight: normal;
	text-decoration: underline;
	}
	
	
.sb a:hover {
	color: #c4d46d;
	text-decoration: underline;
	}
	