/***
 * Colors:
 * 	dark grey - #253746
 *
 *
 *
 ***/

a, a:hover, a:active, a:visited {
    color: #FFF;
}
.clear {
	clear: both;
}
.left {
    float: left;
}
.column1, .column2, .column3 {
	width: 218px;
	padding: 0;
	display: -moz-inline-block;
	display: inline-block;
	vertical-align: top;
}
.doosjeCenter, .doosjeTop, .doosjeBottom {
	margin: 0;
	padding: 0;
}
.doosjeCenter {
	background: transparent url(images/doosje_02.png) top left repeat-y;
	padding: 0 33px 0 33px;
	vertical-align: top;
	text-shadow: rgba(0,0,0,1) 1px 1px 5px;
}
.doosjeTop {
	background: transparent url(images/doosje_01.png) top left no-repeat;
	height: 39px;
}
.doosjeBottom {
	background: transparent url(images/doosje_03.png) bottom left no-repeat;
	height: 38px;
}

#center {
	top: 10%;
	left: 10%;
	width: 80%;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
	font-family: "Georgia", Geneva, Verdana, Arial, sans-serif;
}
.midblock {
	position: fixed;
	top: 25%;
	left: 10%;
	width: 80%;	
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(20,20,20,0.5);
    padding: 1.5eM;
}
#loading {
	height: 15eM;
    overflow: hidden;
    color: #000;
}


/*** BACKGROUND LAYOUT ***/
body {
    color: #000000;
	background: #253746 url(images/wallpaper3.png) repeat;
	padding: 0;
	margin: 0;
}
#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 228px;
	background: transparent url(images/background/bg_top.png) repeat-x;
}
#topleft {
	top: 0;
	float: left;
	width: 220px;
	height: 228px;
	background: transparent url(images/background/bg_topleft.png) no-repeat;
}
#topright {
	top: 0;
	width: 198px;
	height: 228px;
	float: right;
	background: transparent url(images/background/bg_topright.png) no-repeat;
}
#bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 208px;
	background: transparent url(images/background/bg_bottom.png) repeat-x;
}
#bottomleft {
	bottom: 0;
	float: left;
	width: 220px;
	height: 208px;
	background: transparent url(images/background/bg_bottomleft.png) no-repeat;
}
#bottomright {
	bottom: 0;
	width: 198px;
	height: 208px;
	float: right;
	background: transparent url(images/background/bg_bottomright.png) no-repeat;
}
#middle {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(images/background/bg_left.png) repeat-y;
}
#right {
	top: 0;
	float: right;
	width: 198px;
	height: 100%;
	background: transparent url(images/background/bg_right.png) repeat-y;
}


/*** FONTS & STYLES ***/

.copyright {
	font-size: 8pt;
	margin-top: 770px;
	margin-bottom: 1em;
	text-align: center;
	width:100%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5
}
/*
This'll only work in some browsers, and could
be fixed with some JS, but I don't care enough :)
*/
.copyright:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9
}
.copyright a {
    color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.small {
	font-size: 9pt;
	font-weight: normal;
	color: #AAA;
}
.small a {
    color: #000;
	text-decoration: none;
	cursor: pointer;
}
.small a:hover {
	text-decoration: underline;
}
.huge {
	font-size: 20pt;
	color: #AAA;
}
#answer a {
	cursor: pointer;
}
#answer a:hover {
	text-decoration: underline;
}
.extra {
	font-size:18pt;
	color: #FFF;
	margin-bottom: 0.5eM;
}
.error {
	font-size: 25pt !important;
	font-weight: bold;
}

/*** Current situation ***/
.today {
	clear: both;
	width: 100%;
	font-size: 40pt;
	color: #111;
	margin-top: 2eM;
	text-shadow: rgba(255,255,255,0.5) -1px -1px 0px;
	margin-bottom: 1eM;
}
.today .extra {
	display: inline;
	font-size: 120%;
	margin-right: 1eM;
	color: #444;
}
.today .small {
	display: inline;
}
.condition {
	font-size: 50%;
	text-align: center;
}
/*.forecast {
	font-size: 14pt;
	font-weight: normal;
	color: #111;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #111;
}*/
.relocate {
	margin-bottom: 2eM;
	color: #444;
}
.column2.relocate  {
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/*** twitter ***/
a.twitter {
    padding-left: 18px;
    background: url(images/twitter.png) no-repeat;
    text-shadow: none;
}
.twitter, .midblock {
    color: #FFF;
    text-shadow: #000 0px 1px 1px;
    font-weight: bold;
}
.twitter a {
    text-decoration: none;
    color: #ccc;
    text-shadow: #000 0px 1px 1px;
}
.twitter a:hover {
    color: #ccf;
    text-decoration: none;
}
a.submit {
    background-color: rgba(255,255,255,0.8);
    color: #333;
    text-shadow: none;
    margin: 0.5em;
    padding: 0.5em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
}
a.submit:hover {
    color: #333;
    text-decoration: none;
    background-color: #ccf;
}
textarea, input[type=text] {
    font-family: "Georgia", Geneva, Verdana, Arial, sans-serif;
    font-size: 16pt;
    padding: 0.5em;
    border: 1px solid #eee;
    color: #444;
    margin: 5px;
}
textarea:focus, input[type=text]:focus {
    background-color: #eef;
    color: #333;
}
.username {
    font-size: 120%;
}
.username a:hover {
    text-decoration: underline;
}

.icon {
    margin-left: 0.5em;
    margin-right: 0.5em;
    vertical-align: text-bottom;
    border: 0;
}
.smallicon {
    width: 32px;
    height: 32px;
}