html, body {
    margin: 0;
    padding: 0
}

body {
	font-family: sans-serif;
	background: url(images/background.png) repeat-x;
	background-color: #3d76c3;
	font-size:.9em;
	line-height:110%;
}

a {
    text-decoration: none;
    color: #000000;
}

div#content a {
    padding: 5px;
    text-decoration: underline;
    color: #142958;
}

a img {
	border:0;
}

div#content a:hover {
    color: #000000;
}

div#header {
    background-color: #F3F2ED;
	background: url(images/white_background_top.png) no-repeat;
	height:227px;
	padding: 0px 35px 0px 35px;
	position:relative;
}

div#header h1, div#header h1 a, div#header h1 a:visited {
    margin: 0;
    padding: 26px 0 0 65px;
	color: white;
	font: "Trebuchet MS", Arial, Sans-serif;
	font-size: 1.6em;
	position: relative;
	top: 20px;
}

div#subheading {
	color: #184589;
	padding: 1em 0 0 25px;
	font-size: 1em;
	position: relative;
	top: 40px;
}

ul.main-nav {
	list-style:none;
	position: absolute;
	top: 195px;
	margin:0 0 0 10px;
	padding:0;
}

ul.main-nav li, ul.main-nav li a, ul.main-nav li a:visited {
	float:left;
	color: #ffffff;
	font-size: 1.1em;
	margin: 0 10px 0 10px;
	padding:0;
}

ul.main-nav li a:hover {
	color: #184589;
}

#rssFeedIcon {
	position: absolute;
	top: 35px;
	right: 45px
}

div#container {
    text-align: left;
	width: 1000px;
    margin: 0 auto;
}

div#content-container {
	background: url(images/white_background_middle.png) repeat-y;
	overflow: auto;
	height:100%;
	padding: 10px 40px 10px 40px;
}

div#content {
    float: left;
    width: 630px
}

div#content h1 {
	padding-top: 5px;
}

div#content h2 {
	padding-top: 5px;
}


div#content h2 a {
    text-decoration: none;
    color: #000000;
    padding: 0px;
}

div#content h2 a:hover {
    color: #142958;
}

div#secondary-nav {
	float: right;
    width: 270px;
	margin:0;
	padding:0;
}

div#footer {
	background: url(images/white_background_bottom.png) no-repeat;
	height:45px;
	margin: 0;
	padding: 5px 35px 10px 35px;
}

div#footer p {
	font-size: .7em;
	color: #696969;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* secondary nav dialogs */
.dialog {
    position: relative;
    margin: 0px auto;
    min-width: 8em;
    max-width: 760px; /* based on image dimensions - not quite consistent with drip styles yet */
    color: #fff;
    z-index: 1;
    margin-left: 12px; /* default, width of left corner */
    margin-bottom: 0.5em; /* spacing under dialog */
	margin-right:-5px;
	font-size:.8em;
}

.dialog .content, .dialog .t, .dialog .b, .dialog .b div {
    background: transparent url(images/dialog2-blue-800x1600.png) no-repeat top right;
    _background-image:url(images/dialog2-blue.gif);
}

.dialog .content {
    position: relative;
    zoom: 1;
    _overflow-y: hidden;
    padding: 0px 12px 0px 0px;
	color: #ffffff;
}

.dialog .content a {
	color: #ffffff;
}

.dialog .content a:hover {
	color: #ffffff;
	text-decoration:underline;
}

.dialog .t {
    /* top+left vertical slice */
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px; /* top slice width */
    margin-left: -12px;
    height: 100%;
    background-position: top left;
	_height:1600px; /* arbitrary long height, IE 6 */
}

.dialog .b {
    /* bottom */
    position: relative;
    width: 100%;
}

.dialog .b, .dialog .b div {
    height: 30px; /* height of bottom cap/shade */
    font-size: 1px;
}

.dialog .b {
    background-position: bottom right;
}

.dialog .b div {
    position: relative;
    width: 12px; /* bottom corner width */
    margin-left: -12px;
    background-position: bottom left;
}

.dialog .hd, .dialog .bd, .dialog .ft {
    position: relative;
}

.dialog .wrapper {
    /* extra content protector - preventing vertical overflow (past background) */
    position: static;
    max-height: 1000px;
    overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1, .dialog p {
    margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
    padding: 0.5em 0px 0.5em 0px;
}

.dialog h2 {
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
    padding: 10px 0px 5px 10px;
	font-size:1.3em;
	font-weight:bold;
}

.dialog #infoIcon {
	float: left;
	margin: 5px 15px 5px 5px;
}

.dialog ul {
	/*list-style-image: url(images/arrow.gif);*/
	list-style-type:none;
	margin:0;
	padding:0 0 0 20px;
}

.dialog ul li {
	background: url(images/arrow.gif) no-repeat left top;
	background-position: -3px 0px;
	padding:0 0 0 5px;
}

.dialog ul li a {
	padding: 5px;
}

#searchbox {
	border: 1px dashed #438bd3;
	margin-left:15px;
}

#searchbutton {
	background: url(images/search_button.png);
	height:21px;
	width:23px;
	border: none;
	margin-left:5px;
}

#searchbutton:hover {
	cursor: pointer;
}

.searchBox {
	margin-left:10px;
}

.postMeta .date {
    background: url(images/date.gif) left no-repeat;
    padding: 0 0 0 15px;
}

.postMeta .filed {
    background: url(images/folder.gif) left no-repeat;
    padding: 0 0 0 18px;
    margin: 0 0 0 3px;
}

.postMeta .commentcount {
    background: url(images/comments.gif) left no-repeat;
    padding: 0 0 0 18px;
    margin: 0 0 0 3px;
}

.postMeta .tags {
    background: url(images/tags.gif) left no-repeat;
    padding: 0 0 0 15px;
}

/* Comments */

p.comments {
    clear: both;
    padding: 5px 10px 5px 10px;
}

p.comments a {
    padding-left: 20px;
    background: url(images/comment.gif) left top no-repeat;
    font-size: 10pt;
    text-decoration: none;
}

.commentlist {
    margin: 10px 0;
    font-size: 10pt;
    list-style: none;
}

.commentlist li {
    margin: 0 0 5px -25px;
    width: 100%;
}

.commentlist cite {
    padding: 10px;
    font-size: 10pt;
}

.commentlist cite a {
}

.commentmetadata {
    padding: 10px;
}

.comment h3 {
    padding: 0 10px;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.comment p {
    padding: 10px;
    font-size: 10pt;
    color: #000;
}

.comment a {
    text-decoration: none;
}

.comment a:hover {
    text-decoration: underline;
}

.comment textarea {
    width: 100%;
}



.comment #submit:hover {
    cursor: pointer;
}

.commentbody {
    float: right;
    width: 500px;
    margin-bottom: 20px;
    padding: 10px 0 10px 0;
}

a.gravatar {
    float: left;
    margin: 10px 15px 20px 0;
    width: 69px;
}


/* Other */
.cleared {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

#nextprevious {
    padding: 10px;
    font-size: 80%;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
#navigation ul {
   display: block;
}
