/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
#page {
	/*background: #ABCBE3;*/
}

body, html {
	height: 100%;
}

#wrap {
	min-height: 100%;
}

#block-header, #block-footer {
	background: url(../images/pattern.jpg);
}

#block-main {
	overflow:auto;
	padding-bottom: 55px;  /* must be same height as the footer */
}

#block-footer {
	position: relative;
	margin-top: -55px; /* negative value of footer height */
	height: 55px;
	clear:both;
	}

#main, #top-a, #top-b, #bottom-a, #bottom-b { /*background: #eaf6ff;*/ }

#logo p {
	margin: 10px 0 0 0;
}

#menubar {padding:5px;}

#toolbar {color:#fff;}

#footer, #footer a {color:#fff;}

#footer {
	padding:5px;
}

.menu a {
	color: white;
}

.menu a:hover {
	text-decoration: underline;
}
