body {
/* cursor: url("/cur/Grounation_normal.cur"), default; */
font-size: 62.5%;
color: #A2A2A2;
}

body, input, textarea, select {
font-family: "Verdana", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
}

#evangelism {
	display: none;
	background-color: #000;
	font: 110% "Trebuchet MS", "Arial", "Verdana", sans-serif;
	color: #fff;
	padding: 2px;
	text-align: center;
}

#taglineholder, #photo, #footer {
	position: relative;
	width: 750px;
	left: 50%;
	margin-left: -375px;
}

#taglinebg {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 25px;
	background-color: #bbb;
}

#sitename {
	float: left;
	width: 100px;
}

#tagline {
	float: right;
	width: 650px;
	text-align: right;
}

#sitename p, #tagline p {
	padding: 5px 0px 0px 0px;
	font: 90% "Trebuchet MS", "Arial", "Verdana", sans-serif;
	color: #fff;
}


/* --------------------- */

p {
font-size: 1.1em;
line-height: 1.4em;
margin: 0;
margin-bottom: 1.4em;
padding: 0;
}

li {
font-size: 1.1em;
padding: 3px 0px;
}

#header {
height: 61px;
}

#nav {
margin: 0px 0px 0px 0px;
float: left;
width: 10%px;
border-left: 1px solid #ddd;
height: 200px;
}

/*#nav:hover {
background-color: #222;
}*/

/*#nav ul:hover {
opacity: 1;
}*/

#nav ul {
list-style-type: none;
padding: 0;
margin: 20px 0px 0px 0px;
opacity: 1;
}

#nav, #photo, #intro {
/* http://www.svendtofte.com/code/max_width_in_ie/ */
height: expression(document.body.clientWidth > 175? "175px": "auto");
}

#container {
max-width: 750px;
/* http://www.svendtofte.com/code/max_width_in_ie/ */
width: expression(document.body.clientWidth > 750? "750px": "auto");
margin: 0px auto;
padding: 0px 0px;
text-align: left;
}


#intro {
height: 200px;
border-right: 1px solid #ddd;
}

#introtext {
margin: 0px 0px 0px 0px;
padding-left: 20px;
overflow: auto;
padding-right: 10px;
height: 200px;
border-left: 1px solid #ddd;
}

#introtext p {
color: #7E7E7E;
line-height: 1.5em;
}

#contact {
width: 80%;
float: left;
padding-left: 20px;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}

/*--------------------- text/headings ---------------------*/

h1 {
font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
font-size: 3.3em;
font-weight: normal;
color: #D6DC84;
margin: 0px 0px 15px 0px;
padding: 0;
}

h2 {
font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
font-size: 2.3em;
font-weight: normal;
color: #8B8B8B;
margin: 0px 0px 15px 0px;
padding: 0;
}

h3 {
font-family: "Century Gothic", "Helvetica", "Arial", sans-serif;
font-size: 1.5em;
font-weight: normal;
color: #777777;
margin: 0px 0px 10px 0px;
padding: 0;
}

h4 {
font-size: 1.1em;
font-weight: bold;
color: #777777;
text-transform: uppercase;
letter-spacing: 0.1em;
margin: 0px 0px 10px 0px;
padding: 0px 0px 2px 0px;
border-bottom: 1px solid #C0C0C0;
}

h5 {
font-size: 1em;
color: #8B8B8B;
text-transform: uppercase;
margin: 0px 0px 5px 0px;
padding: 0;
margin: 0;
}

h6 {
font-size: 1.5em;
font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
color: #606060;
font-weight: normal;
margin: 0px 0px 5px 0px;
padding: 0;
}

#footer p {
font-size: 1em;
color: #666;
}

p.small, .small {
font-size: 1em;
}

.quote {
font-family: "Georgia", "Trebuchet MS", "Helvetica", "Arial", serif;
color: #8B8B8B;
}

