.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
	background: #000 url('/img/background.png') top center ;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#555555;
}

#header {
  height: 198px;
  position: relative;
}

#header #logo {
  height: 93px;
  left: 0px;
  position: absolute;
  top: 10px;
  width: 485px;
}

#header #logo a {
  display: block;
  height: 100%;
  width: 100%;
}


#header #mediaplanlink {
  height: 126px;
  left: 787px;
  position: absolute;
  width: 169px;
}
  
#header #mediaplanlink a {
  display: block;
  height: 100%;
  width: 100%;
}
    
#header #topbar {
  background: url('/img/topbar.png');
  bottom: 0;
  height: 58px;
  position: absolute;
  width: 100%;
}

#header #topbar #homebutton {
  color: #000;
  display: block;
  float: left;
  font-weight: bold;
  margin-left: 13px;
  margin-right: 5px;
  margin-top: 27px;
}

#header #topbar #topbar_inputs {
  background: url('/img/topbar_inputs.png') no-repeat;
  float: left;
  height: 30px;
  margin-top: 20px;
  margin-left: 0px;
  padding-top: 4px;
  position: relative;
  width: 304px;
}

#header #topbar #topbar_inputs input.textbox {
  background: none;
  border: none;
  color: #fff;
  font-size: 10px;
  width: 140px;
  margin: 0;
  position: absolute;
}

#header #topbar #topbar_inputs #loginformtop_email {
  left: 9px;
}

#header #topbar #topbar_inputs #loginformtop_password {
  left: 162px;
}

#header #topbar #topbar_buttons {
  float: left;  
  height: 20px;
  margin-top: 20px;
  width: 285px;
}

#header #topbar #topbar_buttons #loginformsubmit {
  color: #000;
  font-weight: bold;
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  margin-left: 8px;
  width: 45px; 
}

#header #topbar #topbar_buttons #lostpasswordlink {
  color: #000;
  font-weight: bold;
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  margin-left: 11px;
  width: 135px;
}

#header #topbar #topbar_buttons #registerlink {
  color: #000;
  font-weight: bold;
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  margin-left: 15px;
  width: 70px; 
}

#header #topbar #topbar_userstatus {
  float: left;
  padding-top: 27px;
  padding-left: 10px;  
  height: 30px;
  width: 550px;
}

#header #topbar #topbar_userstatus a {
  color: #e2e793;
  font-weight: bold;
}

#header #topbar #searchformtop {
  float: left;  
  height: 20px;
  margin-top: 20px;
  width: 200px;
}

#header #topbar #topbar_search {
  background: url('/img/topbar_inputs.png') no-repeat;
  float: left;
  height: 30px;
  padding-top: 4px;
  position: relative;
  width: 156px;
}

#header #topbar #topbar_search input.textbox {
  background: none;
  border: none;
  color: #fff;
  font-size: 10px;
  left: 9px;
  width: 140px;
  margin: 0;
  position: absolute;
}

#header #topbar #searchformtopsubmit {
  color: #000;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin-left: 5px;
}

  
#header #topbar #topbar_social {  
  float: right;
  padding-right: 12px;
  padding-top: 18px;
}
  
#header #topbar #topbar_social a {  
  margin-left: 3px;
}
  
#container {
  position: relative;
  width: 950px;
	margin: 0 auto;
}

#content {
  background: #fff;
  min-height: 400px;
  border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	padding-top: 12px;
}

#footer {
  background: #65a5d0;
  clear: both;
  color: #000;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  padding: 20px;
  border-left:15px solid #fff;
	border-right:15px solid #fff;
}

#footer a:link,
#footer a:hover,
#footer a:visited {
  color: #fff;
}



h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

h2 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight:normal;
  margin-bottom: 15px;
  color: #65A5D0;
}


h2 a { 
color: #65A5D0;!important
font-weight:normal;
}

a {
	color:#000;
	text-decoration:none;

}

a:hover {
	text-decoration: underline;
}

div.block {
  border-top: 0px solid #ccc; /*65A5D0*/
  /*padding: 3px 0;*/
  /*margin-bottom: 6px;*/
  padding-bottom: 20px;
 /* background-color: #ccc;*/
}

/*div.blockthick {
  background-image:url(/img/gradientje.jpg);
  background-repeat:repeat-x;
  background-position:top;
  padding: 6px 0px 3px 0px;
  margin-bottom: 6px;
}*/

div.blockthick {   /*  mrmister */
  float: left;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 0px;
  margin-top: 0px;
  font-weight:normal;
  width: 100%;
}

div.flashmessage {
  color: red;
  padding: 12px 0;
  font-weight: bold;
}

form.contentform label {
  display: block;
  float: left;
  font-size: 11px;
  margin-bottom: 4px;
  width: 150px;
}

form.contentform input.textbox {
  
  border: 1px solid #65A5D0;
  color: #666;
  font-size: 11px;
  margin-bottom: 5px;
  width: 225px;
}

form.contentform input.button {
  background: #65A5D0;
  border: 1px solid #fff;
  color: #fff;
  float: right;
  padding: 4px 10px;
}

form.contentform p {
  clear: both;
}

#bartop {
  background: #f2f2f2;
  height: 0px;
  margin: 0px;
  padding: 0px;
}

