/* - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - 
  Legends wordpress theme
  
  Main font:    Verdana
  PNG transp:   ..
  Cufon:        Yes (VAG Rounded)
  
  Colors:
  
  appelblauw:   #00d865;      hover #35e185;
  pink          #ff336c;
  blue:         #00aeef;
  yellow:       #fce200;
  orange:       #f7782d; #f36823;
  green:        #00d865;
  
  - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - */

body {
    
    background: black;
    padding-top: 50px;
    font-family: verdana;

}

#wrapper {
    position: relative;
    width: 960px;
    background: url(img/bg_wrapper.gif) white bottom right no-repeat;
    /* -moz-border-radius: 10px;
    -webkit-border-radius: 10px; */
    padding-top: 0;
    padding-bottom: 65px;
    /*overflow: hidden;*/
}

.inner-wrapper
{
    padding: 0px 32px;
}

.inner-wrapper p a {
	text-decoration: underline;
}

#content.home a {
	text-decoration: underline;
}


/* ---------------------------------------------------------------
  kthxbye
  ---------------------------------------------------------------- */

.skip-link a,
#blog-description
{
    display: none;
}


/* ---------------------------------------------------------------
  font usage  (default: 62.5% arial)
  ---------------------------------------------------------------- */



/* ------------------------------------------------------------------
  anchors styling
  ---------------------------------------------------------------- */

a.readmore
{
    font-size: 1em;
    color: #ff336c;
    font-weight: bold;
    text-decoration: none;
}

a.primary
{
    padding: 6px 25px !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8em;
    background: #00d865;
    color: black;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	margin: auto;
	text-align: center;
}

.newgameprimary a {
	background: #000 !important;
}

.frontpagebtn {
    padding: 9px 30px !important;
    font-size: 2.8em !important;
}


a.primary:hover
{
    background: #35e185;
}

a.allplayersfront {
    padding: 6px 25px !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8em;
    background: black !important;
    color: #fce200 !important;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	margin: auto;
	text-align: center;
	margin-left: -18px !important;
}

a.allplayersfront:hover
{
    background: #1f1f1f !important;
}

a.missionprimary
{
    padding: 6px 8px !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8em;
    background: #00d865;
    color: black;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	margin: auto;
	text-align: center;
}


a.missionprimary:hover
{
    background: #35e185;
}

/* ---------------------------------------------------------------
  top 
  ---------------------------------------------------------------- */

div#top
{
    position: absolute;
    right: 0;
    top: -50px;
    width: 960px;
}

#userbox {
	padding-top: 2px !important;
}


div#top ul,
div#top form
{
   float: right;
}

div#top form
{
	height: 26px;
}


div#top ul
{
    background: #fff;
    padding: 8px;
    margin: 0;
    margin-right: 10px;
    _padding-top: 9px !important;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    min-width: 50px;

}

div#top ul li
{
	display: block;
	float: left;
	margin-left: 4px;
	height: 20px;
	margin-top: 6px;
   /*padding: 5px;  added in css merge 13/11/09 by Andreas*/

}

div#top ul li img {
	margin-top: -2px;
}

div#top ul li a
{
   font-size: 1.1em;
   font-weight: bold;
   text-transform: uppercase;
   white-space: nowrap;
	display: block;
	float: left;
	margin-top: 2px;
}

div#top ul li a.my-account
{
    color: #f7782d;
}


div#top form
{
    background: url(img/bg_search.gif) #f7782d 0px 0px no-repeat;
    padding: 5px;
    padding-left: 70px;
    margin: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    min-width: 50px;
}


div#top form input
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0;
    padding: 3px 5px;
    overflow: visible;
}

div#top form input#searchsubmit
{
    color: white;
    background: black;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    _padding: 2px 8px !important;
}

div#top form input#searchsubmit:hover
{
    background: #323232;
}



/* ------------------------------------------------------------------
  header
  ---------------------------------------------------------------- */

#header
{
    border-bottom: 3px solid black;
    padding: 5px 32px;
    background: url(img/bg_header-ie.gif) white top left no-repeat;
    padding-top: 4px;
}

