/* 
 
*/

* {
  margin: 0;
  padding: 0;
}
html {
	background: #000 url("images/bg_main.gif") repeat 0 1px fixed;
	padding-top: 10px;
	padding-bottom: 10px;
}
body {
	background: #000000 url("images/bg_wrapper.gif") repeat-y 50% 0 fixed;
	color: #333;
	font: 0.7em/160% Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
img {
  border: none;
}
input, textarea {
  font: 100%/160% Verdana, Arial, Helvetica, sans-serif;
}

/*** Structure Divs ***********************************************************/

#wrapper {
	background: #000000 url("images/bg_wrapper.gif") repeat-y 50% 0 fixed;
	margin: auto;
	overflow: hidden;
	padding: 0px 12px;
	width: 940px;
}

#topborder {
	background: #fff url("images/topborder.jpg")repeat-x 0 0;
	width: 940px;
}
#header {
	background: #1a1a1a url("images/bg_header2.gif") repeat-x 0 0;
	height: 120px;
	position: relative;
	width: 940px;
}
#navigation {

  padding-left: 10px;
  position: absolute;
  top: 80px;
}
#pages {
  background: #B8D4FF;
  font-size: 12px;
  margin: 0;
  padding: 15px 0 6px 20px;
}
#searchform {
  background: transparent url("images/bg_search.gif") no-repeat 10px 7px;
  left: 0;
  height: 40px;
  position: absolute;
  top: 80px;
  width: 173px;
}
#pagebody {
  position: relative;
  width: 940px;
}
#maincontent {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0 0 5px 20px;
	width: 515px;
}
#maincontent2 {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0 0 20px 20px;
	width: 620px;
}
#maincontent3 {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0 0 20px 20px;
  width: 400px;
}
#maincontent4 {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0 0 20px 20px;
  width: 380px;
}
#navigationbar {
  background: #f1f1f1 url("images/bg_navigationbar.gif") no-repeat 100% 100%;
  color: #a4a4a4;
  float: left;
  padding-bottom: 2em;
  width: 173px;
}
#sidebar {
	float: right;
	/*margin-top: -40px;*/
  position: relative;
	right: 0;
	width: 210px;
	z-index: 100;
}
#sidebar2 {
	float: right;
	/*margin-top: -40px;*/
  position: relative;
	right: 0;
	width: 330px;
	z-index: 100;
}
#sidebar3 {
	float: right;
	/*margin-top: -40px;*/
  position: relative;
	right: 0;
	width: 350px;
	z-index: 100;
}
#footer {
	background: #1a1a1a url("images/bg_header2.gif") repeat-x 0 0;
	clear: both;
	color: #666;
	margin-top: 0px;
	padding: 10px 20px 10px 20px;
	width: 900px;
	text-align: center;
}

/*** Header Components ********************************************************/

#header h1 {
	background: #c60000 url("images/test.jpg") no-repeat 0 0;
	height: 80px;
	overflow: hidden;
	text-indent: 200px;
	width: 173px;
}
#header h1.planetlogo {
  background: #c60000 url("images/planet-logo.gif") no-repeat 0 0;
}
#header h1 a {
  position: absolute;
  left: 15px;
  height: 40px;
  overflow: hidden;
  top: 20px;
  width: 135px;
}
#header h2 {
	color: #FFFFFF;
	font: normal 125% "Georgia", "Times New Roman", Times, serif;
	letter-spacing: 0.07em;
	position: absolute;
	left: 240px;
	top: 40px;
	width: 350px;
}
#header h3 {
	color: #FFFFFF;
	font: normal 175% "Georgia", "Times New Roman", Times, serif;
	letter-spacing: 0.07em;
	position: absolute;
	left: 190px;
	top: 14px;
	width: 350px;
}
#header a,
#header a:hover {
  color: #fff;
  text-decoration: none;
}

#header #fotorechtsboven {
	position: absolute;
	left: 684px;
	top: 0px;
}

/*** Navigation Components ****************************************************/

#navigation ul,
#navigation li,
#navigation a {
  float: left;
  list-style: none;
}
#navigation a {
  color: #aaa;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
}
#navigation a:hover {
	background: transparent url("images/bg_navi_hover.gif") repeat-x 0 0;
}
#navigation .current_page_item a,
#navigation .current_page_item a:hover {
  color: #fff;
}
#navigation .current_page_item a {
  background: transparent url("images/bg_navi_selected.gif") no-repeat 50% 100%;  
}
#navigation .feedicon {
  padding-top: 12px;
  height: 16px;
  width: 16px;
}
#ikwil {
	padding-left: 10px;
	position: absolute;
	top: 90px;
	left:490px;
  }

/*** Navigationbar Components *************************************************/

