/* BEGIN core.css */

BODY {

	color: #fff;

	font: small/170% verdana, helvetica, sans-serif;

	padding: 10px;

	margin: 0px;

}



IMG {

	border: 0;

}



P {

	margin: 0px;

	padding: 0px;

}



FORM {

	display: inline;

	margin: 0px;

	padding: 0px;

}



A {

	color: #fff;

}



/* http://positioniseverything.net/easyclearing.html */



.clearfix:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}



/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

/* End hide from IE-mac */



		

/* END core.css */	

/* BEGIN penthouse.css */
BODY {
	background-color: #000;
	border-top: 3px solid white;
	color: #fff;
	font: small/170% verdana, helvetica, sans-serif;
	padding: 10px;
	margin: 0px;
	margin-bottom: 2em;
}

H2 {
	border-bottom: 1px solid white;
	font-size: medium;
	
}

/* form */
FORM {
	margin: .5em 2em;
	padding: 0;
}

	FIELDSET {
		background-color: #d5eabf;
		background-color: #000;
		border: 1px dotted #360;
		border: 1px dotted #004D00;
		margin: 1em 0;
		padding: 0;
		position: relative;
		width: 80%;
	}
	
	FIELDSET BR {
		display: none;
	}

	FIELDSET DIV {
		padding: .3em 1em;
	}
	
LEGEND {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin: 0 0 0 -1px;
	padding: .2em .5em;
	display: block;
	float: right;
}

LABEL {
	color: #fff;
	display: block;
	font-size: 90%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}


DIV.cr P {
	margin: 0;
}

DIV.buttons {
	clear: both;
}

UL.Error {
	color: red;
	width: 100%;
}

.required {
	font-weight: bold;
	font-size: 85%;
	color: #360;
}

.required:after {
	content: "*";
}


DIV#content {
	border: 0px solid white;
	margin: 0 auto;
	padding: 0px;
	width: 784px;
}

DIV#main {
	border: 1px solid white;
	margin: 0px;
margin-top: 10px;
	padding: 10px;
}

	DIV#main P {
		padding-bottom: 10px;
	}
	
	DIV#main EM {
		font-weight: bold;
	}

DIV#footer {
	color: #DDD;
	font-style: italic;
	font-size: small;
	padding: 5px;
	text-align: right;
}

DIV#header {
border-top: 4px solid white;
border-left: 4px solid white;
border-right: 4px solid white;
}

DIV#nav {
	background-color: #3B3D3A;
	border-top: 1px solid white;			
	border-bottom: 4px solid white;
border-left: 5px solid white;
border-right: 5px solid white;
	height: 32px;
	margin: 0;
}

	#nav UL {
		border: none;
		float: right;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#nav LI {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		width: auto;
	}
	
	#nav UL A {
		background: #004D00;
		border-left: 2px solid black;
		color: #fff;
		display: block;
		font-weight: bold;
		padding: 5px 5px;
		text-decoration: none;
		width: auto;
	}
	
	#nav UL A:hover, #nav A:active { 
		background: #003300;
	}
	
	#nav UL A.active:link, #nav A.active:visited {
		position: relative;
		z-index: 102;
		background: #003300;
	}
	
DIV.feedback {
	background: #990033;
	border: 2px solid #FF0066;
	padding: 0.5em;
}

DIV.attention {
	background: #990033;
	border: 2px solid #FF0066;
	margin: 0 auto;
	padding: 0.5em;
	text-align: center;
	width: 40%;
}	

OL#photoList {
	float: left;
	list-style: none;
	margin: 0px auto;
	padding: 0;
}

	OL#photoList LI {
		background-color: #111;
		border: 1px dotted #004D00;
		margin: 5px auto;
		padding: 5px;
	}
	
	OL#photoList LI IMG {
		margin: 0px auto;
	}

IMG#largeImage {
	margin-left: 3em;
	margin-top: 5px;
	float: left;	
}

DL {
	margin: 0 0 1em;
	overflow: auto;
	width: 100%;
}
DT {
	font-weight: bold;
	float: left;
	padding-right: 1em;
}
DD {
	margin:0;
}

#ContactUs #main DIV {
	background-color: #111;
	border: 1px dotted #004D00;
	border-left: 5px solid #003300;
	margin: 1em;
	padding: 1em;
}

	#ContactUs #main DIV H2 {
		padding: 0px;
		margin: 0px;
		font-size: small;
		font-style: italic;
		text-decoration: none;
	}
	
	#ContactUs #main DIV DL {
		padding-left: 2em;
	}

#About #main DL {
	padding-left: 2em;
}

