/* Cascading Style Sheet for
 * Rotaract Club of Seattle
 * http://www.seattlerotaract.org/
 *
 * Author: JCB
 * Date:   June 2007
 */

/* base */

body {
	background: #FFFFFF;
	color: #000000;
	margin: 0.5em;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

p {
	margin-bottom: 1.0em;
}

blockquote {
	margin: 1.0em;
}

abbr, acronym {
	border-bottom: 0px none;
	cursor: default;
}

th, td {
	border: 0;
}

input[type="text"], input[type="password"], textarea {
	width: 24.5em;
}

/* custom */

.spotlight {
	padding: 0.5em;
	border: solid 1px black;
	background-color: #EEEEEE;
}


/* navigation */

.main-nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding-top: 0.2em;
}

.main-nav li {
	display: inline;
	padding-right: 0.5em;
}

.main-nav li a {
	text-decoration: underline;
}

/*html>body .main-nav li a {
	width: auto;
}*/

.main-nav li a:hover {
	text-decoration: none;
}


/* search */

.main-search {
	float: right;
}



/* footer */

.footer {
	/*float: right;*/
	/*text-align: right;*/
}

.license {
	float: left;
	padding-right: 0.5em;
	/*text-align: right;*/
}


/* microformats */

.vcard {
	/*float: left;*/
}

.logo {
	float: left;
	padding-right: 0.5em;
}

.geo {
	display: none;
}

.vevent {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.adr {
	display: inline;
}


/* END */