blockquote {
font-size: 1.1em;
font-family: "Georgia", "Trebuchet MS", "Helvetica", "Arial", serif;
color: #8B8B8B;
margin: 0px 30px 10px 15px;
padding: 0px 10px;
border-left: 3px solid #6BA800;
}

.noflash {
color: #8B8B8B;
margin: 0px 15px;
padding: 0px 10px;
border-left: 1px dotted #000;
}

.update {
font-size: 1.1em;
color: #6FAF00;
}

.timezone {
color: #7D7D7D;
}

.sym {
font-size: 1.1em;
font-weight: bold;
color: #fff;
background-color: #ddd;
padding: 0px 4px 0px 4px;
}

.result {
background-color: #4B7600;
color: #A2FF00;
}

.red {
color: #990000;
}

.green {
color: #A2FF00;
}

.alert {
color: #A2FF00;
}

.linkcat {
font-size: 0.8em;
color: #5B5B5B;
}


/*--------------------- links ---------------------*/

a:link {
	color: #993300;
	text-decoration: underline;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}

.postheader a:link, .postheader a:visited, .postfooter a:link, .postfooter a:visited {
font-size: 1em;
color: #fff;
text-decoration: none;
}
.postheader a:hover, .postheader a:active, .postfooter a:hover, .postfooter a:active {
background-color: #4B7600;
color: #A2FF00;
}

.postheader2 a:link, .postheader2 a:visited {
font-size: 1em;
color: #B1B1B1;
text-decoration: none;
}
.postheader2 a:hover, .postheader2 a:active {
background-color: #4B7600;
color: #A2FF00;
}

h4 a:link, h4 a:visited {
color: #777777;
text-decoration: none;
}
h4 a:hover, h4 a:active {
color: #D6DC84;
}

#nav li   {
margin: 0;
padding: 0;
display: block;
}

#nav a {
font-size: 0.9em;
display: block;
width: 100px;
margin: 0;
padding: 2px 0px 2px 20px;
}

#nav a:link, #nav a:visited {
color: #B1B1B1;
text-decoration: none;
}

#nav a:hover, #nav li:hover {
color: #777777;
text-decoration: none;
background-color: #EFEFEF;
}

#nav a:active {
color: #777;
text-decoration: none;
}

.update a:link, .update a:visited {
color: #A2FF00;
text-decoration: none;
}
.update a:hover {
color: #777;
text-decoration: underline;
}
.update a:active {
color: #777;
text-decoration: none;
background-color: #A2FF00;
}


/*--------------------- form elements ---------------------*/

form {
margin: 0;
}

label {
display: none;
}

input.t, input.tr, textarea, select, .file {
background-color: #FFFFFF;
border: none;
font-size: 1.1em;
color: #818273;
margin-bottom: 0.3em;
padding: 1px 3px 0px 3px;
border: 1px solid #dddddd;
}
input.t:focus, textarea:focus, select:focus, .file:focus {
background-color: #660000;
border-right: 3px solid #660000;
color: #FFFFFF;
}

input.t, input.tr {
height: 1.6em;
}

input.tr, textarea.tr {
border-right: 3px solid #660000;
}

input.tr:focus, textarea.tr:focus {
border-right: 3px solid #990000;
background-color: #660000;
color: #FFFFFF;
}

select, select:focus {
height: 1.6em;
padding: 0;
border: transparent;
}

/*--------------------- misc ---------------------*/

acronym {
border-bottom: 1px dotted #bbb;
cursor: help;
}

hr, hr.spacey, .comments hr, hr.thick {
color: #dddddd;
background-color: #dddddd;
width: 100%;
height: 1px;
border: none;
}

hr.spacey {
margin: -5px 0px 0px 0px;
}
html>body hr.spacey {
margin: 10px 0px;
}

hr.thick {
height: 5px;
margin: -5px 0px 5px 0px;
}
html>body hr.thick {
margin: 10px 0px;
}

.comments hr {
color: #272B28;
background-color: #272B28;
}

code, pre {
padding: 0;
margin: 0;
font-size: 1em;
font-family: "Courier", monospace;
color: #9BD500;
}

