@charset "utf-8";

/*  
Thema Naam: Promic Events
Website URL: http://www.promicevents.nl/
Versie: 1.0
Laatst aangepast: 19 november 2008

Auteur: Webtilize, Stefan Keijzer
Auteur URL: http://webtilize.net/
*/

/*----------------------------------------------
[INHOUDS OPGAVE]

1. Body
2. Header
3. Content
4. Footer
5. Forms
6. Gastenboek
----------------------------------------------*/


/*
margin: top right bottom left;
padding: top right bottom left;
*/


/*----------------------------------------------
[1. Body] */

* {
	font-weight: normal;
	line-height: normal;
	list-style: none;
	margin: 2px 0 2px 0;
	outline: none;
	padding: 0;
}

body, html {
	background: #000000;
	border: none;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

img {
	border: none;
}
a,
a:active,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	background: #000000 url(layout_diamond.png) no-repeat;
	color: #FFFFFF;
	font-size: 20px;	
	padding: 6px 0 10px 60px;
}

.container {
	background: #000000 url(layout_background.png) repeat-y;
	margin: 0 auto 0; /* centreer hele website */
	width: 900px;	
}
.red, .alert {
	color: #FF0000;
}
.green {
	color: #009900;
}




/*----------------------------------------------
[2. Header] */

#header {
	background: #000000 url(layout_header.png) no-repeat;
	height: 120px;
	margin: 0 auto 0;
	width: 800px;
}

#header .navigation {
	float: right;
	margin-top: 45px;
}
#header .navigation ul.parent li {
	float: left;
	margin-right: 15px;
	text-align: center;
	font-size: 14px;
}
#header .navigation ul.parent li:hover, #header .navigation ul.parent li:active  {
	color: #B99F28;
}
#header .navigation ul.parent span {
	float: left;
}
#header .navigation ul.parent li a {
	color: #6A6565;
}
#header .navigation ul.parent li a:hover {
	color: #B99F28;
	text-decoration: none;
}

#header .navigation ul.child {
	background: #333333;
    display: none;
    position: absolute;
	width: 160px;
	top: 80px;
	*top: 65px;
	margin-left: -55px;
	padding: 3px;
	border: #B99F28 1px solid;
	*margin-left: -110px;
	*top: 80px;
}
#header .navigation ul.child div {
	color: #CCCCCC;
}
#header .navigation ul.child li.item {
	display: block;
	text-align: left;
	width: 100%;
}


/*----------------------------------------------
[3. Content] */

#content {
	color: #CCCCCC;
	padding: 3px 50px 10px 55px;
	font-size: 14px;
}
#content a {
	color: #CCCCCC;
	text-decoration: underline;
}
#content a:hover {
	color: #B99F28;
	text-decoration: underline;
}
#content p {
	padding: 5px 0 4px 0;
}
#content .content {
	float: left;
	text-align: justify;
	width: 480px;
}
#content .sidebar {
	float: right;
	width: 300px;
	padding-top: 20px;
}
#content .sidebar img {
	margin-left: 60px;
	margin-bottom: 5px;
	width: 200px;
}
#content ul li {
	list-style: inside disc;
}



/*----------------------------------------------
[4. Footer] */

#footer {
	background: url(layout_footer.png) no-repeat;
	clear: both;
	color: #666666;
	font-size: 11px;
	height: 20px;	
	margin: 0 auto 0;
	padding: 15px 0 0 0;
	width: 800px;
}
#footer a {
	color: #666666;
}
#footer .left {
	float: left;
	padding: 0 0 0 8px;
	width: 45%;
}
#footer .right {
	float: right;
	padding: 0 5px 0 0;
	text-align: right;
	width: 45%;
}




/*----------------------------------------------
[5. Forms] */

fieldset {
	border: none;
	margin-top: 12px;
	margin-bottom: 0;
}
fieldset legend { 
	display: none;
}

fieldset .row {
	height: 35px;
	vertical-align: top;
}
fieldset .block {
	margin-bottom: 1px;
	vertical-align: top;
}
fieldset label {	
	float: left;
	font-weight: bold;
	padding-top: 3px;
	width: 200px;
}
fieldset input, 
fieldset textarea {
	border: #999999 1px solid;
	padding: 4px;
	margin: 0;
}
fieldset input.field {
	width: 350px;
}
fieldset textarea {
	width: 350px;
}
fieldset select { 	
	height: 26px;
	padding-top: 3px;
	border: #999999 1px solid;
}
fieldset .submit {
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer;
	padding: 2px;
	color: #B99F28;
	margin: 0;
	background: #333333;
}




/*----------------------------------------------
[6. Gastenboek] */
#gastenboek .nav {
	width: 100%;
	height: 25px;
	clear: both;
	padding-top: 3px;
}
#gastenboek .nav .left {
	float: left;
	width: 49%;
}
#gastenboek .nav .left a {
	color: #B99F28;
	text-decoration: none;
}
#gastenboek .nav .left a:hover {
	text-decoration: underline;
}

#gastenboek .nav .right {
	float: right;
	width: 49%;
	text-align: right;
	padding-right: 5px;
}
#gastenboek .nav .right a {
	color: #1F1F1F;
		text-decoration: none;

}
#gastenboek .nav .right a:hover {
	color: #999999;
	text-decoration: underline;
}
#gastenboek #message {
	padding-top: 10px;
	clear: both;
}

#gastenboek #message .top {
	background: #CCCCCC;
	border: #666666 1px solid;
	color: #666666;
	font-size: 11px;
	margin: 0 0 0 0;
	height: 15px;
	width: 680px;
	padding: 5px;
}
#gastenboek #message .top a {
	color: #666666;
}
#gastenboek #message .top a:hover { 
	color: #333333; 
}
#gastenboek #message .top .left {
	width: 90%;
	float: left;
}
#gastenboek #message .top .right {
	width: 8%;
	float: right;
	text-align: right;
}
#gastenboek #message .content {
	background: #EAEAEA;
	border: #666666 1px solid;
	border-top: none;
	color: #000000;
	margin: 0 0 10px 0;
	width: 680px;
	padding: 5px;
}
#gastenboek #message .content .delete {
	border-bottom: 1px dashed #FF0000;
	padding-bottom: 3px;
	color: #FF0000;
}
#gastenboek #message .content .delete a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
#gastenboek #message .content .delete a:hover {
	text-decoration: underline;
}
#gastenboek #toevoegen {
	width: 450px;
	float: left;
}
#gastenboek #toevoegen fieldset {
	margin: 15px 0 0 0;
}
#gastenboek #toevoegen form {
	border:none; margin: 0; padding: 0;
}
#gastenboek #toevoegen fieldset legend { 
	display: none;
}
#gastenboek #toevoegen fieldset label {	
	float: left;
	font-weight: bold;
	padding-top: 3px;
padding-left: 5px;
	width: 150px;
	color: #333333;
	font-size: 12px;
}
#gastenboek #toevoegen fieldset .row {
	line-height: 28px;
height: 35px;
	width: 100%;
}
#gastenboek #toevoegen fieldset input.field {
	width: 285px;
}
#gastenboek #toevoegen fieldset .block {
	width: 100%;
}
#gastenboek #toevoegen fieldset .block textarea {

	width: 98%;
}
#gastenboek #ubb {
	width: 200px;
	float: right;
	margin-top: 250px;
}
#gastenboek #ubb ul li.smilie {
	border: 0px;
	width: 21px;
	height: 21px;
	float: left;
	cursor: pointer;
}
#gastenboek #ubb ul li.smilie:hover {
	border: 0px;
}