/*
1.GLOBAL
2.HIDDEN SECTIONS
3.TEXT
4.IMAGES
5.LISTS
6.TABLES
7.LINKS
*/

/* -- 1.GLOBAL -- */
		
* {margin: 0; padding: 0;}
body {
	font: 11pt Arial, Helvetica, sans-serif;
	color: #000; 
}
body, #content, #container {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(http://www.schoolquest.org/styles/none);
}
#footer {
  border-top: solid 1pt #000;
  font-size: 8pt;
  margin-top: 10pt;
  padding-top: 5pt;
  text-align: center;
}
dl, ol, p, blockquote, table, ul {
	margin: 0 0 1.5em 0;
}
#logo img {
	display: block;
}
#logo a {
	display: none;
}

/* -- 2.HIDDEN SECTIONS -- */

#skip-nav, #main-nav, #utility-nav, #sidebar, #footer ul, .no-print, .print-page, #initiative-of, .ui-tabs-nav, #pagination, a.top-page, #detail-map {
	display: none; 
}


/* -- 3.TEXT -- */

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

h1 {
	margin: 0 0 0.5em 0;
	font-size: 1.7em;
	line-height: 1.5;
}
h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	line-height: 1.5;
}
h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	line-height: 1.3;
}
.detail-summary h3 {
	margin: 0 0 0.5em 0;
}
#school-detail-summary h3, #district-detail-summary h3 {
	margin: 0.5em 0;
}

h4 {
	margin: 0 0 0.25em 0;
	font-size: 1.2em;
	line-height: 1.3;
}
h5 {
	margin: 0 0 0.25em 0;
	font-size: 1.1em;
	line-height: 1.3;
}
h6 {
	margin: 0 0 0.25em 0;
	font-size: 1em;
	line-height: 1.3;
}

p {
	padding: 0;
}

div#school-detail-summary p, div#district-detail-summary p, div.detail-summary p, div#school-details-primary-contact p, div#district-details-primary-contact p {
	margin: 0;
	padding: 0;
}
div#school-details-primary-contact p, div#district-details-primary-contact p {
	font-weight: bold;
}

div#school-details-primary-contact p span, div#district-details-primary-contact p span {
	font-weight: normal;
}

blockquote {
	font-style: italic;
	padding-left: 4em;
}

pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}

code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}

/* -- 4.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
img.bordered {
	border: 1px #ccc solid;
}
img.centered {
	display: block;
	margin: 10px auto;
}
/* -- 5.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	margin: 0.25em 0 0.25em 0;
	font-weight: bold;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 6.TABLES -- */
table {
	border-spacing: 5px;
	border-collapse: collapse;
}

caption {
	text-align: left;
	font-weight: bold;
}
th, td {
	border: 1px #ccc solid;
	padding: .5em;
}
th {
	background-color: #dadada;
	font-weight: bold;
}
.details-info table {
	width: 100%;
}
.details-info table th, .ui-tabs-hide th {
	text-align: left;
}
.details-info table td, .ui-tabs-hide td, .ui-tabs-hide thead th {
	text-align: center;
}
div.ui-tabs-hide table, #school-demographics table, #district-demographics table  {
	width: 600px;
}

/* -- 7.LINKS -- */

a:link, a:visited {
	color: #00c;
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}
#content a[href^="/"]:after {
  content: " (http://www.schoolquest.org" attr(href) ") ";
}

div#school-results ul.ui-tabs-nav li a:link:after, div#school-results ul.ui-tabs-nav li a:visited:after, div#school-results div#school-tabbing table td a:link:after, div#school-results div#school-tabbing table td a:visited:after, div#school-detail-summary p a:link:after, div#school-detail-summary p a:visited:after, div#district-detail-summary p a:link:after, div#district-detail-summary p a:visited:after, div#district-details-primary-contact p a:link:after, div#district-details-primary-contact p a:visited:after {
	content: none;
}
div#school-results ul.ui-tabs-nav li a[href^="/"]:after, div#school-results div#school-tabbing table td a[href^="/"]:after, div#school-detail-summary p a[href^="/"]:after, div#district-detail-summary p a[href^="/"]:after, div#district-details-primary-contact p a[href^="/"]:after {
  content: none;
}

/*Details School Page -- Details District Page*/
div#school-detail-summary, div#district-detail-summary {
	margin: 0 0 1em;
	padding: 0 0 1em;
}
.details-info {
	float: left;
	width: 350px;
}
.details-primary-contact {
	float: right;
	width: 300px;
}
#school-info-tabs, #district-info-tabs {
	clear: both;
}
.ui-tabs-hide {
	clear: both;
	display: block !important;
}