@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #1C0E05;
	background-image: url(images/BkgBrownGrad2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

a{
	text-decoration: none;
}

a:link{
	color: #A48463;
	text-decoration: none;
}

a:visited{
	color: #9A7C5C;
	text-decoration: none;
}

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


p {
	margin: 0px;
	padding: 0px;
}
li {
	padding-bottom: 4px;
}
ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
	list-style-type: circle;
}

#TopSpan {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 16px;
}
.thrColFixHdr #container {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #header {
	vertical-align: top;
	width: 780px;
	padding: 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
} 

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #container #header #logo {
	margin: 0px;
	padding: 0px;
	width: 182px;
	float: left;
}
#MainNavigation {
	background-color: #000000;
	width: 792px;
	margin-top: 25px;
	margin-left: 0px;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/BkgNav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 14px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#navMain {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10px;
	}

#navMain li {
	margin: 0;
	display: inline;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	
#navMain a:link, #navMain a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	text-decoration: none;
	color: #C89862;
	margin-top: 0;
	margin-right: 9px;
	margin-bottom: 4px;
	margin-left: 9px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

#navMain a.active:link, #navMain a.active:visited, #navMain a:hover {
	padding-bottom: 2px;
	color: #F5DFBB;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F5DFBB;
	}
.thrColFixHdr #container #mainContentContainer {
	width: 800px;
	background-image: url(images/BkgMainContent.jpg);
	background-repeat: repeat-y;
}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	margin-bottom: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 5px;
	clear: right;
}

#sidebar2 p {
	font-size: 80%;
	text-align: left;
}
#sidebar2 a {
	text-decoration: none;
}
#sidebar2 a:hover {
	color: #1C0E05;
	text-decoration: none;
}
.thrColFixHdr #mainContent {
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.story {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.story p {
	margin: 0px;
	padding: 0px;
}
.story a {
	color: #CC6600;
}
.story a:hover {
	color: #990000;
}
.thrColFixHdr #container #bottomContent {
	width: 780px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.thrColFixHdr #footer {
	background-color: #1C0E05;
	background-image: url(images/BkgFooter.jpg);
	height: 122px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
} 
.clear {
	clear: both;
}
.thrColFixHdr #footer p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
	color: #FFF0DF;
	text-align: center;
	display: block;
	margin: 0;
	line-height: 20px;
	font-size: 80%;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*********** #navBar link styles ***********/

.thrColFixHdr #sidebar1 ul a:link, .thrColFixHdr #sidebar1 ul a:visited {
	display: block;
	list-style-type: none;
	padding-left: 0px;
}
.thrColFixHdr #sidebar1 ul a:hover {
	color: #AC3436;
}
.thrColFixHdr #sidebar1 ul {
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.thrColFixHdr #sidebar1 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9966;
	list-style-type: square;
	color: #1C0E05;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
}

/* fix for browsers that don't need the hack */
html>body .thrColFixHdr #sidebar1 li {
	border-bottom: none;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	font-size: 95%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(images/BkgSectionLinks.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E1B380;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#sectionLinks  ul li {
}

#sectionLinks h3{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #1C0E05;
	font-size: 95%;
}

#sectionLinks a {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: none;
	list-style-type: none;
	color: #6E4925;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}


#sectionLinks a:hover {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #B33A39;
	font-weight: bold;
}


#sectionLinks a.active:link, #sectionLinks a.active:visited {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #1C0E05;
}
.PageName {
	font-size: 110%;
	color: #1C0E05;
	margin: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.RomanNumeralList {
	list-style-position: outside;
	list-style-type: upper-roman;
	padding-bottom: 10px;
	font-weight: normal;
	padding-left: 0px;
	margin-left: 25px;
}.NumberedList {
	list-style-position: outside;
	list-style-type: inherit;
	padding-bottom: 10px;
	font-weight: normal;
	padding-left: 0px;
	margin-left: 15px;
}

/************** #advert styles **************/

.advert{
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.advert img{
	display: block;
	background-position: center;
}
#TopQuote {
	position: relative;
	width: 182px;
	margin: 0px;
	padding: 0px;
}
#TopQuote p {
	font-size: 90%;
	color: #FFFFFF;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.Headings {
	font-size: 100%;
	font-weight: bold;
}
/************* #search styles ***************/

#search{
	font-size: 90%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1B380;
	margin: 0px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}
#MainNavigation2 {
	width: 792px;
	margin-top: 10px;
	margin-left: 0px;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/BkgNav2.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 14px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.thrColFixHdr #container #mainContentContainer2 {
	width: 800px;
	background-image: url(images/BkgMainContent2.png);
	background-repeat: repeat-y;
}
#projects {
	color: #0000CC;
}
.projects {
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #1C0E05;
	text-decoration: none;
	list-style-type: none;
}
.projects td {
	color: #1B0D05;
}
.projects li {
	display: block;
	color: #1C0E05;
	text-decoration: none;
	list-style-type: none;
}
.projects ul {
	color: #1C0E05;
	display: block;
	text-decoration: none;
	list-style-type: none;
}

