/*---- Global styles which are theme-independent. ----*/


a img {
	border: 0;
}

.photo p {
	margin-left: 0!important; 
}

.photo {  /* For the photo gallery pages.  Should be floated DIVs but IE can't handle it properly. */
	width: 160px; 
	margin-right: 5px; 
}

.photo p {
	text-align: left; 
}

.searchterm {
	background-color: #ff6;
}

acronym, abbr, span.tooltip {
	border-bottom: 1px dotted;
	cursor: help;
}

pre, code, kbd, var, samp, .code {
	font-family: "Luxi Mono", "Courier New", Lucida, monospace;
}

.fr, .it {
	font-style: italic;
}

ins {
	text-decoration: none;
}

/* The following was selected and sent by the theme-handling code. For more info see http://ubernostrum.dyndns.org/code/themes/ */


/*---- Page-wide styles. ----*/

body {
	background: #fff;
	color: #666;
	text-align: center;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 0.7em;
	line-height: 1.5;
}

a:link, a:active, a:hover {
	color: #0c9b99;
}

a:visited {
	color: #0c9b99;
}

ul {
	list-style-type: none;
}

.formArea {
	border: 1px solid #ccc;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1em;
	color: #666;
}

.formButton {
	border: 1px solid #ccc;
	background: #eee;
	color: #666;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1em;
}

legend, label {
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1em;
	color: #666;
}

fieldset {
	border: 1px solid #ccc;
	margin: 1em 0.25em;
}


/*---- Banner image. ----*/

#banner {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#banner h1 {
	margin: 0;
}

#banner h1 a {
	display: block;
	margin: 0;
	padding: 202px 0 0 0;
	overflow: hidden;
	background: #fff top center no-repeat;
	height: 0px !important;
	height /**/:202px;
}

/*---- DIV which holds and centers the page. ----*/

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align: left;
	border-top: 1px solid #ccc;
}


/*--- Main content of page (left column). ----*/

#content {
	float: left;
	width: 600px;
	background: #fff;
	padding-bottom: 4em;
	min-height: 300px;
}

#content h1 {
	font-size: 1.3em;
	margin-left: 6px;
	color: #666;
}

#content h2 {
	font-size: 1.1em;
	margin-left: 6px;
	color: #666;
}

#content h3 {
	font-size: 1em;
	margin-left: 1em;
}

#content h4 {
	font-size: 1em;
	margin-left: 1em;
}

#content p, #content ol {
	margin-left: 1em;
	margin-right: 1em;
}

#content form p {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#content p.permalink {
	margin-left: 6px;
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc;
}

#content p+h3.blogheader {
	padding-top: 2em;
}

#content blockquote {
	border: 1px solid #ccc;
	color: #666;
	background: #f7f7f7;
}

#content pre {
	border: 1px solid #ccc;
	color: #666;
	background: #f7f7f7;
}

#content a:hover {
	color: #0c9b99;
}

#content form {
	margin: 1em;
}

.archnav {
	margin-bottom: 4em; 
}

.archprev {
	float: left; 
	width: 45%; 
	text-align: left; 
	margin-left: 1em;
}

.archnext {
	float: right; 
	width: 45%; 
	text-align: right;
	margin-right: 1em;
}

.spacer {
	clear: both; 
}

/*---- Primary navigation menu. ----*/

#nav {
	position: absolute;
	top: 213px;
	margin: 0px;
	padding: 0;
	height: 20px;
	width: 400px;
}

#nav ul {
	list-style-type: none;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 2px 0 0;
}

#nav ul li a {
	display: block;
	margin: 2px;
	padding: 2px;
	color: #666;
	text-decoration: none;
	width: 75px;
}

/* Reset width for everything except IE/Mac. \*/
#nav ul li a {
	width: auto;
}
/* End hack. */

#nav ul li a:hover {
	color: #666;
	border-bottom: 4px solid #ccc;
}

/*---- menu for mambo ---*/
#navmenu {
	position: absolute;
	top: 213px;
	margin: 0px;
	padding: 0;
	height: 20px;
	width: 400px;
}

#navmenu table.moduletable {
	list-style-type: none;
	border: 1;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navmenu table.moduletable td {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 2px 0 0;
}

#navmenu table.moduletable td a {
	display: block;
	margin: 2px;
	padding: 2px;
	color: #666;
	text-decoration: none;
	width: 75px;
}

/* Reset width for everything except IE/Mac. \*/
#navmenu tr td a {
	width: auto;
}
/* End hack. */

#navmenu table.moduletable tr td a:hover {
	color: #666;
	border-bottom: 4px solid #ccc;
}


/*---- Secondary navigation and miscellany (right column). ----*/

#misc {
	float: right;
	width: 170px;
	background: #fff;
	border-top-width: 0;
	padding-top: 10px;
	border-left: 1px solid #ccc;
}

#misc h2 {
	font-size: 1em;
	text-indent: 4px;
	color: #666;
	margin-top: 0;
}

#misc ul {
	margin-left: 4px;
	padding-left: 4px;
}

#misc ol {
	padding-left: 12px;
	margin-left: 12px;
}

#misc p, #misc form {
	margin-left: 4px;
	margin-right: 4px;
}

#misc a:link, #misc a:active, #misc a:hover {
	color: #0c9b99;
}

#misc a.vbanner {
	display: block;
	margin-bottom: 4px;
	padding: 15px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:15px;
	background-position: top left;
	background-repeat: no-repeat;
}

/*---- Footer. ----*/

#footer {
	clear: both;
}
