/*** css structure for minimal site ***/
/*** main body ***/

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	text-align: center;
	font: .74em "Trebuchet MS", Arial, Sans-Serif;
}
#container{
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
.col_onethird{
	float: left;
	width: 245px;
}
.col_twothird{
	float: left;
	width: 500px;
}
.col_onethird_c{
	float: left;
	width: 315px;
	text-align:center;
}
.col_twothird_c{
	float: left;
	width: 430px;
	text-align:center;
}


.col_full{
	float: left;
	width: 750px;
}
.col_onehalf{
	float: left;
	width: 375px;
}

.col_onehalf img {padding:10px;}


/*** basics ***/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #EC4C00 ;
}
a:hover, a:active {
	color: #EC0000;
}
p{
	padding: 0 20px 10px 20px;
	color: #333333;
	line-height: 150%;
}
ul li{
	color: #555555;
	line-height: 150%;
	list-style: none;
	background: url(bullet2.gif) no-repeat top left;
	padding: 0 0 0 15px;
	margin: 0 0 0.5em 0;
}

ol {
margin-left: 4em;
margin-bottom: 1em;
}

ol li {
margin-bottom: 0.5em;
}




/*** main header ***/

#masthead {
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 9px solid #000000;
	background: transparent ;
	padding: 0 0 1px 0;
}
#masthead img{
	display: block;
}
#masthead p{
	color: #EC4C00  ;
	padding: 20px 20px 10px 20px;
	font-family: Arial;
	font-size: 120%;
	font-weight: normal;
	float:right;
	letter-spacing: 0.1em 
}
#masthead li {
	float: left;
	font-weight: bold;
	list-style: none;
	margin: 0 4px 0 0;
	background: none;
	padding: 0;
}
#masthead li a {
	background: #000 ;
	color: #E7F2CC;
	display: block;
	float: left;
	text-decoration: none;
}
#masthead li a span {
	background: transparent;
	cursor: hand;
	cursor: pointer;
	display: block;
	float: left;
	padding: 3px 10px 3px 9px;
}
#masthead li a:hover, #masthead li.current a {
	background:  #999 ;
	color: #FFFFFF;
}
#masthead li a:hover span, #masthead li.current a span {
	background: transparent;
}
#masthead ul{
	float: right;
	padding: 5px 10px 0 15px;
}

/*** content ***/

#content {
	float: left;
	width: 100%;
	clear: both;
	padding: 0 0 10px 0;
}
#content ul{
	padding: 0 20px 10px 20px;
}

#content ul li.nobul{
	background: none;
}

#content .profile{
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}

#content .profile p.shot{
	border-bottom: 3px solid #689000;
	margin: 0 20px 5px 20px;
	padding: 0 0 0 0;
}

#content .profile p.shot img{
	display: block;
}

#content .profile p.meta{
	margin: -5px 0 0 0;
	padding: 0 20px 15px 20px;
	font-size: 85%;
	color: #555555;
}

#content .profile p.homies{
	padding: 20px;
	font-size: 85%;
	color: #555555;
}

#content h1{
	font-size: 200%;
	padding: 15px 20px 5px 20px;
	clear: both;
	color: #2D2920    ;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#content h1 span,
#content h3 span{
	color: #8A866B    ;
}
#content h1.homepage{
	padding: 15px 20px 20px 20px;
	margin: 0 0 20px 0;
	background: #E9EBD5   ;
}
#content h1.question{
	padding: 15px 20px 20px 20px;
	margin: 0 0 5px 0;
	background: #E9EBD5   ;
	text-align:center;
	
}

#content h2{
	clear: both;
	color: #555555;
	font-size: 125%;
	padding: 0 20px 10px 20px;
	font-weight: normal;
}
#content h3{
	clear: both;
	padding: 0 20px 5px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2D2920 ;
	font-size: 160%;
	font-weight: normal;
}

#content h3 a:link, #content h3 a:visited{
	text-decoration: none;
	color: #2D2920 ;
}
#content h3 a:hover, #content h3 a:active{
	text-decoration: underline;
	color:#2D2920;
}
#content h4{
	padding: 0 20px 5px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2D2920 ;
	font-size: 120%;
	font-weight: bold;
}
#content .secondary{
	background: #E9EBD5   ;
	float: left;
	width: 100%;
	clear: both;
	margin: 10px 0 -20px 0;
	padding: 15px 0 10px 0;
}

/*** footer ***/

#footer {
	float: left;
	width: 100%;
	clear: both;
	border-top: 9px solid #000000;
	padding: 10px 0 10px 5px;
	background: transparent ;
	background: #E9EBD5  ;
	
	
}
#footer h4{
	padding: 0 20px 5px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8A866B;
	font-size: 125%;
	font-weight: normal;
}
#footer ul{
	float: left;
	padding: 0 20px 10px 20px;
}

/*** form ***/

form label{
	display: block;
	padding: 0 20px 5px 20px;
	color: #555555;
	font-weight: bold;
}
form input.text, form textarea{
	margin: 0 20px 5px 20px;
	width: 350px;
}
form fieldset{
	border: none;
}
form input.submitbutton{
	margin: 10px 20px 0 20px;
	padding:4px;
}

/*** extras ***/

.info { border: 1px solid #e0e0e0; background: #f4f4f4; margin: 0 20px 5px 20px; padding: 7px 27px 17px 20px; }


.dataset {
padding: 0 0 0 5px;
}


.dataset A {FONT-WEIGHT: bold; COLOR:#cc0000 ; TEXT-DECORATION: none ;} 
.dataset A:hover {TEXT-DECORATION: underline ; }

.dataset table {
  	width: 98%;
  	border-top: 1px solid #000; 
	border-collapse: collapse;
	
	}

.dataset table tr {
  	background: #fff;
	border-bottom: 1px solid #000;  
  	}
.dataset table th, .dataset table td {
  	margin: 0;
  	padding: 10px 10px;
  	text-align: left;
  	vertical-align: top;   
  	}

.dataset table td a {
 	font-weight: bold;
}
.dataset table td p a {
 	font-weight: normal;
}

#border-bgcolor {
   margin: 1em 3em;
   padding: .5em 1em;
   border-left: 5px solid #fce27c;
   background-color: #E9EBD5;
   background: #E9EBD5 url(quotmark-left.gif) no-repeat;  }
#border-bgcolor p {
   margin: 0;
   font-style:italic; }
#bgimage {
   margin: 1em 20px;
   padding-left: 50px;
   background: transparent url(quote.gif) no-repeat; }
