/* Nebyooweb color scheme
#fefcd7 - beige (bg for text)
#a6cb45 - lt green
#71b238 - md green
#6a8347 - dk green
#485830 - text
#77b31f - dark green (links)
#d9ed26 - yellow (link hover)
#108500 - blue green (headers)
*/

@font-face {
	font-family: 'DejaVuSansMonoBold';
	src: url('/fonts/DejaVuSansMono-Bold.eot');
	src: local('DejaVu Sans Mono'), local('DejaVuSansMono-Bold'), url('/fonts/DejaVuSansMono-Bold.woff') format('woff'), url('/fonts/DejaVuSansMono-Bold.ttf') format('truetype'), url('/fonts/DejaVuSansMono-Bold.svg#DejaVuSansMono-Bold') format('svg');
}

/* BASICS */
body {
	background: #5ea025;
	color: #222;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 17px;
	overflow-x: hidden;
}
a { 
	color: #b34700;
	text-decoration: none; 
}
a:hover {
	color: #cc5200;
}
dl {
	background: #f5ddbf;
	border: 2px solid #666;
	margin: 15px 5px 5px;
	padding: 10px;
}
dt {
	color: #000; 
	font-size: 1.0em; 
	font-weight: bold;
	padding: 5px 10px 0;
}
dd {
	margin: 2px 0;
	padding: 5px 10px;
}
h1 { 
	color: #0c6b00;
	font-size: 1.3em; 
	font-weight: bold;
	margin: 0 0 0.2em;
}
h2 { 
	color: #105200; 
	font-size: 1.2em;
	font-weight: normal; 
	margin: 0; 
}
h3 { 
	color: #111;
	font-size: 1.1em; 
	font-weight: bold;
	margin: 0.7em 0 0;
}
h4 {
	color: #444;
	font-size: 0.95em;
	font-weight: normal;
	margin: 0;
}
hr {
	background: #bd8751;
}
p { 
	clear: left;
	padding: 6px 0; 
}
p.emphasis {  
	font-weight: bold; 
}
table { 
	border: 1px solid #000; 
}
td { 
	background: #eee; 
	border: 1px solid #666; 
	padding: 4px; 
}
li { 
	list-style: square; 
	margin: 5px 0 5px 15px; 
}

form {
	font-size: 1em;
	text-transform: uppercase;
}
input, 
select, 
textarea {
	background: #fffeee;
	border: 1px solid #0f5428;
	box-shadow: 2px 2px 2px #666;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	font-size: 1.2em;
	margin: 4px 4px 4px 0;
	padding: 2px;
	text-align: left;
}
input[type=password], 
input[type=text] {
	clear: left;
	float: left;
	padding: 4px 2px;
	width: 250px;
}
input[type=button], 
input[type=submit] { 
	background: #71b238;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	clear: left;
	cursor: pointer;
	float: left;
	font-size: 1em;
	margin: 10px 5px 0 0;
	padding: 5px 10px;
	text-align: right;
}
input[type=button]:hover, 
input[type=submit]:hover {
	background: #e1f3b4;
}
input:hover, input:focus, 
select:hover, select:focus, 
textarea:hover, textarea:focus {
	background: #e1f3b4;
	border: 1px solid #71b238;
	outline: 0;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 5px 0;
}
label {
	border: 0;
	clear: left;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	margin: 4px 0 0;
	text-transform: uppercase;
}
textarea {
	clear: left;
	float: left;
	overflow: auto;
	padding: 2px 3px;
}
textarea#ContactMessage {
	height: 100px;
	width: 350px;
}
div#contact_wrapper.postCreate {
	background: #d9ffde;
	border: 2px solid #4bd661;
	box-shadow: 2px 2px 2px #666;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
	padding: 50px;
	width: 400px;
}



