/* pitchpipe.org -- Firefox CSS */

body {
	/* Positioning */
	margin: 1.2em;
	/* Style */
	font-family: "Tahoma","Verdana","Helvetica",sans-serif;
	font-size: 1em;
 }

#menu {
	/* Positioning */
	z-index: 2;
	/* Style */
	font-size: 1.1em;
	letter-spacing: .2em;
	border: 1px solid #CC9;
	border-bottom: 0px;
 }

#menu ul {
	margin: 0em;
	padding: 0em;
 }

#menu li {
	/* Positioning */
	display: inline;
	border-right: 1px solid #CC9;
	border-bottom: 1px solid #CC9;
	background: #EEB;
 }

#menu a {
	/* Style */
	color: #993;
	padding-left: 1em; 
	padding-right: 1em;
	text-decoration: none;
 }

#menu a:hover {
	background: #FFE;
	color: #CC9;
 }

#tagline {
	float: right;
	border: 1px solid #CC9;
	padding:.3em;
	margin-top: 89px;
	text-align: right;
 }

#logo {
	/* Positioning */
	background: url('/static/hlogo_white_small.jpg') no-repeat;
	height: 100px;
	margin: 1em;
	margin-top: 0em;
	margin-left: .3em;
	z-index: 0;
 }

#language {
	/* Positioning */
	text-align: right;
	
	/* Style */
	font-size: .7em;
 }

#language a {
	/* Style */
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
 }

#language a:hover {
	color: #CC9;
 }

#content {
	/* Positioning */
	clear: left;
	padding: 1em;
	padding-left: 2em;
	padding-right: 3em;

	/* Style */
	background-color: #FFE;	
	text-align: justify;
	border: 1px solid #CC9;
	border-top: 0px;
 }

#footer {
	float: right;
	font-size: .8em;
	color: #999;
 }

#footer a {
	text-decoration: none;
	color: #999;
 }

#footer a:hover {
	text-decoration: underline;
 }
 
.noBorder {
	border: 0px;
 }

#content a {
	text-decoration: none;
	color: #993;
	font-weight: bold;
 }
#content a:hover {
	color: #CC3;
	text-decoration: underline;
 }

#content ul a {
	padding-right: .75em;
 }

#content ul {
	font-family: "Georgia","Arial","Times",serif;
	/*list-style: url('/pp/pitchpipe/static/content-list-marker.png');*/
	padding-left: 1.5em;
	font-size: 1em;
 }

#content li {
	margin-bottom: .2em;
 }

.list_indent {
	margin-left: 2em;
 }

.list_indent a {
	font-size: .9em;
 }

.error {
	font-weight: bold;
	color: #C00;
	padding-top: 1em;
	padding-bottom: 1em;
 }

.red {
	font-weight: bold;
	color: #C00;
 }

h1 {
	margin: 0em;
	font-size: .8em;
	font-weight: normal;
	color: #553;
	letter-spacing: .1em;
 }

h1, h2, h3 {
	font-family: "Georgia","Times New Roman","Times",serif;
 }

h2 {
	font-size: 1.4em;
	margin-top: .5em;
 }

h3 {
	margin-top: 2em;
	border-bottom: #DDA solid 1px;
	font-size: 1.1em;
 }

p {
	font-family: "Verdana","Arial","Helvetica",sans-serif;
	font-weight: normal;
	letter-spacing: .03em;
 }

label {
	padding-right: 20px;
	text-align: right;
	float: left;
	width: 100px;
	font-size: .8em;
	font-weight: bold;
 }

fieldset input, fieldset textarea {
	border: 1px solid #553;
	padding: .1em;
	background: #FFE;
 }

fieldset {
	border: 1px solid #CC9;
	padding-top: 1em;
 }

fieldset p {
	margin: 1em;
 }

legend {
	font-weight: bold;
	letter-spacing: .1em;
	padding-left: .5em;
	padding-right: .5em;
	color: #993;
 }  