#navigationbar h3 {
	color: #990000;
	font-size: 120%;
	letter-spacing: -0.05em;
	padding: 10px 0px 5px 15px;
	text-transform: uppercase;
}  
#navigationbar ul,
#navigationbar ol {
  list-style: none;
  padding: 0 15px;
}  
#navigationbar a {
  color: #1a1a1a;
  text-decoration: underline;
}  
#navigationbar a:hover {
color: #990000;
  text-decoration: underline;
}  
#navigationbar div {
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: #1a1a1a;
}
#navigationbar table {
	color:#1a1a1a;
}
#navigationbar #archives {
  margin-bottom: -0.5em;
}

#route p{
color:#1a1a1a;
padding: 0px 0px 5px 10px;
}
#route ul,
#route li{
  list-style: none;
  padding: 0px 0px 0px 5px;
  }

#route img{
padding: 0px 0px 0px 10px;
}

/*** Sidebar Components *******************************************************/

#sidebar .sectie {
	background: #747474 url("images/bg_sidebar.jpg") no-repeat 0 100%;
	color: #f1f1f1;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#sidebar h3 {
	color: #FFFFFF;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: 0.05em;
	height: 30px;
	line-height: 32px;
	margin-bottom: 0.8em;
	padding: 0 15px;
	text-transform: uppercase;
	background: #990000;
}
* html #sidebar h3 { /* less line-height for IE */
  line-height: 40px;
}
#sidebar .eerste h3 {
	background-position: 0px 0;
}
#sidebar .eerste a {
	 color: #f1f1f1;
  text-decoration: underline;
}

#sidebar .eerste a:hover {
color: #990000;
  text-decoration: underline;
}
#sidebar h4 {
  color: #7c4c24;
  font-size: 110%;
  padding: 0 15px;
}
#sidebar .moreJobs {
  color:#f1f1f1; 
  font-weight: bold;
  font-size: 85%;
  text-align: center;
  margin-bottom: 7px;
}
#sidebar a {
  color: #f1f1f1;
  text-decoration: underline;
}
#sidebar a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #990000;
}
#sidebar p,
#sidebar ul,
#sidebar ol {
	margin-bottom: 1em;
	padding: 0 15px;
}
#sidebar ul {
  list-style: none;
}
#sidebar ul a {
  background: transparent url("images/bg_listitem.gif") no-repeat 0 3px;
  color: #f1f1f1;
  padding-left: 16px;
  text-decoration: none;
}
#sidebar .alternate ul a {
  color: #0e3a73;
}
#sidebar #ad-rightside {
  padding: 20px 60px;
}
#sidebar2 .sectie {
	background: #747474 url("images/bg_sidebar.jpg") no-repeat 0 100%;
	color: #f1f1f1;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#sidebar2 h3 {
	color: #FFFFFF;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: 0.05em;
	height: 30px;
	line-height: 32px;
	margin-bottom: 0.8em;
	padding: 0 15px;
	text-transform: uppercase;
	background: #990000;
}
* html #sidebar2 h3 { /* less line-height for IE */
  line-height: 40px;
}
#sidebar2 .eerste h3 {
	background-position: 0px 0;
}
#sidebar2 .eerste a {
	 color: #f1f1f1;
  text-decoration: underline;
}

#sidebar2 .eerste a:hover {
color: #990000;
  text-decoration: underline;
}
#sidebar2 h4 {
  color: #7c4c24;
  font-size: 110%;
  padding: 0 15px;
}
#sidebar2 .moreJobs {
  color:#f1f1f1; 
  font-weight: bold;
  font-size: 85%;
  text-align: center;
  margin-bottom: 7px;
}
#sidebar2 a {
  color: #f1f1f1;
  text-decoration: underline;
}
#sidebar2 a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #990000;
}
#sidebar2 p,
#sidebar2 ul,
#sidebar2 ol {
	margin-bottom: 1em;
	padding: 0 15px;
}
#sidebar2 ul {
  list-style: none;
}
#sidebar2 ul a {
  background: transparent url("images/bg_listitem.gif") no-repeat 0 3px;
  color: #f1f1f1;
  padding-left: 16px;
  text-decoration: none;
}
#sidebar2 .alternate ul a {
  color: #0e3a73;
}
#sidebar2 #ad-rightside {
  padding: 20px 60px;
}

#sidebar3 .sectie {
	background: #747474 url("images/bg_sidebar.jpg") no-repeat 0 100%;
	color: #f1f1f1;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#sidebar3 h3 {
	color: #FFFFFF;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: 0.05em;
	height: 30px;
	line-height: 32px;
	margin-bottom: 0.8em;
	padding: 0 15px;
	text-transform: uppercase;
	background: #990000;
}
* html #sidebar3 h3 { /* less line-height for IE */
  line-height: 40px;
}
#sidebar3 .eerste h3 {
	background-position: 0px 0;
}
#sidebar3 .eerste a {
	 color: #f1f1f1;
  text-decoration: underline;
}

