html, body {
	padding: 0;
	margin:0;
}
	
html{
	background: url(../images/jh-bg.png) repeat center -8px;	
}

body {
	overflow-y: scroll;
	overflow-x: hidden;
	color: #000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	background: url(../images/jh-body-bg.jpg) no-repeat;
	background-position: center 0px;
	margin: 0;	
}

a, a:visited {
	color: #4D7CCF;
	text-decoration: none;
	border: none !important;
}
img {
	border: 0;
}
p {
	margin-top: 2px;
	line-height: 1.4em;
}
dt {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	font-size: inherit;
}
td {
	margin: 0;
	border: 0;
	padding: 0;
}
#body {
	clear: both;
	margin: 0 auto;
	padding:0 0 0 15px;
	z-index: 1;
	position:relative;
	margin: 115px 0 0 15px;	
}

a{
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:hover{
	border-bottom: 1px solid;
}
a.img-link{border: none;}
a.img-link img{
	border:1px solid #CCCCCC;
}

a.img-link:hover img{
	border:1px solid #999999;
}

.logo{
	float: left;
	margin-left: 79px;
}

.logo a{
	text-decoration: none;
	border: 0px;
}

#wrapper{
	min-height:700px;	
}

#wrapper, #footer-wrapper{
	width: 1004px;
	margin: 0px auto;
	padding-top: 158px;
	overflow: hidden;	
}

#footer-wrapper{
	padding-top: 0px;
}

#footer {
	position: absolute;
	width:965px;
	height: 192px;
	margin-left: -231px;
	padding:10px 250px;
	background: url(../images/jh-footer-bg.png) no-repeat center top;	
}

#site_wide_announcements {
	background: #D39276;
	padding: 10px;
	text-align: center;
}
#site_wide_announcements ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1, h2, h3{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin:0px 0px 10px 0px;
	color:#48D5DB;			
}

h2{
	margin-top: 10px;
	font-size: 20px;
}

.comments-holder{
	overflow: hidden;
	height: 100%;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5px;
	letter-spacing: 0px;
}

h3 a, .right_panel h3 a{
	color:#48D5DB;
	margin-top: 20px;
}

.right_panel h3 a{
	font-size: 13px;
}

#tabhead { 
	clear:both;
	display:block;
	margin-top:77px;
	position:absolute;
	width:1008px;	
}

#tabhead ul{
	list-style: none;
	float: right;
	height: 17px;
	background-color: #000;
	margin: 0 0 5px;
	padding: 0px 17px 0 30px;
	
	background: url('../images/top-menu-bg.jpg') left center no-repeat;
}

#tabhead li{
	float: left;
	
}

#tabhead li a{
	padding: 0px 2px 2px 15px;
	margin: 0px 5px;
	background: url('../images/top-menu-item.jpg') left top no-repeat;
	color: #cccccc !important;
	margin-left: 10px;
	float:left;
}

.login {
	float: left;
	margin-left:301px;
	margin-top:5px;
	color: #fff; /* login bar text colour */
}

.block h2 a{
	color:#48D5DB;
}

.login a{
	color: #fff;
}

.login-form {
	float:left;
	margin-right:30px;
	margin-top:5px;
	width:450px;
	margin-bottom: 40px;	
}

.login-footer{
	margin-bottom: 200px;
	clear: both;
	font-style: italic;
}

form th {
	text-align : left;
}
form.signup input[type="submit"], form input[type="submit"] {
	font-size: 14pt;
	margin:20px 59px 20px 0;
	float: right;
}
input[type="text"], input[type="password"], textarea {
	padding: 3px;
	margin: 3px;
	border: solid 1px #C6C6C6;
	border-bottom: solid 1px #E3E3E3;
	color: #666;
	font-size: 12pt;
	background: #F3F3F3 url('/static/images/form-shadow.png') left top repeat-x;
}

