/***
 * Colors:
 * 	dark grey - #253746
 *
 *
 *
 ***/

a, a:hover, a:active, a:visited {
    color: #FFF;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
.left {
    float: left;
}
.column1, .column2, .column3 {
	width: 218px;
}
.column1, .column2, .column3, .social {
	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: 50%;
	left: 10%;
	width: 80%;
	position: absolute;
	margin-top: -105px; /* height is around 211px, this should be half */
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
	font-family: "Georgia", Geneva, 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;
}
#wrench img {
	vertical-align: bottom;
	margin-left: 10px;
	/* Adding a border on hover makes the layout wobble, so
	we add an invisible border here */
	border-bottom: 1px solid rgba(0,0,0,0);
}
#wrench:hover img {
	border-bottom: 1px solid #444;
}

/*** 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;
	position: fixed;
	bottom: 0.5em;
	height: 2em;
	text-align: center;
	width:100%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	white-space: nowrap;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#lasttweet {
	display: inline-block;
	max-width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 0;
	cursor: pointer;
}
/*
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=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
.copyright a {
    color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.small {
	font-size: 9pt;
	font-weight: normal;
	color: #000;
}
.small a {
    color: #444;
	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;
	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;
}
.relocate {
	margin-bottom: 2eM;
	color: #000;
}

/*** Forecast ***/
#forecast_box {
	/* position: absolute;
	top: 10%; */
}
#forecast_link {
	position: relative;
	top: 0.5em;
}
/*** facebook ***/
.facebook {
	border:none;
	height:21px;
	position:relative;
	top: 6px;
	margin-left: 1em;
	width:200px;
}
.social {
	position: fixed;
	bottom: 40px;
	right: 0px;
}
/*** G+ ***/
#___plusone_0 {
	margin-left: 15px !important;
	margin-top: 10px !important;
}

/*** twitter ***/
a.twitter {
    padding-left: 18px;
    background: url(images/twitter.png) no-repeat;
    text-shadow: none;
    font-weight: normal;
    font-family: "Segoe UI" inherit;
}
.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, input[type=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, input[type=submit]:hover {
    color: #333;
    text-decoration: none;
    background-color: #ccf;
}
textarea, input[type=text] {
    font-family: "Georgia", Geneva, 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;
}

/*** sidebar ***/
#sidebar {
	position: absolute;
	top: 25%;
	left: 0;
	width: 184px;
	overflow: visible;
	z-index: 10;
}
#sidebar ul li a {
	color: black;
	margin-left: 0.9em;
	text-shadow: #fff 0px 1px 1px;
	text-decoration: none;
	font-family: Georgia, serif;
}
#sidebar ul {
	list-style-image: none;
	padding: 0;
}
#sidebar ul li {
	height: 36px;
	width: 184px;
	margin: 4px 0 4px -150px;
	padding: 8px 0 0 15px;
	background: rgba(103,103,103,0.5);
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
#sidebar ul li a img {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}
#sidebar-share {
	height: 110px !important;
}
#sidebar-share a {
	margin-left: 0;
}
#sidebar-new {
	margin-left: 0 !important;
	background: transparent !important;
}

#sidebar div.icon { width: 36px; height: 36px; float: right; margin-right: 6px; margin-top: -3px; }
#sidebar-android div.icon			{	background: transparent url(images/sidebar/sidebar_icon_android.png) top right no-repeat;}
#sidebar-android.hovered div.icon	{	background: transparent url(images/sidebar/sidebar_icon_android_active.png) top right no-repeat;}
#sidebar-blog div.icon 			{	background: transparent url(images/sidebar/sidebar_icon_blog.png) top right no-repeat;}
#sidebar-blog.hovered div.icon		{	background: transparent url(images/sidebar/sidebar_icon_blog_active.png) top right no-repeat;}
#sidebar-share div.icon			{	background: transparent url(images/sidebar/sidebar_icon_share.png) top right no-repeat;}
#sidebar-share.hovered div.icon	{	background: transparent url(images/sidebar/sidebar_icon_share_active.png) top right no-repeat;}
#sidebar-chrome div.icon			{	background: transparent url(images/sidebar/sidebar_icon_chrome.png) top right no-repeat;}
#sidebar-chrome.hovered	div.icon	{	background: transparent url(images/sidebar/sidebar_icon_chrome_active.png) top right no-repeat;}

/*
#sidebar-android 		{	background: transparent url(images/sidebar_android_grey.png) no-repeat;}
#sidebar-android.hovered	{	background: transparent url(images/sidebar_android.png) no-repeat;}
#sidebar-blog 			{	background: transparent url(images/sidebar_news_grey.png) no-repeat;}
#sidebar-blog.hovered 		{	background: transparent url(images/sidebar_news.png) no-repeat;}
#sidebar-share 		{	background: transparent url(images/sidebar_share_grey.png) no-repeat;}
#sidebar-share.hovered	{	background: transparent url(images/sidebar_share.png) no-repeat;}
#sidebar-chrome 		{	background: transparent url(images/sidebar_chrome_grey.png) no-repeat;}
#sidebar-chrome.hovered	{	background: transparent url(images/sidebar_chrome.png) no-repeat;}
*/
/*
#sidebar ul li#sidebar-chrome {	padding: 8px 0 0 5px;}
*/

/** safemode **/
.today .extra.safemode {
	margin-right: 0;
	font-size: 200%;
}
.doosjeCenter .extra.safemode {
	font-size: 35pt;
	margin-bottom: -0.4em;
}
