/*  
URL: http://www.forio.com/
Author: Rodrigo Thauby
*/

@import "master.css";
@import "admin.css";
object {
	outline: none;
}
html, body {
	height: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
a {
	color: #465d86;
}
#branding {
	background: #b0cdff url(../images/branding.jpg) top center no-repeat;
	border-bottom: 1px solid #93b7f5;
}
#branding {
	height:108px;
	width:100%;
}
#branding h1 {
	width: 100px;
	padding-left: 800px;
	margin: 0 auto;
}
#branding h1 a {
	display: block;
	height: 68px;
	width: 100px;
	text-indent: -9999px;
}
#navigation {
	height: 40px;
}
#navigation ul {
	width: 903px;
	margin: 0 auto;
}
#navigation ul li {
	display: block;
	float: left;
	margin-top: 13px;
}
#navigation {
	border-top: 1px solid #fff;
	background: #d9e7ff;
}
#navigation li a {
	font-size: 14px;
	font-weight: bold;
	color: #465d86;
	padding: 5px 10px 3px 10px;
}
#navigation li a.hover {
	background:#666666 none repeat scroll 0 0;
	color:#E6E6E6;
}

#new_gallery {
	height: 100%;
	overflow: hidden;
}