#header h1
{
  width: 335px;
  height: 83px;
  overflow: hidden;
  background: url(img/logo_new.gif) white top left no-repeat;   
}

#header h1 a
{
    display: block;
    padding-top: 9999px;
}

#access
{
 width: 960px;
 overflow: hidden;
 padding-bottom: 20px;
}

.skip-link a
{
    font-size: 0.85em;
    color: #666;
    text-decoration: none;
}

/* ------------------------------------------------------------------
  counter
  ---------------------------------------------------------------- */

div.countdown
{
    float: right;

}

div.countdown p
{
     text-align: center;
     padding: 0;
     margin: 0;
     font-size: 0.9em;
}


div.peaceprize
{
	margin: auto;
	text-align: left;
	width: 100%;
	padding-bottom: 30px;

}


/* ------------------------------------------------------------------
  default menu
  ---------------------------------------------------------------- */

.menu {
    /* width: 320px; */
    float: left;
    overflow: hidden;
    padding: 6px 0;
    padding-bottom: 8px;
    margin-left: 32px;
    _margin-right: 16px;
    background: black;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    
}

.menu ul {  padding-left: 10px; line-height:1; list-style:none; margin:0; padding:0;}
.menu ul li {  float:left; /*width: 80px; */ display: inline; text-align: center; padding: 0 10px; font-size: 1.3em;}
.menu ul li a {color: #fff; text-decoration: none;}
.menu ul li a:hover {color: #dedede;}
.menu ul li ul { display: none;}
.menu ul li ul li {float: none; text-align: left; }


/* ------------------------------------------------------------------
  content
  ---------------------------------------------------------------- */

#content

{
	text-align: left;
}


/* ------------------------------------------------------------------
  complete width template
  ---------------------------------------------------------------- */

div#container.wide {
float: none !important;
margin:0 !important;
width: 900px !important;
}

.wide div#content {
  margin: 0 !important;
}


/* ------------------------------------------------------------------
  page und posts
  ---------------------------------------------------------------- */

h2, h2 a,
h3, h3 a,
h4, h4 a
{color: black; text-decoration: none;}


#content h1
{
    font-size: 2.4em;
    color: #00aeef;
    border-bottom: 2px solid black;
}

#content h1 a
{
     color: #00aeef;
     text-decoration: none !important;
}

h2 {font-size: 2.2em;}
.page h2 {font-size: 2.4em;}

.entry-content p    {line-height: 1.5em; }

#content ol li /* added in css merge 13/11/09 by Andreas */
{
    padding-bottom: 8px;
    line-height: 1.4em;
}

h5
{
    color: #f7782d;
    font-size: 1.5em;
}

/* ------------------------------------------------------------------
  forms
  ---------------------------------------------------------------- */

form
{
    padding-bottom: 10px;
}

form.user,
div.user,
table.user
{
    background:  #00aeef;
    padding: 10px;
	padding-right: 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: white;
    font-weight: bold;
}

form.registration {
	padding: 30px;
}

.signup-picture, .upload-picture {
	padding: 15px !important;
}

.new_game_blocks
{
	width: 375px;
	height: 290px;
	float: left;
	clear: none;
	margin-right: 20px;
	margin-bottom: 20px;
}

.mission-text {
	height: auto !important;
}

.mission-text form {
	padding: 0px;
	padding-right: 17px;
}

.new_game_blocks table {
	margin: 0px;
}

.newgamep {
	margin: 0px !important;
}

.alignleft {
	float: left;
	clear: both;
	margin: 5px;
}

.alignright {
	float: right;
	clear: both;
	margin: 5px;
}

#prizesleftcolumn a {
	text-decoration: underline;
}

table.user
{
    width: 100%;
}

table.user td
{
    padding: 10px;
}

.user input,
.user textarea,
.user select
{
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #666;
    display: block;
    overflow: visible;
}


.social input
{
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px;
    width: 210px;
    color: #999;
}

.user input.checkbox
{
    width: auto !important;
    display: inline !important;
    margin: 0;
}