.projects a {
	list-style-type: none;
	display: block;
	background-image: url(images/projects_buttonUp.jpg);
	background-repeat: repeat-x;
	height: 24px;
	margin: 0px;
	padding: 0px;
}
.projects a:link {
	color: #47352C;
	text-decoration: none;
	display: block;
	width: 183px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 24px;
}
.projects a:hover {
	background-image: url(images/projects_buttonOver.jpg);
	color: #1C0E05;
	text-decoration: none;
}
.tableText {
	font-size: 90%;
	color: #000000;
	background-image: url(images/projects_textGrad.jpg);
	background-repeat: repeat-x;
	padding-left: 0px;
}
.tableText li {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}
.tableText ul {
	margin: 0px;
	padding: 15px;
}
.tableText p {
	padding: 10px;
	margin: 0px;
	font-size: 80%;
}
.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.quotes2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
	background-repeat: repeat-x;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #E1B380;
	border-top-width: 1px;
	border-top-color: #EBC9A1;
	background-image: url(images/BkgGradForm.jpg);
}
legend {
	margin-left: 0em;
	color: #000000;
	font-weight: bold;
	padding: 0px;
}
fieldset ol {
	list-style: none;
	margin: 0px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 10px;
}
fieldset li {  
padding-bottom: 1em;
}
fieldset.submit {  
border-style: none;
}
label {  
display: block;
}
.praise {
	font-size: 90%;
	color: #A70108;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A53940;
	margin: 0px;
	padding: 0px;
	width: 90%;
}
.Names {
	font-size: 100%;
	color: #990000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-bottom: 0px;
	margin-bottom: 5px;
	display: block;
	margin-top: 5px;
}
.titles {
	font-size: 95%;
	color: #990000;
}
.photoBoxCaption {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 85%;
	font-weight: bold;
	color: #1C0E05;
	margin: 0px;
}


/*********** pos_dates previous next styles ***********/

#mainContent .date_post {
	margin-bottom: 30px;
	display: block;
	padding-left: 3px;
	text-align: left;
	background-position: center;
	}
 
	#mainContent .date_post .date_post_header {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
#mainContent   .date_post   .date_post_header a     {
	color: #FFFFFF;
	width: 75px;
	display: block;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 5px;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 3px;
	margin-top: 0px;
	text-decoration: none;
	text-align: center;
	margin-left: 0px;
	background-image: url(../../images/buttonUp.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6699;
	border-right-color: #990000;
	border-bottom-color: #330000;
	border-left-color: #660000;
	background-position: left top;
	height: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
}
#mainContent .date_post .date_post_header a:hover {
	color: #000000;
	height: 18px;
	width: 75px;
	display: block;
	float: left;
	margin-right: 5px;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 3px;
	margin-top: 0px;
	text-decoration: none;
	text-align: center;
	margin-left: 0px;
	background-image: url(../../images/buttonOver.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF66;
	border-right-color: #FFFF66;
	border-bottom-color: #663300;
	border-left-color: #FFFF00;
	background-position: left top;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

 
		#mainContent .date_post .date_post_header .previous   {
	padding: 0px;
	text-transform: uppercase;
	margin: 0px;
		}
 	

		#mainContent .date_post .date_post_header .middle   {
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
		}


		#mainContent .date_post .date_post_header .next   {
	padding: 0px;
	text-transform: uppercase;
	margin: 0px;
		}
  

/*********** blog styles ***********/


#mainContent .post {
		margin-bottom: 30px;
	}
	
	#mainContent .post .postHeader {
	padding: 7px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(images/blogTitleBar.jpg);
	}
	
		#mainContent .post .postHeader .date {
			width: 35px;
			float: left;
			text-align: center;
			margin-top: 3px;
			color: #FFF;
		}
		
			#mainContent .post .postHeader .date span.month {
				font: 11px Verdana, Helvetica, Sans-serif;
				text-transform: uppercase;
				display: block;
			}

			#mainContent .post .postHeader .date span.day {
				font-size: 16px;
				font-weight: bold;
				display: block;
			}	
		#mainContent .post .postHeader .titleMeta {
	margin-left: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		}
		
		#mainContent .post .postHeader .titleMeta h2 {
	color: #00004F;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
		}
		
			#mainContent .post .postHeader .titleMeta h2 a {
	color: #FFCC99;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
			}
			
			#mainContent .post .postHeader .titleMeta h2 a:hover {
	color: #FFFFFF;
			}
			
			#mainContent .post .postHeader .titleMeta h4 {
	font: normal 11px Verdana, Helvetica, Sans-serif;
	color: #EEE;
	margin: 0px;
	padding: 0px;
			}
			
				#mainContent .post .postHeader .titleMeta h4 a {
					color: #EEE;
				}
				
				#mainContent .post .postHeader .titleMeta h4 a:hover {
					text-decoration: none;
				}
				#mainContent .post .postContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
		}
		
		#mainContent .post .postContent p {
			margin-bottom: 1.6em;
		}
		
		#mainContent .post .postContent img {
			max-width: 480px;
		}
		
		#mainContent .post .postContent .video {
			margin-bottom: 20px;
		}  
		
		#mainContent .post .postContent a img {
			border: 2px solid #FF2C77;
			padding: 2px;
		}                
		
			#mainContent .post .postContent a:hover img {
				border: 4px solid #FF2C77;
				padding: 0;
			}
		
		#mainContent .post .postContent a {
			color: #FF2C77;                         
			border-bottom: 1px dotted #FF2C77;
			text-decoration: none;
			padding: 2px 0;
			
		}                 
		
		#mainContent .post .postContent a:hover {
			border-bottom-style: solid;
		}
		
		#mainContent .post .postTags {
			background: #EEE;
			padding: 7px;
			font: 11px Verdana, Helvetica, Sans-serif;
			border: 1px solid #CCC;
		}
		
		#mainContent .post .postTags a {
			color: #333;
		}
		
		#mainContent .post .postTags a:hover {
			text-decoration: none;
		}
		
		#mainContent .post a {
			color: #FF328E;
		}
		
		#mainContent .post ul {
			margin-bottom: 1em;
		}
		
		#mainContent .post ul li {
			font: 12px Verdana, Helvetica, Sans-serif;
			margin-left: 30px;
			list-style-type: disc !important;
			padding: 5px 5px 5px 0;
		}
