/*
* MIXITUP Boilerplate Template Stylesheet
*/

/* ------ DEFAULTS ------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}

table{
	border-spacing: 0;
	border-collapse: collapse;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

a{
	text-decoration: none;
}

nav li{
	list-style-type: none;
	display: inline-block;
}

/* ------ BOILERPLATE TEMPLATE ------ */

body{
	font-family: 'Open Sans';
}

.wrapper{
	margin: 20px auto 0 auto;
	max-width: 640px;
}

h1{
	margin-bottom: 14px;
}

h1 strong{
	font-weight: 700;
}

h3{
	margin-bottom: 20px;
	font-weight: 600;
}

.controls{

    display: inline;
    /*list-style-type: none;*/
    padding-right: 0px;
}

.controls li{
	margin-right: 10px;
	cursor: pointer;
	list-style-type: square;
    display: inline;
    list-style-type: none;



    padding:2px 6px 2px 6px;

    white-space: nowrap;

    background-color: #ccc;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;

}

.controls li.active{
	font-weight: 700;
    background-color: #999;
}

hr{
	margin: 14 0 10px;
	height: 0;
	border: 0 none;
	border-top: 1px solid #eee;
}

#Grid{
	width: 640px;
	text-align: justify;
	font-size: 0.1px;
}

#Grid:after{
	content: '';
	display: inline-block;
	width: 100%;
}

#Grid .mix{
	display: none;
	opacity: 0;
	width: 200px;
	height: 260px;

	vertical-align: top;
	margin-bottom: 20px;
	color: #000;

	font-size: 11px;
	text-align: center;

}

#Grid .gap{
	display: inline-block;
	width: 200px;
}

a{
    color:black;
}
.badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff; 
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.badge-producer {

    background-color: #333333;
}
.badge-producer:hover {

    background-color: #1a1a1a;
}
.badge-mixer {
    background-color: #999;
}
.badge-mixer:hover {
    background-color: #888;
}
.badge-engineer {
    background-color: #666;
}
.badge-engineer:hover {
    background-color: #777;
}
.badge-inverse {
    background-color: #333333;
}
.badge-inverse:hover {
    background-color: #1a1a1a;
}
.badges{
    margin-top:4px;
    background-color:white;
}