/* heavily adapted from Localize template published on oswd */

body {
	margin: 0;
	padding: 0;
	font-family: "Bitstream Vera Sans", Verdana, sans-serif;
	color: #333;
	text-align: center;
	background: #ddd; 
}

p {
	margin: 0.2em 0 0.5em 0;
	padding: 0.3em;
}

div#content h1 {
	padding: 0;
	margin: 0ex 0;
	font-size: 180%;
	font-weight: normal;
	font-style: italic; 
	text-align: left;
	color: #489302;
}

div#content li {
	list-style: circle;
	margin-bottom: 0.5em;
}

h2, h3 {
	background: white;
	color: black;
	font-size: 110%;
	font-weight: normal;
	margin: 0.5em 0.2em 0.2em 0.2em;
	padding: 0.5ex 0.8em;
	font-style: italic;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;

}

h3 {
	margin: 0.5em 1em 0.2em 1em;
	font-size: 100%;
}

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

a:hover {
	color: #489302;
	text-decoration: none;
}

a:active {
	color: #8CD749;
	text-decoration: underline;
}


div#wrap {
	background: white;
	margin: 0 auto;
	width: 80%;
	max-width: 780px;
	border: 1px solid black;
	border-width: 0 1px 1px 1px;
}

div#head {
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 5px;
	text-align: right;
	background: white url(spring.jpeg) no-repeat left bottom;
	color: white;
	border-bottom: 1px solid black;
}

div#head h1 {
	margin-bottom: 0;
}

#head span {
	display: block;
	color: white;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 3px;
}

div#navbar ul {
	font-size: 80%;
	list-style-type: none;
	float: left;
	display: block;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	background: #999;
}

div#navbar ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid black;
}

div#navbar ul li {
	display: inline;
}

div#navbar a {
	display: block;
	float: left;
	width: 24.5%;
	padding-top: 4px;
	margin: 0; 
	text-decoration: none;
}

div#navbar a:link, div#navbar a:visited, div#navbar a:active {
	background: #999;
	color: white;
	border-bottom: 2px solid #999;
}

div#navbar a:hover, div#navbar a.here {
	background: #cccc00;
	border-bottom: 2px solid #886600;
}

div#sidebar {
	float: left;
	width: 12em;
	padding: 0;
	font-size: 90%;
	margin: 0.5em;
	margin-top: 1em;
	padding: 0.3em;
	background: url(eo-small.png) center 5px no-repeat;
	text-align: left;
	padding-top: 80px;
}

#sidebar #nav {
	padding: 3px;
	background: #eceade;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li.section {
	margin-top: 1ex;
}

#sidebar ul li {
	list-style-image: url(link-list.gif);
	margin-left: 15px;
}

ul li.lang {
	border-top: 1px solid #3e4e67;
	margin-top: 3ex;
	padding-top: 1ex;
	padding-bottom: 1ex;
}

#sidebar a.title {
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar ul li {
	margin-bottom: 0.5ex;
}

#sidebar ul ul {
	margin: 2px 0;
}

#content {
	text-align: justify;
	margin: 3em 0.5em 0 12em;
	padding: 1em 1ex 1em 1.5ex;
	background: #eceade;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
}

#content.large {
	margin-right: 1.2em;
}

#footer {
	font-size: 50%;
	margin: 2.5em 0.2em 0 0.2em;
	padding: 0.8em; 
	border-top: 1px solid #999;
	text-align: left;
	clear: both;
	background: url(deg-top.png) repeat-x;
}
 
ul#banquise {
	margin: 0;
	padding: 0;
	font-size: 70%;
	text-align: center;
	background: #eee;
	border-bottom: 1px solid black;
}

ul#banquise li {
	display: inline;
	margin: 0;
	padding: 0 0.5em 0 0;
}

div#content img {
	border: 1px solid #999;
	background: white;
	padding: 5px;
	margin: 0px auto;
	display: block;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#photo {
	float: right;
	border: none;
	margin-right: -10px;
	-moz-border-radius: 10px 0 0 10px;
	margin-left: 10px;
}

div#banquise-le {
	margin: 0;
	padding: 0;
	font-size: 70%;
	text-align: center;
	background: #eceade;
	border-bottom: 1px solid black;
	width: 100%;
}

div#banquise-le div {
	display: inline;
}

div#banquise-le ul {
	display: none;
	position: absolute;
	background: white url(deg-top.png) top left repeat-x;
	margin: 0;
	text-align: left;
	list-style: none;
	padding: 2px 10px;
	border: 1px solid black;
	border-top: 0;
}

div#banquise-le a {
	text-decoration: none;
}

div#banquise-le ul li a:hover {
	display: block;
	background: #489302;
	color: white;
}

div#other-lang {
	font-size: 70%;
	position: absolute;
	top: 0;
	right: 5px;
}

