/*--------------------- body ---------------------*/

body {
	margin: 0;
	margin-top: 50px ;
	padding: 0;
	background: #181818;
	font-size: 62.5%;
	color: #999;
	text-align: center;
}

html {
	/* http://www.splintered.co.uk/experiments/49/ */
	min-height: 100%;
	margin-bottom: 1px;
}

body, input, textarea, select {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
}

#container {
	max-width: 980px;
	/* http://www.svendtofte.com/code/max_width_in_ie/ */
	width: expression(document.body.clientWidth > 970? "970px": "auto");
	margin: 0px auto;
	padding: 0px 10px;
	text-align: left;
}

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: 105px;
}

#nav {
	/* border: 1px solid #181818 ; */
	border-top: 9px solid #079;
	border-bottom: 3px solid #079;
	float: left;
	width: 145px;
}

 #nav:hover {
	background-color: #1a1a1a;
	/* border-left: 1px solid #079 ;
	border-right: 1px solid #079 ; */
}

/*#nav ul:hover {
	opacity: 1;
}*/

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 20px 0px 0px 0px;
	opacity: 1;
}

#nav, #photo, #intro {
	min-height: 206px;
	/* http://www.svendtofte.com/code/max_width_in_ie/ */
	height: 206px ;
	/* height: expression(document.body.clientWidth > 206? "206px": "auto"); */
	margin-bottom: 10px ;
}

#main {
	float: left;
	width: 100%;
}

#content {
	margin-left: 175px;
	text-align: left;
	border-top: 9px solid #414141;
	padding-top: 10px;
}

#footer {
	clear: both;
	margin: 10px 0px;
	padding-top: 5px;
	text-align: left;
}

#evangelism, #jumper {
	display: none;
	font-size: 1.6em;
	color: #fff;
	padding: 2px;
	height: 18px;
	text-align: center;
	background-color: #000;
}

/*--------------------- text/headings ---------------------*/

.centerdent {
	margin-left: 155px ;
}

h1 {
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	font-size: 3.3em;
	font-weight: normal;
	color: #fff;
	margin: 0px 0px 15px 0px;
	padding: 0;
}

h1 small {
	font-size: 30% ;
}

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-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1.6em;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	color: #ccc;
	margin: 1.2em 0px .7em 0px;
	padding: 0;
}

h4 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1.5em;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	color: #ccc;
	margin: .4em 0px .7em 0px;
	padding: 0;
}

h5 {
	font-size: 1em;
	color: #fff;
	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: #ccc;
	font-weight: normal;
	margin: .4em 0px .7em 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;
}

.accesskey {
	border-bottom: 1px solid #4B4B4B;
	text-decoration: none;
}

.result {
	background-color: #4B7600;
	color: #A2FF00;
}

.red {
	color: #A2FF00;
}

.green {
	color: #A2FF00;
}

.alert {
	color: #A2FF00;
}

.linkcat {
	font-size: 0.8em;
	color: #5B5B5B;
}

/*--------------------- links ---------------------*/

a:link {
	color: #aaa;
	text-decoration: underline;
}
a:visited {
	color: #777;
	text-decoration: underline;
}
a:hover {
	color: #099;
	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: #fff;
	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: 125px;
	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: #099;
	text-decoration: none;
	background-color: #222 ;
}

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

.update a:link, .update a:visited {
	color: #A2FF00;
	text-decoration: none;
}
.update a:hover {
	color: #fff;
	text-decoration: underline;
}
.update a:active {
	color: #fff;
	text-decoration: none;
	background-color: #A2FF00;
}

/*--------------------- form elements ---------------------*/

form { 
	margin: 0;
}

label {
	display: block;
	font-size: 1.2em ;
}

label.v {
	display: inline;
}

input, select, textarea, select, .file {
	background-color: #222;
	font-size: 1.4em;
	color: #888;
	margin-bottom: 0.3em;
	padding: 1px 3px 0px 3px;
	border: 1px solid #222;
	border-right: 3px solid #333;
}

input, select {
	height: 1.6em;
}

input:focus, textarea:focus, select:focus, .file:focus {
	background-color: #333;
	border-right: 3px solid #777;
	color: #ccc;
}

/* input.t, input.tr, textarea, select, .file {
	background-color: #222;
	font-size: 1.4em;
	color: #888;
	margin-bottom: 0.3em;
	padding: 1px 3px 0px 3px;
	border: 1px solid #222;
	border-right: 3px solid #333;
}

input.t, input.tr {
	height: 1.6em;
}

input.t:focus, textarea:focus, select:focus, .file:focus {
	background-color: #333;
	border-right: 3px solid #777;
	color: #ccc;
} */

input.tr, textarea.tr {
	border-right: 3px solid #079;
}

input.tr:focus, textarea.tr:focus {
	background-color: #333;
	border-right: 3px solid #079;
	color: #ccc;
}

select, select:focus {
	height: 1.6em;
	padding: 0;
	border: transparent;
}


#contactform input, #contactinfo select {
	display: block ;
}

#contactform .error {
	border-right: 3px solid #f00;
}

/* #contactinfo .error:after {
	content: 'THIS ONE IS REQUIRED'
} */

input#submit { 	
	height: 1.8em;
	background-color: #222;
	font-size: 1.4em;
	color: #777;
	margin-bottom: 0.3em;
	padding: 1px 3px 0px 3px;
	border: 1px solid #777;
} 

input#submit:hover, input#submit:focus { 
	color: #079;
	border: 1px solid #079;
}



/*--------------------- misc ---------------------*/

acronym {
	border-bottom: 1px dotted #bbb;
	cursor: help;
}

.inline { display: inline !important; }

hr, hr.spacey, .comments hr, hr.thick {
	color: #313131;
	background-color: #313131;
	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("/pics/global/li_off.png") outside;
}

ul.bulleted li:hover {
	list-style: disc url("/pics/global/li_on.png") outside;
}

/*------------------------ images -------------------------*/

img {border: none ;)

img.opaque {
	opacity: .5;
}

img[alt] {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	font-family: "Courier";
}

#screenshot img, .featuredthumb img, #flickr img {
	border: none;
	border-bottom: 3px solid #313131;
}

#portithumbs a {
	outline: none;
}

#screenshot img:hover, .featuredthumb:hover, #portithumbs img:hover, #flickr img:hover {
	border-bottom: 3px solid #D6DC84;
}

/*------------------------ calendar -------------------------*/

table.calendar {
	border: 0;
	width: 100%;
}

table.calendar th {
	font-weight: bold;
	color: #9C9F74;
}