#sidebar3 .eerste a:hover {
color: #990000;
  text-decoration: underline;
}
#sidebar3 h4 {
  color: #7c4c24;
  font-size: 110%;
  padding: 0 15px;
}
#sidebar3 .moreJobs {
  color:#f1f1f1; 
  font-weight: bold;
  font-size: 85%;
  text-align: center;
  margin-bottom: 7px;
}
#sidebar3 a {
  color: #f1f1f1;
  text-decoration: underline;
}
#sidebar3 a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #990000;
}
#sidebar3 p,
#sidebar3 ul,
#sidebar3 ol {
	margin-bottom: 1em;
	padding: 0 15px;
}
#sidebar3 ul {
  list-style: none;
}
#sidebar3 ul a {
  background: transparent url("images/bg_listitem.gif") no-repeat 0 3px;
  color: #f1f1f1;
  padding-left: 16px;
  text-decoration: none;
}
#sidebar3 .alternate ul a {
  color: #0e3a73;
}
#sidebar3 #ad-rightside {
  padding: 20px 60px;
}

/*** Search Components ********************************************************/

#searchform input {
  background: transparent;
  border: none;
  color: #999;
  font-size: 90%;
  height: 18px;
  line-height: 18px;
  margin: 14px 0 0 20px;
  width: 95px;
}
#searchform input.focus {
  color: #000;
}
* html #searchform input { /** less margin-top for IE */
  margin-top: 10px;
}
#searchform.issafari {
  background: transparent;
}
#searchform.issafari input {
  color: #000;
  font-size: 100%;
  height: auto;
  margin: 10px 0 0 15px;
  width: 115px;
}
#searchform button {
  border: none;
  background: transparent url("images/bg_searchbutton.gif") no-repeat 0 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: 50px;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 7px;
}
#searchform button:active {
  background-position: 0 -26px;
}
      
/*** Maincontent Components ***************************************************/
    
#maincontent {
	padding-top: 0px;
}
#maincontent .entry {
  overflow: hidden;
  padding: 1em 0;
  margin-bottom: 1em;
}
#maincontent .entry p {
  margin-bottom: 1em;
}
#maincontent h2,
#maincontent h2 a {
  color: #1a1a1a;
  text-decoration: none;
}
#maincontent h2 {
  font: normal 300% "Georgia", "Times New Roman", Times, serif;
}
#maincontent .entry .meta,
#maincontent .entry .date {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size: 130%;
  font-weight: bold;
  margin: 0;
}
#maincontent .meta {
  color: #aaa;
  padding: 5px 10px;
}
#maincontent .meta,
#maincontent .meta a {
  font-weight: bold;
  text-decoration: none;
}
#maincontent .meta a {
  color: #cf1100;
}
#maincontent .meta a:hover {
  color: #cf1100;
  text-decoration: underline;
}
#maincontent .entry .meta {
  margin-top: -0.1em;
  margin-bottom: 0.5em;
}
#maincontent .entry .date {
  color: #a4a4a4;
}
#maincontent h2 a:hover {
  background: transparent;
  color: #000;
}
#wrapper #maincontent a:active {
  color: #fa8900;
}
#maincontent h3 {
  color: #141414;
  font-size: 150%;
  padding-top: 0.5em;
}
#wrapper #maincontent .commentbar {
  background: #747474 url("images/bg_commentbar.gif") no-repeat 0 100%;
  border-top: 5px solid #555555;
  color: #ccc;
  margin-bottom: 0;
  margin-top: 0.5em;
  padding: 10px;
  padding-top: 5px;
  position: relative;
}
#maincontent .commentbar a {
  color: #f1f1f1;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size: 130%;
}
#maincontent .commentbar a:hover {
  text-decoration: underline;
}
.feedback {
  color: #898A8A;
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
}
.editlink a {
  background: transparent url("images/button_edit.gif") no-repeat 0 0;
  float: right;
  height: 17px;
  margin-top: -1.8em;
  overflow: hidden;
  position: relative;
  right: 10px;
  text-indent: 20px;
  top: -25px;
  width: 17px;
}
.editlink a:hover {
  background-position: 0 -17px;
}
#maincontent2 {
	padding-top: 0px;
}
#maincontent2 .entry {
  overflow: hidden;
  padding: 1em 0;
  margin-bottom: 1em;
}
#maincontent2 .entry p {
  margin-bottom: 1em;
}
#maincontent2 h2,
#maincontent2 h2 a {
  color: #1a1a1a;
  text-decoration: none;
}
#maincontent2 h2 {
  font: normal 300% "Georgia", "Times New Roman", Times, serif;
}
#maincontent2 .entry .meta,
#maincontent2 .entry .date {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size: 130%;
  font-weight: bold;
  margin: 0;
}
#maincontent2 .meta {
  color: #aaa;
  padding: 5px 10px;
}
#maincontent2 .meta,
#maincontent2 .meta a {
  font-weight: bold;
  text-decoration: none;
}
#maincontent2 .meta a {
  color: #cf1100;
}
#maincontent2 .meta a:hover {
  color: #cf1100;
  text-decoration: underline;
}
#maincontent2 .entry .meta {
  margin-top: -0.1em;
  margin-bottom: 0.5em;
}
#maincontent2 .entry .date {
  color: #a4a4a4;
}
#maincontent2 h2 a:hover {
  background: transparent;
  color: #000;
}
#wrapper #maincontent2 a:active {
  color: #fa8900;
}
#maincontent2 h3 {
  color: #141414;
  font-size: 150%;
  padding-top: 0.5em;
}
#wrapper #maincontent2 .commentbar {
  background: #747474 url("images/bg_commentbar.gif") no-repeat 0 100%;
  border-top: 5px solid #555555;
  color: #ccc;
  margin-bottom: 0;
  margin-top: 0.5em;
  padding: 10px;
  padding-top: 5px;
  position: relative;
}
#maincontent2 .commentbar a {
  color: #f1f1f1;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size: 130%;
}
#maincontent2 .commentbar a:hover {
  text-decoration: underline;
}
#maincontent2 a {
color:#CF1100;
text-decoration:underline;
}
.feedback {
  color: #898A8A;
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
}
.editlink a {
  background: transparent url("images/button_edit.gif") no-repeat 0 0;
  float: right;
  height: 17px;
  margin-top: -1.8em;
  overflow: hidden;
  position: relative;
  right: 10px;
  text-indent: 20px;
  top: -25px;
  width: 17px;
}
.editlink a:hover {
  background-position: 0 -17px;
}

