/* Neutralize styling: 
   Elements we want to clean out entirely
   and we reset the base font-size to 10px
---------------------------------------------------------------- */
html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font: normal 100.01%/1.5em Verdana, Arial, Helvetica, sans-serif;
}
html { font-size: 62.5%; } /* 1em = 10px */
html { font-size: 86%; } /* override it ... go bigger */


/* HTML & Body
------------------------------------------------ */
* { margin: 0; padding: 0; }

html {
	height: 100%;
	margin-bottom: 1px;
	}

body {
	font: 80%/1.5em Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #222;
	background: #CC0D36;
	}

/* Headers and Paragraphs:
------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: -1px;
    line-height: 1.1em;
    color: #003366;
    padding-bottom: 3px;
	margin: 10px 0 5px 0;
}
h4, h5, h6 {
    line-height: 1.3em;
    border: 0;
	margin: 5px 0 3px 0;
}

h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; }
h5 { font-size: 100%; }
h6 { font-size: 86%; }
p {	margin: 10px 0 20px 0;}

li {
	list-style: none;
	}

/* Layout
------------------------------------- */
#container {
	width: 940px;
	margin: 0 auto;
	background: #fff;
	margin-top: 10px;
	}

/* Accessibility bar */
#accessibility {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	color: #000000;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 1000;
	text-indent: -9999px;
	padding: 5px 0 5px 0;
	}
#accessibility li {
	display: inline;
	}
#accessibility:hover{
	background: #CC0D36;
	text-indent: inherit;
	}
#accessibility:hover li a {
	color: #fff;
	font-weight: bold;
	}
#accessibility li a {
	color: #000000;
	padding: 1px;
	list-style: none;
	}
#accessibility li a:hover {
	color: #333;
	background: #fff;
	text-decoration: none;
	}
	
/* header & logo */
#header {
	height: 1%;
	height: 100px;
	background: #CC0D36 url(images/header-bg.jpg) no-repeat;
	cursor: default;
	}

#logo h1 a {
	display: block;
	width: 300px;
	background: transparent;
	margin: 0;
	padding: 20px 0 0 40px;
	text-decoration: none;
    color: #000000;
    font-size: 1.5em;
    letter-spacing: 1px;
	}
	
#logo h1 a:visited, #logo h1 {
	margin: 0;
	padding: 0;
	}
	
#logo h3 {
    margin: 10px 0 0 40px;
    letter-spacing: 1.5px;
}
	
#content-wrapper {
	background: #F7CBCB;
	height: 100%;
	}

#footer {
	clear: both;
	background: #fff url(images/footer-bg.jpg) repeat-x;
	border-top: 1px solid #7993B8;
	padding: 5px 10px 10px 10px;
	text-align: center;
	}
	
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

/* Left Column
------------------------------------- */

#leftcol {
	width: 190px;
	float: left;
	cursor: default;
	background: #F7CBCB url(images/leftcol-bg.jpg) no-repeat left top;
	}

.sectiondiv {
	padding-bottom: 10px;
	background: transparent url(images/section-border-bg.jpg) no-repeat left bottom;
	}

#leftcol h3.sectionheading, #leftcol h2 {
	display: block;
	height: 1.3em;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 218%;
	}

/* Search */
#search .search-form {
	padding-left: 3px;
	}
	
#search .search-input{
	padding: 2px;	
	}

#search .search-submit{
	padding: 2px;	
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}
input, select, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* Topics */

#sidenav {
	margin-top: 0;
	padding-top: 0;
	}

#sidenav li a, #sidenav li a:visited {
	display: block;
	height: 2em;
	padding-top: .3em;
	padding-left: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

#sidenav li a:hover, #sidenav .sidenav .here a:hover {
	color: #fff;
	background: #CC0D36 url(images/topics-hover-bg.jpg) repeat-x;
	}

#sidenav .sidenav .here a{
	color: #333;
	background: #CC0D36 url(images/topics-here-bg.jpg)  repeat-x;
	}

/* Right Column
------------------------------------- */

#rightcol {
	width: 750px;
	float: right;
	background: #fff;
	}

#content-head {
	clear: both;
	padding: 0 10px 0 10px;
	margin: 0;
	background: #fff url(images/content-head-bg.jpg) repeat-x;
	border-bottom: 1px solid #7993B8;
	height: 50px;
	}

#content-head .topnav li {
}

#content-head .topnav a {
    display: block;
    float: left;
    font-size: 1.2em;
	padding: 10px;
	margin: 10px 0 0 0;
    color: #CC0D36;
    font-weight: bold;
    text-decoration:none;
}

#content-head .topnav a:hover {
	background: #CC0D36 url(images/topics-hover-bg.jpg) repeat-x;
    color: #ffffff;
}    
    
/* Right Column */
#breadcrumb {
	color: #CC0D36;
	font-weight: bold;
	font-size: 80%;
	background: transparent;
	padding: 10px 0 5px 0;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#author-link, .author-link {
	padding: 0 0 5px 0;
	font-size: 90%;
	font-weight: bold;
	color: #999;
	}