ul.errorlist {
	margin: 0;
	padding: 0;
	list-style: none;
	color: red;
	position: absolute;
	margin-top: 20px;
}
ul#messages {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
ul#messages li {
	padding: 5px 10px;
	background:#EFFEFF none repeat scroll 0 0;
	border:1px solid #5AD9E0;
	margin: 3px;	
}
ul#messages li a {
	float: right;
	color: #693;
}
.verified {
	color: green;
}
.remove {
	color: red;
}
.unverified {
	color: gray;
}
.primary {
	font-weight: bold;
}
table.email_list td {
	padding: 5px 10px;
}
table.invitation_list {
	width: 500px;
}
table.invitation_list td {
	padding: 5px 10px;
}
table.contact_list {
	width: 500px;
}
table.contact_list td {
	padding: 5px 10px;
}
.friendship_request {
	padding: 5px;
	background: #CCC;
	border: 1px solid #9BC;
}
.friendship_request p {
	padding: 0;
	margin: 0;
}
.friendship_request form {
	padding: 0;
	margin: 0;
}
.friendship_request p.invitation_message {
	font-size: 12pt;
	margin: 5px;
}
.warning {
	color: red;
	font-weight: bold;
}

div.notice {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #CCC;
}
div.unseen_notice {
	margin: 0;
	padding: 5px;
	background: #DFC;
	border-bottom: 1px solid #CCC;
}
h2.notice_date,
h2.join_date,
h2.creation_date {
	font-size: 12pt;
	border-bottom: 1px solid #F2F2F2;
}
span.notice_type {
	color: #180D13;
}
span.notice_message {
}
span.notice_time {
	color: #180D13;
	font-size: 90%;
}
table.notice_settings td {
	line-height: 90%;
	padding: 5px 10px;
	
}
span.notice_type_description {
	color: #180D13;
	font-size: 80%;
	font-style: italic;
}

div.profile_info p {
	margin: 0;
}

div.profile_info{
	
}

#edit-profile-toggle, #profile-add-work{
	font-size: 12px;
	cursor: pointer;
}

.profile_info ul{
	list-style: none;
}

#bio{
	margin: 0px 0 10px 0;
}

.profile_info ul li{
	float: left;
	width:300px;
}

.profile_info ul li b{
	width: 75px;
	display: block;
	float: left;
}

.form-toggle{
	clear: both;
}

#profile_avatar{
	float: left;
	margin: 0px 15px 15px 0px;
}

#latest_work_start{
	clear: both;
}

#avatar_replace {
	position: absolute;
	margin-top: -23px;
	background-color: #FFFFFF;
	padding: 3px;
	display: none;
}
ul.avatar_choices,ul.avatar_choices ul {
	margin-left: 0px;
	padding-left: 0px;
}
ul.avatar_choices li {
	display: inline;
	list-style-type: none;
}
.invitation_5, .invitation_7 {
	color: green;
	font-weight: bold;
}
.invitation_2 {
	color: gray;
}
table.messages {
	width: 100%;
}

table.messages tbody tr {
	border-bottom: 1px solid #ccc;
}

table.messages tr th, table.messages tr td {
	text-align: left;
	padding: 5px;
}

table.messages tr th {
	font-weight:bold;
	border-bottom: 1px solid #180D13;
}

#subnav {
	margin: 0;
	padding: 0;
	clear: both;	
}

#subnav ul {
	float: right;
	padding: 0 0 0 50px;
	background: url('../images/sub-menu-bg.jpg') no-repeat left top;
}

#subnav ul li {
	display: inline;
	list-style-type: none;
	padding-top:0;
}

#tabhead #subnav ul a:link, #subnav ul a:visited {
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #8F8F8F !important;
	padding: 0px 20px 0px 10px;
	border: none;
	background: url('../images/sub-menu-item.jpg') no-repeat left top;
}

#subnav ul a:hover {
	color: #D39276;
	border: none;
}

dl.message-headers {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding: 5px 0;
	width: 100%;
	font-family: Arial, sans-serif;
}

dl.message-headers dt {
	width: 70px;
	text-align: right;
	float: left;
	padding-right: 10px;
	font-weight: bold;
	color: #444;
}
dl.message-header dd {
	float: left;
}
div.right_panel {
	float:right;
	margin-bottom:25px;
	margin-left:10px;
	margin-top:15px;
	padding:15px 15px 25px 15px;
	width:230px;
	z-index:99;
	background-color: #F2F2F2;
}

div.left_panel {
	width: 700px;
	float: left;
	z-index: 99;
	position: relative;
}

