/*
*********************************************
	TYPOGRAPHY and COLOR
*********************************************
*/

body {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	background: white;
}

a, abbr {
	text-decoration: none;
}

a {
	color: rgb(0,102,204); 
}

a:link, a:visited {
	font-size: 11pt;
	color: rgb(0,102,204); 
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/*#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 70%;
   color: #666666;
   font-weight: normal;
   }*/
   
/*#content a[href^="/"]:after {
  content: " (www.montgomeryschoolsmd.org" attr(href) ") ";
  font-size: 70%;
  color: #666666;
  font-weight: normal;
   }*/

h1 {
	font-size: 16pt;
	margin-bottom: .5pt;
	border-bottom: thin solid Black;
}

h2 {
	font-size: 12pt;
	margin-bottom: .5pt;
	border-bottom: thin solid Black;

}

h3 {
	font-size: 11pt;
	margin-bottom: .5em;

}

h4 {
	font-size: 11pt;
	margin-bottom: 0em;
	margin-top: 0em;
}

p {
	margin: .2em;
}

#community ul li {
	margin-bottom: .2em;
}

#community ul {
	margin-top: 0pt;
	margin-bottom: 0pt;
}

#credits {
	border-top: thin solid Black;
	margin-top: 2em;
	padding-top: 1em;
}

#credits, #copyright {
	font-size: 10pt;
}

#copyright {
	margin-right: 1em;
}

address {
	font-style: normal;
	font-size: 8pt;
}

#community h3 p {
	margin: 0 5%;
	padding: 0em;
}

#news ul li {
	margin-bottom: 1em;
}

#splash {
	border: 0px solid red;
	margin: 0px;
	padding: 0px;
}


#emergency h3 {
	font-size: 12pt;
	margin: 2px;
	padding: 2px;
	color: #e10404;
	
}

#emergency p {
	font-size: 11pt;
	margin: 2px;
	padding: 2px;
	color: #e10404;
	font-weight: bold;
	
}

/*
*********************************************
	LAYOUT
*********************************************
*/

#splashImage {
	margin-top: 1em;
	margin-left: .5em;
	float: right;
}

#news {
	width: 35%;
	float: right;
}

#community {
	width: 60%;
}

address {
	display: inline;
}

/*
*********************************************
	HIDDEN CONTENT
*********************************************
*/

#globalHeader {
	background-image: none;
}

#footerNav, #footerLegal {
	display: none;
}

#navigation {
	display: none;
}

#search {
	display: none;
}

#emergency span.timestamp {
	display: none;

}

#weeklynews {
	display: none;
}

#LangQuickNotes {
	display: none;
}



#subscribe {
	display: none;
}

#i18n, #mcpsTV, #videoNews{
	display: none;
}


#sidebar {
	display: none;
}

.more {
	display: none;
}

#seek1 {
	display: none;
}

#global-footerNav {
	display: none;
}

#global-footerLegal {
	display: none;
}


/*
*********************************************
	GENERATED CONTENT
*********************************************
*/

/* #splash h2:after {
	content: "  (3/21/2005)";
}

*/

