body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

img {
	border: none;
}

/* Hozi Menu */

.hoz-menu {
	font-size: 120%;
	text-align: left;
}

.hoz-menu a:link, .hoz-menu a:visited, .hoz-menu a:active {
	color: #0000FF;
	text-decoration: none;
}
.hoz-menu a:hover {
	color:#CC0000;
	text-decoration: underline;
}


/* Vertical Menu */

.vert-menu {
	font-size: 100%;
	text-align:center;
}

#vert-menu {
	margin: 0px 10px 0px 10px;
	padding-bottom: 0px;
}

.vert-menu legend {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding-left: 14px;
}

.vert-menu fieldset {
	border: none;
	padding: 0px;
}

.vert-menu input, .vert-menu textarea {
	border: 1px solid #333;
	padding: 3px;
	font-size: 90%
}

.vert-menu input:active {
	background-color:#999;
}

.vert-menu a:link, .vert-menu a:visited, .vert-menu a:active {
	color: #0000FF;
	text-decoration: none;
}
.vert-menu a:hover {
	color:#CC0000;
	text-decoration: underline;
}
.vert-menu li {
	margin-left: -20px;
	list-style-type:none;
}

/* Footer Items */

/* Footer Left */

.footer-left {
	text-align: left;
	padding-left: 45px;
	padding-top: 5px;
	border-top: 1px solid #aaa;
}

/* Footer Centre */

.footer-centre {
	text-align: center;
	border-top: 1px solid #aaa;
	padding-top: 5px;
}

/* Footer Right */

.footer-right {
	text-align:right;
	padding-right: 45px;
	padding-top: 5px;
	border-top: 1px solid #aaa;
}

.footer-right a:link, .footer-right a:visited, .footer-right a:active,
.footer-centre a:link, .footer-centre a:visited, .footer-centre a:active,
.footer-left a:link, .footer-left a:visited, .footer-left a:active {
	color: #0000FF;
	text-decoration: none;
}
.footer-right a:hover, .footer-centre a:hover, .footer-left a:hover {
	color:#CC0000;
	text-decoration: underline;
}

/* Content */

.content {
	padding: 5px 50px 0px 45px;
}

.content h1 {
	font-size: 200%;
}

.content h2 {
	font-size: 150%;
}

.content h3 {
	font-size: 125%;
}

.content h4 {
	font-size: 110%;
}

.content h5 {
	font-size: 100%;
}

.content p {
	text-align:justify;
}

.content img {
	padding: 5px 10px 5px 10px;
}

.content a:link, .content a:visited, .content a:active {
	color: #0000FF;
	text-decoration: none;
}
.content a:hover {
	color:#CC0000;
	text-decoration: underline;
}

.content input, .content textarea {
	border: 1px solid #333;
	padding: 3px;
}

.content legend {
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 10px;
}

.content fieldset {
	border: none;
	padding: 0px;
}

.content acronym {
	cursor:help;
}
.content li {
	margin-bottom: 5px;
	line-height: 125%;
}
.content p {
	line-height: 125%;
}
table caption {
	font-weight: bold;
	font-size: 115%;
}




.table-border-blue {
	border-top: 1px solid #999;
	border-left:	1px solid #999;
	margin: 5px 0px 10px 0px;
}
.table-border-blue td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 2px;
}
.table-border-blue th {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 2px;
}

.table-row-light { }
.table-row-white { }

.table-border-blue .table-row-light {
	background-color:#EAF5FF
}
.table-border-blue .table-row-white {
	background-color:#FFF;
}
.table-border-blue .table-row-dark {
	background-color:#DDDEFF;
}

.cite-box-right {
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px dashed #999;
	float: right;
	width: 200px;
	margin: 10px;
	clear: right;
}

.cite-box-right cite {
	font-weight: bold;
	text-align: justify;
}

.cite-box-right p {
	margin-bottom: 0px;
	text-align: right;
}



.navigation img {
	padding: 0px 0px 0px 0px;
}






/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/


blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}


/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}


.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}


#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 60%;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	margin: 5px;
}

#menu ul {
	color: #000;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 25px;
}

#menu ul li {

	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu ul ul li {
	border: 0;
	font-size: 12px;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}


#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}
.wimpy_button {
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px dashed #000099;
	margin: 5px;
}