.hilite {
background-color: #ff9;
}

ul.list {
margin: 0;
padding: 0;
border-bottom: 2px solid #3a3a3a;
}

ul.list li {
margin: 0;
padding: 0;
list-style: none;
border-bottom: 1px solid #3a3a3a;
font-size: 1.1em;
display: block;
}

ul.list a {
display: block;
padding: 2px 5px 2px 20px;
}

ul.list a, ul.list a:visited {
color: #9C9F74;
text-decoration: none;
}

ul.list a:hover {
color: #A2FF00;
text-decoration: none;
background-color: #4B7600;
}

ul.list a:active {
color: #fff;
text-decoration: none;
}

ul.list li.active {
color: #FFFF95;
padding: 2px 5px 2px 20px;
}

ul.bulleted li {
list-style: disc url("images/li_off.gif") outside;
}

ul.bulleted li:hover {
list-style: disc url("images/li_on.gif") outside;
}


/*------------------------ images -------------------------*/

img.pagename {
width: 160px;
height: 35px;
border: 0;
margin-bottom: 10px;
}

img.continue {
width: 9px;
height: 9px;
border: 0;
vertical-align: -1px;
margin: 0px 3px;
}

img.permalink {
width: 9px;
height: 10px;
border: 0;
vertical-align: -2px;
margin-right: 5px;
}

img.speech {
width: 11px;
height: 10px;
border: 0;
vertical-align: -3px;
margin-right: 5px;
}

img.blogpic {
width: 22px;
height: 16px;
border: 0;
vertical-align: -5px;
margin-left: 10px;
cursor: pointer;
cursor: hand;
opacity: .7;
}

img.opaque {
opacity: .5;
}

img.blogpic:hover, img.opaque:hover {
opacity: 1;
}

.blogpic2 {
width: 100%;
overflow: hidden;
margin-bottom: 10px;
}

img.alert {
width: 16px;
height: 14px;
border: 0;
vertical-align: -3px;
margin: 0px 3px;
}

img[alt] {
font-size: 1em;
font-weight: bold;
color: #A2FF00;
font-family: "Courier";
}

#screenshot img, .featuredthumb img, #flickr img {
border: none;
border-bottom: 3px solid #993300;
}

#screenshot img:hover, .featuredthumb:hover, #portithumbs img:hover, #flickr img:hover {
border-bottom: 3px solid #FF6600;
}
/* --------------------- */

#photo {
	height: 61px;
	border: 1px solid #dddddd;

}

.sitename2 {
	float: top;
	font: 650% "Helvetica", "Arial", "Verdana", sans-serif;
	moz-opacity:.20;opacity:.20;
	color: #fff;
}

.page {
	font: 650% "Helvetica", "Arial", "Verdana", sans-serif;
	moz-opacity:.20;opacity:.20;
	color: #000;
}


#blog h3 {
color: #8B8B8B;
}

#latest:hover h2, #featured:hover h2, #blog:hover h2, #blog:hover h3, #contact:hover h2, #contact:hover h3 {
color: #333333;
}

#latest, #blog, #weblob {
margin: 0px 10px 0px 0px;
}

#searchbox {
clear: right;
margin-top: 30px;
margin-left: 49%;
}


#latest ul {
list-style-type: none;
padding: 0;
margin: 5px 0px 20px 20px;
}

#latest li {
font-size: 1em;
border-bottom: 1px dotted #660000;
padding: 2px 0px;
color: #5B5B5B;
}

#latest a:link, #latest a:visited {
color: #878787;
text-decoration: none;
}

#latest a:hover {
color: #333333;
text-decoration: none;
}

#latest a:active {
color: #fff;
text-decoration: none;
}

#footerbg {
	clear: both;
	width: 100%;
	height: 30px;
	background-color: #bbb;

#footer {
	width: 100%;
	background: #555555;
	color: #FFFFFF;
	margin: 0px auto 0px;
	text-align: left;
	line-height: 17px;
	}