* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

html, body {
	width: 100%;
}

body {
	color: #484848;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: url(../images/background.jpg) repeat fixed #476682;
	overflow-y: scroll;
}

a:hover {text-decoration: none;}

a, a:visited {color: inherit;}

h1 {
	color: #3a54a4;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #3a54a4;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #3a54a4;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #3a54a4;
}

textarea {
	border: 2px solid #aaa;
	font-size: 11px !important;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

input {
	border: 2px solid #aaa;
	font-size: 11px !important;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

th {text-align: left;}

.blue {color: #3a54a4 !important;}

.hr {
	height: 1px;
	border-bottom: 2px solid #aaa;
	display: block;
}

.left {float: left !important;}

.right {float: right !important;}

.clear {clear: both;}

.bold {font-weight: bold;}

.hidden {display: none;}

.invis {
	height: 0 !important;
	width: 0 !important;
	border: 0;
	padding: 0;
}

.m15 {margin-bottom: 15px;}

.mar15 {margin-top: 15px;}

.written-by {
	font-size: 11px;
	color: #aaa;
	margin-bottom: 10px;
}

.pagination {text-align: center;}

/* Lay-out */
#container {
	width: 960px;
	margin: 15px auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#top-bar {
	background-color: #f2f4f9;
	overflow: hidden;
	padding: 10px 0;
	margin-bottom: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#logo {
	height: 140px;
	width: 220px;
	margin: 0 10px 0 10px;
	text-align: center;
}

#header {
	position: relative;
	width: 700px;
	height: 100px;
	margin: 0 10px 10px 10px;
}

#menu {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}

#menu li {
	display: inline;
}

#menu li a{
	float: left;
	margin: 0 10px 0 10px;
	height: 25px;
	line-height: 25px;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	color: #484848;
	text-decoration: none;
	width: 60px;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#menu li a:hover {
	color: #3a54a4;
	border-top: 2px solid #777;
	border-bottom: 2px solid #777;
}

#menu li a.active {
	color: #3a54a4;
	border-top: 2px solid #777;
	border-bottom: 2px solid #777;
}

#search-bar {
	width: 216px;
	border: 2px solid #aaa;
	background-color: #fff;
	margin: 0 10px;
	height: 25px;
	float: left;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#search-bar input {
	border: 0 none;
	height: 19px;
	width: 185px;
	font-size: 15px !important;
	color: #484848;
}

#search-bar a {
	border: 0 !important;
	float: none !important;
	font-size: 15px;
	margin: 0 !important;
	padding: 2px;
}

.search-result {
	margin-bottom: 15px;
	list-style-type: none;
}

.search-result li {
	padding: 2px 0;
}

#content {
	padding: 10px 0;
	background-color: #f2f4f9;
	margin-bottom: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#left-content {
	width: 220px;
	margin: 0 10px;
	float: left;
	text-align: center;
}

#login-box {
	text-align: left;
}

#login-box label {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}

#login-box input {
	width: 210px;
	font-size: 12px !important;
	margin-bottom: 5px;
}
#login-box a, a.edit-profile {
	display: block;
	background: url(../images/btn-bg.png) #ddd;
	color: #484848;
	font-weight: bold;
	width: 210px;
	font-size: 13px;
	margin-top: 5px;
	text-align: center;
	border: 2px solid #aaa;
	text-decoration: none;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#login-box a:hover {
	color: #3a54a4;
}

#right-content {
	width: 700px;
	margin: 0 10px;
	float: left;
}

#btm-bar {
	font-size: 11px;
	color: #aaa;
	padding: 10px 10px 10px 250px;
	background-color: #f2f4f9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: right;
}

#member-menu {
	text-align: left;
	list-style-type: none;
}
#member-menu a {
	text-decoration: none;
}

#member-menu a:hover {
	text-decoration: underline;
	color: #3a54a4;
}

/*  Calendar  */
#calendar {
	width: 696px;
	font-size: 11px;
	border: 2px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.day {
	line-height: 16px;
}

.prev-next .day {
	background-color: #fff !important;
	color: #aaa !important;
}