.user label
{
    display: inline;
    padding: 0;
}

.user p
{
/*    text-align: right;*/
    font-weight: bold;
    font-size: 1.1em;
    color: black;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

input.submit,
.submit input,
span.primary,
a.submit
{
    width: auto !important;
    background: black;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1px 10px;
    padding-bottom: 2px;
    _padding: 1px 6px !important;
    text-transform: uppercase;
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

input.submit:hover,
.submit input:hover
{
    background: #323232;
}

.user a
{
    color: white;
}


.avatar a.primary
{
    background: black;
}

.avatar p
{
	padding-left: 10px;
   color: white;
   text-align: left;
   line-height: 1.4em;
   margin: 10px 0;
	font-weight: normal !important;
}

.avatar .form
{
    padding-top: 0px;
    text-align: right;
}

.avatar .form p
{
   text-align: left;

   line-height: 1.6em;
}

.avatar p.info
{
   font-size: 0.8em;    
}

.avatar p.discreet
{
    font-size: 0.8em;
    padding: 0;
    padding-left: 40px;
    margin:0;
    color: white !important;
}


input[type="hidden"] {overflow: hidden !important; padding: 0 !important;}


.user table td
{
    padding: 5px;
    font-size: 1.5em;
    vertical-align: top;
}

.user table img
{
    margin-right: 10px;
    margin-top: -3px;
    margin-bottom: 10px;
    
}


span.hashtag
{
    color: black;
}

.user span.primary
{
    padding: 8px;
}

/* ------------------------------------------------------------------
  single
  ---------------------------------------------------------------- */

#content .post .entry-meta,
#content .hentry .entry-meta
{
    border-top: 2px solid black;
    clear: both;
}


/* ------ post meta ----- */

.entry-meta
{
    margin-bottom: 30px;
    width: 520px;
    overflow: hidden;
}

span.categories
{
    font-size: 0.9em;
    color: #666;
    padding: 5px 0px !important;
    line-height: 1.4em;
    float: left;
}

span.categories a
{
    color: #414141;
}

a.comments-link,
a.read-more
{
    float: right;
    padding: 5px 12px;
    background: #00aeef;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    margin-left: 10px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

a.comments-link:hover
{
    background: #44b6e1;
}

a.read-more
{
    background: #00d865;   
}

a.read-more:hover
{
    background: #35e185;   
}


#content .entry-meta a:hover
{
    text-decoration: none !important;
}


div.share-this
{
    float: right;
    display: inline;
    padding: 5px 12px;
}


/* ------------------------------------------------------------------
  comments
  ---------------------------------------------------------------- */

#comments-list ol
{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#comments-list ol li
{
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.comment-meta
{
    background: black;
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: white;
    padding: 5px 12px;
    position: relative;
    zoom: 1;
}

.comment-meta a{ color: white;}

.comment-meta span.date
{
    position: absolute;
    right: 12px;
    font-size: 0.8em;
}

.comment p
{
    padding: 5px 12px;
}

#commentform input
{
    width: 60%;
}



#respond p
{
    text-align: left;
}

#respond .form-submit
{
    text-align: right;
}


/* ------------------------------------------------------------------
  landingspage
  ---------------------------------------------------------------- */

p.introduction
{
    font-size: 1.7em;
    line-height: 1.3em;
    color: black;
	margin: auto;
	width: 85%;
}


.featured
{
    border-top: 2px solid black;
    padding-top: 10px;
    margin-top: 30px;
}

.featured h2,
.featured h2 a
{
    color: #00aeef;
    font-weight: bold;
}

.featured img.left
{
    margin: 0;
    padding: 0;
}

.featured .post
{
    width: 510px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.featured .description
{
    float: right;
    width: 355px;
}

.featured h3
{
    line-height: 1em;
    margin-top: 0;
    font-size: 1.8em;

}


/* ------------------------------------------------------------------
  blog
  ---------------------------------------------------------------- */

.post p.discreet,
.hentry p.discreet
{
    padding: 0;
    padding-bottom: 8px;
    font-size: 1em !important;
    color: #666;
    margin: 0;
}


h2.entry-title.blog
{
  margin-bottom: 0;
  padding-bottom: 0;
}

.navigation
{
    width: 520px;
    overflow: hidden;
}

.navigation .nav-previous,
.navigation .nav-next
{
    float: left;
    display: inline;
}

.navigation .nav-next
{
    float: right;
}

.navigation .nav-previous a,
.navigation .nav-next a
{
    background: black;
    color: white;
    font-size: 1.2em;
    line-height: 2em;
    font-weight: bold;
    padding: 2px 10px;
    text-transform: uppercase;
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;    
}


/* ------------------------------------------------------------------
  sidebar
  ---------------------------------------------------------------- */
ul.xoxo
{
   margin: 0;
}

.sidebar a.primary
{
    margin-bottom: 10px !important;
}

.sidebar h4
{
    font-size: 1.3em;
}

/* --- categories widget --- */

.widget_categories
{
      background:  #fce200;
      color: black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 8px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.widget_categories ul
{
    list-style-type: disc;
    padding-left: 20px;
}

.widget_categories li
{
    color: #333;
    line-height: 2em;
    font-size: 1.2em;
}

.widget_categories li a
{
    color: #000;
}


.widget_categories li a:hover
{
    color: #333;
    text-decoration: none;
}

/* --- oldschool color class --- */

.portlet
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px;
    margin-bottom: 12px;
    
}

.portlet h3,
.widget_categories h4
{
    line-height: 1em;
    margin-top: 0;
    font-size: 1.9em;
}

.portlet form,
.portlet h3,
.portlet h4
{
    padding-left: 6px;
}

/* --- black --- */
div.black,
.black h3,
.black h4 {background: black; color: #fce200;}

.black a {color: white;}

/* --- pink --- */
div.pink,
.pink h3,
.pink h4,
.pink a
{
    background:  #ff336c; color: black;
}

/* --- turqouis - appelblauwzeegroen --- */
div.appelblauw,
.appelblauw h3,
.appelblauw h4,
.appelblauw a
{
    background:  #27e17e; color: black;
}

/* --- blue --- */
div.blue,
.blue h3,
.blue h4,
.blue a
{
    background:  #00aeef; color: white;
}

/* --- white --- */
div.white,
.white h3,
.white h4,
.white a
{
    background:  #fff; color: #000;
}



/* --- green --- */
div.green,
.green h3,
.green h4,
.green a
{
    background:  #00d865; color: white;
}

/* --- yellow --- */
div.yellow,
.yellow h3,
.yellow h4,
.yellow a
{
    background:  #fce200; color: black;
}

/* --- orange --- */
div.orange,
.orange h3,
.orange h4,
.orange a
{
    background:   #f7782d; color: black;
}


h3.blue
{
    color: #00aeef;
    background: transparent;
}

h3.blue em
{
    font-style: normal;
    color:  #ff336c;
}

/* --- legends portlet --- */


ul.legends,
ul.new-legends
{
    width: 312px;
    overflow: hidden;
}

ul.legends li,
ul.new-legends li
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    _margin: 0 8px !important;
    padding-bottom: 0px;
}

ul.legends li img
{
    margin-bottom: 2px;
}

ul.legends li a
{
    display: block;
    text-align: right;
    font-weight: bold;
}

ul.legends li a:hover
{
    text-decoration: underline;
}


.portlet iframe
{
    margin: 10px;
    margin-top: 0;
}

ul.thumbs-text
{
    padding-left: 10px;
}

ul.thumbs-text li
{
    color: white;
    width: 280px;
    overflow: hidden;
}

ul.thumbs-text img.left
{
    margin: 0;
}

ul.thumbs-text li div.text
{
    float: left;
    width: 200px;
    margin-left: 10px;
}


/* ------------------------------------------------------------------
  game
  ---------------------------------------------------------------- */

ul.game,
.wide ul
{
    width: 420px;
    overflow: hidden;
}

ul.game li,
.wide ul li
{
    float: left;
    margin-left: 0px;
    padding-right: 15px;
    width: 90px;
    padding-bottom: 10px;
}

ul.game li img,
.wide ul li img
{
    margin-bottom: 5px;
     -moz-border-radius: 5px;
/*    -webkit-border-radius: 5px;   */
}

ul.game li a,
.wide ul li a
{
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: 0.8em;
}




/* ------------------------------------------------------------------
  footer
  ---------------------------------------------------------------- */

#footer
{
    position: relative;
    width: 960px !important;
    margin: 0 auto;
    background: url(img/bg_footer-ie.gif) black top left no-repeat;
    padding-top: 28px;
    text-align: left;  
}

#footer .wrap
{
    text-align: center;
    margin-bottom: 20px;
    width: 960px;
}

#footer a {}



div#leggy
{
    background: url(img/floating-leggy.gif) black top left no-repeat;
    width: 67px;
    height: 102px;
    overflow: hidden;
    position: absolute;
    right: -35px !important;
    bottom: 65px;
    _bottom: 85px;
    *bottom: 85px;
}

div#leggy span
{
    display: block;
    padding-top: 9999px;
}

.previewpage {
	background:	#fff;
}

div#previewcounter {
	width:	320px;
	height:	100px;
	margin:	50px auto;
	padding: auto;
}


/* ------------------------------------------------------------------
  Fase II
  ---------------------------------------------------------------- */

.home div.left,
.home div.right
{
    width: 260px;
}

.columns .portlet
{
    padding: 5px 0px;
    padding-left: 15px;
}

.columns .portlet h3
{
    padding-left: 0;
    padding-top: 5px;
}

.columns .left a.primary
{
    padding-left: 0px;
    padding-right: 0;
    text-align: center;
}

.columns .primary.pink
{

    margin: 10px 0;
    text-align: center;
    background: #ff336c;
    padding-left: 0;
    padding-right: 0;
}

.columns ul.legends
{
    width: 270px;
	margin-top: 15px;
}

.columns ul.legends li
{
    margin: 0 !important;
    padding-right: 5px;
}

.livestream
{
    border-top: 1px solid #000;
    margin-top: 25px;
    
}

.livestream ul
{
    border-top: 1px solid #ccc;
}

.livestream ul li
{
    border-bottom: 1px solid #ccc;
    width: 520px;
    overflow: hidden;
    padding: 15px 0;
}

.livestream .text 
{
    float: left;
    width: 430px;
    margin-left: 20px;
}

.livestream .text p
{
    padding-bottom: 0;
}


.livestream img.left
{
    margin: 0;
}

.livestream a
{
   color: #00aeef; 
}

.realtime a
{
    font-size: 1.4em;
    color:  #ff336c;
    font-weight: bold;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    padding-right: 30px;
}


a.continue
{
    font-weight: bold;
    color:  #ff336c;
}

#newsbox li
{
    padding-bottom: 0px;
}

.columns,
div.realtime
{
    border-top: 2px solid black;
    padding-top: 20px;
    margin-top: 20px;
}

#newsbox h3
{
    line-height: 1.1em;
}

#newsbox h3,
#newsbox p
{
    padding: 0;
    margin: 0;
}

.frontbox {
	width: 270px;
	float: left;
	clear: none;
}

.boxmargin {
	margin-left: 11px;
}

#google .left,
#google .right {
	width: 250px;	
}

.childrenspeace h2, .livestream h2, .realtime h2, .columns div.black h3 {color: #00aeef;}

.livestream h2
{
    padding: 5px 0;
}

.game h2 {color: #00d865;}




/* ------------ game one -------------- */

table.user
{
    border-collapse: separate;
    padding: 5px;
}

table.user td.mission
{
    width: 125px;
    border-right: 1px solid white !important;
    font-size: 2em;
    color: black;
    
}

table.user .action
{
    width: 70px;
}

table.user a.submit
{
    color: black;
    background: white;
    padding: 5px 15px;
    font-size: 1.4em;
}


/* -------------- profile page ---------------- */

#play-next
{
    background:  #00aeef;
}

#next-mission
{
    background:  #00aeef;
}


#share-it
{
    background: url(img/bg_button-share-green.png) #00d865 13px 0 no-repeat;
    padding-left: 40px !important;
	/*width:300px;*/
}
.share-expended {
	width:300px;
}


ul.game-results 
{
    width: 300px;
    overflow: hidden;
    margin-left: 10px;
}

ul.game-results li
{
    float: left;
    margin: 0 !important;
    padding: 0 !important;

}

#share-profile
{
    background: url(img/bg_button-share-pink.png) #ff336c 15px 0 no-repeat;
    padding-left: 40px !important;
	padding-right: 15px !important;
	margin-right: -40px;
}


/* --------- voting box ------------- */

.vote-list
{
    width: 900px;
    overflow: hidden;
}

.vote-box
{
    width: 210px;
    background: black;
    color: white;
    overflow: hidden;
	clear: both;

    margin: 0 3px 6px 3px;

}

.vote-list .vote-box
{
      float: left;  
}

.vote-box .voting
{
    width: 20px;
    float: left;
    text-align: center;   
    padding-left: 10px;
    padding-top: 10px;
}

.vote-box img
{
    margin-right: 10px;
    margin-bottom: 10px;
}

.vote-box .voting span
{
    font-size: 1.2em;
    display: block;
    padding-bottom: 10px;
}

.vote-box a.right
{
    display: block;
    position: relative;
	float: left;
}

.vote-box a span
{
    display: none;
    width: 140px;
    height: 140px;
    position: absolute;
    top: -12px;
    left: 8px;
}

.vote-box a.audio span
{
    background: url(img/overlay_audio.png) black -7px -8px no-repeat;
    display: block;
}

.gamehistory {
	list-style-type: none;
}

.gamehistory li {
	margin-left: 10px;
	margin-top: 5px;
}

li.notplayed {
	color: #ccc;
}

.vote-box a.video span
{
    background: url(img/overlay_video.png) transparent top left no-repeat;
    display: block;
}

div.crop {
	height: 120px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-top: 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
div.crop img {
}

/* ----- color thingies ----- */


h2.appelblauw, h2 appelblauw a {color: #00d865;}

h2.pink, h2.pink a          {color: #ff336c;}
h2.blue, h2.blue a          {color: #00aeef;}
h2.yellow, h2.yellow a      {color: #fce200;}
h2.orange, h2.orange a      {color: #f7782d;}


a.primary.appelblauw        {background: #00d865; }
a.primary.pink              {background: #ff336c; }
a.primary.blue              {background: #00aeef; }
a.primary.yellow            {background: #fce200; }
a.primary.orange            {background: #f7782d; }


#playersfront h3 {
	color: black;
}

#recentresultsfront h3, #featuredresults h3 {
	color: #FCE200 !important;
}

#recentresultsfront .buttonwrap, #featuredresults .buttonwrap {
	margin-left: -15px;
}

#recentresultsfront {
	float: left;
}


.videobox {
	border-bottom:2px solid black;
}

.clearboth {
	clear: both;
}

.leftblock {
	width: 585px;
	float: left;
}

.frontsidebar {
	width: 290px;
	float: left;
}

.frontbox p, .frontbox a {
	text-align: left;
}

.frontsidebar .frontbox {
	width: 290px;
}

.activepage {
	color: #fce200 !important;
}

#game_topblock {
	width: 890px;
	height: 300px;
	border-bottom: 2px solid #000;
}

#gameheadlines {
	width: 573px;
	height: 260px;
	float: left;
	border-right: 2px solid #000;
	text-align: left;
	padding-right: 30px;
}

#gameheadlines li {
	border-bottom: 1px #ccc solid;
}

#gameheadlines h2 {
	margin-top: -10px;
}

#gameheadlines h3 {
	margin: 0px;
	padding: 0px;
}

#gameheadlines p {
	padding:	0px;
	margin-bottom: 5px;
}

#accountstatus {
	width: auto;
	float: left;
	height: auto;
	margin-left: 15px;
}

#scorewrapper {
	width: 270px;
	height: auto;
	border-bottom: 1px #ccc solid;
	margin-top: -15px;
	float: left;
	position: relative;
}

.personalscore {
	font-size: 70px;
	display: block;
	float: left;
	margin-top: -10px;
	color: #000;
	width: 160px;
	height: 100px;
}

.missionscore {
	color: #f36823;
	font-size: 25px;
	float: left;
	text-align: left;
}

#personalstatus {
	display: block;
	text-align: left;
	line-height: 1.7;
	float: left;
	clear: both;
	margin-top: 10px;
}

#gameinteractives {
	margin-top: -20px;
}

#tabslevel1 {
	width: 885px;
	z-index: 2;
}

#gamecontents {
	width: 885px;
	color: #000;
	font-size: 16px;
	text-align: left;
	margin-left: 5px;
}

#gamecontents p {
	width: 500px;
	margin: 5px;
}


