/* @override http://localhost/~andrewmccall/sproozi/style/style.css */

/* @override 
	http://localhost:8080/style/style.css
	http://goroam.net/wordpress/wp-content/themes/plainscape/style.css
	http://andrewmccall.com/wp-content/themes/hemingway/style.css
	http://api.sproozi.com:8080/sproozi/style/style.css
	http://sproozi.com/style/style.css
	http://localhost/~andrewmccall/sproozi/style/style.css
*/

.clear {
	height: 0px;
	display: block;
	clear: both;
}

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

body {
	background-color: #cdd1d2;
	margin: 0;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.75em;
	font-weight: bold;
}

p {
	margin: 1em;
}

#header, #content, #footer {
	clear: both;
}

#header {

	border-bottom: 1px solid #555;
	background-image: url(../images/sproozi-green-gradient.png);
	height: 58px;
}

#header,
#header a {
	color: #fff;
	text-decoration: none;
}

#header div.logo {
	margin: 0 5px 0 20px;
	padding: 0;
	height: 58;

}

#header div.logo h1 a {
		background-image: url(../images/sproozi-logo-small.png);
	display: block;
	width: 127px;
	height: 58px;
	margin-right: 20px;
}

#header div.logo h1 a span {
	display: none;
}

#header h1 {
	float: left;
}

#header h2 {
	float: left;
	font-size: 1em;
	margin-top: 18px;
}

#header div {
	margin: 5px;
	padding: 5px;
	overflow: hidden;
}

#header div.logo {
	float: left;
}

#header div.logo-beta {
	width: 350px;
	float: right;
	border: 2px solid #003400;
	font-size: 0.7em;
}

#content {
	width: 100%;
}



#map {
	width: 100%;
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	margin: 0;
}

#map span.button {
	padding: 10px;
	border: 1px solid white;	
	float: right
}

#content div.alpha-message span.close {
	position: absolute;
	top: 5px;
	right: 5%;
	display: block;
	width: 60px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	z-index: 100;
}

#content div.alpha-message {
	font-size: 1.em;
	position: relative;
	top: 130px;
	color: #fff;
	width: 100%;
	min-width: 1020px;
	background: #c00 url(../images/sproozi-logo-large.png) no-repeat 7%;
}

#map div.alpha-message h1 {
	font-size: 3em;
	font-weight: bold;
}

#content div.alpha-message div.scroll{
	overflow: hidden;
	width: 550px;
	float:right;
	margin: 0 7% 0 0;
}

#content div.alpha-message fieldset{
	margin: 0.1em auto;
	width: 500px;
}

#content div.alpha-message fieldset label{
	float: left;
	margin-top: 4px;
}
#content div.alpha-message fieldset input{
	float: right;
	font-size: 1em;
}

#content div.add-place {
	position: relative;
	margin: auto;
	height: 368px;
	top: 50px;
	//right: 5px;
	//float: right;
	border: 2px solid #303;
	background: #408546;
	display: none;
	color: #fff;
}

#content div.add-place p {
	margin: 0;
}

#content div.add-place .step {
	height: 100%;
	padding: 0 20px;

}

#content div.add-place .step .instructions{
	display: block;
	font-size: 1.3em;
	line-height: 1.25em;
}


#content div.add-place .step input {
	font-size: 1.1em;
	
}

#content div.add-place h1 {
	margin: 0.1em -0.25em;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.25em;
}

#content div.add-place .step .button{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#content div.add-place .step .button.skip {
	right: 90px;
}


#footer {
	background-color: #330;
	color: #fff;
	font-size: 0.5em;
	border-top: 1px solid #696;
	width: 100%;
	height: 15px;
}

#footer span {
	display: block;
	float: right;
	margin-right: 2em;
	padding: 0.25em;
}
