


	.deck {padding-top: 80px; width: 100%; margin-bottom: 30px; background: rgba(0,0,0,.05); border-bottom: 1px solid rgba(0,0,0,.1);}
	.deck h1 { text-align: center; text-shadow: 1px 1px 1px rgba(255,255,255,.8);}


	.app-developer { 
		max-width: 80%; 
		margin: 0 auto; 
		margin-top: 40px; 
		padding-bottom: 10px; 
		text-align: center;
	}

	.app-developer span {
		display: inline-block;
		padding: 5px 5px;
		margin: 0 20px;
		border-bottom: 8px solid transparent;
		font-family: 'MuseoSlab500'; 
		color: #666; 
	}

	.app-developer .switch_highlight { border-bottom: 8px solid rgba(255,215,0,1);}

	.app-developer span:hover, .app-developer span:focus {
		cursor: pointer;
	}
	

	.gallery_container {
		width: 81%;
		margin: 0 auto;
		margin-top: 10px;
	}


	.search {
		float: right; 
		width: 100%;
		text-align: center;
		background: ;
		position: relative;
		padding: 10px 0;
		border-bottom: 1px solid #CCC;
		margin: 0 0 10px 0;
		}
		
	.search h3 {
		font-family: 'MuseoSlab500', Sans-Serif;
		font-size: 1.5em;
		color: #333;
	}

	.search_field {
		border-radius: 19px;
		line-height: 26px;
		height: 38px;
		width: 75%;
		border: 1px solid #DDD;
		text-indent: 15px;
		margin-right: 4%;
		margin-top: -10px;
		font-family: Helvetica, sans-serif;
		position: relative;
		top:-3px;
	}

	.search button {
		border-radius: 4px;
		height:38px;
		display: inline-block;
		font-family: "Museo300";
		font-size: 16px;
		color: #FFF;
		background: #666;
		box-shadow: none;
		border: none;
		width: 20%;
	}
	
	.search button img {height: 20px;}

	.search button:hover {
		background: rgba(255,215,0,1);
		cursor: pointer;
	}


	.app_gallery {}

	.app_container {
		width: 48%;
		background: #FFF;
		margin: 1%;
		margin-bottom: 10px;
		float: left;
		box-shadow: 0px 0px 2px rgba(0,0,0,.2);
		border-bottom: 1px solid rgba(0,0,0,.25);
		border-radius: 4px;
	}

	.featured {
		background: #FFFFEA  url('/static/img/bgnoise_yellow_light.png');
	}

	.app_container:hover, .app_container:focus {
		box-shadow: 0px 0px 10px rgba(255,220,0,.5);
	}

	.app_container h2 {
		padding: 0 10px;
		overflow: hidden;
		white-space: nowrap;
		line-height: 1.4em;
		text-overflow: ellipsis;
	}

	.app_container h2 {margin-top: 20px;}

	.app_container h2 a {
		font-size: .75em;
		color: rgba(220,104,0,1);
	}

	.app_container h2 a:hover, .app_container h2 a:focus {text-decoration: underline;} 

	.app_container p {font-size: .8em; margin-left: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	}

	.app_container p a {color: #333;}
	.app_container p a:hover, .app_container p a:focus {text-decoration: underline;}

	.app_icon {
		background: #333 url('/static/img/debut_medium.png');
		border-radius: 4px 0 0 4px;
		float: left;
		width: 30%;
		height: 160px;
		position: relative;
	}

	.app_icon img {
		margin: auto; 
		display: block; 
		width: 100px; 
		margin-top: 30px;
		border-radius: 20%;
		background: #FFF;
		box-shadow: 1px 2px 3px rgba(0,0,0,.7);
	}

	.app_detail {
		float: left;
		width: 70%;
	}
	.app_detail a {color: #666; font-family: 'OpenSansRegular', Sans-Serif;}
	.app_detail h2 a {font-family: 'OpenSansBold', Sans-Serif;}
	.app_dev_img { width: 16px; height: 16px; border-radius: 50%; margin-top: 6px; position: relative; top: 3px;}

	.app_credit {
		margin-top: 0px;
	}
	
	.app_credit a {color: #333; font-family: 'OpenSansBold', Sans-Serif;}


	.review {margin-top: 5px; width: 100%;}
	.review li {
		float: left;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		font-size: .7em;
		padding: 1px 0;
		margin: 0 10px;
		font-family:'MuseoSlab500';
	}




	.dev_gallery {display: none;}

	.dev_container {
		width: 98%;
		background: #FFF;
		margin: 1%;
		margin-bottom: 10px;
		float: left;
		box-shadow: 0px 0px 2px rgba(0,0,0,.2);
		border-bottom: 1px solid rgba(0,0,0,.25);
		border-radius: 4px;
	}

	.dev_container:hover, .dev_container:focus {
		box-shadow: 1px 1px 8px rgba(0,0,0,.5);
	}

	.dev_container h2, .dev_container p {
		padding: 0 10px;
		overflow: hidden;
		white-space: nowrap;
		line-height: 1.5em;
		text-overflow: ellipsis;
	}

	.dev_container h2 {margin-top: 20px;}

	.dev_container h2 a {
		font-size: .75em;
		color: rgba(220,104,0,1);
	}

	.dev_container h2 a:hover, .dev_container h2 a:focus {text-decoration: underline;} 

	.dev_container p {
		font-size: .8em;
	}

	.dev_container p a {color: rgba(220,104,0,1);}
	.dev_container p a:hover, .dev_container p a:focus {text-decoration: underline;}

	.dev_img {
		border-radius: 4px 0 0 4px;
		float: left;
		width: 15%;
		height: 160px;
		position: relative;
	}

	.dev_img img {
		margin: auto; 
		display: block; 
		max-width: 100px; 
		margin-top: 30px;
	}

	.dev_detail {
		float: left;
		width: 35%;
	}

.dev_apps {
	float: left;
	width: 49%;
	white-space: nowrap;
	overflow: hidden;
	background: #333 url('img/debut_medium.png');
	height: 160px;
	padding-left: 1%;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid rgba(0,0,0,.1);
	margin-left: -1px;
}

.dev_apps img {
	width: 100px; 
	border-radius: 20%; 
	margin-left: 25px;
	margin-top: 30px; 
	box-shadow: 1px 2px 5px rgba(0,0,0,.5);
}

	h5 {margin-bottom: 5px;} 
	h1 {
		font-family: 'MuseoSlab500'; 
		color: rgba(220,104,0,1); 
		font-size: 1.8em;
		text-shadow: 1px 1px 1px rgba(255,255,255,1); 
	}
	p {font-family: helvetica, sans-serif; font-size: .85em; text-shadow: 0 1px 1px rgba(255,255,255,.9); }

	html {background:  #EEE url('/static/img/bgnoise.png');}

	@media screen and (min-width: 1400px) {
		.app_container {
			width: 32.333%;
			margin-left: 0;
		}

		.dev_container {
			width: 48%;
		}
		.dev_img {width: 20%;}
		.dev_detail {width: 30%;}
		.dev_apps {width: 49%;}
	}

	@media screen and (max-width: 920px) {
		.app_container {
			width: 31.333%;
		}
		.app_container h2 {margin-top: 0;}
		.review {margin-bottom: 10px;}
		.app_icon {width: 100%; border-radius: 4px 4px 0 0;}
		.app_detail {width: 100%;min-height: 150px;}
		.app_credit {margin-top: 5px;}
		.search {float: left; margin-top: 10px; width: 98%; margin-left: 1%;}

		.dev_img {width: 20%;}
		.dev_detail {width: 30%;}
		.dev_apps {width: 49%;}

	}

	@media screen and (max-width: 600px) {
		.app_container {
			width: 48%;
		}

		.dev_img {width: 25%;}
		.dev_detail {width: 35%;}
		.dev_apps {width: 39%;}
	}


	@media screen and (max-width: 400px) {
		.nav_container {max-width: 96%; margin: 0 auto;}
		.gallery_container { width: 98%;}
		.app_container {
			width: 98%;
		}
		.browsemenu .nav li:first-child {width: 90%; margin-bottom: 10px;}
	}



.browsemenu {
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
    height:auto;
    font-family: Segoe UI, Arial;
    font-weight:bold;
    min-height:15px;
}
.browsemenu .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.browsemenu .nav > li {
    float: left;
}

.browsemenu .nav li:hover a {
    background-color: #FFF;
    color: #333;
}

.browsemenu .nav li ul {
	border: 1px solid #CCC;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	margin-top: -1px
}
.browsemenu .nav a {
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
	width:auto;
	-webkit-transition: background .15s;
	-moz-transition: background .15s;
	-o-transition: background .15s;
	-ms-transition: background .15s;
	transition: background .15s;
}

.browsemenu .nav {
    zoom:1; /* ie hasLayout fix */
}

.browsemenu .nav li {
    position:relative;
    z-index: 1;
}

.browsemenu .nav li ul {
    display:none;
    position:absolute;
    top:100%;
}
.browsemenu .nav li ul {
    display:none;
    position:absolute;
    top:100%;
}

.browsemenu .nav li ul li:hover a {
    background: rgb(255,215,0);
}

.browsemenu .nav li:hover ul {
    display:block;
}

.nav h2 {
	font-size: 1em;
	padding-top: 6px;
	margin-right: 10px;
}

.browse_by {
	display: block;
	width: 100px;
	padding: 5px 0;
	background: #FFF;
	border: 1px solid #CCC;
	margin-right: 10px;
}

.browse_by:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 14px;
	bottom: 4px;
	display: block;
	border: 4px solid transparent;
	border-right: 4px solid #CCC;
	border-bottom: 4px solid #CCC;
	
}

/* Clearfix */

.browsemenu .nav:before, .nav:after {
    display:table;
    content:"";
}

.browsemenu .nav:after {
    clear:both;
}