/*
Theme Name: Aquainfos Teheme
*/

body {
	font-family: Tahoma, sans-serif;
	font-size:12px;
	background:url(images/bg.png);
	margin:10px auto;
	width:900px;
}

#wrapper {
	background:#fff;
	border:1px solid #808080;
	width:900px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}

#header {
	width:900px;
}

#main {
	padding:20px;
	padding-right:250px;
	width:630px;
}

#sidebar {
	float:right;
	width:250px;
	color:#333;
}

.widget {
	list-style-type:none;
}

.picture {
	border:1px solid #333;
}

#sidebar a, #sidebar a:visited {
	color:#000;
}

#sidebar #content {
	border-left:1px solid #f2f2f2;
	margin-left:3px;
	margin-top:-15px;
	width:232px;
	padding:6px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	margin-bottom:50px;
}

#nav {
	background:#fff;
	padding:25px;
	margin-bottom:10px;
}

#nav ul {
	margin:0px;
	padding:0px;
}

#nav li {
	display:inline;
	list-style-type:none;
	float:left;
	height:30px;
	background:#1a5491;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
	margin-left:10px;
}

#nav li:hover {
	background:#000;
}

#nav li:hover a, #nav li:hover a:visited
{
	color:#fff;
}


#nav li a span {
	display:block;
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;
	padding-bottom:2px;
	font-size:14px;
}

#nav a, #nav a:visited {
	color:#fff;
	text-decoration:none;
}

a img {
	border:none;
}

a, a:visited {
	color:#203F78;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.widget_categories ul {
	margin:0px;
	font-weight:bold;
	list-style-type:square;
	padding:0px;
}

.widget_categories li {
	padding-left:5px;
	padding-bottom:5px;
	list-style-type:square;
	list-style-position:inside;
}

.xoxo {
	margin-left:-35px;
}

.xoxo li {
	list-style-type:square;
	list-style-position:inside;
	margin:0px;
}

.meta {
    font-size:.75em;
    margin-top:-10px;
    margin-bottom:10px;
    font-weight:bold;
}

.post {
    font-family:Arial, sans-serif;
    line-height:15px;
}