#maincontent3 {
	padding-top: 0px;
}
#maincontent3 .entry {
  overflow: hidden;
  padding: 1em 0;
  margin-bottom: 1em;
}
#maincontent3 .entry p {
  margin-bottom: 1em;
}
#maincontent3 h2,
#maincontent3 h2 a {
  color: #1a1a1a;
  text-decoration: none;
}
#maincontent3 h2 {
  font: normal 300% "Georgia", "Times New Roman", Times, serif;
}
#maincontent3 .entry .meta,
#maincontent3 .entry .date {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size: 130%;
  font-weight: bold;
  margin: 0;
}
#maincontent3 .meta {
  color: #aaa;
  padding: 5px 10px;
}
#maincontent3 .meta,
#maincontent3 .meta a {
  font-weight: bold;
  text-decoration: none;
}
#maincontent3 .meta a {
  color: #cf1100;
}
#maincontent3 .meta a:hover {
  color: #cf1100;
  text-decoration: underline;
}
#maincontent3 .entry .meta {
  margin-top: -0.1em;
  margin-bottom: 0.5em;
}
#maincontent3 .entry .date {
  color: #a4a4a4;
}
#maincontent3 h2 a:hover {
  background: transparent;
  color: #000;
}
#wrapper #maincontent3 a:active {
  color: #fa8900;
}
#maincontent3 h3 {
  color: #141414;
  font-size: 150%;
  padding-top: 0.5em;
}
#wrapper #maincontent3 .commentbar {
  background: #747474 url("images/bg_commentbar.gif") no-repeat 0 100%;
  border-top: 5px solid #555555;
  color: #ccc;
  margin-bottom: 0;
  margin-top: 0.5em;
  padding: 10px;
  padding-top: 5px;
  position: relative;
}
#maincontent3 .commentbar a {
  color: #f1f1f1;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size: 130%;
}
#maincontent3 .commentbar a:hover {
  text-decoration: underline;
}
#maincontent3 a {
color:#CF1100;
text-decoration:underline;
}
#maincontent4 {
	padding-top: 0px;
}
#maincontent4 .entry {
  overflow: hidden;
  padding: 1em 0;
  margin-bottom: 1em;
}
#maincontent4 .entry p {
  margin-bottom: 1em;
}
#maincontent4 h2,
#maincontent4 h2 a {
  color: #1a1a1a;
  text-decoration: none;
}
#maincontent4 h2 {
  font: normal 300% "Georgia", "Times New Roman", Times, serif;
}
#maincontent4 .entry .meta,
#maincontent4 .entry .date {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size: 130%;
  font-weight: bold;
  margin: 0;
}
#maincontent4 .meta {
  color: #aaa;
  padding: 5px 10px;
}
#maincontent4 .meta,
#maincontent4 .meta a {
  font-weight: bold;
  text-decoration: none;
}
#maincontent4 .meta a {
  color: #cf1100;
}
#maincontent4 .meta a:hover {
  color: #cf1100;
  text-decoration: underline;
}
#maincontent4 .entry .meta {
  margin-top: -0.1em;
  margin-bottom: 0.5em;
}
#maincontent4 .entry .date {
  color: #a4a4a4;
}
#maincontent4 h2 a:hover {
  background: transparent;
  color: #000;
}
#wrapper #maincontent4 a:active {
  color: #fa8900;
}
#maincontent4 h3 {
  color: #141414;
  font-size: 150%;
  padding-top: 0.5em;
}
#wrapper #maincontent4 .commentbar {
  background: #747474 url("images/bg_commentbar.gif") no-repeat 0 100%;
  border-top: 5px solid #555555;
  color: #ccc;
  margin-bottom: 0;
  margin-top: 0.5em;
  padding: 10px;
  padding-top: 5px;
  position: relative;
}
#maincontent4 .commentbar a {
  color: #f1f1f1;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size: 130%;
}
#maincontent4 .commentbar a:hover {
  text-decoration: underline;
}
#maincontent4 a {
color:#CF1100;
text-decoration:underline;
}
.feedback {
  color: #898A8A;
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
}
.editlink a {
  background: transparent url("images/button_edit.gif") no-repeat 0 0;
  float: right;
  height: 17px;
  margin-top: -1.8em;
  overflow: hidden;
  position: relative;
  right: 10px;
  text-indent: 20px;
  top: -25px;
  width: 17px;
}
.editlink a:hover {
  background-position: 0 -17px;
}


