/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
.mobile {
	display: none;
}
* {
	font-family: 'Quicksand', sans-serif;
}
html, body {
	background-color: #090909;
	background-image: url("../images/background.jpg");
	color: #ffffff;
	font-size: 18px;
}
a {
	color: #cccccc;
}
#top {
	padding: 25px 0px;
	border-bottom: 1px solid rgba(190,190,190,.5);
}
h1 {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	color: #dadaf2;
	margin: 5px 0px;
	line-height: 1em;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	color: #dff0e3;
	margin: 5px 0px;
	line-height: 1em;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	padding: 25px 0px;
}
h3 a {
	color: #9d9df1;
	text-decoration: none;
}
.primary {
	position: relative;
	overflow-y: visible;
}
.selected h3 a, h3 .mobile {
	color: #b6c772 !important;
	font-weight: bold !important;
}
.hidden {
	display: none;
}
.content {
	position: relative;
	overflow-y: visible !important;
}
.inside {
	z-index: 1000;
}
.glow {
	position: absolute;
	z-index: 100;
	top: -50px;
	left: -50px;
}
#portfolio .content h3 {
	margin: 5px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: normal !important;
	text-align: left;	
}
#portfolio .content h3 a {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #dadaf2 !important;
	font-weight: normal !important;
	display: block;
	padding: 5px 13px;
	border-top: 1px solid rgba(255,255,255,0);
	border-bottom: 1px solid rgba(0,0,0,0);
}
#portfolio .content h3 a:hover {
	color: #000000 !important;
	background-color: #dadaf2;
	text-decoration: none;
	border-top: 1px solid rgba(255,255,255,.75);
	border-bottom: 1px solid rgba(0,0,0,.1);
	text-shadow: 0px 1px 0px rgba(255,255,255,.75);
}
#portfolio .content div {
	padding: 5px 26px;
}

.button {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	color: #000000 !important;
	background-color: #b6c772;
	text-decoration: none;
	border: 0px;
	padding: 5px 20px;
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255,255,255,.5);
	cursor: pointer;
}

#email {
	width: 25em;
}

input.text {
	background-color: rgba(255,255,255,.1);
	border: 0px;
	border-bottom: 2px dashed #999999;
	font-size: 1em;
	color: #ffffff;
}
textarea {
	background-color: rgba(255,255,255,.1);
	border: 2px dashed #666666;
	font-size: 1em;
	color: #ffffff;
	width: 99%;
	height: 7em;
}

.error {
	margin-bottom: 15px;
	padding: 10px 15px;
	background-color: #bb0000;
	color: #ffffff;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {
	html, body {
		font-size: 16px;
	}
	.mobile {
		display: inline-block;
	}
	.nomobile {
		display: none;
	}
	#mobile_nav {
		display: block;
		margin-top: 20px;
	}
	#top, #mobile_nav {
		text-align: center;
		padding: 5px 0px;
		border-top: 1px solid rgba(190,190,190,.5);
	}
	#mobile_nav a {
		margin: 0px 5px;
	}
	h1 {
		font-size: 1.6em;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.2em;
		text-align: left;
	}
	h3 .small {
		float: right;
	}
	#top {
		position: fixed;
		top: 0px;
		left: 0px;
		background-color: #090909;
		background-image: url("../images/background.jpg");
		z-index: 1000;
	}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}