@charset "UTF-8";
/* CSS Document */


/* Demo styles */
.content {
	color:#777;
	font:12px/1.4 "helvetica neue",arial,sans-serif;
	width:620px;
	margin:20px auto;
	}
h1 {
	font-size:12px;
	font-weight:normal;
	color:#ddd;
	margin:0;
	}
p {
	margin:0 0 20px
}
a {
	color:#22BCB9;
	text-decoration:none;
	}
.cred {
	margin-top:20px;
	font-size:11px;
	}

/* This rule is read by Galleria to define the gallery height: */
#galleria {
	height:560px
	}

#menu a:hover {
	color: #FFF;
	}
#menu {
	width: 950px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	float: left;
	height: 30px;
}
#menu a {
	font-size: 12px;
	line-height: 30px;
	color: #999;
	text-decoration: none;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-transform: uppercase;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
#galleria-float {
	float: left;
	width: 950px;
}
#menu a.active {
	color: #FFF;
	background-color: #C60;
}
#galleria-wrapper {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 600px;
	width: 950px;
}
