/* Nick Stahl 10312005
/******* Form Components **************************************************/

html body {
  background-color: #000000;
  background-position: 0px 100%;
  padding: 0;
  color: #FFFFFF;  
  font-family: Arial;
}

input.textarea {
  background: #fff url("../images/skinx/bg_input.gif") repeat-x 0px 0px;
  border: 1px solid #83a0c4;
  color: #1d2a4a;
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
  font-size: 12px;
  padding: 0.3em;
}

input.select  { 
  background: #fffff  repeat-x 0px 0px;
  border: 1px solid #83a0c4;
  color: #1d2a4a;
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
  font-size: 12px;
  font-weight:4000; 
  text-align:center
}

input.button { 
  background: #fffff  repeat-x 0px 0px;
  border: 1px solid #83a0c4;
  color: #1d2a4a;
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
  font-size: 12px;
  padding: 0.3em;
}

/******* Main Components **************************************************/

.small {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  font-family: "Arial", Helvetica, Verdana, sans-serif;  
}

.copy {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: Arial, Helvetica, Verdana, sans-serif;  
}

.section {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;  
}

.sectionb {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;         
}

.headline1 {
  color: #9bbde9;
  font-size: 20px;
  font-weight: normal;
  padding: 2  
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;      
}

.headline2 {
  color: #9bbde9;
  font-size: 22px;
  font-weight: normal;  
  padding: 2  
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;    
}

.headline3 {
  color: #9bbde9;
  font-size: 24px;
  font-weight: normal;
  padding: 2    
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;    
}

/******* Link Components **********************************************/


a.main {
  color: #202d51;
  text-decoration: none;
  display: block;
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;    
}
a.main:hover {
  text-decoration: underline;
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;      
}

a.navi {
  color: #c5d564;
  text-decoration: none;
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;    
}
a.navi:hover {
  text-decoration: underline;
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;      
}

a.link {
  color: #b04200;
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal;  
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;      
}

a.linkg {
  color: #34ba10;
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal;  
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;      
}


/******* Extra Components **********************************************/

     
.main {
  background: #fff url("images/main_bg.jpg") no-repeat 0px 0px;
  background-color: #25151d;
}

.edit-photo {
	width: 500px;
	position: relative;
	margin: 10px 0px;
	overflow: auto;
	clear: both;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}

.edit-photo form {
	width: 200px;
	float: left;
}

.delete-photo {
	position: absolute;
	right: 5;
	top: 2;
}
