/* begin overall style */
html, body, form, fieldset, table, tr, td, img {
	margin: 0;
	padding: 0;
	font: 100%/150% calibri,"Trebuched MS","Helvetica Neue",helvetica,arial,sans-serif;
}
body {
	background: white url(../images/bg.jpg) repeat-x;
	font-family:Arial,verdana,Helvetica,Sans-serif;
    font-size:0.75em;
}

#body .hide {
	display: none;
}

a {
	color: rgb(0, 174, 234);
}
a:hover {
	color: rgb(255, 127, 0);
}

div.menu {
	position: relative;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul li {
	float: left;
	margin-left: 1em;
}
.menu li a {
	color: #000;
	display: block;
	text-align: center;
	text-decoration: none;
}

.error {
	color: #C44;
}
.warning {
	color: #a60;
}
.light {
	color: #999;
}

h1 {
	clear: left;
}

blockquote.tip, blockquote.info, blockquote.note {
	background: #FFFAE6 url(../images/tip.gif) 10px 50% no-repeat;
	border: 1px solid #E4DFB8;
	border-width: 0px 0;
	margin: 1.5em 0;
	padding: 1.5em 1em 0 55px;
}
blockquote.note {
	background-color: #FFE6E6;
	background-image: url(../images/note.gif);
	border-color: #D9C3C3;
}
blockquote.info {
	background-color: #EBFFCE;
	background-image: url(../images/info.gif);
	border-color: #B4DAA5;
}
blockquote.hidden {
    display: none;
}

dl.questions dt {
	color: #000;
	font-style: italic;
}
dl.questions dd {
	margin: 0.3em 1em;
}

div.prototype {
	display: none;
}

/* Elements that need to enclose floats */
#messageFeed .message p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#page {
	/*background: url(../images/background_sky.jpg) no-repeat top center;*/
	padding-top: 1px;
	max-width: 1600px;
	min-width: 990px;
	width: 67em;
	margin: 0 auto;
}

#header {
	position: relative;
    background: url(../images/top_afbeeldingen/rv-kl.jpg) no-repeat;
}
#logohead {
  position: relative;
  height: 300px;
  width: 658px;
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  margin-top: 20px;
  left: 110px;
}



#walk {
  background-image: url(../images/Walk_of_the_World_logo.gif);
  width: 120px;
  height: 321px;
/*  top: 0;
  right: 0;*/
/*  display: inline-block;*/
  position: absolute;
  top: 0;
  margin-top: 0;
  margin-left: 22px;
  padding-top: 0;
  z-index: 2;
}

#logo {
	background-image: url(../images/logo_1000x210.png);
	height: 210px;
	width: 1000px;
	margin: 0 auto 3em;
}
#logo a {
	display: block;
	height: 100%;
}
#logo span {
	display: none;
	font-size: 200%;
}

#languagelist {
	float: right;
	margin: -2em 7em 0 0;
	line-height: 100%;
	z-index: 10;
}
#languagelist li a {
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-bottom: 1px;
	text-transform: uppercase;
}
#languagelist li a:hover {
	border-bottom: 1px solid rgb(255, 127, 0);
	color: rgb(255, 127, 0);
	padding-bottom: 0;
}
#languagelist li.en a {
	background-image: url("../images/lang_en.gif");
}
#languagelist li.nl a {
	background-image: url("../images/lang_nl.gif");
}
#languagelist li.active a {
	background-image: none;
	color: #999;
	cursor: default;
	border: none;
	padding-right: 0;
}


#mainmenu {
	background: url(../images/mainMenu_Repeat.gif) repeat;
/*	margin: 0 6.5em 0 7.5em; */
	min-height: 35px;
}

#mainmenu span.right {
	background: url(../images/mainmenu_background.png) top right no-repeat;
	display: block;
	position: absolute;
	height: 100%;
	right: -1em;
	top: 0;
	width: 1em;
}
#mainmenu ul {
/*	margin: 0 7em;*/
}