#newgamecontents p {
	width: auto;
	margin: 5px;
	text-align: left !important;
	color: #000;
}

#newgamecontents img {
	padding: 5px;
	float: left;
}


#gametabs li {
	display: block;
	width: 149px;
	height: 63px;
	float: left;
	background: #fff;
}

#gametabs li p {
	text-align: left;
	color: #00d865;
	font-size: 16px;
	margin-top: -10px;
	margin-left: 8px;
}

#gametabs li.active p {
	color: #fff !important;
}

#gametabs li.notavailable p {
	color: #ccc !important;
}

#gametabs {
	height: 63px;
	background: #fff;
	width: 894px;
	margin-top: 15px;
}

#gametabs h3 {
	padding: 8px;
	margin: auto;
	color: #00d865;
}

#gametabs li.active {
    background: url(img/gametab_active.gif) #fff top left no-repeat;
	color: #fff !important;
}

#gametabs li.available {
    background: url(img/gametab_available.gif) #fff top left no-repeat;
	cursor: pointer;
}

#gametabs li.notavailable, #gametabs li.notavailable h3 {
    background: url(img/gametab_notavailable.gif) #fff top left no-repeat;
	color: #ccc !important;
}

#gametabs li.active h3 {
	color: #fff;
}

.gamepage {
	width: 894px !important;
}