#leftbar {
  float: left;
  line-height: 16px;
  width: 537px; /*552px*/
  padding-right: 15px;
  /*background-color: red;*/
}

#leftbar div.newsitem {
  margin-bottom: 15px;
  border: 0px solid red;
  /*background-color: #f1f1f1;*/
}

#leftbar div.newsitem h3 {
  margin-top: 1px;
  margin-bottom: 4px;
}

#leftbar div.newsitem h3 a:link,
#leftbar div.newsitem h3 a:hover,
#leftbar div.newsitem h3 a:visited {
  font-size: 12px;
  font-weight: bold;
}

#leftbar div.newsitem div.newsdate {
  color: #9a9a9a;
  float: left;
  font-size: 11px;
  margin-right: 8px;
}

#leftbar div.newsitem div.newsintro {
  float: left;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
  width: 456px;
}

#leftbar div.newsitem a.newscomment {
  float: left;
  font-size: 11px;
}

#leftbar div.newsitem div.newssocialbookmarklinks {
  clear: both;
}

#leftbar div.newsitem div.newssocialbookmarklinks a {
  float: left;
  padding: 4px 4px 0 0;
}

#rightbar {
  border-left: 1px dashed #ccc;
  float: left;
  padding-left: 15px;
  width: 347px;
  /*background-color: red;*/
}

#rightbar #rectangletop {
  height: 283px;
  margin-bottom: 15px;
  width: 347px;
}
  
#rightbar div.rightbar_left {
  float: left;
  margin-right: 15px;
  width: 151px; /*137*/
  padding-right: 15px;
  border-right: 1px dashed #ccc;
  /*background-color: #f1f1f1;*/
}

#rightbar div.rightbar_right {
  float: left;
  width: 165px;
  /*padding: 15px;*/
  /*background-color: #f1f1f1;*/
}

#rightbar #jobs a:link,
#rightbar #jobs a:hover,
#rightbar #jobs a:visited {
  display: block;
  font-weight: bold;
  margin: 0 0 8px 0;
  width: 100%;
}

#rightbar #jobs h2 a:link,
#rightbar #jobs h2 a:hover,
#rightbar #jobs h2 a:visited {
  font-weight: normal;
}


/*#rightbar #jobs a:link,
#rightbar #jobs a:hover,
#rightbar #jobs a:visited {
  display: block;
  font-weight: bold;
  margin: 0 0 8px 0;
  width: 100%;
}*/

#rightbar #channels a:link,
#rightbar #channels a:hover,
#rightbar #channels a:visited {
  display: block;
  font-weight: bold;
  margin: 0 0 8px 0;
  width: 100%;
}


#rightbar #virals div.viral {
  padding-top: 8px;
}

#rightbar #virals img.viralimage {
  float: left;
  margin-right: 8px;
  /*width: 48px;*/
   width: 165px;
}

#rightbar #virals div.viralcontent {
  float: left;
  margin-top: 5px;
  /*width: 110px;*/
  width: 100%;
}

#rightbar #virals div.viralcontent a:link,
#rightbar #virals div.viralcontent a:hover,
#rightbar #virals div.viralcontent a:visited {
  display: block;
  font-weight: bold;
  margin: 0 0 8px 0;
  width: 100%;
}

#rightbar #newsletter #newsletterform label {
  display: block;
  font-size: 11px;
  margin-bottom: 4px;
  width: 100%;
}

#rightbar #newsletter #newsletterform input.textbox {
 
  border: 1px solid #65A5D0;
  color: #666;
  font-size: 11px;
  margin-bottom: 5px;
  width: 100%;
}

#rightbar #newsletter #newsletterform #newsletter_captcha {
  border: 1px solid black;
  margin: 10px 0;
}

#rightbar #newsletter #newsletterform div.newsletter {
  width: 100%;
}

#rightbar #newsletter #newsletterform h3 {
  margin: 10px 0 7px 0;
}

#rightbar #newsletter #newsletterform div.newsletter div.newslettercheck {
  background: #e1effc;
  clear: both;
  float: left;
  margin-right: 6px;
  text-align: center;
  width: 26px;
}

#rightbar #newsletter #newsletterform div.newsletter div.newslettername {
  float: left;
  font-size: 11px;
  padding-top: 4px;
  width: 130px;
}

#rightbar #newsletter #newsletterform #searchform_submit {
  background: #65A5D0;
  border: 1px solid #65A5D0;
  color: #fff;
  cursor: hand;
  cursor: pointer;
  margin-top: 10px;
  padding: 2px 6px;
}


#rightbar #bloggers a:link,
#rightbar #bloggers a:hover,
#rightbar #bloggers a:visited {
  display: block;
  font-weight: bold;
  margin: 0 0 8px 0;
  width: 100%;
}

#rightbar #links a:link,
#rightbar #links a:hover,
#rightbar #links a:visited {
  display: block;
  font-weight: bold;
  margin: 0 0 8px 0;
  width: 100%;
}


#rightbar #blogroll a:link,
#rightbar #blogroll a:hover,
#rightbar #blogroll a:visited {
  display: block;
  font-weight: bold;
  margin: 0 0 8px 0;
  width: 100%;
}


/*#footer div.footerblock b{
  color: #fff;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight:normal;
}*/

#footer div.footerblock {
  float: left;
  margin-right: 2%;
  padding-left: 1%;
  text-align: left;
  width: 17%;
}