div.friends {
	margin-bottom: 20px;
	overflow: hidden;
}
div.friends h2 {
	margin: 0 0 5px 0;
	padding: 0;
}
div.friends .avatar, div.friendslist .avatar{
	padding: 0;
	text-align: center;
	float: left;
	width: 70px;
	margin-bottom: 10px;
}
div.friends .details {
	text-align: center;
	overflow: hidden;
	width: 60px;
	margin: 0 0 12px 0;
}
div.tribes {
	background: #CCC;
	padding: 8px;
	margin-bottom: 20px;
}
div.tribes h2 {
	margin: 0 0 5px 0;
	padding: 0;
}
div.members {
	background: #CCC;
	padding: 8px;
	margin-bottom: 20px;
}
div.members h2 {
	margin: 0 0 5px 0;
	padding: 0;
}
div.members .avatar {
	padding: 0;
	text-align: center;
}
div.members .details {
	text-align: center;
	overflow: hidden;
	width: 60px;
	margin: 0 0 12px 0;
}
div.notice_settings {
	background: #CCC;
	padding: 8px;
	margin: 20px 0;
}
div.notice_settings h2 {
	margin: 0 0 5px 0;
	padding: 0;
}
div.tweet {
	width: 500px;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	font-size: 12pt;
}
div.tweet .timesince {
	color: #999;
	font-size: 80%;
}
span#chars_left {
	font-size: 16pt;
}
div.tweet .reply {
	font-size: 80%;
}

#locale_switcher {
	display:inline;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_results li img {
	float: left;
	margin: 5px;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


/* pagination */
.pagination {
	margin: 10px 0;
	clear: both;
}
.pagination .disabled {
	padding: 3px;
	color: #999;
}
.pagination .current {
	padding: 3px;
	color: #FFF;
	border: 1px solid #48D5DB;
	background: #48D5DB;
}
.pagination a {
	padding: 3px;
	text-decoration: none;
	border: 1px solid #48D5DB;
	color: #48D5DB;
}

.pagination .next{
	border: none;
}

.clearfix {
	min-height: 1%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* hides from ie5-mac \*/
* html .clearfix { height: 1%; }
/* end hide from ie5-mac */


/* PHOTOS **************************************/
.thumb-row {
	margin: 20px 0;
	padding: 20px 0;
}
.gallery-photo-thumb, .case-gallery-thumb {
	margin: 10px 10px 20px 0;
	float: left;
	text-align: center;
}

.photo-right-profile, .photo-right-tools {
	padding: 8px;
	margin-bottom: 20px;
}

.photo-profile-details {
	font-size: 0.9em;
}

.photo-avatar {
	float: left;
	margin-right: 10px;
}

.photo-avatar img {
	border: 1px solid #666;
}

.photo-right-tools ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.photo-right-tools ul li {
	background: #fff;
	padding: 2px 4px;
	margin: 2px 0;
}

.photo-right-tools li a {
	text-decoration: none;
}

.photo-right-tools li:hover {
	background: #DDDDDD;
}

.photo-profile-details h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

.photo-right-tools h2 {
	margin: 0 0 5px 0;
	padding: 0;
}

#embed-code textarea {
	width: 150px;
	font-size: 0.8em;
}
div.embed {
	margin: 10px 0;
	font-style: none;
}

.photo-right-tools form {
	margin: 0;
	padding: 0;
}
/* FORMS **********************************/

/* ----------- basic-sm ----------- */

#basic-form .underlineme {
	border-bottom: 4px solid #DEDEDE;
	margin-top: 15px;
}
#basic-form hr {
  border-top:solid 4px #DEDEDE;
}
#basic-form p{
  color:#666666;
  border-bottom:solid 1px #dedede;
  padding-bottom: 5px;
}
#basic-form label{
  display:block;
  font-weight:bold;
}
#basic-form td {
  padding: 2px;
}
#basic-form td.rightd {
  padding-right: 70px;
}
#basic-form span{
  color: #aaa;
  font-style: italic;
  width:300px;
}
#basic-form input, #basic-form select{
  float:left;
  margin:2px 0 2px 10px;
  font-size: 11px;
}

#basic-form textarea{
  float:left;
  margin:2px 0 2px 10px;
  font-size: 11px;
}

#basic-form .button{ 
  clear:both;
  width:125px;
  height:31px;
  text-align:center;
  line-height:20px;
  font-size:11px;
  font-weight:bold;
  border: 0 transparent;
  margin-top: 20px;
  cursor: pointer;
}
.delete_form {
	padding: 5px;
	background: #F99;
}

