/*
Theme Name: BuiltIN Studio Mobile
Theme URI: http://builtinstudio.com/
Description: The theme for BuiltIN Studio's website.
Author: Joshua Johnson
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Layout */

body {
	width: 480px;
	margin: 0 auto;
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #333;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #000;
}

p {
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin: 0px 0 5px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	text-align: right;
}

#header {
	width: 100%
	height: 91px;	
}

h1#site-title {
	width: 157px;
	height: 91px;
	font-size: 20px;
	position: relative;
	margin: 0 auto;
}

#site-title span {
	background-image: url("images/logo.jpg");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 91px;
    width: 157px;
    z-index: 1000;
}

#main {
	width: 440px;
	clear: both;
}
	


#content {
	float: left;
	width: 440px;
	background-color: #eee;
	overflow: hidden;
	position: relative;
	margin: 10px 0 20px 0;

}



#wrapper {
	width: 440px;
	margin: 0 20px;
	position: relative;
}

.post {
	padding: 20px;
}

.post h2 {
	clear: both;
	font-size: 22px;
	margin-bottom: 10px;
}

.post-item {
	width: 385px;
	height: 385px;
	float: left;
}

.post-item-content {
	width: 340px;
	height: 365px;
	overflow: hidden;
	margin: 20px auto 0 auto;
}

.toggle {
	cursor: pointer;
	font-size: 12px;
	width: 140px;

}


.credit {
	clear: both;
	margin: 20px 0;
	font-size: 12px;
	color: #999;
}

.carousel {
	width: 400px;
	margin: 20px auto;
}

.widget-title {
	display: none;
}

#supplementary {
	margin: 20px 0;
	clear: both;
	font-size: 16px;
	line-height: 20px;
}

/* Home Fader */


#mobile-fader {
	position: relative;
}

#mobile-fader #slider {
	width: 400px;
	height: 400px;
}

#mobile-fader .mobile-text {
	position: absolute;
	left: 20px;
	top: 12px;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	width: 400px;
	z-index: 200;
}

#mobile-fader .fade-image {
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ccc;
	width: 400px;
	height: 400px;
	position: relative;
}

#mobile-fader h2 {
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 14px;
	margin: 0;
}


#mobile-fader .opacity {
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 400px;
	height: 400px;
	opacity: .3;
	filter: alpha(opacity = 30);
}