/*
Theme Name: MapATL
Description: Some dark blues
Demo: http://beta1-1.ushahididev.com/
Version: 1.0
Author: David Kobia
Author Email: david@ushahidi.com
*/

/* header background */
body#page{
	background: #95CBE9 url(bkg.gif) 50% 0 repeat-x;
}

div#header{
	height:120px;
}

/* Logo Box */
div#logo{
	background-color:transparent;
	background-image:url(logo.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	width:423px;
	height:80px;
	padding:0;
	margin-top:15px;
}
div#logo h1{
	display:none;
}
div#logo span{
	display:none;
}

h1 span.highlight{
	background-color:#ffffcc;
	padding:5px;
}


/* footer */
div#footer
{
	background-color: #66AACC;
}
div.footermenu a{
	color:#fff;
}
div#underfooter{
	background-color:#66AACC;
}

/* Main Menu */
div#mainmenu{
    background-color: #AFD775;
}

div#mainmenu a{
    color: #2C5700;
}

div#mainmenu a:hover{
	color: #fff;
    background-color: #2C5700;
}

div#mainmenu a.active{
    color: #fff;
    background-color: #2C5700;
}

/* Submit Button */
div.submit-incident{
	margin-top:68px;
}
div.submit-incident a{
    background-color: #EFD279;
    color: #2C5700;
}

div.submit-incident a:hover{
	background-color: #F9DA00;
	color: #2C5700;
}

/* Category Filter Side Bar */
ul.category-filters{
    background: #E7E3DA;
    border-top-color: #C7C2BC;
    border-bottom-color: #C7C2BC;
}

ul.category-filters li a{
    color: #3F3F3F;
    border-color: #E7E3DA;
}

ul.category-filters li a:hover, ul.category-filters li a.active {
    color: #FFFFFF;
    background-color: #2C5700;
    border-color: #2C5700;
}

.additional-content #twitter{
	margin:10px 0 0 0;
	text-align:center;
}

/* Popup Styles */
.infowindow_list img{
	float:left;
	padding-right:8px;
}
.infowindow_meta{
	clear:both;
}

/* Timeline */
div.graph-holder {
    height:220px;
}

/* Incidents Listing on Main Page */
table.table-list thead th.title{
    width: 50%;
}
table.table-list thead th.location{
    width: 25%;
}

table.table-list thead th.source{
    width: 25%;
}

table.table-list thead th.date{
    width: 20%;
}



.olLayerGoogleCopyright {
    right: 2px;
    bottom: 2px;  
}
.olLayerGooglePoweredBy, .gmnoprint {
    right: 20px;
    bottom: 15px;
	display:none;
}