/*
	(c) 2010 Mark Smit & Johan Oudshoorn
	
	Revision 2
*/


body, p, h1, h2, h3, h4, h5, h6, input, select, option, textarea, td {
	/* td is necessary for IE in quicks mode because otherwise these are inherited from
	   the body rather than the parent; see
	   msdn.microsoft.com/library/default.asp?url=/library/en-us/dnie60/html/cssenhancements.asp
	*/
	font-family: Arial, sans-serif;
	color: #000;
}

body.gh {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

input, select {
	color: #000;
}

input[disabled], select[disabled] {
	background-color:	#eee;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0 4px;
	margin-top:	16px;
	margin-bottom: 8px;
	cursor: default;
}
	
p, .gh .inline {
	padding: 0 4px;
	margin-top: 8px;
	margin-bottom: 12px;
}

table {
	border-color: #eee;
	/* necessary for IE in standards mode, otherwise, defaults to center */
	text-align:	left;
}

td {
	/* this is necessary for IE in quicks mode because otherwise these are inherited from
	   the body rather than the parent; see
	   msdn.microsoft.com/library/default.asp?url=/library/en-us/dnie60/html/cssenhancements.asp
	*/
	font-weight:		normal;
}

img, .gh .bordered {
	border-color: #b8b8b8 #bbb #888 #bbb;
}

.gh a img[border="1"], .gh .bordered {
	-moz-box-shadow: 0px 2px 2px #bbb;
	-webkit-box-shadow: 0px 2px 2px #bbb;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

.gh a img[border="1"]:hover {
	border-color: #e11 #dd0707 #c00 #dd0707;
	-moz-box-shadow: 0px 1px 4px #dd0707;
	-webkit-box-shadow: 0px 1px 4px #dd0707;
}

.gh a, .gh a:link {
	text-decoration:none; 
	font-weight:bold;
	color:#dd0707;
	cursor: pointer;
}

.gh a:visited {
	color:#dd0707;
}

.gh a:hover {
	color:#ff2727;
}

.gh a:active {
	color:#c00;
}


/*
	Geen Haat! Custom classes
*/

.gh .menu {
	position: relative;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.gh .menu li {
    list-style-type: none;
	float: left;
	display: block;
	height: 100%;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gh .menu a {
	padding: 0 4px;
}

.gh .menu a:hover, .gh .menu .select1 a {
	color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.gh .menu a:hover {
	background: #e85555;
}

.gh .menu .select1 a {
	cursor: default;
	background:#dd0707;
}

.gh .note {
	cursor: default;
}

.gh .note, .gh .note a {
	font-size: 10px;
	color: #222;
}

.gh .note .select1 a {
	color: #fff;
	background: #222;
}

.gh a.blank {
	padding-right: 15px;
	background-image: url(icon-blank-small.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.gh a.doc {
	padding-left: 13px;
	background-image: url(icon-doc-small.gif);
	background-repeat: no-repeat;
}

.gh a.pdf {
	padding-left: 13px;
	background-image: url(icon-pdf-small.gif);
	background-repeat: no-repeat;
}

.gh a.txt {
	padding-left: 13px;
	background-image: url(icon-txt-small.gif);
	background-repeat: no-repeat;
}

.gh a.xls {
	padding-left: 13px;
	background-image: url(icon-xls-small.gif);
	background-repeat: no-repeat;
}

.gh a.zip {
	padding-left: 13px;
	background-image: url(icon-zip-small.gif);
	background-repeat: no-repeat;
}


.gh .grid .item {
	float: left;
	margin-bottom: 8px;
	width: 190px;
}

.gh .grid .double.item {
	width: 380px;
}

.gh .item .menu {
	margin-top: 3px;
}

.gh .grid h3 {
	clear: both;
}

.gh .grid img.photo {
	width: 175px;
	height: 175px;
}

.gh .grid img.video {
	width: 175px;
	height: 98px;
}

.gh .grid .double.item img {
	width: 368px;
	height: 207px;
}

.gh .profile img.photo {
	float: right;
	margin: 0 0 16px 16px;
	width: 260px;
	height: 260px;
}

.gh .picture img.photo {
	margin: 0 0 4px 0;
	width: 759px;
	height: 427px;
}


/*
	Geen Haat! Sections Layout
*/

body.gh {
	position: relative;
	background: #fefefe url('background.gif') center top repeat-y;
}

.gh .wrap {
	position: relative;
	margin: 0 auto;
	width: 980px;
	background: #fff;
}

.gh .side {
	float: left;
	position: relative;
	width: 180px;
	height: 200px;
	overflow: hidden;
}

.gh .side .logo {
	display: block;
	position: absolute;
	right: 0px;
	top: 16px;
	width: 180px;
	height: 80px;
	background: url(side-logo-en.gif) right top no-repeat;
}

.moNl .gh .side .logo {
	background-image: url(side-logo-nl.gif);
}

.gh .main {
	float: left;
	position: relative;
	width: 792px;
	overflow: hidden;
}

.gh .main .header {
	margin-top: 115px;
	padding-bottom: 3px;
}

.gh .header .menu {
	width: 100%;
	height: 22px;
	font-size: 18px;
}

.gh .header .menu li {
	width: 30%;
	text-align: center;
}

.gh .header .menu li.first {
	width: 20%;
	text-align: left;
}

.gh .header .menu li.last {
	width: 20%;
	text-align: right;
}

.gh .header .menu li a {
	display: inline-block;
	height: 100%;
	line-height: 22px;
}

.gh .main .content {
	position: relative;
	min-height: 484px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.gh .content .moTile {
	position: relative;
	width: 100%;
}

.gh .content .block {
	padding: 16px;
}

.gh .main .footer {
	margin-top: 2px;
}

.gh .main .footer .menu {
	float: right;
}

.gh .credits h4, .gh .credits p, .gh .credits a {
	text-align: center;
	font-weight: 600;
	font-family: "Myriad Pro", Myriad, Arial, sans-serif;
	color: #000;
}

.gh .credits h4 {
	margin-bottom: 0;
	color: #cf091c;
}

.gh .credits p {
	margin: 0;
}

.gh .bordered {
	background:#f4f4f4;
	font-size:80%;
}

.gh table.bordered {
	margin:4px 40px 4px 0;
}

.gh table textarea {
	border:1px solid #d2d2d2;
	font-size: 10px;
}

/*
	Specific elements in page flow order
*/


#GhLanguages {
	position: absolute;
	top: 16px;
	right: 0px;
	text-align: right;
}

#GhProfile {
	position: relative;
	width: 100%;
}

#GhProfileText .menu {
	float: right;
	border-bottom: 1px solid #ccc;
}

#GhPictureCredit {
	float:right;
}