/*
	Stylesheet 'Comely', substylesheetsheet for small screen devices
	written by Jurriaan van Hengel (December 2008)
*/


/* Basic */

* {
	margin: 0;
	padding: 0;
	font: 9pt/1.5 "Lucida Grande", "Verdana", sans-serif;
}

body {
	background-color: #fff;
	color: #666;
}

h1,h2,h3,h4,h5,h6
{
	margin-bottom: 0.6em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.1em;
	font-family: "Century Gothic", "Verdana", sans-serif;
	font-weight: normal;
	color: #545454;
}

a
{
	color: #0077dd;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/* Header */

#header
{
	background: #0060A9;
	text-align: center;
}

#header h1
{
	border: none;
	font-size: 2em;
	color: #fff;
}


/* Content */
#content  p
{
	margin-bottom: 1.5em;
}

#content  h2
{
	font-size: 1.5em;
}

#content  h3
{
	font-size: 1.1em;
}

#content  ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content 
{
	background-color: #fff;
	padding: 1em 0.3em 1em 0.3em;
}

/* Menu */

#menu a, 
#menu a:hover 
{
	color: #0060A9;
}


/* Sidebar */

#sidebar {
	display: none;
}


/* Footer */

#footer
{
	margin: 0.5em 0 0 0;
	border-top: dashed 1px #dfdfdf;
	padding: 0.5em 0 0 0;
	text-align: center;
	font-size: 70%;
}



