/* HTML elements */
html, body{
margin: 1em;
padding: 0;
font-family: "verdana","Georgia","arial","helvetica","sans";
font-size: 8pt;
color: #000;
background: #fff url('../Images/gas_can.jpg') fixed top right no-repeat;
}

td{
padding: 0;
font-family: "verdana","Georgia","arial","helvetica","sans";
font-size: 8pt;
color: #000;
text-align: right;
padding-right: 1em;
}

ul, li{
list-style-type: none;
}

a{
font-family: "verdana","Georgia","arial","helvetica","sans";
color: #52ab38;
text-decoration: none;
}

a:hover{
color: #99aa00;
text-decoration: underline;
}

h1{
font-family: "Verdana";
font-size: 18pt;
color: #911;
}

h2{
font-family: "arial", sans-serif;
font-size: 12pt;
color: #000;
}

h3{
font-family: "arial", sans-serif;
font-size: 10pt;
color: #657004;
}

p:first-letter {
  font-size: 170%;
  font-weight: bold;
}

.title{
	font-size: 12pt;
	font-weight: bold;
}

pre{
	font-size: 8pt;
	color: #6479B0;
	background-color: #EAEAEA;
	border: 1px solid #C3C3C3;
	white-space: normal;       /* css-3 */
	border-left: 2px solid #005500;
	padding-left: 15px;
	margin-left: 15px;
}

#hack{
	border: 1px solid #005500;
	padding: 10px;
	margin-bottom: 20px;
}

#header{
margin-left: auto;
margin-right: auto;
padding: 0;
height: 40px;
width: 780px
/*background: url('/Images/Stormy.png') #FFFF00 repeat-x;*/
background-color: #005500;
z-index: 2;
}

#quotes{
font-family: "verdana", arial, helvetica, sans;
font-size: 10pt;
color: #FFFFFF;
position: absolute;
right: 5px;
top: 15px;
width: 300px;
text-align: right;
}


#logo{
margin: 0;
padding: 0;
position: absolute; 
left: 0px;
top: 0px;
/* background: url('/Images/Ap4thy.png') no-repeat; */
width: 329px;
height: 64px;
}

#container{
width: 780px;
margin-left: auto;
margin-right: auto;
margin-top: 70px;
padding: 0;
z-index: 1;
border-top: 1px solid gray;
border-bottom: 2px solid black;
border-right: 2px solid black;
border-left: 1px solid gray;
}

#title{
font-family: "Georgia","arial", "helvetica", "sans";
font-size: 28pt;
color: #FFFF00;
position: absolute;
top: 60px;
left: 10px;
z-index: -1; 
font-weight: bold;
margin: 0;
padding: 0;
}

#content{
font-family: "verdana", "arial", "helvetica", "sans";
font-size: 8pt;
padding: 10px;
margin: 0;
z-index: 2;
background-color: #FEFEFE;
background: url('/Images/Transparent.png');
}

#tux{
height: 100%;
width: 100%;
background: #fff url('/Images/tux.png') no-repeat bottom right fixed;
}

#login{
position: relative;
top: 80px;
left: 20px;
font-family: "verdana", "arial", "helvetica", "sans";
font-size: 8pt;
padding: 8px;
margin: 0;
z-index: 5;
background-color: #FFFF00;
color: #005500;
width: 300px;
height: 130px;
border: 1px solid #005500;
}

#register{
position: relative;
top: 10px;
left: 20px;
font-family: "verdana", "arial", "helvetica", "sans";
font-size: 8pt;
padding: 8px;
margin: 0;
z-index: 5;
background-color: #FFFF00;
color: #005500;
width: 300px;
height: 180px;
border: 1px solid #005500;
}

#footer{
color: #911;
font-family: "verdana", "arial", "sans serif";
font-size: 10;
margin-left: 1em;
position: absolute;
bottom: 3em;
}

#welcome{
font-style: oblique;
font-size: 12pt;
}

/* styles the stories list interface | courtesy of Eric Meyer*/
div#storyList{
position: fixed;
top: 90px;
right: 0px;
font: 10px "verdana", sans-serif; z-index: 100;
}

div#storyList a{
display: block; font: bold 1em sans-serif; 
padding: 2px;
padding-right: 5px;
padding-left: 5px;
margin: 0 0 1px; 
border-width: 0px; 
text-decoration: none; 
color: #1B191C; background: #FFFF00;
}

div#storyList a:hover{
color: #FFFF00; 
background: #1B191C;
}

div#storyList a span {display: none;}
div#storyList a:hover span{
display: block;
position: fixed; 
top: 280px; 
left: 90px;
width: 225px;
padding: 5px; margin: 10px; z-index: 100;
color: #181619; background: #7F8FC1;
font: 12px "verdana", sans-serif; 
}

/* styles the navbar */
#links{
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 400px;
	height: 50px;
	position: absolute;
	left: 1px;
	top: 70px;
	display: inline;
}

#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
		
#links li {
		margin: 0;
	display: inline;
}


#links li a {
	padding: 15px 5px 5px 5px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-family: "Georgia", "Trebuchet MS", "Times";
	font-size: 14pt;
	font-style: italic;
	display: inline;
}

html>body #links li a {
		width: auto;
}

#links li a:hover {
	color: #fff;
	width: 100%;
	border-bottom: 1px dashed black;
}


/* End navbar styles */

/* Styles for positioning & styling form elements.  Courtesty of Eric Meyer & alistapart.com */

div.row {
  clear: both;
  padding-top: 5px;
}

div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
} 

input{
border: 1px solid #005500;
border-right: #634671;
border-bottom: #634671;
font-family: "verdana", "arial", "helvetica", "sans";
font-size: 8pt;
background-color: #ECEFF9;
margin: .25em;
}

input[type="submit"]{
background: #005500;
border: 1px solid #005500;
border: 1px solid #FFFF00;
color: #ECEFF9;
font-family: "verdana", "arial", "helvetica", "sans";
font-size: 8pt;
font-weight: bold;
position: absolute;
bottom: 5px;
}

input[type="submit"]:hover{
background: #ECEFF9;
border: 1px solid #005500;
color: #005500;

}

textarea{
border: 1px solid #ADC2AA;
font-family: "verdana";
font-size: 8pt;
padding: 1px;
padding-right: 3px;
padding-left: 3px;
margin: 1px;
background-color: #F6F9F6;
}

textarea:focus, textarea:hover{
font-family: "verdana", verdana, arial, helvetica, sans;
font-size: 8pt;
border: 1px solid #009300;
background: #FFFFFF;
}


input:focus, input:hover{
background: #FFFFFF;
}


/* Styling for the News listing */
.post_info{
font-family: courier, "courier new";
text-align: right;
color: #989898;
font-size: 8pt;
}

.news_title{
font-family: "Georgia", "verdana", verdana, arial, helvetica, sans;
text-align: right;
color: #A2CD5A;
font-size: 16pt;
padding-top: 1em;
border-bottom: 1px solid black;
line-height: 85%;
font-weight: bold;
font-weight: bold;
}

.news_body{
font-family: "verdana", verdana, arial, helvetica, sans;
font-size: 8pt;
padding-top: 1em;
}

.news{
margin-bottom: 4em;
padding: 1em;
color: #010101;
}

.error{
font-family: "Impact", "verdana", "arial", "helvetica", "sans";
color: #A40004;
font-size: 12pt;
letter-spacing: 2pt;
z-index: 10;
position: relative;
top: 20px;
}
