/* CSS Document */

div.header { 
	background-color:#FFFFFF; 
	background-image:url(/images/header_mobile.jpg); 
	background-repeat:no-repeat; 
	height:29px; 
	border:0;

} 

.hidden{ display:none;}
.displayblock {display:block;}
.bold {	font-weight: bold; }
.centered {text-align:center;}
.smaller { font-size:smaller; }
.noborders { border:none; padding:0; }
.lightblue {color:#3232CA; } 
.orange { color:#C60;}
.red { 	color: #FF0000; }
.nodots { /* used to remove default border on headers */
	border-bottom:0; 
	margin-bottom:0;
}

#share {display:none; } /* scripting reenables the ShareThis link */

h1, h3, h4 {
	color:#C60;
	margin-bottom:4px; 
	font-weight:normal; 
	white-space: nowrap;
}

h1, h3 {
		margin-top:15px; 
}

h1 {
	font-size:140%;
}

h3 {
	font-size:130%;
}

h4 { 
	font-size:120%; 
	margin-top:0px; 
}

h1, h4 { 
	border-bottom:1px dotted black;
}

h3 { 
	color:#993366; 
}
h3.sub { font-size:120%; margin-left:10px; }


a { color:#3232CA; text-decoration:none; }
a:hover , a:focus, a:active { color:#C60; }

#footer { font-size:80%; color:#565656; margin-top:40px;}
#footer a { color:#565656; }
#footer hr { text-align:center; width:85%; }


/* iPhone-specific: we do not want the Safari font resizing */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}
