/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #ffffff;
	color: #000000;
	text-align: left;
}

table.main_content {
    padding: 0px;
    width: 100%;
}

table.full_width {
    padding: 0px;
    width: 100%;
}

td {
    background-color: #ffffff;
    color: #000000;
    font: 13px Verdana,Arial,Helvetica,sans-serif;
}

td.footer {
    border-top: 1px solid #7babff;
    font: 11px Verdana,Arial,Helvetica,sans-serif;
}

td.header {
    border-bottom: 1px solid #7babff;
    font: 28px bold Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
}

td.main_content {
    width: 80%;
}

td.navigation {
    border-bottom: 1px solid #7babff;
    font: 12px Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
}

th {
    background-color: #ffffff;
    font: bold 13px Verdana,Arial,Helvetica,sans-serif;
}

a:link {
    color: #0000ef;
    text-decoration: none;
}

a:active, a:visited {
    color: #7babff;
    text-decoration: none;
}

a:hover {
    background-color: #003399;
    color: #ffffff;
    text-decoration: none;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

h2.pagetitle {
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 20px auto 20px ;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif
}

.commentmetadata {
	font-weight: normal;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Structure */
.post {
	margin: 0 0 20px;
	text-align: justify;
}

.narrowcolumn .postmetadata {
	text-align: center;
}
/* Wnd Structures */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px 0;
	width: 140px;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */