/*
 * Jonah Bishop's site redesign CSS info
 */

body {
	background: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	
	font-size: x-small; /* Bad value for Win IE 4/5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* The right value */
}

html>body { font-size: small; } /* Be nice to Opera */

h1 {
	border-bottom: 1px solid #999;
	margin-top: 0;
	padding: 0;
	
	font-size: x-large;
}

h2 {
	font-size: large;
}

h3 {
	border-bottom: 1px solid #999;
	font-size: medium;
	font-weight: bold;
}

p {
	margin: 0 10px 1em;
}

#news h2 {
	margin: 0 10px 1em;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: large;
}


#news h3  {
  font-size: large;
  margin: 15px 5px 5px 5px;
  font-family: Georgia, Times New Roman, Times, serif;
}

#header {
	height: 80px;
	margin: 0;
	padding: 0;
}

#mozdevheader {
	background: #5C617D;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #FFF;
	display: inline;
	float: left;
	margin-right: -3px;
	text-align: center;
	width: 190px;
	
	font-size: x-large;
	font-weight: bold;
}

#mozdevheader a {
	background: transparent;
	color: #FFF;
	display: block;
	height: 80px;
	line-height: 80px;
	text-decoration: underline;
}

/* Fix a nasty 3px margin bug in IE, and hide it from the Mac */
* html #mozdevheader {margin-right: -3px;}
* html #googlebarheader {margin-left: 0;}
/* End fix */

#googlebarheader {
	background: #466A5C;
	border-bottom: 2px solid #000;
	color: #FFF;
	height: 60px;
	margin: 0;
	margin-left: 192px;
	padding: 10px 0;
	vertical-align: middle;
	
	font-size: x-large;
	font-weight: bold;
}

#googlebarheader img {
	border: 0;
	display: block;
	margin-left: 10px;
	padding: 0;
}

#subheader {
	background: #466A5C;
	color: #FFF;
	height: 1.3em;
	padding: 5px 10px;
}

#navigationbox {
	background: #FAF9F6;
	border: 1px solid #666;
	clear: both;
	color: #000;
	display: inline; /* Fixes the double margin bug in IE */
	float: left;
	margin: 10px 0 0 10px;
	padding: 10px;
	width: 150px;
}

#navigationbox a {
	background: transparent;
	color: #066;
}

#navigationbox a.strong {
	background: transparent;
	color: #F00;
	font-weight: bold;
}

#navigationbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigationbox li.toplist {
	border-top: 1px solid #CCC;
	margin-top: 1em;
	padding-top: 1em;
}

#content {
/*	border: 1px dotted #666;*/
	margin: 10px 20px 20px 201px; /* Place the content area 211 px right from left screen edge */
}

#copyright {
/*	border-top: 1px dotted #333;*/
	clear: both;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.invisible {
  display: none;
}

.date {
  font-size: small;
  font-weight: bold;
}

#mozdev-searchbox {
  position: absolute;
  right: 0;
  top: 0;
}

#mozdev-searchbox form {
  margin-left: 0.2em;
  margin-top: 1em;
}

#mozdev-searchbox #inputField {
  background-color: #fff;
  color: #000;
  float: left;
  margin-top: 0.15em;
}
