/*
Note to self:
Reorganize this stylesheet later
*/

/* The main stuff - HTML Elements*/
body {
	background:#ccc;
	color:#003200;
	font-family: Tahoma,Sans, Verdana;
	font-size:11px;
}
img {
	border:0px;
}
a:link, a:visited {
	color:#003200;
}
a:hover {
	color:#005200;
}
textarea, input,  select, button {
	font-family:Tahoma,  Sans, Verdana,Arial, Helvetica;
	font-size:11px;
}
input, select {
	background-color:#fff;
	border: 1px solid;
	border-color:#888;
	color:#003200;
}
button {
	background-color:#fff;
	border: 1px solid #888;
	color:#003200;
}
textarea {
	background-color:#fff;
	color:#003200;
	border:1px solid #888;
	opacity:.75;
}
textarea:hover {
	background-color:#eee;
	color:#004200;
	border:1px solid #999;
	opacity:.84;
}
input:hover, button:hover, select:hover {
	border:1px solid;
	border-color:#aaa;
	background-color:#eee;
	color:#005200;
	opacity:.84;
}
input:focus, textarea:focus {
	background-color:#bbb;
	border: 1px solid #777;
	color:#004200;
	opacity:1.0
}
input:active, button:active, textarea:active {
	background-color:#ddd;
	color:lime;
	border:1px solid;
	border-color:#999;
}
ul {
	padding:0px 0px 0px 25px;
	margin:0px;
}
label {
	display:block;
}
/* Elements of the site */
#s_banner01 {
	display:none;
}
#siteTitleText {
	display:none;
}
#title2 {
	font-size:12pt;
	font-weight:bold;
}

#content1 {
	background:#fff;
	padding:10px;
}
/*
Now I can't even tell if this is the paginator generated by CakePHP
or the one I made myself in the Blog Section
*/
.pageNav {
	background:#eee;
	border:1px solid #ccc;
	padding:0px;
}
.pageNav span {
	background:#eee;
	padding:0px 4px 0px 4px;
	margin:0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color:#ccc;
}
.pageNav span:hover{
	background:#fff;
	padding:0px 4px 0px 4px;
	margin:0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color:#999;
}
.pageNav span.current {
	background:#999;
	padding:0px 4px 0px 4px;
	margin:0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color:transparent;
}
.pageNav span a,.pageNav span a:hover{
	text-decoration:none;
}
/* Content area */
#contentarea {
	padding:10px;
}
.pageSegment,h2 {
	margin:0;
	border-bottom:1px solid #003200;
	font-size:11px;
	font-family:Tahoma, Verdana, Sans;
	color:#003200;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
}
.pageSegment2 {
	border-bottom:1px solid #003200;
	font-size:11px;
	font-family:Tahoma, Verdana, Sans;
	color:#003200;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
}
#leftnavbar {
	background: #fff;
	padding:10px;
}
/*The Navigation Bar */
#leftnavbar .navgroupname {
	font-weight:bold;
}

#leftnavbar a:hover {
	text-decoration:none;
	color:#005200;
}

#leftnavbar ul.navmenu li:hover {
	background:#fff;
	border-color: #bbb;
}
/*Projects Section*/
a.downloadlink	{
	font-weight:bold;
}
table.projectEntry tr td {
	margin:0px;
	padding:0px;
	vertical-align:top;
}
.imagePreviewTD	{
	background:#eee;
	border:1px solid #ccc;
	text-align:center;
	width:240px;
}
.imagePreviewTD:hover	{
	background:#ccc;
	border:1px solid #999;
	text-align:center;
}

/* Page Navigation */

.subnav,.paging	{
	background:#eee;
	border:1px solid #ccc;
	padding:2px;
}
.subnav a, .paging div {
	padding: 2px 4px 2px 4px;
	position:relative;
	border-top:1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #ccc;
	border-right:1px solid #ccc;
	text-decoration:none;
	margin:0px;
	display:inline;
}
.subnav a:hover {
	background:#ddd;
	border-color:#999;
}
.navSpace	{
	display:none;
}
/*The Blog*/
.descIcon	{
	float:right;
}
/* Guestbook entries/repiles, blog comments...*/
	ul.entryList, ul.replyList {
	list-style:none;
	padding:0px
}
.gb_entries {
	padding: 3px;
	border: 1px solid #ccc;
	margin: 5px 0px 5px 0px;
}
.gb_message {
	padding: 5px;
}
.gb_replies {
	border: 1px solid #ccc;
	margin: 5px 0px 5px 25px;
	padding:3px
}
div.gb_postedby {
	border-bottom:1px solid #003200;
	/*display:block;*/
}
span.gb_postedby {
	font-weight:bold;
	color:#003200;
}
.gb_postedby_div {
}
.gb_replylink {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #999;

	float:right;
}
.gb_reply_postedby {
	font-weight:bold;
	border-bottom:1px solid #003200;
	color:#003200;
}
.gb_reply {
	padding:5px;
}
/* CakePHP Debugging */
.cake-sql-log {
	width:100%;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}
.cake-sql-log caption {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #999;
	background: #eee;
}

.cake-sql-log thead tr th {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #999;
	background: #ddd;
}
.cake-sql-log thead tr th:first-child {
	border-width: 0px 0px 1px 0px!important;
	border-style: solid;
	border-color: #999;
	background: #ddd;
}

.cake-sql-log tbody tr {
	background: #ddd;
}
.cake-sql-log tbody tr:hover {
	background: #fff;
}
.cake-sql-log tbody tr td {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}
/* User panel */
.userPanel	{
	margin-top: 5px;
	padding: 1px;
}
.userPanel form,.userPanel form div,.userPanel form div label {
	display:inline;
	white-space: nowrap;
}
.message#flashMessage	{
	border-width: 1px 1px 1px 10px;
	border-style: solid;
	border-color: #999999;
	font-weight:bold;
	padding: 2px;
	background: #ccc;
	color:#003200;
}

.message#authMessage	{
	border-width: 1px 1px 1px 10px;
	border-style: solid;
	border-color: #999999;
	margin-top:5px;
	padding: 2px;
	background: #ccc;
	color:#990000;
}
fieldset	{
	/*border-width:1px 0px 0px 0px;*/
	border:0px;
}
fieldset legend	{
	border: 1px solid #003200;
	width:100%;
	font-weight:bold;
	text-transform:uppercase;
}
table {
	width:100%;
}
a.downloadlink	{font-weight:bold;}
table.projectEntry tr td {
	margin:0px;padding:0px;vertical-align:top;
}

