/*
Akvo RSR is covered by the GNU Affero General Public License.
See more details in the license.txt file located at the root folder of the Akvo RSR module. 
For additional details on the GNU license please see < http://www.gnu.org/licenses/agpl.html >.

Akvo CSS classes is based on the Bluetrip (http://bluetrip.org/) CSS framework.

*/

@import url("src/reset.css");
@import url("src/grid.css");
@import url("src/typography.css");


body {
    background-color:#F6F8F9;
}
.container {
    background-color:#fff;
	padding-top:75px;
}

#logo {
	background: #fff url(../img/f4_logo.png) no-repeat top center;
	text-align:center;
	margin-bottom:50px;
	height:150px;
}

.contact {
	margin-top:25px;
}

#contact-labels {
	text-align:right;
}

#footer {
	margin-top:50px;
	border-top:1px solid #ccc;
	height:150px;
	padding-top:25px;
}