/*** Comments Components ******************************************************/

#wrapper #feeds {
  margin-bottom: -2em;
  position: relative;
  right: 0;
  text-align: right;
  top: -3em;
}
#wrapper #feeds a {
  text-decoration: none;
}
#wrapper #feeds a:hover {
  text-decoration: underline;
}
#wrapper #feeds .rss,
#wrapper #feeds .trackback {
  background: transparent url("images/icon_rss.gif") no-repeat 0 0;
  padding: 0.2em 20px;
  padding-right: 10px;
}
#wrapper #feeds .trackback {
  background-image: url("images/icon_trackback.gif");
}
#maincontent #commentlist {
  padding-bottom: 1em;
}

#maincontent #commentlist p { margin: 8px 0px; }

#maincontent #commentlist dt {
  background: transparent url("images/bg_comment.gif") no-repeat 0 top;
  font: bold 120% "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  padding: 0.9em 0.5em;
}
#maincontent #commentlist dd {
  background: #e5e5e5; 
  padding: 0.8em;
  margin-top: 0.5em;
}

#maincontent #commentlist dd.gravatarenabled {
  min-height: 60px;
  padding-left: 70px;
  position: relative;
}
* html #maincontent #commentlist dd.gravatarenabled { /* be nice to IE */
  height: 70px;
  overflow: visible;
}
#commentlist .gravatar {
  background: transparent url("images/bg_gravatar.gif") no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px;
  width: 54px;
  height: 54px;
}
#commentscontainer {
  background: #747474 url("images/bg_commentbar.gif") no-repeat 0 100%;
  border-top: 5px solid #555555;
  color: #f1f1f1;
  margin-bottom: 0;
  margin-top: 1em;
  overflow: hidden;
  padding: 15px;
}
       
#commentform input,
#commentform textarea {
  background: #fff;
  border: 1px solid #535353;
  margin-bottom: 0.5em;
  padding: 0.2em;
  width: 300px;
}
#wrapper #commentform a {
  color: #fff;
  text-decoration: underline;
}
* html #commentform input { /* no padding for IE */
  height: 1.5em;
  padding: 0;
}
#commentform textarea {
  margin-top: 1em;
  width: 430px;
}
#commentform label {
  display: block;
}
#commentform label em {
  color: #333;
  font-style: normal;
}
#commentform input:hover,
#commentform textarea:hover {
  border: 1px solid #000;
}  
#commentform input:focus,
#commentform textarea:focus {
  border: 1px solid #ff8c00;
}
#commentform #submit {
  background: #c52a00 url("images/bg_submit.gif") repeat-x 0 0;
  border: 1px solid #555454;
  color: #fff;
  cursor: pointer;
  height: auto;
  padding: 0.2em 0.5em;
  width: auto;
}
#commentform .allowedtags {
  color: #333;
  margin-top: 1em;
}
#commentscontainer p.hint {
  background: transparent url("images/icon_hint.gif") no-repeat 0 50%;
  border: none;
  padding-left: 20px;
}
  
/*** Footer Components ********************************************************/

#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  background-color: transparent;
  text-decoration: underline;
}
#footer .feed {
  background: transparent url("images/icon_feed.gif") no-repeat 0 70%;
  padding: 0.2em 20px;
  padding-right: 0;
}

/*** Content related Styles ***************************************************/