.today {
	background-color: #f2f4f9 !important;
	border-left: 1px solid #3a54a4 !important;
	border-top: 1px solid #3a54a4 !important;
}
.today .day {
	background-color: #3a54a4 !important;
	color: #f2f4f9;
}

.tomorrow {
	border-left: 1px solid #3a54a4 !important;
}

.next-week {
	border-top: 1px solid #3a54a4 !important;
}

.calendar-item {
	color: #3a54a4 !important;
	white-space: nowrap;	
}

/* Nieuws */
.news-item {
	overflow: hidden;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #777;
}

.news-item-image {
	width: 145px;
	float: left;
	margin-bottom: -5px;
}

.news-item-image img {
	border: solid #aaa 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 5px;
}

.news-item-text {
	width: 540px;
	float: right;
}

.news-item-text img {
	border: solid #aaa 2px;
}

.news-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}


.album-img {
	width: 96px;
	height: 96px;
	margin: 0 10px 5px;
	background: center center no-repeat;
	display: block;
	float: left;
	text-indent: -100000px;
	border: 2px solid #aaa;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* Informatie */
#left-info {width: 460px;margin-right: 10px;float: left;}

#right-info {width: 220px;margin-left: 10px;float: left;}

#right-info table {width: 220px;border: 1px solid #777;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

/* Nieuwsbericht plaatsen */
#new-news-item input#title, #new-topic input#title {
	font-size: 15px !important;
	font-weight: bold;
	color: #ccc;
	width: 532px;
}

#new-news-item textarea#message {
	width: 532px;
	height: 190px;
	color: #ccc;
	font-size: 12px !important;
	font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;
}

#view-message {
	clear: both;
	display: block;
}

#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
	top: 0;
	left: 0;
	z-index: 100;
}


#dialog {
	position: fixed;
	left: 50%;
	margin-left: -240px;
	top: 178px;
	z-index: 200;
	height: 321px;
	background-color: #f2f4f9;
	padding: 10px;
	width: 700px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Ledenlijst */
#user-faces {
	margin: 0 -10px;
	overflow: hidden;
}

.user-face {
	width: 60px;
	height: 110px;
	margin: 0 10px 5px;
	text-align: center;
	float: left;
}

.user-face img {
	background-color: #fff;;
	border: 2px solid #777;
	padding: 2px;
	width: 51px;
	height: 51px;
}

/* Forum */
#forum {
	margin:	0;
	padding: 0;
	width: 700px;
	border: solid #3a54a4 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#forum tr.thead {
	background: #3a54a4;
	color: #fff;
	text-align: left;
	margin: 0;
}
#forum td, #forum th {
	padding: 2px 10px;
}

#forum td.icon {
	padding: 2px 0;
}

#forum td.icon-small {
	padding: 2px 0 2px 10px;
}

.cat {
	background-color: #f7f6f6;
	color: #3a54a4;
	border-top: 1px solid #3a54a4;
	border-bottom: 1px solid #3a54a4;
	font-weight: bold;
	font-style: italic;
}

.odd {
	background-color: #f2f4f9;
}

.even {
	background-color: #fff;
}

.numbers {
	text-align: center;
}

.small {
	font-size: 10px;
	text-decoration: none;
}

.post td {
	border-bottom: 1px solid #3a54a4;
}

.profile-pic {
	background-color: #fff;
	border: 2px solid #aaa;
	float: left;
	margin-right: 20px;
	padding:8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#new-topic input#title {
	width: 691px;
	margin-bottom: 7px;
}

#form-message {
	width: 528px;
	margin-bottom: 5px;
}

#form-post {
	background: url(../images/btn-bg.png) #ddd;
	color: #484848;
	font-weight: bold;
	width: 210px;
	font-size: 13px !important;
	margin-top: 5px;
	float: right;
	cursor: pointer;
}

#inp-error {
	padding: 3px 3px 3px 36px;
	background: url(../images/icons/error.png) no-repeat 10px center;
	border: 2px solid #fe2b00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fe2b00;
	margin-bottom: 5px;
}
