/* Soaringrabbit.com simple CSS file! For handhelds and televisions. Written up by SuitCase (suitcase@soaringrabbit.com). Version 2, June 2007. */

/* Make everything sans serif. Should look best on a small screen. */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* Headers and stuff. */

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: black;
	text-align: center;
	padding: .15em;
	margin: .8em 0;
}
h1 {
	font-size: xx-large;
	color: white;
	background-color: #4D7B41;
	border: 4px solid #B7D5AF;
}
h2,.subtitle {
	font-size: x-large;
	color: white;
	background-color: #416A7B;
	border: 3px solid #AFC9D5;
}
h3 {
	font-size: x-large;
	color: #6B362E;
	border-bottom: 5px solid #E6BAB3;
}
h4 {
	font-size: larger;
	border-bottom: 3px solid #B3E6C5;
	color: #2E6B44;
	margin-top: 2em;
}
h5 {
	font-size: large;
	font-weight: normal;
	color: #2E536B;
	border-bottom: 3px solid #B3D2E6;
}
h6 {
	font-size: large;
	font-weight: normal;
	border-bottom: 1px solid #D4E9F7;
}

/* Other main elements. */

p,li {
	font-size: medium;
}
small {
	font-size: 100%;
}

/* Some common classes. */

.lastupdated {
	font-size: small;
	font-style: italic;
}
.smallprint {
	font-size: small;
	font-style: italic;
	text-align: center;
	background-color: #f3f3f3;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding: .5em .5em 125px;
	margin-bottom: 0;
	background-image: url(siteimg/simplemode.gif);
	background-repeat:  no-repeat;
	background-position: bottom center;
}
.inlineimage,.titleimage {
	display: none;
}

/* Here we define the few classes the different pages use for design purposes. */

/* Soaringrabbit.com index page has links in the headers. Also a tagline. */

h2 a:link, h2 a:visited, h2 a:active { 
	text-decoration: none; 
	color: #006600;
}
.tagline {
	font-size: .8em;
	font-weight: bold;
	text-align: center;
}

/* Some sites need specific tweaks. */

/* Soaring Rabbit */
#navbar h4 {
	margin: .5em;
}
#navbar ul {
	margin: 0em;
	padding-left: 0;
}
#navbar li {
	display: inline;
}
.sic {
    color: #999999;
}
.important {
	font-weight: bold;
	text-align: center;
	background-color: #FFCCCC;
}

/* Decoration? You wish. */

.decoration {
	display: none;
}

/* End of CSS file. */