html { overflow-y: scroll; }
body {
 font-family:Arial, serif;
 color: #333;
}

h1 {
 font-size: 2.0em;   
}
/* HIDDEN TEXT */
.alt-text { margin-left: -5000px; }

/* TEXT ALIGNMENTS */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
 

/* BG */
.bg-black { background: #000; }
.bg-grey { background: #ccc; }
.bg-red { background: #f00; }
.bg-blue { background: #00f; }
.bg-green { background: #0f0; }

/* ANCHORS */
a {
 text-decoration: underline;
 color:#000;
 font-weight:600;
 outline: none;
}
a:hover {
 text-decoration: none;
}


/* HEADER */
a#logo-img {
 margin: 20px auto;
 display: block;
 height: 52px;
 width: 524px;
 text-indent: -5000px; 
 background-image: url(css/images/dnflogo.gif);
 background-repeat: none;
 border-bottom: none;
}

/* BLURB */
#blurb {
 padding: 0px 0px 20px 0px;
 font-family: serif;
 font-size: 16px;
 font-weight: bold;
 font-style: italic;
}
#blurb a { font-size: small; }
 
/* Main Navigation */
#navigation {
 font-family: Georgia, serif;
 font-size: 14px;
 font-weight: bold;
 color: #2f2f2f;
 text-align: right;
}

ul#main-nav {
 margin: 0 10px 0;
 padding: 0;
}   
#main-nav li {
 list-style-type: none;
}
#main-nav li + li {} 
#main-nav li a {
 text-decoration: none;
 color: #333;
/* padding-left: 10px; */
 padding-right: 10px;
 display: block;
 border: none;
}
#main-nav li:first-child a {
/* padding-left: 10px; */
}
#main-nav li a:hover {
 background: none;
 color: #AF0C0C;
 text-decoration: none;
}
#main-nav li.current_page_item a {
 color: #AF0C0C;
 text-decoration: none;
}


/* SEARCH BOX */
#search-box {
 margin-top: 1em;
 margin-bottom: 2em;
}
#search-box input {
 background: #fff;
 margin-left: 10px;
 margin-right: 10px;
 width: 128px;
}

/* RIGHT SIDEBAR */
#right-column h3 {
 margin-bottom: 10px;
}
#right-column ul {
 padding: 0 0 0 20px;
}
#right-column ul li {
 margin: 0;
}
#right-column div {
 margin-bottom: 2em;
}
    
    
    

/* FOOTER */
#footer { padding: 10px; }
a#ec { color: #8F8F8F; }



/* WORDPRESS SPECIFIC */
div.post, div.page {  font-size: 14px; }
div.post p + p, div.page p + p { margin-top: .5em; }

div.post {
 margin-bottom: 3em;
}
.post h1 a {
 text-decoration: none;
 font-weight: normal;
 border-bottom:1px dotted #000;
}
.post h1 a:hover, .page h1 a:hover {
 border-bottom: none;
}
.page h1 a {
 text-decoration: none;
 font-weight: normal;
 border-bottom: none;
}
.postmetadata {
 font-size: 10px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */







