
/*
** all
*/

html {
	font-size: 100%;
} 

body {
	font-family: Verdana, sans-serif;
	padding-top: 80px;
	font-size: .7em;
}

a {
	color: black;
}

.none {
	display: none;
}

/*
** layout
*/

div#main {
	width: 950px;
	margin: 0 auto 50px auto;
	position: relative;
}

div#header {
	margin-bottom: 60px;
}

div.content {
	min-height: 400px;
	float: left;
}

div#footer {
	clear: both;
	padding-top: 10px;
	margin-right: 40px;
	border-top: 1px dotted grey;
}

/*
** title
*/

h1.title {
	font-weight: normal;
	font-size:2.2em;
	margin-bottom: .15em;
}

/*
** langs
*/

ul#langs {
	position: absolute;
	top: -50px;
	left: 0px;
}

ul#langs li {
	display: inline;
}

ul#langs li.selected a,
ul#langs li a hover {
	border-bottom: 1px dotted grey;
}

/*
** sections
*/

ul#sections li {
	display: inline;
	margin-right: 10px;
}

ul#sections li.selected a,
ul#sections li a:hover {
	border-bottom: 1px dotted grey;
}

/*
** content
*/

div#content h2.title {

}

/*
** footer
*/

div#footer div.copyright {
	width: 30em;
	float: left;
}

div#footer div.copyright,
div#footer div.copyright a {
	color: grey;
}

div#footer div.copyright a:hover {
	color: black;
	border-bottom: 1px dotted grey;
}

div#footer div.top {
	width: 31px;
	float: right;
	text-align: right;
}

div#footer div.top a {
	display: block;
	width: 31px;
	height: 18px;
	background: transparent url('/themes/default/images/top.gif') no-repeat;
}

div#footer div.top a:hover {
	background-position: 0 -18px;
}

div#footer div.top a span {
	display: none;
}

/*
** wysiwyg
*/

div.wysiwyg {
	margin-bottom: 5em;
}

div.wysiwyg p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

div.wysiwyg a {
	border-bottom: 1px dotted grey;
}

div.wysiwyg a:hover {
	border-bottom: 1px solid black;
}

/*
** pagination
*/

div#page-button {
	padding: 40px 10px;
}