/* Fieldsets */
fieldset { padding: 20px; margin: 0 0 1.5em 0; border: 2px solid #ddd; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; }

.left-form {
	width: 360px;
	float: left;
	margin-right: 60px;
}

.right-form {
	width: 360px;
	float: right;
}
.right-form p {
	line-height: 21px;
}
.padtop {
	margin-top: 20px;
}

.signupform {
	float: left;
}

/* form toggle */

.form-toggle p {
	margin-bottom: 2px;
}

.form-toggle p span {
	padding: 3px 6px;
	color: #20151B;
	cursor: pointer;
}

.form-toggle form {
	padding: 3px 6px;
	margin: 0;	
}

.form-toggle input[type="submit"] {
}

/* locations */
div#ymap {
	width: 350px;
	height: 200px;
	float: right;
	border: 1px solid gray; 
}

.wym_skin_default a{
	border: none;
}

.wym_skin_default {
	width:45%;
	float: left;
}

.wym_area_bottom{
	display: none;
}

#home-left,
#home-centre,
#home-right{
	float: left;
	width: 305px;
	margin-bottom: 10px;
	margin-right: 15px;	
}

#home-sponsors{
	color: #20151B;
	height: 130px;
	padding-top: 100px;
	text-align: center;
	background-color: #fff;
}

#home-freshwork{
	clear: both;
	margin-right: 10px;
}

.block{
	margin-bottom: 25px;	
}

.small{
	font-size: 11px;
}

.block .small{
	margin-top: -4px;
}

.right-block{
	margin-bottom: 20px;
}

#gm-locatie{
	overflow: hidden;
	background-color: #fff;
	height: 240px;
	border: 1px solid #48D5DB;
}

#gm-locatie a{
	text-decoration: none;
	border: 0px;
}

#work-images, #work-videos{
	height: 100%;
	overflow: hidden;
}

#work-images .sortable, #work-videos .sortable{
	float: left;
	margin: 5px;
}

#work-videos .sortable{
	width: 150px;
	height: 150px;
	
}

.sort-ghost{
	border: 3px dashed;
	float: left;
	margin: 5px;
	width: 150px;
	height: 150px;
}

.ui-sortable .sortable a{
	cursor: move;
}

.dellink, .editlink{
	position: absolute;
	display: none;
	margin-left:135px;
	margin-top:3px;
	border: none;
}

.editlink{
	margin-left:115px;
}

.dellink:hover, .editlink:hover{
	border: none;
}

.work-vid-icon, .work-vid-icon:hover{
	background: url('../images/vid_small.png') no-repeat top left;
	display: block;
	height: 128px;
	overflow: hidden;
	margin: 10px;
	padding:60px 10px 10px 24px;
	width:90px;
	border: none;
}

.work-vid-icon strong{
	display: block;
	text-align: center;
}

.work-vid{
	display: none;
}

.comments, .comments:hover{
	clear: both;
	display: block;
	text-decoration: none;
	border: none;
	margin-top: 15px;
}

#fancy_wrap a{
	border: none;
}

.frontpage-work-item, .profilepage-work-item{
	width: 150px;
	height: 150px;
	margin: 10px;
	float: left;
	border:1px solid #CCCCCC;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.frontpage-work-item img, .profilepage-work-item img{
	height: 150px;
}

.work-caption{
	float: left;
	position: absolute;
	background: #fff;
	height:75px;
	width: 140px;
	opacity: .8;
	color: #666;
	margin-top: -0px;
	padding: 5px;
	
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.work-caption h4{
	margin: 0px;
	padding: 0px;
}

.work-caption a{
	display: block;
	color: #4D7CCF;
	font-style: italic;
	text-decoration: none;
	border-bottom: none;
}

.action{
	margin-top: -4px;
}

.job, .nieuws{
	margin-bottom: 10px;
}

.pitchwinnaars{
	overflow: hidden;
	background: url('../images/pitchwinnaars.jpg') no-repeat 0px 7px;
	color: #fff;		
	width: 313px;
	height: 224px;
	position: absolute;
	margin-left: -10px;
	padding-left:10px;
	padding-top:13px;
	margin-top: -13px;
}

.below-winnaars{
	margin-top: 230px;

}

.pitchwinnaars h2{
	color: #fff;

}

.button{
	float: right;

}

.postinfo{
	margin-top: -10px;
	display: block;	
}

.post{
	overflow:hidden;
}

.pitchklantlogo{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#search-profile{
	width: 275px;
}

#search-profile .button, .openid .button{
	margin: 1px 0px 0px 0px;
}