#gamecontents h3, #newgamecontents h3 {
	margin-top: 15px;
	color: #000;
}

#missioncontent {
	margin: -20px 15px 15px 5px;
}

#missioncontent h3 {
	background: #fff !important;
}

#missiontabs h3 {
	background: transparent;
	font-size: 20px;
	text-align: center;
	margin-top: 8px !important;
	padding-left: 0px !important;
}

#missiontabs li {
	display: block;
	width: 136px;
	height: 38px;
	float: left;
	background: #00d865;
}

#missiontabs {
	height: 38px;
	background: #00d865;
	width: 820px;
	margin-top: 15px;
	margin-left: 11px;
	padding-bottom: 20px;
}

.new_game_blocks .primary {
	
}

#missiontabs li.active {
    background: url(img/missiontabs_active.gif) #00d865 2px 0px no-repeat;
	color: #000 !important;
}

#missiontabs li.available {
    background: url(img/missiontabs_available.gif) #00d865 top left no-repeat;
	color: #fff !important;
}

#missiontabs li.available h3 {
	color: #fff !important;
}

.othermissionresults h3 {
	padding-top: 5px;
}

.othermissionresults {
	position: relative;
	height: auto;
}

.otherresults {
	margin-left: 5px;
	float: left;
	display: block;
}