#maincontent a {
  color: #cf1100;
  text-decoration: underline;
}
#maincontent acronym,
#maincontent abbr {
  cursor: help;
  border-bottom: 1px dotted #000;
}
#maincontent blockquote {
  background: transparent url("images/bg_blockquote.gif") no-repeat 0 5px;
  color: #747474; 
  padding-left: 35px;
}
#maincontentcite {
  text-decoration: none;
}  
#maincontent code {
  font-family: "Andale mono", Monaco, "Courier New", Courier, Fixed, sans-serif;
  font-size: 110%;
}
#maincontent img {
  border: none;
}
#maincontent ul,
#maincontent ol {
  list-style: none;
  margin: 1em 0;
}
#maincontent ol {
  list-style: decimal;
  padding-left: 20px;
}
#maincontent ul li {
  background: transparent url("images/bg_listitem_content.gif") no-repeat 0 0.6em;
  padding-left: 12px;
}

/*** Special Images Styles ****************************************************/
  
#maincontent img.border {
  background: #fff;
  border: 1px solid #ccc;
  margin: 1em 0;
  padding: 5px;
}
#maincontent img.center {
  display: block; 
  margin: auto;   
}
#maincontent img.alignright {
  display: inline;
  float: right;
  margin: 0 0 2px 7px;
  padding: 4px;
}
#maincontent img.alignleft {
  display: inline;
  float: left;
  margin: 0 7px 2px 0;
  padding: 4px;
}
  
/*** Text Alignment ***********************************************************/
.center {
  text-align: center;
}  
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}

.technorati-image {
  margin: 0px 4px;
}

#maincontent img.greyborder, #maincontent img.headshot {
  float: left;
  border: solid 4px #CCC;
  margin: 8px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.headerimage {
  margin: 8px;
  border: 0;
}

/*** Ads **********************************************************************/

/*
#ad-top {
  background: #000;
  margin-bottom: -4px;
  padding: 5px 15px 10px 15px;
  text-align: right;
}

#ad-right {
  color: #ccc;
  padding: 10px 0;
  position: absolute;
  right: -5px;
  top: 120px;
  width: 160px;
}
*/

#livepreview {
  padding: 10px 4px;
}

/*** Vote ***/

.votio {
  width: 140px;
  padding: 5px;
  text-align: center;
  float:right;
  margin-right:10px;
  display: inline;
  margin-top: -1.8em;
  overflow: hidden;
  position: relative;
  right: 10px;
  top: -33px;
}

.votio .vote, .stars {
  cursor: hand;
}
.votio .stars {
  background-color: #f1f1f1;
  padding: 3px;
  border: 1px solid #000;
}

.votio .votes {
  font-size: 10px;
  color: #ccc;
  padding: 0px;
  margin: 0px;
}

/*** Podcast ***/

.podcastbutton {
  float: right; 
  padding: 2px; 
  border: 1px solid #F1F1F1;
  background-color: #fff;
}

/*** Search Header ***/

.categoryheader, .searchheader {
	border: 1px solid #aaa;
	background-color: #f1f1f1;
	padding: 4px;
	margin: 4px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
}

#maincontent .searchheader h3 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*** Feeds Portlet ***/

.feeds {
	padding: 0px 10px;
}

.feeds img {
	padding: 5px;
}

.feeds #subscribe, #signup {
  background: #c52a00 url("images/bg_submit.gif") repeat-x 0 0;
  border: 1px solid #555454;
  color: #fff;
  cursor: pointer;
  height: auto;
  padding: 0.2em 0.5em;
  width: auto;
}

/*** Ajax Experience ***/

#signup {
  margin-left: 10px;
}

#speaker {
	float: right; 
	margin-left: 10px;
}

#sponsor p {
	height: 60px;	
}

#taeheader {
	float: left;
	margin: 0;
	padding: 4px;
	color: #000;
	background-color: #ccc;
	border-bottom: 1px solid grey;
	width: 759px;
}

#taeheader a {
	text-decoration: none;
	color: maroon;
}

/*** CommentQ SPAM FILTER ***/

.cq_question {
	margin: 10px 0;
}

.cq_message {
	margin-bottom: 8px;
	font-size: xx-small;
}

.cq_question_text {
	color: #333;
	font-weight: bold;
}
/*** Registration ***/
	
#rondingboven {
	height: 12px;
	color: #cecece;
	text-align: right;
	padding: 0px;
	background: #000000 url("images/round2.jpg") no-repeat 0 0;
}
#rondingboven2 {
	height: 12px;
	color: #cecece;
	text-align: right;
	padding: 0px 0px 15px 0px;
	background: #000000 url("images/round3.jpg") no-repeat 0 0;
	margin: 0px 0px 0px 0px;
}
#rondingboven a {
	color: #ff8d00;
}

#ttRegistration {
	padding: 30px 20px 50px 20px;
}

#ttRegistration p {
	margin: 0 0 15px 0;
}

#ttRegistration big {
	font-size: 13px;
}

#ttRegistration small {
	font-size: 10px;
}

