/* ---------------------------------------------------------------------------

	nGen Works EE Member Screen Styles
	author: nGen Works
	http://ngenworks.com

--------------------------------------------------------------------------- */

/* RESET! */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
fieldset, img, abbr, acronym { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }

/*  ---------------------------------------------------------------------------

	=global

--------------------------------------------------------------------------- */

body {
	padding: 25px 0;
	font: small/1.75em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #333;
}
	
#container {
	margin: 0 auto;
	width: 900px;
}

#header {
	padding: 15px 15px 15px 0;
}

#user {
	margin-bottom: 10px;
	font-size: 90%;
	text-align: right;
}

#breadcrumbs {
	margin-bottom: 10px;
	padding: 10px 15px;
	color: #666;
	background-color: #e0e0e0;
	font-size: 85%;
}
	
#content {
	float: right;
	margin-bottom: 20px;
	width: 65%;
}

#sidebar {
	float: left;
	margin: 0 35px 20px 0;
	width: 30%;
	border-top: 5px solid #333;
	border-bottom: 2px solid #ccc;
}
	
#foot {
	clear: both;
	padding: 10px 15px;
	color: #666;
	background-color: #e0e0e0;
	font-size: 80%;
}

/*  ---------------------------------------------------------------------------

	=links

--------------------------------------------------------------------------- */

a:link, a:visited { color: #62a0c2; }
	
a:hover { color: #1f4b63; text-decoration: none; }

/*  ---------------------------------------------------------------------------

	=typography

--------------------------------------------------------------------------- */

h1 {
	margin-bottom: 10px;
	width: 190px;
	height: 55px;
	text-indent: -9999px;
	background: url(/img/members/logo.gif) no-repeat 0 50%;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	
}

h2 {
	margin: 0 0 20px 0;
	font-size: 140%;
	color: #000;
}
	
h3 {
	margin: 0 0 10px 0;
	font-size: 130%;
	color: #000;
}
	
h4 {
	margin: 0 0 15px 0;
	font-size: 120%;
	color: #000;
}
	
h5 {
	margin: 0 0 10px 0;
	font-size: 110%;
	color: #000;
}
	
h6 {
	margin: 0 0 10px 0;
	font-size: 110%;
	color: #000;
}

p { margin: 0 0 20px 0; }


/*  ---------------------------------------------------------------------------

	=lists

--------------------------------------------------------------------------- */

dl { 
	
}

dt {
	margin-bottom: 5px;
	font-size: 100%;
	color: #000;
	font-weight: bold;
}
	
dd { margin-bottom: 2px; }

ul { margin: 0 0 20px 20px; }

li { margin-bottom: 2px; }

/*  ---------------------------------------------------------------------------

	=header

--------------------------------------------------------------------------- */

/*  ---------------------------------------------------------------------------

	=sidebar

--------------------------------------------------------------------------- */

#sidebar h3 {
	margin-bottom: 0;
	padding: 5px;
}

#sidebar a { 
	display: block;
	padding: 2px;
	text-decoration: none;
}

#sidebar ul {
	margin: 0;
	padding: 10px;
	list-style: none;
	font-weight: bold;
	background-color: #e0e0e0;
}

#sidebar li {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #e0e0e0;
}

#sidebar #nav_sub li { 
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
}

#sidebar li.last, 
#sidebar #nav_sub li.last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-width: 0;
}

#sidebar #nav_user {
	background-color: #fff;
}

/*  ---------------------------------------------------------------------------

	=content

--------------------------------------------------------------------------- */

/*  ---------------------------------------------------------------------------

	=foot

--------------------------------------------------------------------------- */

#foot p { margin-bottom: 0;}

#foot a:link, #foot a:visited { color: #666; }

#foot a:hover { color: #000; }

/*  ---------------------------------------------------------------------------

	=forms

--------------------------------------------------------------------------- */

label {
	color: #333;
	font-weight: bold;
	font-size: 90%;
}

input, 
select, 
textarea {
	font-size: 100%;
}

input#submit { font-size: 100%; }

/* two column forms ------------------------------ */

dl.two_column { width: 100%; }

dl.two_column dt {
	float: left;
	width: 35%;
	line-height: 26px;
}

dl.two_column dd {
	margin: 0 0 0 37%;
	margin-bottom: 10px;
	line-height: 26px;
}

/* NOTE: used to break and create rows for relative font size increase */

dl.two_column dd.clear {
	clear: both;
	margin: 0;
	background-color: #000;
}

dl.two_column dd.clear hr { display: none; }

/* sub fields */

dl.two_column dd.sub {
	margin-bottom: 7px;
	font-size: 90%;
}

dl.two_column dd.sub label {
	color: #666; 
	font-weight: normal; 
}

/* submit */

dl.two_column dd.submit {
	margin-bottom: 0;
}

/* info lists ------------------------------ */

dl.info dt {
	padding-bottom: 5px;
	border-bottom: 2px solid #e0e0e0;
}

dl.info dd {
	margin-left: 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #e0e0e0;
}

dl.info dt.last, dl.info dd.last {
	padding-bottom: 0;
	border-bottom: 0;
}

/* specific field elements ------------------------------ */

.full { width: 100%; }

.half { width: 50%; margin-right: 10px; }

.small { width: 15%; }

/* full column dds ------------------------------ */

dl.two_column dd.column_full {
	margin-left: 0;
}

/* required + highlighted ------------------------------ */

p.required {
	margin-bottom: 10px;
	font-size: 90%;
	color: #666;
}

.highlight {
	background-color: #efe381;
}

/*  ---------------------------------------------------------------------------

	=form messages

--------------------------------------------------------------------------- */

div.message {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
}
	
div.message p { margin: 0; }

div.message a:link, 
div.message a:visited { color: #666; }
	
div.message a:hover {
	color: #fff; 
	background-color: #333; 
	text-decoration: none;
}

div.success { color: #52a529; }

/*  ---------------------------------------------------------------------------

	=login

--------------------------------------------------------------------------- */

body.login #container { width: 500px; }

body.login h3 {
	margin-bottom: 20px;
	font-size: 100%;
	color: #666;
	text-align: right;
}
	
/*  ---------------------------------------------------------------------------

	=misc

--------------------------------------------------------------------------- */

div.clear { clear: both; }

div.divider {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	width: 100%;
	border-bottom: 2px solid #d2d2d2;
}
	
div.divider h4 { margin-bottom: 5px; }
	
div.divider p { margin-bottom: 5px; }