.otherresults li {
	position: relative;
	float: left;
	margin: 5px;
	display: block;
}

#newwrapper {
	text-align: center !important;
}

.prizespage {
	text-align: left;
}

#prizesleftcolumn {
	float: left;
	width: 620px;
	text-align: left;
	margin-left: 30px;
}

#prizessidebar {
	float: left;
	width: 200px;
	text-align: left
}

#new_getwidget {
	float: left;
	position: relative;
	width: 340px;
	height: 320px;
}

#new_prewidget {
	float: left;
	position: relative;
	width: 340px;
	height: 400px;
	margin-left: 60px;
}

#widgetinfo {
	float: left;
	width: 340px;
	padding: 5px;
}

.leaderboardlist {
	float: left;
	position: relative;
	clear: both;
	margin-bottom: 20px;
}

.leaderboardlist ul {
	list-style-type: none;
	margin-left: 30px;
}

.leaderboardlist li {
	margin: 10px 0px;
}

.gallerybox {
	clear: none;
	float: left;
}

.gameoverview li {
	margin: 0px !important;
}

.gameoverview li a {
	text-align: center !important;
}

.gallerymission {
	margin-bottom: 60px;
	clear: both;
}

.galleryprimary {
	padding-top: 25px;
}

.votep {
	position: absolute;
	text-align: center;
	z-index: 2;
	background: #000;
	color: #fff;
	padding-right: 4px;
	padding-left: 4px;
	margin: auto;
	padding-bottom: 0px !important;
	width: 205px;
}

