/***
 * Colors:
 * 	dark grey - #253746
 *
 *
 *
 ***/

a, a:hover, a:active, a:visited {
    color: #FFF;
}
.clear {
	clear: both;
}
.left {
    float: left;
}
.column1, .column2, .column3 {
	padding: 0;
	vertical-align: top;
	margin: 0 auto 0 auto;
}
#forecast_box .column1, #forecast_box .column2, #forecast_box .column3{
	width: 218px;
}
.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: 24pt;
	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;
}

/*** FONTS & STYLES ***/

.small {
	font-size: 20pt;
	font-weight: normal;
	color: #AAA;
}
.small a {
    color: #000;
	text-decoration: none;
	cursor: pointer;
}
.small a:hover {
	text-decoration: underline;
}
.huge {
	font-size: 24pt;
	color: #AAA;
}
#answer a {
	cursor: pointer;
}
#answer a:hover {
	text-decoration: underline;
}
.extra {
	font-size: 24pt;
	color: #FFF;
	margin-bottom: 0.5eM;
}
.error {
	font-size: 24pt !important;
	font-weight: bold;
}

/*** Current situation ***/
.today {
	clear: both;
	width: 100%;
	font-size: 32pt;
	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: 70%;
	text-align: center;
}
.relocate {
	margin-bottom: 2eM;
	color: #444;
}

/*** 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: 24pt;
    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;
}