/* SITE-WIDE IDs and CLASSes */
div#login_bar {
	background: #4a7727;
	border-bottom: 1px solid #444;
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: normal;
	height: 12px;
	letter-spacing: 1px;
	margin: 0;
	overflow: hidden;
	padding: 3px 5px 6px;
	text-align: left;
}
div#login_bar a {
	color: #cfef45;
	font-size: 10px;
	font-weight: bold;
}
div#login_bar a:hover {
	color: #d6ae49;
	text-decoration: underline;
}
div#login_bar ul#login_actions {
	float: left;
	font-weight: normal;
	height: 15px;
	list-style-type: none;
	margin: -1px 0 4px;
	padding: 0;
	text-align: left;
	width: 400px;
}
div#login_bar ul#login_actions li { 
	border-right: 1px solid #444;
	float: left;  
	list-style-type: none; 
	margin: 0 6px 0 2px;
	padding-right: 5px; 
}
div#login_bar ul#login_actions li.noBorder {
	border-right: none;
}
div#login_status {
	color: #fff;
	float: right;
	font-size: 10px;
	font-weight: normal;
	position: relative;
	text-align: right;

}
div#login_status a {
	color: #cfef45;
	font-size: 10px;
	font-weight: bold;
}
div#login_status span#login_name { 
	color: #fffecd; 
	font-weight: normal; 
}
div#login_status span#login_links {
	font-weight: normal;
}
div#header {
	background: url(/img/bgHeader.jpg) repeat-x;
	border-bottom: 1px solid #444;
	font-family: "DejaVuSansMonoBold";
	font-size: 1.5em;
	overflow: hidden;
	padding: 10px 0;
}
div#header a {
	border-bottom: 0;
	color: #cfef45;
}
div#header a:hover {
	border: 0;
	color: #d6ae49;
}
div#header div#logo {
	float: left;
	height: 35px;
}
div#header div#title {
	float: left;
	font-family: "DejaVuSansMonoBold";
	font-size: 1.7em;
	font-weight: 800;
	line-height: 24px;
	margin: 5px 45px 4px 10px;
	padding: 0;
	text-shadow: 1px 1px 3px #000;
	width: 275px;
}
div#header div#links {
	float: left;
	margin: 0;
	text-align: left;
	text-shadow: 1px 1px 3px #000;
	text-transform: uppercase;
}
div#header div#links ul li {
	float: left;
	font-size: 1.15em;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}
div#header div#links ul li a {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 14px 10px 12px;
}
div#header div#links ul li a:hover {
	background: rgb(137,178,56);
	background: rgba(137,178,56,0.5);
	border-left: 1px solid #333;
	border-right: 1px solid #444;
	text-shadow: 0;
}

div#tagline {
	background-color: #bd8751;
	clear: left;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	height: 1.3em;
	letter-spacing: 0.07em;
	padding-left: 57px;
	text-transform: uppercase;
}

div#content {
	background-color: #eee1c6;
	box-shadow: 0 0 12px #666;
	-moz-box-shadow: 0 0 12px #666;
	-webkit-box-shadow: 0 0 12px #666;
	clear: left;
	margin: 0;
	overflow: hidden;
	padding: 25px 20px;
	text-align: left;
}

div#footer {
	border-bottom: 0;
	border-top: 1px solid #4c7826;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	margin: 0;
	padding: 3px 0 30px 10px;
	text-align: left;
}
div#footer div#footer_links {
	float: right;
	margin: 0 4px 0 0;
	padding: 0;
	text-align: right;
}
div#footer div#footer_links a {
	border-bottom: 0;
	color: #000;
	padding: 4px 6px; 
}
div#footer div#footer_links a:hover { 
	background: #165f1d;
	border: 0; 
	color: #d6ae49; 
}
div#footer div#copyright { 
	padding: 2px 0 0; 
}


/* CUSTOM IDs and CLASSes */
.adminCRUD { 
	width: 150px; 
}
div#error-console {
	background: #000;
	box-shadow: 0 3px 5px #444;
	-moz-box-shadow: 0 3px 5px #444;
	-webkit-box-shadow: 0 3px 10px #444;
	color: #fff;
	display: none;
	font-family: Monaco, sans-serif;
	font-size: 12px;
	height: 100px;
	left: 0;
	opacity: 0.85;
	overflow: auto;
	overflow-x: none;
	overflow-y: scroll;
	padding: 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.error-message { 
	background: #e3caca;
	border: 1px solid #c89797;
	color: #824646;
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}
.flash,
.flashMessage {
	border-radius: 5px;
	border-bottom: 0;
	border-left-style: solid;
	border-left-width: 2px;
	border-right: 0;
	border-top-style: solid;
	border-top-width: 2px;
	bottom: 0;	
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	opacity: 0.925;
	overflow: visible;
	padding: 5px;
	position: fixed;
	right: 0;
	text-align: center;
	width: auto;
	z-index: 10;
}
.flashJS {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	border-top: 0;
	bottom: auto;
	box-shadow: 2px 2px 2px #666;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	position: fixed;
	right: auto;
	top: 0;
}
.flash_good img, 
.flash_bad img {
	border: 1px solid #000;
	float: right;
	margin: 3px 5px 0;
}
.flash_good {
    background: #d9ffde;
	border-color: #4bd661;
}
.flash_bad { 
    background: #ffbfbf;
	border-color: #d64b4b;
}

.note {
	color: #444;
	font-size: 10px;
	font-style: italic;
	margin-top: 0;
	padding-top: 0;
}
.note {
	color: #444;
	font-size: 10px;
	font-style: italic;
	margin-top: 0;
	padding-top: 0;
}

div#back {
	clear: left;
	margin-top: 20px;
}
div#sidebar {
	color: #000;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 10px;
	width: 200px;
}

