/*
	andyland.ca handheld css

	This style is taken from andyland.ca, copyright
	Andy Korvemaker.

	The CSS and design are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* Set margins and padding to 0 to eliminate gaps between sections.
	   They can be reset later if desired. */
h1, h2, h3, h4, p, div, ul, dl, li, form, a {
	margin: 0;
	padding: 0;
}

/*
	Positioning of specific elements
*/
a img {
	border: none;
}

#menu, #footer {
	clear: both;
	padding: 0.25em;
}

#content {
	padding: 0.5em 5% 0 5%;
}

#content dl {
	margin: 0 0.5em 0.25em 0.75em;
}

#content h2 {
	margin-left: -0.5em;
}

#content img {
	float: right;
	max-width: 40%;
	margin: 0.25em;
}

#content p {
	padding-bottom: 0.4em;
}

/*
	End of positioning of specific elements
*/

/*
	Backgrounds, borders, and colors.
*/
body {
	background-color: #ffffff;
	color: #333;
	border: 1px solid #999;
}

a {
	color: #06c;
}

a:hover {
	color: #147;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	color: white;
}

#header {
	background-color: #69aee7;
	border-bottom: 1px solid #999;
}

#tagline {
	color: white;
}

#menu {
	background-color: #eee;
}

#menu ul li {
	color: #777;
}

#content .timestamp {
	color: #777;
}

#content a:visited {
	color: #b85b5a;
}

#content a:hover {
	color: #147;
}

#content h2, #content h2 a, #content h2 a:hover, #content h2 a:visited {
	color: #333;
}

#footer {
	background-color: #eee;
	border-top: 1px solid #999;
}
/*
	End of backgrounds, borders, and colors.
*/

/*
	Fonts and text styles
*/
body {
	font-size: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	text-align: center;
	font-size: 1.5em;
}

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

#tagline {
	text-align: center;
	font-size: 0.75em;
}

#menu {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	text-align: center;
}

#menu h2{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
}

#menu .search input {
	font-size: 0.9em;
	font-weight: normal;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul {
	list-style: none;
}

#menu ul#meta li {
	font-size: 0.8em;
}

#content .timestamp {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
}

#content dl {
	font-size: 0.9em;
	line-height: 1em;
}

#content h2 {
	text-align: left;
	font-size: 1em;
}

#content h3 {
	text-align: left;
	font-size: 0.9em;
}

#content p {
	font-size: 0.9em;
	text-indent: 0.75em;
}

#content p.address {
	text-indent: 0;
	line-height: 100%;
}

#footer {
	font-size: 0.7em;
	text-align: center;
}

/*
	End of fonts and text styles
*/

/*
	End of other formatting
*/
