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

body {
	font-family:sans-serif;	
}

/*Header*/
header {
	text-transform:uppercase;
	font-size:12px;
}
header menu {
	font-size:10px;
}
header menu a {
	text-decoration:none;		
}


/*Main Navigation*/
#main-nav {
	font-size:14px;
	text-transform:uppercase;
}
#main-nav a {
	text-decoration:none;	
}



/*CONTENT AREA*/
#main {

}
/*Subnav*/
#subnav {
	font-size:14px;
}
#subnav a {
	text-align:right;
	text-decoration:none;
}
/*Content*/
#content {

}

article h1 {
	font-size:16px;
	margin-bottom:8px;
	line-height:1.3;
	font-weight:bold;
}

article h1 a {
	text-decoration:none;
}

article h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;	
}

article p {
	font-size:12px;
	line-height:1.4;
	margin-bottom:16px;
}

article ul, article ol {
	font-size:12px;	
	line-height:1.4;
	padding-left:30px;
	margin-bottom:16px;
}
article ul {
	list-style:disc;
}
article ol {
	list-style:decimal;
}
article p + ol, article p + ul {
	margin-bottom:10px;
	position:relative;
	top:-4px;	
}
article li {
	margin-bottom:10px;	
	line-height:1.3;
}




/*Sidebar*/
#sidebar {

}
.widget-wysiwyg h1 {
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
}
.widget-wysiwyg p {
	font-size:12px;	
	line-height:1.3;
}
.widget-wysiwyg a {
	text-decoration:none;
}

/*Footer*/
footer {

}
footer hgroup h1, footer hgroup h2, footer hgroup address {

}
footer hgroup address {
	font-size:11px;
	line-height:1.2;
}
footer nav h3, footer nav h4, footer nav #external-links > ul > li > a {
	text-transform:uppercase;
	font-weight:bold;
}
footer nav .column {
	font-size:11px;
}

footer nav a {
	text-decoration:none;	
}
footer aside {
	font-size:11px;	
}
footer aside h2 {
	font-size:16px;
	font-family: 'Lobster', cursive;
}
footer aside blockquote {
	margin-bottom:10px;
	line-height:1.2;
}
footer aside blockquote p {
	line-height:1.4;	
}
footer aside blockquote p a {
	text-decoration:none;
}



/*Blog-Related*/
.category-name {
	font-weight:bold;
	font-size:12px;
	color:#CA3B1C;
	margin-bottom:4px;	
}

.permalink {
	font-size:12px;
	font-weight:bold;
	position:relative;
	top:-5px;
	display:block;
}

#content.blog-listing article:first-child {
	padding-top:20px;
	border-top:none;
}

.post-paging {
	margin-left:4px;
	margin-right:4px;
	clear:both;
}
#prevPostButton { float:left; }
#nextPostButton { float:right; }
.post-tags {
	font-size: 11px;
	font-style: italic;
}
#content .post-tags a {
	color:#CA3B1C;
}

.widget_wp-category-archive {
	padding: 20px;
	font-size: 14px;
	list-style:none;
}

.widget_wp-category-archive h2 {
	font-weight: bold;
	color: #5E5E5E;
	margin-bottom:8px;
}
.widget_wp-category-archive ul {
	list-style:disc;
	padding-left:15px;
	font-size:11px;
	margin-left:10px;
}
.widget_wp-category-archive li {
	margin-bottom:5px;
	text-indent:-3px;
}
.widget_wp-category-archive ul a {
	color:#CA3B1C;
}

article input[type=submit] {
	padding:3px 5px;	
}