#ttRegistration a {
	color: #cc0000;
}

#ttRegistration h1 {
	font: normal 300% "Georgia", "Times New Roman", Times, serif;
	margin: 0 0 15px 0;
}

#ttRegistration em.requiredField {
	color: #cc0000;
}

.ttLoginRegisterBoxLeft, .ttLoginRegisterBoxRight {
	width: 434px;
	padding: 2px 2px 1px 2px;
	margin: 0;
	border: 1px solid #cccccc;
}

.ttLoginRegisterBoxLeft h2, .ttLoginRegisterBoxRight h2 {
	background-color: #cccccc;
	font-size: 20px;
	margin: 0 0 1px 0;
	padding: 10px;
}

.ttLoginRegisterBoxContent {
	background-color: #e7e7e7;
	margin: 0 0 1px 0;
	padding: 10px;
	height: 104px;
}

.ttLoginRegisterBoxContent ul {
	list-style: none;
	margin-left: 0;
	padding-left: 15px;
	text-indent: -17px;
}

.ttLoginRegisterBoxContent li {
	list-style-image: none;
	list-style-type: none;
}

.ttLoginRegisterBoxContent label {
	display: block;
	margin: 12px 0 -20px 0;
	font-weight: bold;
}

.ttLoginRegisterBoxContent input {
	border: 1px solid #999;
	margin: 0 0 0 115px;
	display: inline;
	padding: 3px;
	width: 200px;
	color: #000000;
}

.ttLoginRegisterBoxContent input.correct {
	color: #000000;
}

.ttLoginRegisterBoxContent input.error {
	border: 1px solid #cc0000;
}

.ttLoginRegisterBoxContent input.registerbutton {
	background: #ccc;
	border: 1px solid #999;
	margin: 0 0 0 10px;
	padding: 1px 3px 3px 3px;
	width: auto;
	color: #333;
	height: 21px;
}

.ttLoginRegisterBoxContent input.loginbutton {
	background: #ccc;
	border: 1px solid #999;
	margin: 0 0 0 10px;
	padding: 1px 3px 3px 3px;
	width: auto;
	color: #333;
	height: 21px;
}

.ttLoginRegisterBoxContent input.emailpassbutton {
	background: #ccc;
	border: 1px solid #999;
	margin: 10px 0 0 0;
	padding: 1px 3px 3px 3px;
	width: auto;
	color: #333;
	height: 21px;
}

.ttLoginRegisterBoxLeft {
	float: left;
}

.ttLoginRegisterBoxRight  {
	float: right;
}

.ttRegistrationError {
	border: 1px solid #cc0000;
	margin: 10px 0 5px 0;
	padding: 7px;
	color: #cc0000;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

.ttRegistrationError ul {
	margin: 0;
	padding: 0;
}

.ttRegistrationError li {
	list-style: none;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.ttRegistrationPasswordSent {
	background-color: #fff2bf;
	padding: 3px; 
	margin-top: 15px;
}

.clear {
	clear: both;
}

.height1 {
	line-height: 1px;
	font-size: 1px;
}

.height10 {
	line-height: 10px;
}

.height50 {
	line-height: 50px;
}

.height100 {
	line-height: 100px;
}

.height250 {
	line-height: 250px;
}











.ttFloatRight {
	float: right;
}

.ttHorizontalLine {
	font-size: 1px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px
}

#ttRegistrationForm {
	border: 1px solid #cccccc;
	padding: 10px;
}

.ttRegistrationFormPopup {
	background-color: #ffffff;
	padding: 12px 10px; 
	width: 350px;
}

.ttRegistrationFormPopup p {
	margin: 10px 0;
}

.ttRegistrationFormPopup h2 {
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

.ttRegistrationFormPopup h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.ttRegistrationFormPopup h4 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.ttRegistrationFormPopup small {
	color: #666666;
	line-height: 10px;
}

#ttRegistrationForm small {
	color: #666666;
	font-size: 10px;
}

#ttRegistrationForm p {
	margin: 0 0 15px 0;
}

#ttRegistrationForm strong.noLabel {
	display: block;
	margin: 15px 0 -18px 0;
}

#ttRegistrationForm h2 {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0 0 3px 0;
	border-color: #cccccc;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#ttRegistrationForm form {
	margin: 0;
	padding: 0;
}

#ttRegistrationForm fieldset {
	margin: 0 0 18px 0;
	padding: 0;
	border: none;
	position: relative;
}

#ttRegistrationForm label {
	display: block;
	margin: 15px 0 -18px 0;
	font-weight: bold;
}

#ttRegistrationForm label.error {
	color: #cf0000;
}

#ttRegistrationForm input {
	border: 1px solid #999999;
	position: relative;
	margin: 0 0 0 140px;
	height: 16px;
	padding: 2px 0 0 2px;
}

