/* reset {{{ */

body {
	padding: 0;
	margin: 0;
	font: 90% Verdana, Tahoma, Garuda, sans-serif;
	text-align: center; /* IE hack for centering content */
	background-color: #dadada;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

p {
	margin: 1em 0;
}

/* }}} */

/* layout and colours {{{ */
#container {
	text-align: left; /* IE hack part 2 */
	margin: 2em auto;
	width: 50em;
	background-color: #eee;
	border: 2px solid #aaa;
	padding: 1px; /* makes "inner border" */
}

#header, #footer {
	color: #eee;
	background-color: #57a;
}

#header {
	padding: 2em 1.5em;
}

#footer {
	padding: .5em 1.5em;
	font-size: .8em;
	text-align: center;
}

#content {
	color: #333;
	background-color: #eee;
	padding: 2em;
	clear: both;
}

#centredbox { 
        margin: 0 auto; 
        text-align:center;
}


/* }}} */

/* headings {{{ */
h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	padding-top: 1ex;
	padding-bottom: 0.5ex;
}

h3 {
	font-size: 1.1em;
	padding-top: 1ex;
	padding-bottom: 0.5ex;
}

h4 {
	font-size: 1.1em;
}

/* }}} */

/* navigation menu {{{ */
#navigation li {
	display: inline;
}

#navigation ul, #navigation a {
	background-color: #68b;
}

#navigation ul {
	float: left;
	width: 100%;
	border: 1px solid #eee;
}

#navigation a, #navigation li.webgen-menu-item-selected {
	padding: .5em 1em;
	border-right: 1px solid #eee;
	float: left;
}

#navigation a:link {
	color: #eee;
}

#navigation a:visited {
	color: #ddd;
}

#navigation a:hover, #navigation a:visited:hover,
#navigation li.webgen-menu-item-selected {
	color: #fff;
	background-color: #8ad;
}
/* }}} */

/* links {{{ */
h1 a:link, h1 a:visited {
	color: #fafafa;
	text-decoration: none;
}

h1 a:hover, h1 a:visited:hover {
	color: #fff;
}

a:link, a:visited {
	text-decoration: underline;
}

a:link {
	color: #68b;
}

a:visited {
	color: #57a;
}

a:hover, a:visited:hover {
	color: #8ad;
	text-decoration: none;
}

#footer a:link {
	color: #fff;
}

#footer a:visited {
	color: #eee;
}

#footer a:hover, #footer a:visited:hover {
	text-decoration: none;
}
/* }}} */

/* text {{{ */
#header p {
	margin: 1em 2em 0;
	font-style: italic;
}

#footer p {
	margin: 0;
}

p {
	line-height: 1.4em;
}

#content li {
        margin-top: -0.6em;
}

#content ul {
	list-style: disc;
	margin-left: 1.4em;
}

/* }}} */
