@charset "UTF-8";

/*global resets*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}



* html .png{

    position:relative;

    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

    );

}


/*template one styles!*/

body {
background-color:#201807;
margin:0;
padding:0;
}

 a{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#fff;
	}
	
	 a:link {
	text-decoration:none;
	color:#fff;
	}
	
	a:hover{
	text-decoration:underline;
	color:#fff;
	}
	
	 a:visited{
	text-decoration:none;
	color:#fff;
	}
	
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#b4c046;
text-align:left;
}

p {
padding:5px 0 0 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
text-align:left;
line-height:120%;
}

#wrapper {
	width:800px;
	margin:0 auto;
	padding:100px 0 0 0;	
}


#header {
	float:left;
	padding:0;
	margin:0;
	width:800px;
	height:75px;
	border-bottom:solid 3px #fff;
	background-color:#3e2f0d;
}

#name {
	float:left;
	margin:0;
	padding:0;
	height:75px;
	background-color:#3e2f0d;
	width:500px;
}

	#name .nameText {
	background-color:#3e2f0d;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#fff;
	font-size:25px;
	margin:0;
	padding:35px 0 0 20px;
	letter-spacing:2px;
	text-align:left;
	}

#name .nameText a {
	background-color:#3e2f0d;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#fff;
	font-size:25px;
	margin:0;
	text-align:left;
	}

#date {
	float:right;
	margin:0;
	padding:0;
	height:75px; 
	background-color:#3e2f0d;
	width:280px;
}

	#date .dateText {
	background-color:#3e2f0d;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#b4c04b;
	font-size:18px;
	margin:0;
	padding:40px 20px 0 0px;
	text-transform:uppercase;
	}

#mainContent {
	float:left;
	margin:0; 
	padding:0;
	width:800px;
}

	#imageOne {
	float:left; 
	border-right:solid 3px #fff;
	padding:0;
	margin:0;
	}
	
	#imageTwo {
	float:left; 
	padding:0;
	margin:0;
	}

	#subImageOne {
	float:left; 
	padding:0;
	margin:0;
    border-right:solid 4px #fff;
	}

	#subImageTwo {
	float:left; 
	padding:0;
	margin:0;
	}

#subContent {
	float:left;
	margin:0; 
	padding:24px 0 0 20px;
	text-align:left;
  width: 500px;
}

	
	#subContent .subText {
	float:left;
	text-align:left;
	width:399px;
	height:315px;
	margin:0;
	overflow:auto; 
	}
	
	#subContent .header {
	float:left;
	text-align:left;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#b4c04b;
	font-size:20px;
	margin:0;
	padding:0;
	letter-spacing:2px;
	}


	#subContent .subHead {
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	letter-spacing:2px;
	}
	
	#subContent .text {
	float:left;
    text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	margin:0;
	padding:0;
	line-height:130%;
	}
	

#navigation {
float:left;
	margin:0; 
	padding:0 0 0 25px;
	 width:775px;
	 height:35px;
	 border-top:solid 3px #fff;
	 border-bottom:solid 3px #fff;
	 background-color:#b4c04b;
	 text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px; 
	letter-spacing:2px;
	text-transform:uppercase;
}

	#navigation .mainNav {
	margin:0;
	padding:0;
	float:left;
	}
	
	#navigation .active {
	text-decoration:underline;
	}
	
	
	#navigation ul{
		background-color:#b4c04b;
		margin:0;
		padding:12px 0 0 0;
	}
	
	#navigation li{
		background-color:#b4c04b;
		display:inline;
		list-style-type: none;
		padding:0px 6px 0 3px;
	}
	
	
	#navigation a{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#544115;
	}
	
	#navigation a:link {
	text-decoration:none;
	color:#544115;
	}
	
	#navigation a:hover{
	text-decoration:underline;
	color:#544115;
	}
	
		#navigation a:visited{
	text-decoration:none;
	color:#544115;
	}
	


#footer {
	float:left;
	margin:0;
	padding:0;
	height:167px;
	width:800px;
	background-color:#3e2f0d;
}

#footerSub {
	float:left;
	margin:0;
	padding:0;
	width:800px;
	background-color:#3e2f0d;
}

	#footerSub .imageBorder {
	border: solid 1px #fff;
	}
	
	#footerSub .imageBorderTwo {
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	}

	#footerSub .imageBorderThree {
	border: solid 1px #fff;
	}
	
	
#bottomImage {
float:left;
padding:26px 0 26px 46px;
}

#bottomText {
float:left;
width:429px;
text-align:left;
padding:42px 0 0 20px;

}

.footerLogo {
	padding-top: 10px;
	clear: both;
	text-align: right;
}
/*template one styles!*/




/* blog */


.entry {
	text-align: left;
	margin-bottom: 30px;
}
.entry h2 {
	font-size: 20px;
	text-align: left;
	border-bottom: 1px solid black;
	padding-bottom: 4px;
	margin-bottom: 6px;
}

.entry div {
	margin-left: 6px;
	margin-right: 6px;
}

.entry span {
	color: black;
	text-align: left;
	font-style: italic;
	font-size: 11px;
	margin-left: 6px;
}

.text ul {
	margin-top: 10px;
  margin-left: 20px;
}

.text ol {
	margin-top: 10px;
  margin-left: 20px;
}

.text * li {
	list-style-type: disc;
	margin-bottom: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;	
  text-align: left;
}

.text p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;	
	margin-bottom: 10px;
}

#comment * {
  text-align: left;
}

#comment h3 {
  margin-bottom: 6px;
}

#comment * input {
  margin-left: 0px;
}

#comment * div {
  text-align: right;
}

.share {
    width: 200px;
      float: left;
        margin-top: 10px;
} 

