@charset "utf-8";
/* CSS Document */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body,p,div,td,tr,table,h1,h2,h3,h4,h5,h6,img{
	padding:0;
	margin:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/*H Tags */

h1{
	font-size:34px;
	font-weight:bold;
	color:#F9B937;
	letter-spacing:-1px;
}

h2{
	font-size:28px;
	font-weight:bold;
	color:#F9B937;
	letter-spacing:-1px;
}

h3{
	font-size:20px;
	font-weight:bold;
	color:#F9B937;
	border-bottom:2px solid #F9B937;
	margin-top:10px;
	margin-bottom:10px;
}

/*Body Content */

p{
	color:white;
	margin-top:15px;
	font-size:90%;
}

	p a{
		color:white;
		margin-top:15px;
		text-decoration: underline;
	}
	
	p a:hover {
		text-decoration: none;
	}

/* Blog Structure */

#blogbody {
	width: 920px;
	height: auto;
}

	#blogbodyleft {
		width: 250px;
		margin-right: 30px;
		height: auto;
		float: left;
	}
	
		#blogbodyleft a{
			text-decoration: none;
		}
		
		#blogbodyleft ul li.categories {
			list-style: none;
			padding-left: 10px;
			color: #FFF;
		}
		
		#blogbodyleft ul.archives {
			list-style: none;
			padding-left: 10px;
		}
		
		#blogbodyleft ul{
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
			#blogbodyleft ul a{
				color: #FFF;			
			}
		
			#blogbodyleft ul a:hover{
				color: #FFF;	
				text-decoration: underline;
			}
		
				/* Recent Entries */
				#blogbodyleft ul li.blogentrytitle{
					list-style: none;
					padding: 0;
					margin: 0;
				}

				#blogbodyleft ul li.dates{
					list-style: none;
					padding: 0 0 10px 15px;
					font-family: Arial, Helvetica, sans-serif;
					font-size: .78em;
					color: #FFF;
				}
	
	#blogbodyright {
		width: 640px;
		height: auto;
		float: left;
	}
		
		#blogbodyright ul {
			color: #FFF;
		}
		
		#blogbodyright ul li a {
			color: #FFF;
			text-decoration: none;
		}
		
		#blogbodyright ul li a:hover { 
			text-decoration: underline;
		}
		
/* Text Styles */
.blogheaders {
	color:#F9B937;
}

.blogheaders a{
	color:#F9B937;
	text-decoration: none;
}

.byline {
	color: #F9B937;
	font-style: italic;
	font-size: 11px;
}

.comments, a.comments {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

	a.comments:hover {
		color #FFF;
		text-decoration: none;
	}

#commentform {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

.posted-on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F9B937;
}

/*Entry Titles */
#blogentrytitle h3 {
	font-size:20px;
	font-weight:bold;
	color:#F9B937;
	margin-bottom: 5px;
	border-bottom: none;
}

	#blogentrytitle h3 a{
		font-size:20px;
		font-weight:bold;
		color:#F9B937;
		text-decoration: none;
		border-bottom: none;
	}
	
	#blogentrytitle h3 a:hover{
		text-decoration: underline;
		border-bottom: none;
	}
	
/* Entry Listing Archive Title */
#archivetitle h2{
	font-size:22px;
	font-weight:bold;
	color: #3b8dd6;
	margin-bottom: 5px;
}
	
/* copyright */
#copyright {
	color: #F9B937;
}

/* Breadcrumbs */
#breadcrumbs {
	width: 635px;
	height: auto;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#F9B937;
	font-size: 12px;
	text-align: right;
}
	
	#breadcrumbs a {
		color:#F9B937;
		text-decoration: none;
	}
	
	#breadcrumbs a:hover {
		text-decoration: underline;
	}


