/*-----------------------------------------------------
Office of the Clerk
U.S. House of Representatives

******************************************
KIDS IN THE HOUSE GLOBAL STYLES
******************************************

created: 10/15/2008, LGH

Organization:
- Global Styles
	- Body and Sizers (body, shell, container, wrapper, clearfix)
	- Global Content Styles (a, h1, h2, h3 ,h4 ,h5, ul, p)
	- Branding and Navigation (#branding, #logo, #navigation, #searchBox, #teacherNav)
	- Content Containers (#content)
	- Footer (#footer, #toenail)
	
- Page Specific Structural Styles (Grade specific styles are handled in subsidiary style sheets
	- Home Page
	- General Pages (sitemap, etc)
	- Grade Page
	- Module Page
	- Teaching Resources
	- Search Pages
-------------------------------------------------------*/


/*-----------------------------------------------------
	GLOBAL STYLES
-------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, div, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  { 
	border: 0; margin: 0; padding: 0;
}

/* Body and Sizers */
body, html {
	height: 100%;
}
body {
	padding: 0 400px 0 400px;
	margin: 0;
	text-align: center;
	font: 85% Arial, Helvetica, sans-serif;
	color: #4D4C4B;
}
.shell {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 39%;
	max-width: 190px;
}
.maxHeight {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.container {
	margin: 0 -400px 0 -400px;
	min-width: 800px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.noBack {
	background: none !important;
}

* html .container { height: 0; }

.wrapper { width: 100%; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-table; }
* html .clearfix {height: 1%;}
.clearfix {display: block;}



/* Global Content Styles */
a {
	text-decoration: none;
	color: #339999;
}
a:visited {

}
a:hover {
	text-decoration: underline;
}
a:active {

}
h1, h2, h3, h4, h5 {
	font-size: 1.35em;
	border-bottom: 1px solid #BBB;
	padding-bottom: 2px;
	margin-bottom: 5px;
	color: #5D52A3;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 10px;
}
.marginTop {
	margin-top: 20px;
}


/* Branding and Navigation */
#logo {
	padding: 18px 0;
	text-align: left;
}
#logo a {
	height: 56px;
	background: transparent url(/images/kids-in-the-house.png) no-repeat right top;
	width: 375px;
	display: block;
}
* html #logo a{ /*Only Only IE 5-6 will see this*/
	background:none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/kids-in-the-house.png', sizingMethod='');
}
#logo a, #logo a:hover {
	text-decoration: none;
}

#branding h1 {
	display: none;
}
#searchBox, #homeButton {
	float: right;
	clear: both;
	margin: -65px 0 0 0;
	width: 40%;
	text-align: right;
}
#searchBox form {
	margin: 5px 5px 0 auto;
	padding: 3px;
	width: 203px;
	*width: 210px;
	border: 1px solid #58595B;
	background-color: #FFF;
}
#searchBox input {
	width: 125px;
	border: 1px solid #58595B;
}
#searchBox .button, .searchPage input.zoom_button {
	width: 70px;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 0 0 1px 0;
	*padding-top: 1px !important;
	border-color: #71C9F1;
	background-color: #71C9F1;
	color: #FFF;
	font-weight: bold;
}
#navigation {
	width: 100%;
	clear: both;
	margin: 0 0 0 0;
	max-width: 1050px;
}
#navigation li {
	width: 24.8%;
	display: block;
	list-style: none;
	float: left;
	padding: 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	background: transparent url(/images/portal-navseperator.gif) no-repeat top left;
}
#navigation li a {
	color: #FFF;
	text-decoration: none;
}
#navigation li.first {
	background-image: none;
}
.navContainer {
	text-align: center;
	margin-left: -400px !important; 
	margin-right: -400px !important; 
	background: transparent url(/images/portal-navbar.jpg) repeat-x center -10px;
}
.navContainer ul {
	margin-right: auto !important;
	margin-left: auto !important;
	display: block;
}

#teacherNav {
	position: absolute;
	list-style: none;
	display: block;
	float: right;
	right: 0;
	font-size: 11px;
}
#teacherNav li {
	display: block;
	padding: 2px 7px;
	float: left;
	font-size: 11px !important;
}


/* Content Containers */
#content {
	text-align: left;
}
.displayNone {
	display: none;
}