.galleryfooter {
	width: 680px;
	margin: auto;
	padding-top: 20px;
	clear: both;
}

.missionresultwrapper {
	width: 620px;
	margin: auto;
	text-align: center;
}

.picwrapper {
	width: 500px;
	text-align: center;
	margin: auto;
	height: auto;
}

.mobypic {
	margin: 30px 0px;
}

.uploadmeta {
	width: 620px;
	margin: auto;
	color: #fff;
	text-align: left;
}

.uploadmeta a {
	color: #fff;
}

.votebuttons {
}

.voteinfo {
	display: block;
	width: 480px;
	float: left;
}

.voteinfo img {
	padding: 0px 5px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.votemessage {
	display: block;
	width: 600px;
	margin: auto;
	text-align: center;
	font-size: 90%;
}

#navigatemissions {
	display: block;
	width: 630px;
	margin: auto;
}

#navigatemissions .vote-box {
	clear: none;
	float: left;
	height: 110px;
	width: 150px;
	position: relative;
}

#navigatemissions .middlebox {
	height: 90px;
	width: 110px;
	float: none;
	margin: auto;
	margin-top: 8px;
}

.middlebox .crop {
	width: 110px !important;
}

.middlebox a span {
	top: -21px;
	left: -9px;
}

.prev_btn, .next_btn {
	float: left;
	clear: none;
	position: relative;
	padding: 27px 5px;
	width: 63px;
}

