/*
Theme Name:     Web Coder
Theme URI:      http://webcoder.com.au/
Description:    Child theme for Web Coder
Author:         Stew Heckenberg
Author URI:     http://webcoder.com.au/
Template:       uber
Version:        2.0
*/


@import url("../uber/style.css");

#content li { font-size: .75em; }

blockquote, address {
	font-size: 1em;
}

* {
	font-family: sans-serif;
}

#callToAction p {
	font-family: sans-serif;
	font-style: italic;
	color: #5E90A4;
	width: 80%;
	font-size: 0.9em;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
#callToAction p {
	width: 100%;
}
}

#callToAction {
	background: #E4F7FE;
}

a.map {
	display: block;
	line-height: 1em;
}

#footer ul {
	list-style: square;
	list-style-position: inside;
	margin-bottom: 20px;
}

.overlay {
	position:fixed;
	width: 100%;
	height: 100%;
	background: black;
	float:left;

	-khtml-opacity:.50; 
	-moz-opacity:.50; 
	-ms-filter:"alpha(opacity=50)";
	filter:alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
	opacity:.50; 
}

#main, #header, #footer { position: relative; } 

