@CHARSET "ISO-8859-1";

/*!	\file public/skins/blues/css/bevins-zend-layout.css
 * 	\brief blues theme - uses #749bce border around the standard bevins-zend-layout-* regions
 * 	
 * 	\note padding is the distance inside the border
 * 	\note margin is the distance outside the border
 */

#bevins-zend-layout-wrapper {
	margin: 1em 1em 1em 1em;
	padding: 1em 1em 1em 1em;	/* top, right, bottom, left */
	background-color: #fff;
	-moz-border-radius: 5px;
	border: #749bce 1px solid;
}

#bevins-zend-layout-header {
	height: 5em;
	margin: 1em auto 1em 1em;	/* top, right, bottom, left */
	padding: 0;	/* top, right, bottom, left */
	background-color: #fff;
	-moz-border-radius: 5px;
	border: #749bce 1px solid;
}

#bevins-zend-layout-nav {
	height: 1.5em;
	margin: 1em auto 1em 1em;	/* top, right, bottom, left */
	padding: .5em 0 0 0;
    background-color: #fff;
	-moz-border-radius: 5px;
	border: #749bce 1px solid;
}

#bevins-zend-layout-main {
	min-height: 30em;
	margin: 1em auto 1em 1em;	/* top, right, bottom, left */
	padding: 2em;
	background-color: #fff;
	-moz-border-radius: 5px;
	border: #749bce 1px solid;
}

#bevins-zend-layout-footer {
	clear: both;
	height: 2.5em;
	margin: 1em auto 1em 1em;	/* top, right, bottom, left */
	background-color: #fff;
	text-align: center;
	font-style: italic;
	-moz-border-radius: 5px;
	border: #749bce 1px solid;
}

#bevins-zend-layout-error {
	margin: 1em auto 1em 1em;	/* top, right, bottom, left */
	color: #f00;
}