/* latestProject */
#latestProject {
	background: #cec0a5;
	border: 1px solid #bd8751;
	box-shadow: 4px 4px 2px #99734f;
	-moz-box-shadow: 4px 4px 2px #99734f;
	-webkit-box-shadow: 4px 4px 2px #99734f;
	float: right;
	margin: 0 auto 20px 20px;
	padding: 5px 10px 15px;
	text-align: center;
	width: 160px;
}

/* blog */
.blogTitle,
.blogContent {
	padding: 5px;
	width: 100%;
}
.blogTitle {
	background: #cec0a5;
	border-bottom: 1px solid #bd8751;
	font-size: 15px;
	font-weight: bold;
	margin: 12px 0 0;
}
.blogContent {
	margin-bottom: 5px;
	width: 700px;
}
.blogContent img {
	border: 1px solid #bd8751;
	box-shadow: 2px 2px 2px #444;
	-moz-box-shadow: 2px 2px 2px #444;
	-webkit-box-shadow: 2px 2px 2px #444;
	z-index: -1;
}
.blogContent p.wp-caption-text {
	display: none;
}


/* projects index */
div#projects_index, 
div#project_view {
	margin: 10px auto;
	overflow: hidden;
	padding: 0;
	text-align: left;
}
div#projects_index .project, 
div#project_view .project {
	background: #71b238;
	border: 2px solid #716238;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	box-shadow: 3px 3px 4px #333;
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	float: left;
	height: 260px;
	margin: 0 10px 15px 0;
	padding: 10px;
}
div#projects_index .project {
	height: 200px;
	width: 170px;
}
div#projects_index .project .screenshot, 
div#project_view .project .screenshot {
	border: 0;
	padding: 0 12px;
}
div#projects_index .project .link,
div#project_view .project .link {
	font-size: 0.75em;
	font-weight: bold;
	padding: 2px 2px 0;
	text-align: center;
}
div#projects_index .project .link a, 
div#project_view .project .link a {
	color: #000;
	font-size: 14px;
}
div#projects_index .project .screenshot img {
	box-shadow: 1px 1px 3px #555;
	-moz-box-shadow: 1px 1px 3px #555;
	-webkit-box-shadow: 1px 1px 3px #555;
}

/* projects view */
/* list of projects above main project */
div#projects_list {
	background: blue;
	margin: 10px 10px 50px 0;
}
div#projects_list .project {
	background: #71b238;
	border: 2px solid #716238;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	box-shadow: 3px 3px 4px #333;
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	float: left;
	margin: 0 5px 20px 0;
	padding: 5px;
}
div#projects_list .project:hover {
	border: 2px solid #cfef45;
}
div#projects_list .project.highlight {
	background: #cfef45;
	border-color: #fff;
}
div#projects_list .project a {
	font-size: 10px;
	height: 50px;
	width: 50px;
	word-wrap: break-word;
}
div#projects_list .project .screenshot {
	border: 0;
	height: 50px;
	width: 50px;
}
div#projects_list .project .screenshot img {
	height: 50px;
	width: 50px;
}

/* projects view */
/* main project */
div#project_view {
	clear: left;
}
div#project_view .project {
	float: left;
	height: auto;
}
div#project_view .project .screenshot img {
	box-shadow: 3px 3px 4px #333;
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
}

div#project_view div#project_description {
	float: left;
	max-width: 800px;
	min-width: 400px;
	width: auto;
}
div#project_view div#project_description div#details {
	background: #baffc1;
	border: 1px solid #165f1d;
	border-bottom: 0;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	color: #000;
	font-size: 12px;
	margin: 0;
	overflow: hidden;
	padding: 10px;
	text-align: left;
} 
div#project_view div#project_description div#details span.details_body { 
	color: #777;
}
div#project_view div#project_description div#details span.details_body a { 
	color: #108500; 
	font-size: 1em;
}
div#project_view div#project_description div#details span.details_body a:hover { 
	text-decoration: underline; 
}
div#project_view div#project_description div#screenshots {
	background: #fff;
	border: 1px solid #165f1d;
	border-bottom: 0;
	margin: 0;
	padding: 9px;
}
div#project_view div#project_description div#screenshots img {
	box-shadow: 1px 1px 3px #555;
	-moz-box-shadow: 1px 1px 3px #555;
	-webkit-box-shadow: 1px 1px 3px #555;
	height: 100px;
	margin-right: 2px;
	width: 100px;
}

div#project_view div#project_description div#summary {
	background: #fff;
	border: 1px solid #165f1d;
	-mozilla-border-radius-bottomleft: 7px;
	-mozilla-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	margin: 0;
	overflow: hidden;
	padding: 9px;
}
div#project_view div#project_description div#summary ul li {
	padding: 0;
}

/* project admin add/edit */
#ProjectName,
#ProjectLink {
	width: 500px;
}
#ProjectShortname,
#ProjectType {
	width: 200px;
}
#ProjectDescription {
	height: 200px; 
	width: 500px;
}
#ProjectCode {
	width: 500px; 
}

#about_blurb {
	width: 700px;
}