#mainmenu ul li {
/*	margin-left: 3em; */
}

#mainmenu li a {
	min-height: 27px;
	position: relative;
	color: #fff;
}

#mainmenu li.active a, #mainmenu li a:hover {
/*	background: url(../images/mainmenu_active.png) no-repeat;*/
	color: #FFF;
}
#mainmenu li a span.right {
	background: none;
	cursor: hand;
}
#mainmenu li.active a span.right, #mainmenu li a:hover span.right {
/*	background: url(../images/mainmenu_active.png) top right no-repeat;*/
}
#mainmenu ul li a strong {
	background-position: 2em 18px;
	background-repeat: no-repeat;
	height: 20px;
	padding: 18px 2em;
}
#mainmenu li a span.pointer {
	display: block;
	margin-left: -10px;
	position: absolute;
	height: 20px;
	width: 34px;
	bottom: 0.1em;
	left: 50%;
}
#mainmenu li a:hover span.pointer {
	background: url(../images/mainmenu_pointer.png)  no-repeat;
}

#mainmenu ul li a:hover, #mainmenu ul li a:hover span.right {
	color: #FFF;
}

#mainmenu a.subscribe, a.live, a.what {
/*	background-image: url(../images/mainmenu_subscribe.png);*/
/*	width: 100px; */
	background: url(../images/mainMenu_N.gif) no-repeat;
	padding-top: 8px;
	padding-left: 28px;
	padding-right: 28px;
	font-weight: bold;
	text-align: center;
/*	width: 95px;*/

/*	border: 1px #000 solid; */
}

#mainmenu a.subscribe {
  padding-left: 28px;
}

#mainmenu a.live {
  width: 50px;
}

#mainmenu a.home {
  width: 30px;
  padding: 0;
  margin: 0;
  background-image: url(../images/mainMenu_Home.gif);
}




#content {
	clear: both;
    position: relative;
    margin: 1.5em 5em;
	padding: 0 3em;
}

#content ul.checkList {
	margin-top: 0;
}
#content ul.checkList li {
	background: url(../images/checkmark_8bit.png) no-repeat;
	background-position: 0 0.1em;
	list-style: none;
	margin-left: -3em;
	padding: 0.2em 3em;
}

#footer {
	border-top: 1px solid #DDD;
	color: #666;
	clear: both;
	padding: 1.5em;
	margin: 3em 7em 0 7em;
	font-size: 0.8em;
	text-align: center;
}

#footer div.logos img {
	padding: 1em 1.5em;
}
/* end of overall style */

/* begin data grid style */
table.dataGrid {
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td {
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th {
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label {
	width: 150px;
}

table.dataGrid tr.odd {
	background: #E6F2FF;
}
/* end of data grid style */

.actionBar {
	margin: 10px;
}

div.item {
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

/**
	specific page styles
**/

/** Main page **/
body.index #twitterBanner {
	background-color: #fff;
	float: right;
	margin: 0 0 1.5em 1.5em;
	padding: 0 0 1em 1em;
}

body.what ul ul {
	margin-top: 0;
}

div.platoonForm {
    display: none;
}

#content div#subscribeBanner {
	background: url(../images/subscribe_banner.png) no-repeat;
	float: right;
	height: 118px;
	width: 121px;
}

body.en #content div#subscribeBanner {
	background: url(../images/subscribe_banner-en.png) no-repeat;
	float: right;
	height: 118px;
	width: 121px;
}

#content a.subscribe, #content a.subscribeNow {
	background: url(../images/subscribenow_button.png) no-repeat;
	display: block;
	height: 42px;
	width: 190px;
	margin: 3em auto;
}
/* En picture */
body.en #content a.subscribe, body.en #content a.subscribeNow {
	background-image: url(../images/subscribenow_button-en.png);
}
#content a.subscribe {
	background-image: url(../images/subscribe_button.png);
}
/* En picture */
body.en #content a.subscribe {
	background-image: url(../images/subscribe_button-en.png);
}
#content a.subscribe:hover, #content a.subscribeNow:hover {
	background-position: 0 -100px;
}
#content a.subscribe:active, #content a.subscribeNow:active {
	background-position: 0 -200px;
}
#content a.subscribe span, #content a.subscribeNow span {
	display: none;
}

