/* color scheme
#FEFCD7 - beige (bg for text)
#A6CB45 - lt gr
#71B238 - md gr
#6A8347 - dk gr
#485830 - text
#77B31F - dark gr (links)
#d9ed26 - yel (link hover)
#108500 - blue gr (headers)
*/

/* BASICS */
body {
	background: #71b238;
	border: 0;
	color: #485830;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 16px;
	margin: 0;
}
a { 
	color: #77b31f; 
	font-size: 12px; 
	text-decoration: none; 
}
a:hover { 
	color: #d6ae49; 
}
fieldset { 
	font-family: Tahoma, Verdana, sans-serif; 
	font-size: 12px; 
	text-transform: none; 
}
h1 { 
	color: #0c6b00; 
	font-size: 14px; 
	font-weight: bold; 
}
h2 { 
	color: #0c6b00; 
	font-size: 14px; 
	font-weight: normal; 
	margin-bottom: 10px; 
}
h3 { 
	color: #000; 
	font-size: 12px; 
	font-weight: bold; 
}
h4 { 
	color: #000; 
	font-size: 10px; 
	font-weight: normal; 
}
p { 
	margin: 10px; 
}
p.emphasis { 
	color: #000; 
	font-size: 14px; 
	font-weight: bold; 
}
table { 
	border: 1px solid #000; 
}
td { 
	background: #eee; 
	border: 1px solid #666; 
	padding: 4px; 
}
ul, ul li { 
	list-style: square; 
	margin: 5px 0 5px 15px; 
}

form {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}
input, select, textarea {
	background: #fffeee;
	border: 1px solid #0f5428;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	margin: 4px 4px 4px 0;
	padding: 2px;
	text-align: left;
}
input[type=submit] { 
	background: #e5ffef;
	cursor: pointer; 
}
input:hover, input:focus, 
select:hover, select:focus, 
textarea:hover, textarea:focus {
	background: #e1f3b4;
	border: 1px solid #71b238;
}
label {
	border: 0;
	clear: left;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 4px;
	padding: 4px;
	text-align: right;
	text-transform: uppercase;
	width: 120px;
}
textarea { overflow: auto; }



/* SITE-WIDE IDs and CLASSes */
#default-wrapper {
	background: url(/img/nebyooweb_bg.png) no-repeat;
	height: 107px;
	margin: 0;
	padding: 0;
	width: 800px;
}
#default-logo {
	float: left;
	padding: 5px 0 0 5px;
	width: 249px;
}
#default-links {
	float: left;
	height: 80px;
	margin: 10px 0 0 30px;
	width: 300px;
}
#default-links-text {
	display: none;
}
#default-home, 
#default-about, 
#default-contact, 
#default-projects, 
#default-resume {
	float: left;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	width: 120px;
}
#default-about, 
#default-contact { 
	clear: left; 
}

#login_bar {
	background: #000 url(/img/nebyooweb_login_bg.png) no-repeat;
	color: #fff;
	display: none;
	font-size: 10px;
	font-weight: bold;
	height: 16px;
	margin: 0;
	padding: 1px 5px 0 0;
	text-align: left;
	width: 795px;
}
#login_status {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
#login_status a { 
	font-size: 10px;
} 
#login_name { 
	color: #fffecd; 
	font-weight: bold; 
}
#login_actions {
	/*background: blue;*/
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 12px;
	margin: -1px 0 4px 5px;
	padding: 0;
	text-align: left;
	width: 350px;
}
#login_actions ul { 
	float: left; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}
#login_actions li { 
	float: left; 
	font-size: 12px; 
	list-style-type: none; 
	margin: 0 4px; 
}

.flash_good { 
	background: #6a8347;
	color: #fff;
	font-size: 10px;
	margin: 0;
	padding: 5px;
}
.flash_bad { 
	background: #824646;
	color: #fff;
	font-size: 10px;
	margin: 0;
	padding: 5px;
}
.flash_good img, 
.flash_bad img { 
	float:right; 
}