.openid{
	width: 535px;
}

.pitchklantlogo{
	max-width: 540px;

}

#ingeleverd-werk{
	overflow: auto;

}

.work-image-holder{
	height: 150px;
}

#recaptcha_widget_div{
	width: 18px;
	float: left;
}

.gallery-photo{
	float: left;
	margin: 5px;
}

.photo-gallery h2, .clearboth{
	clear: both;
}

.albumbrowse img{
	margin: 1px;
}
.current img{
	border: 1px solid #48D5DB;
	margin: 0px;
}

#join-invite .errorlist{
	margin-left: 350px;
	margin-top: 8px;
}

.bestuurslid{
	float: left;
	width: 100px;
	text-align: center;
}

#kleine-vrienden{
	margin-top: 30px;

}

#hand{
	height:23px;
	margin-left:1152px;
	margin-top:479px;
	position:absolute;
	width:23px;
	cursor: pointer;
}

#text{
	height:23px;
	margin-left:1152px;
	margin-top:360px;
	position:absolute;
	width:23px;
	cursor: pointer;
}

#loep{
	cursor:pointer;
	height:20px;
	margin-left:1152px;
	margin-top:504px;
	position:absolute;
	width:23px;
}

#frummel{
	cursor:pointer;
	height:20px;
	margin-left:1152px;
	margin-top:409px;
	position:absolute;
	width:23px;
}

#pen{
	cursor:pointer;
	height:20px;
	margin-left:1152px;
	margin-top:339px;
	position:absolute;
	width:23px;	
}

#grab{
	cursor:pointer;
	height:20px;
	margin-left:1152px;
	margin-top:312px;
	position:absolute;
	width:23px;	
}

#drop{
	cursor:pointer;
	height:20px;
	margin-left:1152px;
	margin-top:289px;
	position:absolute;
	width:23px;	
}

#cursor{
	height:23px;
	margin-left:1152px;
	margin-top:384px;
	position:absolute;
	width:23px;
	cursor: pointer;
}

#cross{
	cursor:pointer;
	height:18px;
	margin-left:1152px;
	margin-top:268px;
	position:absolute;
	width:23px;
}

#gum{
	cursor:pointer;
	height:18px;
	margin-left:1152px;
	margin-top:245px;
	position:absolute;
	width:23px;	
}

#krul{
	cursor:pointer;
	height:20px;
	margin-left:1152px;
	margin-top:220px;
	position:absolute;
	width:23px;
}

#kwast{
	cursor:pointer;
	height:20px;
	margin-left:1152px;
	margin-top:174px;
	position:absolute;
	width:23px;	
}

#stamp{
	cursor: pointer;
	height: 20px;
	margin-left: 1152px;
	margin-top: 197px;
	position: absolute;
	width: 23px;	
}

#pleister{
	cursor: pointer;
	height: 20px;
	margin-left: 1152px;
	margin-top: 151px;
	position: absolute;
	width: 23px;	
	
}

.cancelhref{
	float:right;
	margin-right:20px;
	margin-top:25px;
}

#pitch-link{
	display: block;
}

.pitchwinnaars h3{
	color: #fff;
	display: inline;
	clear: left;
	float: left;

}

.pitchwinnaars .img-link{
	float: left;
	margin-left: 15px;
}

.friendslist{
	overflow:hidden;
}

.vriendenkop{
	color:#48D5DB;
	font-size: 10px;

}

.vraag{
	font-style: italic;
	margin-bottom: 0px;
}

.antwoord{
	padding-left: 10px;
	margin-top: 0px;
	width: 550px;
}


.newsimg{
	float: left;
	margin: 0px 10px 10px 0px;
}

.latest-pitch{
	float:left;
	height:125px;
	text-align:center;
	width:150px;
}

.left_panel h3{
	margin-top:10px;
}

.kleurplaat{
	float: left;
	width: 147px;
	margin-left: 16px;	
}

.kleurplaat img{
	border: 1px solid #000;
}
