/* BRAINCASKET SITE CSS */

/*************************************************/
/* HTML tag styles                               */
/*************************************************/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background: #000000 url(../img/img_body/body.jpg) no-repeat left top;
	height: 100%;
}

/*************************************************/
/* Site layout styles                            */
/*************************************************/


/* Main blocks
**************************************************/

#wrap {
	margin: 0 auto;   /* align for good browsers */
	padding: 0;
	width: 900px;
	height: 100%;
}

#header {
	height: 184px;
	background: url(../img/img_site/header_bg.jpg) no-repeat left top;
}

#utility {
	color: #CCC;
	font-size: 9px;
	padding-bottom: 10px;
	text-align: center;
	width: 220px;
}

#utility a {
	color: #CCC;
	text-decoration: none;
}

#utility a:hover {
	color: #999;
}

#hor_menu {
	height: 36px;
}

#content_bg {
	background: url(../img/img_site/bg_tile.jpg) repeat-y;
}

#content_bg_table {
	background: url(../img/img_site/bg_foot.jpg) no-repeat left bottom;
	height: 100%;
	width: 100%;
}

#center_table {
	background: url(../img/img_site/bg_head.jpg) no-repeat left top;
	height: 100%;
	width: 100%;
}

#menu_container {
	width: 193px;
	padding: 34px 0px 40px 18px;
}
#menu_container strong { }


#content_container {
	padding: 50px 27px 40px 25px;
	vertical-align: top;
}

#right_container {
	width: 188px;
	padding: 12px 15px 40px 9px;
	text-align: left;
}
img#lastfm {
	margin-top: 20px;
}


#footer_container {
	padding-right: 30px;
	padding-left: 30px;
	color: #fff;
	height: 40px;
	background: url(../img/img_site/footer_bg.jpg) no-repeat;
	font-size: 10px;
	line-height: 40px;
	text-align: center;
}

#footer {
	color: #999;
	line-height: 30px;
	padding-bottom: 10px;
}

#footer a {
	color: #999;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
}

.imgkop {
	margin-bottom: 22px;
}

/* Content CMS
**************************************************/

#content {
	font-size: 11px;
	line-height: 18px;
	color: #CCC;
	text-align: left;
}

#content ul {
	margin-bottom: 11px;
}

#content li {
	list-style: disc inside;
}

#content ul li ul {
	margin-bottom: 0px;
}

#content ul li ul li {
	background: url(none);
	list-style: circle inside;
	padding-left: 0px;
	margin-left: 10px;
}

#content a {
	text-decoration: underline;
	color: #CCC;
}

#content a:hover {
	text-decoration: underline;
	color: #fff;
}

#content .imglinks {
	float: left;
	margin: 6px;
}

#content .imgrechts {
	float: right;
	margin: 6px;
}

#content p {
	font-size: 11px;
	line-height: 18px;
	color: #CCC;
	margin-bottom: 11px;
}

#content.story, #content .story, .story {
	font-size: 11px;
	line-height: 18px;
	color: #CCC;
}

#content h1 {
	margin-bottom: 11px;
	color: #9D0402;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
}

#content h2 {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

#content h3 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #666;
}

#content h4 {
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #666;
}

#content h5 {
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #666;
}

#content h6 {
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #666;
}

/* Go to top
**************************************************/

#gototop {
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
}

/* Formulieren CMS
**************************************************/

input, select, textarea, file {
	border: 1px solid #6B8AA6;
	margin: 2px 0px 2px 7px;
	color: #0E2E64;
	text-align: left;
	vertical-align: middle;
	font: 10px Verdana, Geneva, sans-serif;
	padding: 2px;
	background: #F1F1F3;
}

textarea {
	height: 80px;
	width: 220px;
	margin-top: 7px;
}

.letsFormTable {
	padding: 2px;
	display:block;
	font-size: 11px;
	line-height: 18px;
}

.letsFormInput_error {
	border: 1px solid red;
}

.letsFormTD {
	width: 100px;
	padding-bottom:10px;
	color: #0E2E64;
}

.letsErrorList {
	color:red;
}

.w20 {
	width: 20px
}

.w50 {
	width: 50px
}

.w100 {
	width: 100px
}

.w120 {
	width: 120px
}

.w150 {
	width: 150px
}

.w180 {
	width: 180px
}

.w200 {
	width: 200px
}

.w100percent {
	width: 100%
}

/* Gastenboek CMS
**************************************************/

#gb_add_container {
	background: #009933;
	margin-bottom: 20px;
}

#gb_read_container {
	background: #00CCFF;
}

.gb_entry {
	background: #003399;
	margin-bottom: 10px;
}

.gb_entry table {
	width: 100%;
}

.gb_story {
	font-size: 11px;
	color: #545454;
}

.gb_date {
	font-size: 9px;
	color: #666;
}

/*************************************************/
/* Browser compatibility                         */
/*************************************************/

/* fixes float problems
**************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