#content {
	background: #fefcd7;
	border-top: 1px solid #000;	
	margin: 0;
	overflow: hidden;
	padding: 0 10px;
	text-align: left;
	width: 780px;
}

#top_desc {
	background: #baffc1;
	border-bottom: 1px solid #165f1d;
	border-left: 1px solid #165f1d;
	border-right: 1px solid #165f1d;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#top_desc_label {
	background: #95ed9e;
	border-bottom: 1px solid #165f1d;
	border-color: #165f1d;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	padding: 8px;
}
#top_desc_body { 
	font-size: 12px; 
	padding: 8px; 
}
#prefooter { 
	background: #000; 
	color: #fff; 
	font-size: 9px; 
	font-weight: normal; 
	padding: 0 10px; 
	width: 780px; 
}
#prefooter a { color: #fff; font-size: 9px; }
#prefooter a:hover { text-decoration: underline; }
#footer {
	border-top: 1px solid #000;
	clear: both;
	color: #fff;
	font-size: 12px;
	height: 18px;
	margin: 0;
	padding: 4px 10px 30px 10px;
	text-align: left;
	width: 780px;
}
#footer_links {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}
#footer_links a { 
	color: #000; 
	padding: 0 6px; 
}
#footer_links a:hover { 
	background: #165f1d; 
	color: #d6ae49; 
	padding: 4px 6px; 
}
#copyright { padding: 2px 0 0 0; }
#error404 { margin: 10px 0; padding: 10px 0; }


/* CUSTOM IDs and CLASSes */
#sidebar {
	background: #fff;
	border-left: 1px solid #a6cb45;
	border-right: 2px solid #485830;
	color: #000;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 10px;
	width: 200px;
}
#sidebar.about {
	background: none;
	border: 0;
}
#sidebar h1 { 
	background: #d9ed26; 
	border-bottom: 1px solid #a6cb45; 
	border-top: 1px solid #a6cb45; 
	padding: 5px; 
	text-align: center; 
}
#sidebar a { 
	color: #8ed622; 
	display: block; 
	font-size: 14px; 
	margin: 0 auto; 
	text-align: center;
}
#sidebar a:hover { 
	color: #d6ae49; 
	text-decoration: underline; 
}
#sidebar img { 
	display: block; 
	margin: 5px auto; 
	padding: 0; 
}


/* / */
#home {
	font-size: 12px;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
	width: 540px;
}
#sidebar.home { 
	height: 300px; 
	padding: 10px 0; 
}
#sidebar.home img { 
	border: 1px solid #a6cb45; 
}

/* /about */
#about {
	font-size: 12px;
	margin: 0;
	padding: 10px;
	text-align: left;
	width: 500px;
}
#about img { 
	border: 0; 
}


/* /contact */
#contact_wrapper { 
	font-size: 16px; 
	font-weight: normal; 
	margin: 0; 
	padding: 6px; 
}
form#contact { 
	margin: 10px 0; 
	width: 760px; 
}
#contact input[type=text], 
#contact textarea { 
	width: 400px; 
}
#contact input[type=submit] {
	display: block; 
	margin: 4px auto 0 116px; 
}
#contact input[type=submit]:hover {
	background: #80ffb0;
	border: 1px solid #000;
}
#contact .message {
	color: #000;
	font-size: 12px;
	font-style: italic;
	margin: 20px 0 20px 5px;
	padding: 20px;
	text-align: center;
}
.error-message {
	background: #850000;
	color: #fff;
	float: left;
	font-size: 10px;
	height: 12px;
	margin: 4px;
	padding: 6px;
}

#contact label, 
#contact input[type=text], 
#contact textarea {
	float: left;
}
#contact label {
	clear: left;
	text-align: right;
	width: 100px;
}

/* /users */
#login, #register { 
	margin: 10px auto; 
	padding: 10px; 
}
#register_wrapper { 
	font-weight: normal; 
	margin: auto auto 30px auto; 
}
#register_form { 
	margin: 10px; 
}
#register_form input, 
#register_form label, 
#register_form .error-message { 
	float: left;
}
#register_form input[type=submit] { 
	clear: left; 
}