#Area #main DL {
	float: left;
	width: 40%;
	margin: 1em;
}

#Area #main IFRAME {
	float: left;	
}

.fieldHelp {
	display: block;
	font-size: x-small;
}

#SignIn FIELDSET {
	display: block;
}
#SignIn FORM {
	display: block;
	margin: 0px auto;
}

#SignIn DIV.login {
	float: left;
	width: 49%;
}

#SignIn DIV.register {
	float:right;
	width: 49%;
}

SPAN#userInfo {
	display: inline;	
}

DIV#userBar {
	background-color: #2D2F2C;
	padding-left: 1em;
	padding-right: 1em;
	text-align: right;
}

#actions UL {
	border: none;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#actions LI {
	background: #2F2F2F;
	border: 1px solid white;
	display: inline;
	margin: 0.5em;
	padding: 0.25em;
	width: auto;
}

#actions LI A {
	text-decoration: none;
}

.navigationList * {
	color: #CCC;
	font-size: small;
	width:100%;
	text-align: right;	
}

OL.navigationList {
	width: 720px;
	text-align: right;	
}

DIV.messageContent A {
	color: #000;
}


/*Fat Erik's Breadcrumbs*/
.navigationList
{
list-style: none;
padding: 5px;
margin: 0;
}

.navigationList li
{
display: inline;
padding: 0;
margin: 0;
}

.navigationList li:before { content: " > "; color: #333; }
.navigationList li:first-child:before { content: ">>"; color: #333;  }

/*IE workaround*/
/*All IE browsers*/
* html .navigationList li
{
background-image: url("images/gt.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0 0.5em 0 1em;
margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/
* html .navigationList { height: 1%; }

* html .navigationList li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html .navigationList li:first-child { background-image: none; }

#userBar ul {
	color: #fff;	
}

/*Fat Erik's#userBar ul*/
#userBar ul
{
list-style: none;
padding: 0;
margin: 0;
display: inline;
}

#userBar ul li
{
display: inline;
padding: 0;
margin: 0;
}

#userBar ul li:before { content: " | "; padding: .1em; }
#userBar ul li:first-child:before { content: " || "; }

/*IE workaround*/
/*All IE browsers*/
* html #userBar ul li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #userBar ul { height: 1%; }

* html #userBar ul li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #userBar ul li:first-child { border-left: 0; }


DIV.thread {
	background: #fff;
	border: 2px solid #ccc;
	color: #000;
	padding: 0.25em;
}

	DIV.thread DL.subject {
		border-bottom: 2px solid black;
		margin-bottom: 10px;
		padding: 0px;
	}

DIV.message {
	background: #eee;
	border: 1px solid #ccc;
	border-top: 2px solid #ccc;
	margin: 0px 10px 20px 10px;
	padding: 0.25em;
}

DL.messageInfo {
	border-bottom: 1px dashed #bbb;
	margin-bottom: 5px;
}

SPAN.label {
	font-weight: bold;
}

DIV.messageContent {
	padding: 0.25em;
	color: #000;
}

DIV.threadSideBar {
	margin: 0 auto;
	width: 720px;	
}

	DIV.threadSideBar FORM FIELDSET {
		width: 680px;
		padding: 2em;
		padding-top: 1em;
	}
	
/* Greyscale
Table Design by Scott Boyle, Two Plus Four
www.twoplusfour.co.uk
----------------------------------------------- */

table {
	border-collapse: collapse;
	border: 2px solid #000;
	font: normal 90%/130% arial, helvetica, sans-serif;
	color: #555;
	background: #eee;
	width: 100%;
}

td, th {
	border: 1px dotted #bbb;
	padding: .5em;
}

caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #eee;
	background: transparent;
}

/* =links
----------------------------------------------- */

table a {
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}

table a:link {
	border-bottom: 1px dotted #aaa;
	color: #000;
}

table a:visited {
	border-bottom: 1px dotted #aaa;
	color: #000;
}

table a:hover {
	border-bottom: 1px dotted #aaa;
	color: #666;
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th {
	border: 2px solid #000;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	background: transparent;
}

tfoot td {
	border: 2px solid #000;
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}

tbody th {white-space: nowrap;}

.odd {background: #fcfcfc;}

tbody tr:hover {background: #fafafa;}

/* END penthouse.css */

TR.unread {
	font-style: oblique;
}

DIV#debugMenu {
	float: left;
}

DIV.entry H3  {
	margin: .5em 1em .5em 1em;
}

DIV.entry P {
	margin: .25em 2em .25em 2em;
}

DIV.entry H2 {
	border-bottom: 2px solid #6F2929;	
}
