﻿/*childhood.css*/

body {background-color: #B51019; color: #FBFBF3;}
a {text-decoration:none;}
a:link {color: #FBFBF3;}
a:active {color: #FBFBF3;}
a:visited {color: #FBFBF3;}
a:hover {color: #FBFBF3; background: #B51019; border-bottom: 1px dotted #FBFBF3;}
a.plain {text-decoration: none;}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #FBFBF3;
	color: #B51019;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border: 1px solid #5E1E18;
	font-size: 1em;
}
input.button {
	color: #B51019;
	background-color: #FBFBF3;
	border: 1px solid #5E1E18;
	font-size: 1em;
}
input.defaultButton {
	background-color: #FBFBF3;
	border: 1px solid #5E1E18;
}

/*Main layout elements #content {text-align:justify;}*/
#header {padding: 5px 0 5px 0; background-color: #5E1E18;}
#header h1 {color:#FAEAC3;}
#navbar {border-bottom: 1px solid #FAEAC3;}
#navbar a:{color:#FBFBF3; text-decoration:none;}
#navbar a:hover {color: #000; background: #FFF;}

#content span {color: #CCC;}
#content a:link {color: #FBFBF3;}
#content a:active {color: #FBFBF3;}
#content a:visited {color: #FBFBF3;}
#content a:hover {color: #000; background-color:#FFF;}
#content h3 {color:#FAEAC3;}
#content h4 {color:#FBFBF3; padding:10px 0 5px 0;}
#content h6 {color:#FBFBF3;}
#rightSidebar {
	color:#FFF;
	background-color:#B34D20;
	border-left:none; border-right:none;
	border-bottom: 2px solid #FAEAC3;
}
#rightSidebar a{color: #FAEAC3;}
#rightSidebar div.block a:link {color: #FAEAC3;}
#rightSidebar div.block a:active {color: #FAEAC3;}
#rightSidebar div.block a:visited {color: #FAEAC3;}
#rightSidebar div.block a:hover {color: #B51019; background-color:#FAEAC3;}
div.separator {border-bottom: 1px dotted #FAEAC3;}

table.announcements td.headseparator {border-top: 1px dotted #FFFFFF; font-size: 0.1em; line-height: 1%;}
table.announcements td.endseparator {border-top: 1px dotted #FFFFFF; font-size: 0.25em; line-height: 10%;}
table.announcements td.separator {border-top: 1px dotted #FFFFFF; font-size: 0.1em; line-height: 1%;}
table.listing tr.highlight {background: #B34D20;}
table.listing tr.fastTracked {background-color: #B34D20;}
table.listing tr.data td {border-bottom: 1px dotted #FFF; padding-top:6px;}
.sub {font-size: 16px; padding: 10px 0 0 0;}