
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'A CSS FRAMEWORK' by Mike Stenhouse */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/*Design By: Brett Hillesheim - http://www.bretthillesheim.com */






/*-- CLEARING --------------------------------- */
.stretch,
.clear {
	clear:both; 
	height:1px; 
	margin:0; 
	padding:0; 
	font-size: 15px;
	line-height: 1px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
/*-- END CLEARING ------------------------------ */


/*-- GENERAL BODY ELEMENTS ----------------------*/

html {
	height: 100%;
}

body {
	background: #222 url(../img/bg.gif);
	margin: 0;
	padding: 0;
	font: 50% Times,Verdana,Arial,sans-serif;
	height: 100%;
	font-size: 13px;
}

a {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration: none;
}

h3 {
	padding: 0 0 0 30px;
	margin: 0 28px 8px 28px;
	color: #222;
	font-size: 1.15em;
}

h4 {
	padding: 0 0 0 40px;
	margin: 0 28px 8px 28px;
	color: #222;
	font-size: 1.0em;
}

h5 {
	padding: 0 0 0 50px;
	margin: 0 28px 8px 28px;
	color: #111;
	}

h6 {
	padding: 0 0 0 60px;
	margin: 0 28px 8px 28px;
	color: #000000;
	font-size: 0.80em;
}

input {
	margin: 0 0 0 35px;
	padding: 0;
	background: #EEE;
	border: 1px solid #000;
	font: 0.90em Times,Verdana,Tahoma,Arial,sans-serif;
	color: #333;
}

blockquote {
	border-left: 3px solid #012579;
	padding: 0 0 0 5px;
	margin: 10px 35px 8px 40px;
	text-align: justify;
}
	

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background: transparent;

}

/*-- END GENERAL BODY ELEMENTS ------------------*/

/*-- HEADER -------------------------------------*/
#header {
	width: 1000px;
	height: 25px;
	background: transparent;
	padding: 0;
	margin: 0;
}

#header h1 {
	font-size: 1.1em;
	color: #999;
	padding: 5px 0 5px 23px;
	margin: 0;
}


#header h1 span {
 	color: #FF6D02;
}

#branding {
	width: 1000px;
	height:20px;
	float: left;
	padding: 0;
	margin: 0;
}


/*-- END HEADER --------------------------------*/

/*-- CONTENT -----------------------------------*/

#content {
  position: relative;
  width: 1000px;        
  margin: 0 auto 20px auto;
  padding: 0;        
  text-align: left;
	background:transparent url(../img/nav-bg.gif) repeat-y scroll 0px 0;

}

#content_ul {
	padding: 0;
	margin: 0;
}

#main {
    float: left;
    width: 700px;
    display: inline;
	padding: 0;
	margin: 0;
	/*background: #FFF url(../img/left_bg.gif) repeat-y;*/
	background-color: #fff;
	border-top: 2px solid #777;
	border-left: 2px solid #777;
	border-right: 2px solid #777;
}

#main h1 {
	color: #666;
	width: 700px;
	font-size: 2.1em;
	padding: 170px 0 170px 0;
	margin: 0;
	text-align: center;
	background: white url(../img/left_title_bg.jpg) no-repeat scroll -16px 0;
}

#main h2.h2_one {
	/*padding: 0 0 0 20px;*/
	margin: 10px 28px 8px 28px;
	color: #333;
	font-size: 1.3em;
	/*background: transparent url(../img/color_swatch.png) no-repeat scroll 0px 3px;	*/
}

#main h2.h2_two {
	padding: 0 0 0 20px;
	margin: 0 28px 8px 28px;
	color: #333;
	font-size: 1.3em;
	background: url(../img/color_swatch.png) no-repeat;
}

#main div.p1 {
	padding: 0 32px 5px 32px;
	color: #222;
	text-align: justify;
}

#main div.p2 {
	padding: 2px 32px 15px 32px;
	color: #222;
	text-align: justify;
}

#main ul {
	margin: 0 45px 15px 32px;
	padding: 0 45px;
	/*list-style-image:url(../img/asterisk_orange.gif);*/
}


#extra1 {
    float: left;
    width: 700px;
    display: inline;
	height: 15px;
	padding: 0;
	margin: 0;
	/*background: #FFF url(../img/left_bottom_bg.gif) no-repeat;*/
	background-color: #fff;
	border-bottom: 2px solid #777;
	border-left: 2px solid #777;
	border-right: 2px solid #777;
}

#sub {
    float: right;
    width: 280px;
    display: inline;
	padding: 0;
	margin: 0;
	/*background: #FFF url(../img/right_bg.gif) repeat-y;*/
	background-color: #fff;
	border-top: 2px solid #777;
	border-left: 2px solid #777;
	border-right: 2px solid #777;

}

#sub h2 {
	color: #666;
	font-size: 1.8em;
	width: 280px;
	padding: 60px 0 40px 0;
	margin: 0;
	text-align: center;
	/*background: url(../img/right_title_bg.jpg) no-repeat;*/
}

#sub p.p1 {
	padding: 0 22px 5px 22px;
	margin: 0;
	color: #222;
	}

#local {

    float: right;
    width: 280px;
    display: inline;
	padding: 0;
	margin: 0;
	background: #FFF url(../img/right_bg.gif) repeat-y;
	border-left: 1px solid #777;
	border-right: 1px solid #777;

}

#local h2 {
	padding: 10px 22px 5px 22px;
	margin: 0; 
}

#local ul {
	list-style: none;
}

#nav {

	float: right;
  	width: 280px;
  	display: inline;
	padding: 0;
	margin: 0;
	/*background: #FFF url(../img/right_bg.gif) repeat-y;*/
	background-color: #fff;
	border-left: 2px solid #777;
	border-right: 2px solid #777;
	/*border-bottom: 2px solid #777;	*/
	border-top: 2px solid #777;	

}

#nav ul {
	margin: 0 45px 15px 0px;
	/*list-style-image:url(../img/asterisk_orange.gif);*/
	list-style-type:disc;
}

#nav ul li {
	margin-bottom: 5px;
}


#nav ul li.current {
	font-weight: bold;
}

#nav h2 {
	padding: 60px 0 40px 0;
	/*margin: 10px 22px 20px 22px; */
	color:#666;
	font-size:1.8em;
	text-align:center;
}

.wrapper {
	margin: 0;
	padding: 0 0 25px 0;
	/*background: url(../img/right_bottom_bg.gif) bottom left no-repeat;*/
}

div.posts {
	width: 250px; 
	margin-left: 14px;
}

div.line {
	height: 1px;
	width: 150px;
	border-bottom: 1px solid #777777;
	margin: 10px 0 10px 0;
}

div.back-link {
	float: right;
}

strong.title {
	color: #222;
}

ul#attachements_list {
	list-style: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}

ul#attachements_list li {
	line-height: 30px;
	margin-bottom: 10px;
	list-style-image: none;
}

ul#attachements_list li img {
	margin-right: 10px;
}


/*-- END CONTENT ------------------------------*/

/*-- FOOTER ----------------------------------*/

#footer {

}

/*-- END FOOTER -----------------------------*/

/*-- EXTRAS ---------------------------------*/

#extra2 {
	border-bottom:2px solid #777777;
	bottom:0;
	float:left;
	height:4px;
	position:absolute;
	right:0;
	width:284px;
}


/*-- END EXTRAS -----------------------------*/

