#main-menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	width: 99%;
}

#main-menu a{
	text-decoration: none;
}

#main-menu input[type="text"]{
	width:20%;
}

input.menu-search{
	margin-top:10px;
	width: 200px;
	font-size: 12px;
	
	border:none;
	padding:2px;
	
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	
	box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
}

/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */
.element {
	min-width: 110px;
	min-height: 110px;
	
	margin: 5px;
	padding:5px;
	
	float: left;
	
	overflow: hidden;
	background: none;
	
	color: #fff;

	position:relative;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

* html .element{
	width: 160px;
	height: 110px;
}

* + html .element{
	width: 160px;
	height: 110px;
}

.element .inner-block{
	position:absolute;

	background: none;

	top: 0;
	left: 0;
	height: 100%;
	width:100%;
	z-index:-5;

	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.element:hover .inner-block{
}

.element:hover {
	box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 5px #fff;
	cursor: pointer;
	
	color:#fff;
	
	text-shadow:
	0 0 5px #fff,
	0 0 5px #fff;
}

.element.color1 .inner-block	{ background: #0C1F48; }
.element.color2 .inner-block	{ background: #2473B6; }
.element.color3 .inner-block	{ background: #3B659C; }
.element.color4 .inner-block	{ background: #6900FF; }
.element.color5 .inner-block	{ background: #D80073; }
.element.color6 .inner-block	{ background: #789600; }
.element.color7 .inner-block	{ background: #FF9900; }
.element.color8 .inner-block	{ background: #CC3333; }
.element.color9 .inner-block	{ background: #FF6600; }
.element.color10 .inner-block	{ background: #A20026; }
.element.color11 .inner-block	{ background: #A4C400; }
.element.color12 .inner-block	{ background: #D5BF01; }
.element.color13 .inner-block	{ background: #765F89; }
.element.color14 .inner-block	{ background: #008A00; }

.element * {
}

.element .icon {
	width:64px;
	height:64px;
	
	margin:0 auto;
	margin-top:20px;
	margin-bottom:5px;
}

.element.large .icon {
}

.element.fake .icon {
}

.element .name {
	font-size:14px;
	text-align: center;
}

.element .type {
	position: absolute;
	right:5px;
	top:5px;
	margin-bottom:5px;
}

.element .number {
	font-size: 1.25em;
	font-weight: bold;
	right: 0.5em;
	top: 0.5em;
}

.variable-sizes .element.width2 { width: 230px; }

.variable-sizes .element.height2 { height: 230px; }

.variable-sizes .element.width2.height2 {
	font-size: 25px;
}

.element.large,
	.variable-sizes .element.large,
	.variable-sizes .element.large.width2.height2 {
	font-size: 35px;
	width: 350px;
	height: 350px;
	z-index: 100;
}

.element:hover h3 {
}

.element:hover h2 {
}

/**** Options ****/
#main-menu .options {
	padding:10px;
}

#main-menu .options ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-menu .options ul ul {
	margin-left: 0;
	padding: 0;
}

#main-menu .options li {
	float: left;
	padding: 1px;
}

#main-menu .options li span{
	font-size: 10px;
	padding: 10px;
	
	color:#000;
	background: #fff;
	
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#main-menu .options li a {
	display: block;
	padding: 10px;
	color: #fff;
}

#main-menu .options li a:hover {
	color: #fff;
	background:#2F2F2F;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#main-menu .options li a.selected {
	padding: 10px;
	color: #fff;
	background:#2F2F2F;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