#author-link a:link , #author-link a:visited, .author-link a:link, .author-link a:visited, #breadcrumb a:link, #breadcrumb a:visited {
	border-bottom: 1px solid #5E7EAA;
	text-decoration: none;
	font-weight: bold;
	color: #5E7EAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#author-link a:hover, .author-link a:hover, #breadcrumb a:hover {
	border-bottom: 2px solid #CC0D36;
	text-decoration: none;
	color: #CC0D36;
	}

#centercol {
	width: 540px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	line-height: 1.6em;
	}
/* Content Text */

#content {
	}

#content a, #content a:link, #author-bio a, #author-bio a:link, .recent-article-link a, .recent-article-link a:link {
	color: #666;
	padding: 1px;
	text-decoration: none;
	border-bottom: 1px solid #CC0D36;
	}

#content a:hover, #author-bio a:hover, .recent-article-link a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #CC0D36;
	}

#content-sidebar {
	width: 180px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	cursor: default;
	}

#content-sidebar a, #content-sidebar a:link{
	color: #666;
	padding: 1px;
	text-decoration: none;
	border-bottom: 1px solid #CC0D36;
	}

#content-sidebar a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #CC0D36;
	}

/* Footer */

#footer p {
	margin: 5px 0 5px 0;
	line-height: normal;
	}

#footer a, #footer a:link, #footer a:visited {
	color: #666;
	padding: 1px;
	text-decoration: none;
	border-bottom: 1px solid #CC0D36;
	}

#footer a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #CC0D36;
	}



/* About Author */
#about-author {
	font-size: 90%;
	padding: 10px 0 10px 0;
	cursor: default;
	}
#about-author h3 {
	font-size: 164%;
	margin: 0;
	padding: 0;
	}
#author-icon {
	float: left;
	padding: 10px 10px 10px 0;
	width: 64px;
	height: 64px;
	}
#author-bio {
	float: left;
	width: 450px;
	padding-top: 10px;
	}
#author-bio p {
	margin: 0 5px 0 0;
	padding: 0;
	}

/* Page tools */

#page-tools {
	text-align: right;
	}
	
/* category pages */

#cat-desc {
	padding-bottom: 5px;
	font-size: 120%;
	color: #5E7EAA;
	}

/* NewsListing template */

.ditto_link {
	margin-bottom: 1px;
	margin-top: -10px;
	text-align: right;
	}

#content .summaryPost {
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	padding-bottom: 10px;
	line-height: 1.2em;
	}

#content .summaryPost p {
	margin: 10px 0 5px 0;
	}

#content .summaryPost h3 {
	margin-bottom: 10px;
	}

#content .summaryPost h3 a,
#content .summaryPost h3 a:link,
#content .summaryPost h3 a:visited {
	color: #CC0D36;
	text-decoration: none;
	padding-right: 1px;
	border-bottom: 1px solid #CC0D36;
	}

#content .summaryPost h3 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #CC0D36;
	}

#content .summaryPost a,
#content .summaryPost a:link,
#content .summaryPost a:visited {
	color: #CC0D36;
	padding: 0;
	text-decoration: none;
	}

#content .summaryPost a:hover, #content .summaryPost .author-link a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #CC0D36;
	}

#content .summaryPost .author-link:hover {
	color: #333;
	}

#content .summaryPost .author-link a {
	color: #999;
	border-bottom: 1px solid #666;
	}


/* Ditto Pagination */

#ditto-page-nav {
	color: #CC0D36;
	margin: 5px;
	padding-top: 10px;
	text-align: right;
	}

#ditto_currentpage {
	padding: 2px 4px;
	border: 1px solid #999;
	color: #999;
	text-decoration: none;
	margin: 2px;
	}
		
.dittoPrevious a:link,
.dittoPrevious a:visited,
.dittoNext a:link,
.dittoNext a:visited,
.dittoPage a:link,
.dittoPage a:visited {
	padding: 2px 4px;
	border: 1px solid #7993B8;
	color: #CC0D36;
	text-decoration: none;
	margin: 2px;
	}

.dittoPrevious a:hover,
.dittoNext a:hover,
.dittoPage a:hover {
	padding: 2px 4px;
	border: 1px solid #CC0D36;
	color: #fff;
	background: #CC0D36;
	}

/* Code blocks */
code {
	font: 12px/2em "Courier New", Courier, monospace;
	color: #333;
	background: #fafafa;
	border-left: 2px solid #5E7EAA;
	display: block;
	padding-left: 10px;
	}

/* Misc stuff
-------------------*/
.recent-article-link {
	padding-left: 5px;
	padding-right: 2px;
	}
.recent-article-link li {
	margin: 0 0 10px 0;
	padding: 0;
	}

/* ads */
#footer-leaderboard {
	margin-top: 20px;
	}
#content-bottom-banner {
	margin-bottom: 10px;
	}