/* GENERAL */
body,html {
	background-color:#fff;
	background-image:url('../img/bg2.png');
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:100%;
	margin:0px;
	padding:0px;
	color: #333;
}
.clear {
	clear:both;
}
a:link, a:visited, a:active {
	color:#E5811F;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	text-shadow: #fff 1px 1px 0;
}
h2 {
	font-size:1.1em;
	font-weight:bold;
	margin: 0px 0px 15px 0px;
}
.sub {
	font-size:0.875em;
	font-style:italic;
	color:#666;
	margin-top:15px;
}
#content {
	width:90%;
	margin:50px auto;
	margin-top: 100px;
}
#footer {
	margin: auto;
	margin-top: 100px;
	border-top: 1px solid #CCC;
	box-shadow: 0 1px 0 #fff inset;
	color: #999;
	font-size: 0.75em;
	padding-top: 10px;
	padding-bottom: 30px;
}
#footer .spacer {
	margin-left: 10px;
	margin-right: 10px;
}

/* NAV */
#nav {
	background-color:#4D4D4D;
	height:40px;
	width:100%;
	font-size:0.875em;
	position:fixed;
	top:0px;
	left:0px;
	margin-bottom:15px;
	z-index: 2000;
}
#nav ul {
	margin:0px;
	padding:0px;
}
#nav li {
	list-style:none;
	display:inline;
	float:left;
}
#nav a:link, #nav a:visited {
	display:block;
	height:100%;
	padding:12px;
	color:#fff;
	text-decoration:none;
}
#nav a:hover {
	background-color:#666;
}
#nav .current {
	background-color:#666;
}
#nav #mydata {
	float:right;
	border-left: 1px solid #666;
	box-shadow: 1px 0 0 #999 inset;
	-moz-box-shadow: 1px 0 0 #999 inset;
	-webkit-box-shadow: 1px 0 0 #999 inset;
}

/*HOME MAP*/
#map-container {
	margin-top: 40px;
	margin-bottom:20px;
}

/* HOME BULLETS */
.home-bullet {
	float:left;
	display:table;
}
.home-bullet img {
	float:left;
	margin-right:10px;
	display:table-cell;
}

.home-bullet h1, .overview-map h2 {
	font-size:1.25em;
	padding:0px;
	margin:5px 0px;
	margin-left: 70px;
	font-weight:normal;
}
.home-bullet p, .overview-map p {
	font-size:0.875em;
	color:#666;
	margin-left: 70px;
	margin-top:3px;
}
.overview-map {
}
.overview-map img {
	border: 1px solid #ccc;
	float:left;
}


/* forms */
.button {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#FF931E;
	font-size:1.25em;
	font-weight:bold;
	padding:10px;
	margin:10px 0px;
	text-align:center;
}
.button a, .button a:hover {
	color:#000;
	text-decoration:none;
	display:block;
	height:100%;
	width:100%;
	color: #333;
}
label {
	font-size:0.875em;
	font-style:italic;
	color:#666;
	padding-right:10px;
}
input[type="text"] {
	border: 1px solid #ccc;
	font-size:0.875em;
	padding:5px;
	margin:5px 0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	color:#666;
}

input[type="password"] {
	border: 1px solid #ccc;
	font-size:0.875em;
	padding:5px;
	margin:5px 0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	color:#666;
}

p.login {
	font-size:0.875em;
	color:#666;
	margin-top:20px;
	margin-bottom:3px;
}


/* mydata */

.mydata-module {
	padding:15px;
	margin:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	border: 1px solid #ccc;
}
.mydata-left-col2 h2 {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #ccc;
	box-shadow: 0px 1px 0 #fff inset;
	-moz-box-shadow: 0px 1px 0 #fff inset;
	-webkit-box-shadow: 0px 1px 0 #fff inset;
}
.mydata-api-info {
	font-size:1em;
}

/* projects data */
.project-info-wrapper {
	margin-left:20px;
}
.project-info {
	float:left;
	margin-right:25px;
	font-weight:bold;
	height:50px;
}
.project-info .number {
	background-color: #FF931E;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:50px;
	height:50px;
	font-size: 2em;
	font-weight:bold;
	padding:5px 15px;
	margin-right:5px;

}

/* legacy */


table.project_list {
    text-align: left;   
    border-collapse: collapse; 
}

    table.project_list th {
        font-size: 0.8em;
        padding: 5px;
    }

    table.project_list td {
        border: 1px solid #ccc;            
        padding: 15px;
        font-size: 0.8em;
        margin: 0px;
        background-color: white;
    }

h2.first {
    font-weight: bold;
    font-size: 2.75em;
	line-height:1.0em;
    margin-top: 0px;
    margin-bottom: 40px;
	text-shadow: #fff 1px 1px 0;
}

h3 {
    font-weight: bold;    
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #333;
}   

.error {
	color: red;
}

/* map */

#map {
    width: 600px;
    height: 521px;
    border: 1px solid #ccc;
    float:left;
}


#left_controls {
	margin-top: 0px;
	float: left;
	height:523px;
	background-color:#444;
}
#bottom_controls {
	background-color:#ddd;
	margin-right:8px;
	padding:5px;
	color:#000;
}
#bottom_controls h3 {
	color:#000;
	margin-top:10px;
}

.bottom_sub {
	float: left;	
	width:32%;
	height:80px;
	padding:0 .66667%;
}


#bottom_controls div#points {
	margin-top: 0px;
}


.code {
	font: 14px monospace;
	color: #666;
}

.pending {
	color: red;
	font-size: 20px;
	vertical-align: middle;
}

#project_proposal input {
	color: black;
}

#project_proposal textarea {
	font-size: 16px;
	padding: 5px;
}

