/*  
Theme Name: Kookstrijd
Theme URI: http://www.kookstrijd.nl/
Description: Theme for Kookstrijd.
Version: 1.0
Author: Alberto Tobias
Author URI: http://www.lekkerhapje.nl/
*/

body {
	margin: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, "Lucida Sans Unicode", sans-serif;
}

#wrap {
	width: 700px;
	text-align: left;
	margin: 0 auto;
}

#menu {
	font-size: .8em;
	text-align: left;
	border-bottom: 1px solid red;
	padding: 0px;
}

#menu ul, #menu li {
	padding: 0 15px 0 0;
	display: inline;
}

#header {
	background: url(kookstrijd.jpg) top no-repeat;
	height: 60px;
	text-align: center;
}

#header a {
	width: 100%;
	height: 100%;
	display: block;
}

#content {
	width: 400px;
	float: left;
}

#sidebar {
	width: 185px;
	float: right;
	font-size: .8em;
}

#footer {
	border-top: 1px solid red;
	width: 700px;
	clear: both;
	font-size: .8em;
}

.centered {
	clear: both;
	display: block;
	text-align: center;
}

.hidden {
	display: none;
}

/* Login form */
#login2, #login label, #login input {
	clear: both;
	display: block;
	width: 160px;
}
/* End login form */

/* Links */
a {
	text-decoration: none;
	color: red;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: maroon;
}

h1 a, h1 a:visited {
	color: black;
}

h1 a:hover {
	color: maroon;
}
/* einde links */