/* Footer */
#footer {
	width: 101%;
	padding: 10px 1%;
	margin-top: 10px;
	font-size: 0.8em;
	text-align: left;
	color: #339999;
}
#footer ul {
	float: left;
	width: 64%;
	font-size: 0.8em;
	margin-bottom: 4px;
	margin-top: 2px;
}
#footer ul li {
	display: block;
	list-style: none;
	float: left;
	padding: 0px 10px;
	margin-bottom: 5px;
	border-left: 1px solid #999;
}
#footer ul li.first {
	padding-left: 0px;
	border-left: none;
}
#footer ul li.last {
	padding-left: 0px;
	border-left: none;
	clear: both;
}
#footer ul a {
	text-transform: uppercase;
}
#footer #toenail {
	font-size: 1em;
	float: right;
	padding-left: 0px;
	border-left: none;
	width: 35%;
	font-style: normal;
	text-align: right;
}




/*-----------------------------------------------------
	PAGE SPECIFIC STRUCTURAL STYLES
-------------------------------------------------------*/

/* General Pages */
.generalContent {
	width: 70%;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 15px;
	margin-bottom: 20px;
}
.generalContent dl dt {
	font-weight: bold;
}
.generalContent dl dd {
	margin-bottom: 10px;
}
.generalContent ul {
	margin: 0 0 15px 15px;
}
.promoBar {
	width: 25%;
	float: right;
	margin-left: 15px;
}
.generalContent h3 {
	border-bottom: none;
	font-size: 1.2em;
}

.sitemap.generalContent h3 {
	margin-bottom: 0;
	font-size: 1.2em;
}
.sitemap.generalContent ul {
	margin-left: 30px;
	color: #399;
}
.sitemap.generalContent ul li ul {
	margin-bottom: 0px;
}

/* Grade Page */
.additionalList {
	margin-top: 15px;
	display: none;
}
.additionalList ul {
	list-style: none;
	margin-left: 5%;
}
.additionalList ul li {
	display: block;
	float: left;
	width: 100%;
}
.additionalList ul li a {
	display: block;
	float: left;
	width: 44%;
}
.additionalList ul li ul {
	width: 37%;
	float: right;
}
.additionalList ul li ul li {
	width: 22%;
}
.additionalModule {
	clear: both;
	padding-top: 15px;
}

/* Module Page */
.sidebar {
	width: 24.5%;
	float: left;
	padding-right: 2%;
	margin-left: 2%;
	_margin-left: 1%;
}
.lessonContent {
	width: 68%;
	float: right;
	margin-right: 2%;
	padding-bottom: 15px;
}
.imageHeader {
	width: 100%;
	min-height: 215px;
	margin-bottom: 10px;
}
.imageHeader ul {
	list-style: none;
}
.additionalResources {
	margin-left: 15px;
}
.fullContent h3 {
	background: none !important;
	border: 0px;
	font-size: 1.3em;
	margin-bottom: 5px;
	font-weight: bold;
	clear: both;
}
.fullContent h3 a {
	background: none !important;
	border: 0px;
}
.fullContent ul, .fullContent ol {
	margin-left: 20px;
	margin-bottom: 10px;
}
.fullContent li {
	padding-bottom: 5px;
}
.fullContent ul li ul {
	margin-top: 5px;
	margin-bottom: 0px;
}
.fullContent ul li ul li {
	font-size: 1em;
}
.fullContent p {
	margin-bottom: 15px;
}
.glossary {
	cursor: pointer;
}
.moduleList dl dt {
	font-size: 1.1em;
}
.moduleList dl dd {
	margin-left: 25px;
}
blockquote {
	margin-bottom: 15px;
	margin-right: 30px;
	padding-left: 50px;
	background: transparent url(/images/blockquote-open.gif) no-repeat left top;
	font-style: italic;
	text-align: justify;
}
blockquote span {
	background: transparent url(/images/blockquote-close.gif) no-repeat right bottom;
	display: block;
	padding-right: 50px;
}
.hhhInsert {
	float: right;
	width: 150px;
	margin: 5px 0 10px 13px;
}
.hhhInsert h4 {
	font-weight: bold;
	font-size: 1.2em;
}
.hhhInsert img {
	width: 150px;	
	border: 1px solid #000;
}
.highlightNotes {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #CCC;
}
.highlightLessonMain {
	float: left;
	width: 65%;
	margin-right: 4.5%;
}
.highlightLessonMain .featured {
	border-bottom: 1px dotted #9A9A9A;
	margin-bottom: 10px;
	clear: both;
	min-height: 150px;
	_height: 145px;
	padding-bottom: 5px;
}