.buttonoverviewwrap {
	width: 340px;
	text-align: center;
	margin: auto;
	float: left;
}

.gallerymiddle {
	float: left;
	width: 156px;
	height: 100px;
	position: relative;
}

.rightgallerywrap {
	float: left;
	clear: none;
}

#navigatemissions .portlet h3 {
	color: #fff !important;
}

#navigatemissions .crop {
	width: 140px !important;
	margin: auto !important;
}

.galleryfooter1 {
	padding-top: 20px;
	clear: both;
}


#widgetgeplaatst {
	clear: both;
	float: left;
	width: 500px;
}

.gameblockleft {
	margin-left: 5px;
}

.signuperror {
	color: yellow;
}

.result_text {
	font-size: 8pt !important;
	text-align: left !important;
	margin-left: 50px !important;
}

a.video {
	margin-left: 25px !important;
}

#lblbday {
	float: left;
	clear: both;
}

#bday {
	clear: both;
	width: 50px;
	float: left;
	margin-right: 10px;
}

#bmonth {
	width: 90px;
	float: left;
	margin-right: 10px;
}

#byear {
	width: 70px;
	float: left;
}

.mission_user {
	float: left;
	width: 440px;
	position: relative;
	clear: both;
	margin-right: 10px;
}

.mission_otherusers {
	float: left;
	width: 440px;
	position: relative;
}

.mission_user, .mission_otherusers {
	margin-bottom: 20px;
}

.gamewrappergallery {
	margin-bottom: 60px;
	border-bottom: 2px #000 solid;
	float: left;
	clear: both;
	width: 100%;
}

#gametellafriend {
	width: 400px;
	margin: 10px;
}