#subscribemenu {
	background: url(../images/subscribemenu_background.png) left bottom no-repeat;
	float: left;
	margin: 0 0 1.5em 1em;
	padding-left: 100px;
}
#subscribemenu div.right {
	background: url(../images/subscribemenu_background.png) right bottom no-repeat;
	float: left;
	padding-right: 100px;
}
#subscribemenu li {
	padding: 0.3em 0;
}
#subscribemenu li.active {
	background: url(../images/subscribemenu_active.png) no-repeat;
	padding: 0 0 0 1em;
}
#subscribemenu li.active a {
	background: url(../images/subscribemenu_active.png) right top no-repeat;
	padding: 0.3em 1em 0.3em 0;
}
#subscribemenu li a.completed {
	color: rgb(60, 181, 74);
}

#subscriptionDetails dd {
	font-weight: bold;
}

.yiiForm strong.smsText {
	display: block;
	font-size: 125%;
	line-height: 1.2em;
	margin: 1.2em 0;
	text-align: center;
}
.yiiForm strong.smsNumber {
	font-size: 125%;
}

/** Live page **/

body#body.live .noData {
	display: block;
}
body#body.live span.noData {
	display: inline;
}
body#body.live .noStatus, body#body.live .hasStatus {
	display: none;
}

#content-right {
	margin-left: 15em;
}
	#map {
		position: relative;
		background-color: #ddd;
		height: 40em;
		line-height: 100%;
		width: 100%;
	}
	#smsInfo {
		text-align: right;
	}

#sidebar {
	clear: left;
	float: left;
	width: 13em;
}
	#sidebar h3, #sidebar h4 {
		text-align: center;
	}
	#sidebar dl {
		margin: 0;
	}
	#sidebar dt {
		color: #777;
	}
	#sidebar dd {
		margin: 0.3em 1em;
	}

div.grayBox {
	background: #eee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) repeat-x scroll 50% 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1.5em 1em 0;
}

#status div {
	display: none;
}
#status dl {
	margin-bottom: 1.5em;
}
#status .distanceTraveled {
	font-size: 108.3%;
	font-weight: bold;
}

#history h5 {
	font-size: 0.9em;
	font-weight: normal;
}

#weather {
	border-top: 1px solid #ccc;
	height: 150px;
	width: 160px;
	margin: 1.5em 0;
	padding-left: 1em;
	padding-top: 1.5em;
}
	#weather table {
		border-color: #fff;
		border-style: hidden;
	}

#messageFeed {
	height: 15em;
	margin-top: 1.5em;
	overflow: auto;
}
	#messageFeed div.message {
		
	}
		#messageFeed span.image {
			float: left;
			min-height: 5px;
			width: 75px;
		}
			#messageFeed span.image img {
				max-height: 75px;
				max-width: 75px;
			}
		#messageFeed .message {
			border-bottom: 1px solid #ddd;
			margin-bottom: 0.5em;
			padding-bottom: 0.5em;
		}
		#messageFeed span.text {
			vertical-align: top;
		}
		#messageFeed span.source {
			float: right;
			font-style: italic;
			font-size: 91.6%;
			text-align: right;
		}
		#messageFeed span.media {
			display: block;
			margin-top: 1em;
			margin-left: 8em;
		}
		#messageFeed .media img {
			border: 2px solid #bbb;
		}
			#messageFeed .media img:hover {
				border-color: #999;
			}

.addthis_toolbox .hover_effect
{
    width: 200px;
    padding: 10px 0 6px 10px;
    /*border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 0px;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}
div.addthis_toolbox {
	float: right;
}

