/*
---------------------------------------------
MAY-PETERS.COM
---------------------------------------------
Style: maypeters.com, cid v.1, september 2008
By: Concept, Image & Design
Author: Ivo Vandeberg
Created: 29-9-2008
Last update: 29-9-2008
---------------------------------------------
*/

/*
---------------------------------------------
INDEX
---------------------------------------------
COLOR REFERENCE
GLOBAL RESET
SPLASH STYLES
GRID STYLES
WRAPPER STYLES
HEADER STYLES
CONTENT WRAPPER STYLES 
MENU STYLES 
CONTENT STYLES
LIST STYLES
FORM STYLES
RIGHT COLUMN STYLES
FOOTER STYLES
*/

/*
COLOR REFERENCE
	background orange:	#FFA41D
	text black:			#000000
*/

/* START GLOBAL RESET */
body {
	background-color: #000;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	68.75%; /* 11px */
	line-height: 1.4em;
}
a, ul.a {
	outline: none;
	text-decoration: none;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
hr {
  height: 1px;
  color: #000;
  background: #000;
  border: 0;

  width: 100%; (optioneel)
}
form {
	padding: 0;
	margin: 0;
}
img {
	padding: 0;
	border-width: 0;
}
/* END GLOBAL RESET */

/* START SPLASH STYLES */
body#splash_page {
	background: #FF8402;
}
#splash {
	width: 620px;
	margin: 10% auto;
	text-align: center;
}
#splash img {
	border: none;
}
#splash a {
	text-decoration: none;
}
#splash a.textlink {
	color: #000000;
	font-size: 1.183em;
	font-weight: bold;
}
#splash a.textlink:hover {
	border-bottom: 1px dashed #000;
}
/* END SPLASH STYLES */

/* START GRID STYLES */
#wrapper {
	margin: 0 auto;
	width: 990px;
	clear: both;	
}
#header,
#content_wrapper,
#footer
{
	margin: 0;
	width: 990px;
	clear: both;
}
#header {
	height: 139px;
}
#content_wrapper {
	height: auto;
}
#menu {
	width: 152px; /* 167px total */
}
#content {
	width: 704px;
	padding: 0 0 0 20px;
	background: #FFA41D none;
}
#col_right {
	width: 99px;
	height: 220px;
}
#footer {
	height: 138px;
}
#menu,
#content
{
	float: left;
	clear: none;
}
#col_right {
	float: right;
	clear: none;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.float_right {
	float: right !important;
	margin: 0 0 20px 20px !important;
	clear: right !important;
}
/* END GRID STYLES */

/* START HEADER STYLES */
#header {
	background: #FFA41D url(../img/backgrounds/header_bg.jpg) no-repeat scroll 0 0;
}
/* END HEADER STYLES */

/* START CONTENT WRAPPER STYLES */
#content_wrapper {
	background: #FFA41D url(../img/backgrounds/menu_bg.jpg) no-repeat scroll 0 bottom;
}
/* END CONTENT WRAPPER STYLES */

/* START MENU STYLES */
#menu {
	padding: 0 0 100px 15px;
}
#menu ul li,
#menu ul li a
{
	float: left;
	clear: both;
	width: 100%;
}
#menu ul li {
	line-height: 1.818em;
}
#menu ul a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.273em;
}
#menu ul a:hover {
	text-decoration: underline;
}
.active a {
	background: #ff0000;
}
/* Second level */
#menu ul li ul {
	padding: 0 0 0 20px;
}
#menu ul li ul a {
	font-size: 1em;
}
/* END MENU STYLES */