#ttRegistrationEmailTypeContainer {
	display: block;
	margin: 10px 0 0 140px;
}

#ttRegistrationEmailTypeContainer input {
	border: none;
	margin: 0 0 0 10px;
	display: inline;
	height: 12px;
}

#ttRegistrationForm input.error {
	border: 1px solid #cf0000;
	position: relative;
}

#ttRegistrationForm select {
	border: 1px solid #999999;
	position: relative;
	margin: 0 0 0 140px;
}

#ttRegistrationForm select.error {
	border: 1px solid #cf0000;
}

.ttRegistrationSubmitButtonContainer {
	text-align: center;
	width: 100%;
	margin: 0 0 10px 0;
}

#ttRegistrationForm input.ttRegistrationSubmitButton {
	background: #ccc;
	border: 1px solid #999;
	margin: 0;
	text-align: center;
	padding: 1px 4px 3px 4px;
	width: auto;
	color: #333;
	font-weight: bold;
	height: 21px;
}

#ttRegistrationForm fieldset.ttRegistrationNewsletter {
	margin: 40px 0 10px 0;
}

#ttRegistrationForm fieldset.ttRegistrationNewsletter label {
	font-weight: normal;
	margin: -20px 0 14px 20px;
	padding: 0;
	display: block;
}

#ttRegistrationForm fieldset.ttRegistrationNewsletter input {
	margin: 0;
	padding: 0;
	float: left;
	border: none;
	color: #339933;
}

#ttRegistrationForm fieldset.ttRegistrationNewsletter ul {
	margin: 0 0 0 50px;
	padding: 0;
	float: left;
}

#ttRegistrationForm fieldset.ttRegistrationNewsletter li {
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#ttRegistrationForm fieldset.ttRegistrationNewsletter li label {
	font-weight: normal;
	margin: -20px 0 5px 20px;
	padding: 0;
	display: block;
}

#ttRegistrationForm .ttRegistrationIndent {
	margin-left: 140px;
}

#ttRegistrationForm .ttRegistrationIndent label {
	font-weight: normal;
}

#ttRegistrationForm .ttRegistrationIndent input {
	margin: 0 0 0 160px;
}

#ttEnterPasswordForm {

}

#ttEnterPasswordForm input {
	border: 1px solid #999;
	margin: 0 0 0 85px;
	display: inline;
	padding: 3px;
	width: 200px;
	color: #000;
}

#ttEnterPasswordForm input.button {
	background: #ccc;
	border: 1px solid #999;
	margin: 10px 0 0 85px;
	padding: 1px 3px 3px 3px;
	width: auto;
	color: #333;
	height: 21px;
}

#ttEnterPasswordForm label {
	display: block;
	margin: 15px 0 -18px 0;
	font-weight: bold;
}

#ttEnterPasswordForm div.ttEnterPasswordFormIndent {
	margin-left: 85px;
}

#ttEnterPasswordForm span.ttEnterPasswordFormIndent {
	margin-left: 27px;
}

.ttLoginRegisterError {
        border: 1px solid #cc0000;
        margin: 10px 0 5px 0;
        padding: 7px;
        color: #cc0000;
        font-size: 11px;
        font-weight: bold;
        display: block;
}

.ttLoginRegisterError ul {
        margin: 0;
        padding: 0;
}

.ttLoginRegisterError li {
        list-style: none;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        margin: 0;
        padding: 0;
}
.gslideshow {
      margin-left: 0px;
      margin-right: 0px;
	  margin-bottom: 5px;
      background-color: #000000;
    }
    .gslideshow a img {border : none; width : 150px; height : 150px;}

    #sampleSlideshow { width : 150px; height : 150px; padding: 0px; background-color: #ffffff;}

    .feed-loading {
      width: 100%;
      padding-top: 10px;
      font-size : 11px;
      text-align : center;
      color : #dddddd;
    }

.placeHolder {
	POSITION: relative;
	WIDTH: 330px; 
	HEIGHT: 165px; 
	VISIBILITY: visible; 
	CURSOR: move;
	z-index: 10; 
}
.nowLoading {
	VISIBILITY: visible; 
	POSITION: absolute;
}
.imageDiv {
	POSITION: relative; 
	TOP: 0px;
	LEFT: 0px; 
	CURSOR: move;
	z-index: 30; 
}
.imageDivOuter {
	VISIBILITY: hidden; 
	POSITION: absolute; 
	TOP: 0px;
	LEFT: 0px; 
	CURSOR: move;
	WIDTH: 280px; 
	HEIGHT: 160px; 
	OVERFLOW: hidden;
	z-index: 30; 
}
.picFrameDiv {
	POSITION: absolute; 
	CLIP: rect(0px 0px 0px 0px); 
	TOP: 10px; 
	LEFT: 10px; 
	z-index: 50; 	
	CURSOR: move;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

