/*
 * Twents Bierbrouwersgilde HAB
 * Robin Elfrink <robin@15augustus.nl>
 */


/*
 * Logo colors: yellow (#f7f731) and blue (#002244)
 */


/*
 * Basic settings
 */
body {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #002244;
	background-color: #ffffff;
}
* {
	margin: 0px;
	padding: 0px;
}
a, a:hover, a:link, a:active, a:visited {
	text-decoration: none;
	color: #882200;
	border: none;
}
a:hover {
	color: #446688;
}
img {
	border: none;
}
input, fieldset, textarea {
	border: 1px solid #002244;
	font-size: inherit;
	margin: 0em 0.2em;
}




#page {
	max-width: 900px;
	min-width: 760px;
	margin: 0 auto;
}
#wrapper {
	background: #fff;
}


#top {
	margin: 0px 10px;
	font-size: 8pt;
}
#top ul {
	display: inline;
}
#top ul li {
	display: block;
	float: left;
	margin: 4pt 1em 0px 0px;
	line-height: 18pt;
}
#top fieldset {
	border: none;
}
#topright {
	float: right;
	clear: right;
	width: 170px;
	margin: 10px 20px 0px 0px;
	color: #f7f731;
	background-color: #002244;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #002244;
	border-bottom: none;
}


#header {
	clear: both;
	margin: 0px 10px;
	background-image: url('backgrounds/gerst1.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}
#headerright {
	float: right;
	width: 170px;
	margin-right: 20px;
	border-left: 1px solid #002244;
	border-right: 1px solid #002244;
	background-image: url('graphics/yellow80.png');
	text-align: center;
}
#banner {
	text-align: center;
	height: 135px;
}
#banner img {
	padding: 5px;
	border: 1px solid #002244;
	background-image: url('graphics/white80.png');
	margin-top: 30px;
}


#main {
	margin: 0px 10px;
}
#leftmenu {
	float: left;
	width: 150px;
}
#leftmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftmenu li {
	position: relative;
	white-space: nowrap;
	background-color: #ffffff;
}
#leftmenu>ul>li {
	border: 1px solid #002244;
	margin: 1em auto;
}
#leftmenu li a {
	display: block;
	padding: 0.3em;
	padding-right: 40px;
}
#leftmenu li a.more {
	background-image: url('graphics/more.png');
	background-position: center right;
	background-repeat: no-repeat;
}
#leftmenu li ul {
	position: absolute;
	left: 100%;
	top: -1px;
	display: none;
	border: 1px solid #002244;
}
#leftmenu li:hover {
	background-color: #f7f731;
}
#leftmenu li:hover>ul {
	display: block;
}
#rightmenu {
	position: relative;
	z-index: 9;
	float: right;
	clear: right;
	width: 162px;
	margin-right: 20px;
	border: 1px solid #002244;
	border-top: none;
	background-image: url('graphics/yellow80.png');
	font-size: 8pt;
	padding: 4px;
}
#rightmenu h1 {
	font-size: 9pt;
	text-align: center;
	background-color: #002244;
	color: #f7f731;
	margin-top: 1em;
}
#rightmenu img {
	display: block;
	margin: 0px auto;
}
#rightmenu li {
	margin-left: 1.5em;
}
#rightmenu ul {
	list-style-type: disc;
}
#rightmenu ul.ec3_events {
	list-style-type: none;
}
#rightmenu li.ec3_list {
	margin-left: 0.5em;
	color: #002244;
}
#content {
	margin: 0px 200px 0px 160px;
}
#content h2,
#content h3 {
	font-size: 12pt;
	text-align: center;
	margin: 1em;
}
#content p {
	margin: 0.5em auto;
}
#content img {
	padding: 2px;
	border: 1px solid #002244;
}
#content img.left,
#content img.alignleft,
#content img[align=left] {
	margin-right: 1em;
	float: left;
}
#content img.right,
#content img.alignright,
#content img[align=right] {
	margin-left: 1em;
	float: right;
}
#content hr {
	border: none;
	color: #002244;
	background-color: #002244;
	height: 1px;
	width: 100%;
	margin: 0.5em auto;
}
#content li {
	margin-left: 1em;
}
#content img.cmd-avatar {
	float: right;
}
#content form.wpcf7-form table.bordered {
	border-collapse: collapse;
	margin: 1em;
	border: 1px solid #002244;
}
#content form.wpcf7-form table.bordered th {
	border-bottom: 1px dotted #002244;
}
#content form.wpcf7-form table.bordered th,
#content form.wpcf7-form table.bordered td {
	padding: 0.2em;
}



#footer {
	clear: both;
	margin: 10px;
	font-size: 9pt;
	text-align: center;
}