.highlightLessonMain .thumb {
	display: block;
	float: left;
	width: 115px;
	height: 140px;
	margin-bottom: 10px;
}
.highlightLessonMain .thumb img {
	border: 1px solid #023334;
}
.highlightLessonMain p, .highlightLessonMain h4  {
	margin-left: 130px;
	margin-bottom: 0px;
	text-transform: none;
}
.highlightLessonMain h4 {
	line-height: 18px;	
	font-size: 14px;
	font-weight: bold;
}
.highlightLessonMain .featuredDate {
	color: #594C3C !important;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 1.1em;
	font-style: italic;
}


.highlightLessonSide {
	float: left;
	width: 30%;
}
.highlightLessonSide .sidebarBox {
	border: 1px solid #DDD;
	padding: 7px;
	background-color: #F7F7F7;
	margin-bottom: 10px;
}
.highlightLessonSide h3 {
	color: #666;	
}
.highlightLessonSide p {
	margin-bottom: 0px;	
}
.highlightLessonSide p.getMore {
	text-align: right;
	font-size: 11px;
}


/* Teaching Resources */

/* Search Pages */
.searchPage h3.searchHead {
	margin-top: 10px;
	text-transform: none;
	margin-bottom: 1px;
}
.searchPage h4 {
	font-size: 1.2em;
}
.searchPage .searchHead {
	border-bottom: none;
}
.searchPage .highlight { 
	background-color: #E4F5FC;
}
.searchPage .searchheading { }
.searchPage .summary { 
	font-weight: bold;
	margin-top: -7px;
	font-size: 0.9em;
}
.searchPage .suggestion {  }
.searchPage .results {  }
.searchPage .category { }
.searchPage .sorting { }

.searchPage .result_title { font-weight: bold; font-size: 1.1em; }		
.searchPage .description { }
.searchPage .context { }
.searchPage .infoline { color: #808080;}

.searchPage .zoom_searchform { 	border-bottom: 1px dotted #809E8E; padding-bottom: 10px; }
.searchPage .zoom_searchform label {
	padding-right: 10px;
}
.searchPage .zoom_searchform input {
	width: 200px;
	border: 1px solid #004438;
	padding: 2px;
}
.searchPage input.zoom_button {  
	border-color: #30B7EB;
	padding: 1px 1px 2px 1px;
	*padding: 2px 1px 2px 1px !important;
}

.searchPage .zoom_results_per_page { margin-left: 10px; }
.searchPage .zoom_match { margin-left: 10px;}				
.searchPage .zoom_categories { }
.searchPage .zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
.searchPage .zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }

.searchPage input.zoom_searchbox {  }		
.searchPage input.zoom_button {
	width: 130px;
}
.searchPage .result_image { float: left; display: block; }
.searchPage .result_image img { margin: 10px; width: 80px; border: 0px; }

.searchPage .result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.searchPage .result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }

.searchPage .result_pages { font-weight: bold; border-top: 1px dotted #808080; padding: 2px; }
.searchPage .result_pages a {
	padding: 0 4px;
	font-weight: bold !important;
}
.searchPage .result_pagescount { display: none; }

.searchPage .searchtime { }

.searchPage .recommended 
{ 
	background: #DFFFBF; 
	border-top: 1px dotted #808080; 
	border-bottom: 1px dotted #808080; 
	margin-top: 15px; 
	margin-bottom: 15px; 
}
.searchPage .recommended_heading { float: right; font-weight: bold; }
.searchPage .recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
.searchPage .recommend_title { }
.searchPage .recommend_description { color: #008000; }
.searchPage .recommend_infoline { font-style: normal; color: #808080;}
.searchPage ol {
	padding-left: 20px;
	text-align: left;
}
.searchPage li {
	padding-left: 5px;
}
.searchPage li.upper {
	margin-left: 5px;
	padding-left: 0;
}
.searchPage li.upperHundred {
	margin-left: 15px;
	padding-left: 0;
}

