/* Temporary tweaks for Under Construction Version, which has now become the *only* version.
	@todo: Merge into style.css. */

body { 
	margin: 0; 
	padding:0; 
}

#topnav ul, #featured { display: none; }
#topnav div { 
	width: 250px;
	color: #fff; 
	margin: 30px 0 0 100px; 
	font-style: italic; 
}
footer { margin: 2px 0 0 0 !important; }
#real-matt {
	float: right; 
	height: 135px;
	margin: 0 0 10px 10px;
	width: 107px;
} 
#head { height: 68px; }

/* @todo: Update popover to work with JS disabled. */
#popover {
	background: #fff;
	border: 1px solid black;
	border-color: rgba(0,0,0,.5);
	   -moz-box-shadow: 0 0 12px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.3);
			box-shadow: 0 0 12px rgba(0,0,0,.3);
	color: #000;
	display: none;
	margin: 80px 100px;
	padding: 50px;
	position: absolute;
	top: 100;
	width: 600px;
	z-index: 500;
}
#popover h1 { font-size: 140%; }
#popover h2 { font-weight: bold; }
#popover a.show_portfolio{ 
	background: #ddd;
	border-bottom: 1px solid #aaa;
	color: #444;
	display: block;
	font-size: 80%;
	margin: -50px -50px 50px; 	
	padding: 8px 20px; 
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	}
	#popover a.show_portfolio:hover {
		background: #666;
		color: #fff;
	}	
#popover_screen {
	background: rgba(0,0,0,.3);
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 450;
}

#development_tab_button, #development_tab {
	border-bottom: 1px solid #777;
	   -moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
			box-shadow: 0 1px 1px rgba(0,0,0,.3);
	padding: 10px;
	position: absolute;
	top: 0; 
	right: 0;
	width: 180px;
	z-index: 100;
}
	#development_tab_button, #development_tab p { font-family: 'Droid Sans', Arial, Sans-Serif; }
#development_tab_button {
	background: #000;
	color: #fff;
	font-size: 80%;
	line-height: 140%;
	text-decoration: none;
	z-index: 120;
}
	#development_tab_button:hover { background: #222; }
#development_tab {
	background: #fff;
	color:# 111;
	display: none;
	top: 4.2em;
	padding-top: 1em;
}
	#development_tab p { font-size: 75%; margin-bottom: .7em; }
	#development_tab p:last-child { margin-bottom: 0; }
	#development_tab a { color: #333377; }


/* Adjust fonts for Windows. Blech.*/
p, p, #topnav div, .end, #popover{font-family: Georgia;}
p, p {font-size: 13.5px; line-height: 160%;}