/* START CONTENT STYLES */
#content h1,
#content h2,
#content .content_box .title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CF0017;
}
#content h1 {
	margin: 0 0 20px;
	font-size: 2.91em;
	font-weight: bold;
	line-height: 1em;
}
#content h2,
#content .content_box .title
{
	margin: 0 0 10px;
	font-size: 1.818em;
	line-height: 1em;
}
#content p {
	font-size: 1.183em;
	margin: 0 0 10px;
	line-height: 1.4em;
}
#content p img,
#content .content_box
{
	border: 1px solid #000;
	margin: 0 20px 10px 0;
	float: left;
	clear: left;
}
#content p img.float_right {
	margin: 0 0 20px 20px;
	float: right;
	clear: right;
}
p a, #content p a { 
	color: #000000;
}
p a, #content p a {
	border-bottom: 1px dashed #000;
}
#content .content_box {
	border: none;
}
#content .content_box {
	font-size: 0.846em;
	font-weight: bold;
	width: 220px;
}
#content .content_box .title {
	display: block;
}
/* END CONTENT STYLES */

/* START LIST STYLES */
ul.bullets {
	font-size: 1.182em;
	padding: 0 0 10px 15px;
	list-style-type: circle;
	list-style-position: outside;
}
ul.links {
	font-size: 1.182em;
	padding: 0 0 10px;
}
ul.links a {
	text-decoration: none;
	color: #000;
	padding: 0 0 2px 30px;
	background: transparent url(../img/inlay/bullet_links.gif) no-repeat scroll 0 2px;
	font-weight: bold;
}
ul.links a:hover {
	border-bottom: 1px dotted #333;
}
ul.links li,
ul.bullets li
{
	padding: 0 0 5px;
}
ul.bullets li ul,
ul.links li ul
{
	margin: 0 0 0 20px;
}
/* END LIST STYLES */

/* START FORM STYLES */
/* Fieldset */
fieldset {
	border: 1px solid #000;
	margin: 20px 0;
	padding: 5px 10px;
	background: #FFC36F none;
}
#content fieldset p {
	font-size: 1em;
}
fieldset h2 {
	border-bottom: 3px solid #BF5500;
	padding: 0 0 2px;
}
/* Formlist */
.formlist li {
	clear: both;
	padding: 0 0 5px;
}
.formlist label,
.formlist input
{
	float: left;
	clear: none;
}
.formlist label {
	width: 100px;
	font-weight: bold;
	padding: 5px 0 0;
}
.msg_form_err {
	display: none;
	font-size: 1em;
	clear: left;
	margin: 0 0 0 100px;
}
/* Radio set. */
.formlist .radio_set {
	float: left;
	clear: none;
}
.formlist .radio_set label {
	width: auto;
	font-weight: normal;
	vertical-align: bottom;
	float: left;
	clear: none;
}
.formlist .radio_set input {
	margin-left: 0;
	float: left;
	clear: clear;
}
.formlist .radio {
	outline: none;
	background: none;
	padding: 0;
	border: none;
}
/* Form footer */
.formlist .form_footer {
	margin: 10px 0 0 100px;
}
/* Form buttons */
.formlist .form_buttons {
	margin: 10px 0 0 100px;
	padding: 0;
}
.formlist .form_buttons input,
.formlist .form_buttons a
{
	font-weight: bold;
	cursor: pointer;
	background: #FF0000 none;
}
.formlist .form_buttons a {
	background: #FFA41D none;
	padding: 3px;
	border: 1px solid #000;
	color: #000;
}
.formlist .form_buttons a:hover {
	background: #FF0000 none;
}
/* Input styles */
.formlist input {
	padding: 4px 3px;
}
.formlist input,
.formlist textarea
{
	background: #FFDEAF none;
	border: 1px solid #000;
}
.formlist .input_small {
	width: 74px;
}
.formlist .input_medium {
	width: 120px;
}
.formlist .input_large {
	width: 165px;
}
.formlist textarea {
	width: 570px;
	height: 150px;
	padding: 2px 3px;
	font-size: 1.183em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* END FORM STYLES */

/* START RIGHT COLUMN STYLES */
#col_right {
	background: #FFA41D url(../img/backgrounds/col_right_bg.jpg) no-repeat scroll 0 0; 
}
/* END RIGHT COLUMN STYLES */

/* START FOOTER STYLES */
#footer {
	background: #FFA41D url(../img/backgrounds/footer_bg.jpg) no-repeat scroll 0 0;
}
/* END FOOTER STYLES */