/* ---------------------------------------------------------------------------
	
	VarickRosete.com Master Styles
	http://www.varickrosete.com
	
	author: Varick Rosete
	
--------------------------------------------------------------------------- */

/* RESET! */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* --------------------------------------------------------------------------
	=layout
--------------------------------------------------------------------------- */

body { 
	color: #666;
	font: small/1.8em "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background-color: #f3f2f0;
}

/* #container-outside {
	z-index: 1;
	background: #f3f2f0 url(../img/bg-sketches.jpg) no-repeat bottom -100px fixed;
} */

#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#content-container {
	padding-bottom: 100px;
	margin: 0 auto;
	width: 960px;
	position: relative;
}
	
#header,
#foot {
	margin: 0 auto;
	width: 940px;
}

#header {
	padding: 40px 0;
	margin: 0 20px;
	position: fixed;
	background-color: #f3f2f0;
	z-index: 100;
}

#foot {
	color: #777;
	font-size: 0.85em;
	margin-left: 160px;
	width: 800px;
}

#content {
	float: right;
	width: 795px;
	padding-top: 100px;
	overflow: hidden;
}

/* ---------------------------------------------------------------------------
	=links
--------------------------------------------------------------------------- */

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


/* ---------------------------------------------------------------------------
	=typography
--------------------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	line-height: 1.0em;
}

h1 {
	margin-bottom: 50px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8.2em;
	letter-spacing: -.05em;
}

h2, div.tumblr_title {
	padding-top: 10px;
	margin-bottom: 10px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.3em;
}

h3 {
	margin-bottom: 5px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.15em;
}

h4 {
	margin-bottom: 15px;
	color: #000;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 1.1em;
	font-style: italic;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

p {
	margin-bottom: 20px;
}

/* ---------------------------------------------------------------------------
	=lists
--------------------------------------------------------------------------- */

ul, ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

/* ---------------------------------------------------------------------------
	
	=images

--------------------------------------------------------------------------- */
	
img {
	float: left;
	padding: 0 20px 20px 0;
}


/* ---------------------------------------------------------------------------
	=header
--------------------------------------------------------------------------- */

#logo {
	background: url(../img/logo.png) no-repeat 0 0;
	height: 19px;
	width: 340px;
}

#logo a {
	display: block;
	height: 19px;
	width: 140px;
}

#logo h1 {
	position: absolute;
	left: -9999px;
}

#logo img {
	left: -9999px;
	position: absolute;
	top: 0;
}

#nav-social {
	position: absolute;
	top: 43px;
	right: 0;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
	text-transform: uppercase;
}

#nav-social li {
	float: left;
	width: 67px;
	height: 18px;
	margin-left: 40px;
	text-indent: -9999px;
}

#nav-social li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#nav-social #nav-twitter, 
#nav-social #nav-twitter a { 
	background: url(../img/btn-twitter.png) no-repeat 0 0;
}
	
	#nav-social #nav-twitter a:hover { background-position: 0 -18px; }
	
#nav-social #nav-flickr, 
#nav-social #nav-flickr a { 
	width: 48px;
	background: url(../img/btn-flickr.png) no-repeat 0 0;
}

	#nav-social #nav-flickr a:hover { background-position: 0 -18px; }
	
#nav-social #nav-facebook, 
#nav-social #nav-facebook a { 
	background: url(../img/btn-facebook.png) no-repeat 0 0;
}

	#nav-social #nav-facebook a:hover { background-position: 0 -18px; }
	
#nav-social #nav-linkedin, 
#nav-social #nav-linkedin a { 
	width: 66px;
	background: url(../img/btn-linkedin.png) no-repeat 0 0;
}

	#nav-social #nav-linkedin a:hover { background-position: 0 -18px; }

/* ---------------------------------------------------------------------------
	=navigation
--------------------------------------------------------------------------- */

#nav {
	float: left;
	width: 120px;
	position: fixed;
	top: 100px;
	list-style: none;
	padding-bottom: 250px;
	overflow: hidden;
}

#nav li {
	width: 58px;
	height: 18px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

#nav li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#nav #nav-home, 
#nav #nav-home a { 
	background: url(../img/nav-home.png) no-repeat 0 -18px;
}
	
	#nav #nav-home a:hover { background-position: 0 -36px; }
	
	body.home #nav #nav-home, 
	body.home #nav #nav-home a, 
	body.home #nav #nav-home a:hover { background-position: 0 0; }
	
#nav #nav-portfolio, 
#nav #nav-portfolio a { 
	background: url(../img/nav-portfolio.png) no-repeat 0 -18px;
}
	
	#nav #nav-portfolio a:hover { background-position: 0 -36px; }
	
	body.home #nav #nav-portfolio, 
	body.home #nav #nav-portfolio a, 
	body.home #nav #nav-portfolio a:hover { background-position: 0 0; }
	
#nav #nav-about, 
#nav #nav-about a { 
	width: 40px;
	background: url(../img/nav-about.png) no-repeat 0 -18px;
}

	#nav #nav-about a:hover { background-position: 0 -36px; }
	
	body.about #nav #nav-about, 
	body.about #nav #nav-about a, 
	body.about #nav #nav-about a:hover { background-position: 0 0; }
	
#nav #nav-blog, 
#nav #nav-blog a { 
	width: 32px;
	background: url(../img/nav-blog.png) no-repeat 0 -18px;
}

	#nav #nav-blog a:hover { background-position: 0 -36px; }

	body.blog #nav #nav-blog, 
	body.blog #nav #nav-blog a, 
	body.blog #nav #nav-blog a:hover { background-position: 0 0; }
	
#nav #nav-contact, 
#nav #nav-contact a { 
	width: 53px;
	margin-bottom: 30px;
	background: url(../img/nav-contact.png) no-repeat 0 -18px;
}

	#nav #nav-contact a:hover { background-position: 0 -36px; }
	
	body.contact #nav #nav-contact, 
	body.contact #nav #nav-contact a, 
	body.contact #nav #nav-contact a:hover { background-position: 0 0; }

#nav #nav-contact #quick-contact {
	color: #000;
	width: 100px;
	height: 170px;
	margin-left: 0;
	background: url(../img/quick-contact.png) no-repeat 0 0;
	display: none;
}

#nav #nav-contact #quick-contact li {
	width: auto;
	height: auto;
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: .15em;
	line-height: 2em;
	text-indent: -9999px;
}

	#nav #nav-contact #quick-contact li em {
		font-weight: bold;
		font-style: normal;
	}

	#nav #nav-contact #quick-contact li a {
		position: relative;
		top: 29px;
		width: 100px;
		height: 95px;
		display: block;
		background: url(../img/quick-contact.png) no-repeat 0 -75px;
	}
	
	#nav #nav-contact #quick-contact li a:hover {
		background-position: 0 -245px;
	}


/* ---------------------------------------------------------------------------
	=content-main
--------------------------------------------------------------------------- */

#content-main {
	padding-bottom: 20px;
	width: 770px;
	overflow: hidden;
}

.intro {
	font-size: 1.385em;
	line-height: 1.56em;
	margin-bottom: 25px;
}

.unit-container {
	width: 370px;
	margin-bottom: 30px;
	padding-top: 5px;
	background: url(../img/div-line-double.png) repeat-x 0 0;
}

	.unit-container ul {
		list-style: none;
		margin-left: 0;
	}
	
	.unit-container ul li {
		padding-top: 5px;
		border-top: 1px solid #ddd;
	}

	.unit-container .date {
		margin-bottom: 10px;
		color: #000;
		font-size: 85%;
		font-family: Georgia, Times, serif;
		font-style: italic;
		letter-spacing: .2em;
	}
	
	.unit-container .description {
		font-size: 70%;
		text-transform: uppercase;
		letter-spacing: .15em;
		line-height: 2em;
	}


/* ---------------------------------------------------------------------------
	=content-secondary
--------------------------------------------------------------------------- */

#content-secondary {
	float: left;
	width: 130px;
}


/* ---------------------------------------------------------------------------
	=foot
--------------------------------------------------------------------------- */

.copyright {
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: .15em;
	line-height: 2em;
}


/* ---------------------------------------------------------------------------
	=Home
--------------------------------------------------------------------------- */

body.home #content {
	background: url(../img/bg-varick.jpg) no-repeat 400px 38px;
}

body.home .intro {
	width: 380px;
	padding-bottom: 37px;
}

#home-blog {
	width: 515px;
	float: left;
}

ol.tumblr_posts { list-style: none; margin: 0; padding: 0; }

	li.tumblr_post {
		padding: 10px 0;
		margin-bottom: 2px;
		border-top: 1px solid #ddd;
		border-bottom: 1px dashed #ccc;
		overflow: hidden;
	}
	
	li.tumblr_post blockquote {
		/* margin-left: 20px; */
		padding: 10px 0;
	}

	div.tumblr_title {
		margin-bottom: 5px;
		color: #000;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 1.15em;
		font-weight: bold;
	}

	div.tumblr_body {
		font-size: 70%;
		text-transform: uppercase;
		letter-spacing: .15em;
		line-height: 2em;
	}
	
	div.tumblr_body img {
		padding: 7px; 
		margin-bottom: 20px;
		background-color: #fff;
	}
	
		div.tumblr_body a img { border: none; }	

	div.tumblr_body ul {
		list-style: square;
		margin-left: 40px;
		margin-bottom: 20px;
	}
	
		div.tumblr_body ul li {	border: none; }
	            

	/* Photo Post */
    li.tumblr_photo_post {
        padding: 18px;
        background-color: #e7e6e3;
    	text-align: center;
		border-top: 10px solid #f3f2f0;
		border-bottom: 10px solid #f3f2f0;
	}

	img.tumblr_photo {
		float: none;
		padding: 0 0 10px 0;
		margin: 0;
		text-align: center;
    }

	div.tumblr_caption {
		text-align: left;
		font-size: 70%;
		text-transform: uppercase;
		letter-spacing: .15em;
		line-height: 2em;
		font-style: italic;
     }
		div.tumblr_caption p { margin-bottom: 0; }

	/* Quote Post */
	li.tumblr_quote_post {
   		margin-top: 10px;
     	padding: 18px;
        background: #e7e6e3 url(../img/bg-quote.png) no-repeat center center;
	}
	
	div.tumblr_quote {
		font-family: Georgia, Times, serif;
		font-size: 300%;
		line-height: 2em;
		font-style: italic;
		text-align: center;
	}
		div.tumblr_quote span { display: none; }
	
	div.tumblr_source {
		font-size: 70%;
		text-transform: uppercase;
		letter-spacing: .15em;
		line-height: 2em;
		font-style: italic;
		text-align: center;
     }

    /* Link Post */
	li.tumblr_link_post { padding-top: 20px; }

	
	li.tumblr_link_post a.tumblr_link {
   		margin-bottom: 5px;
		color: #000;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 1.15em;
		font-weight: bold;
		text-decoration: underline;
	}
	
		li.tumblr_link_post a:hover { color: #f00; }
		
	div.tumblr_description {
		font-size: 70%;
		text-transform: uppercase;
		letter-spacing: .15em;
		line-height: 2em;
		font-style: italic;
	}
	
    /* Conversation Post */
	li.tumblr_chat_post ul li {
		padding: 2px 0;
		font-size: 70%;
		text-transform: uppercase;
		letter-spacing: .15em;
		line-height: 2em;
		border-top: 2px dotted #ddd;
     }

		.tumblr_label { color: #000; font-weight: bold; }

    /* Audio Post */
    li.tumblr_audio_post {
        padding: 18px 0;
	}

    /* Video Post */
    li.tumblr_video_post {
        padding: 18px;
        background-color: #e7e6e3;
		text-align: center;
		border-top: 10px solid #f3f2f0;
		border-bottom: 10px solid #f3f2f0;
	}

	div.tumblr_video {
		padding: 0 0 10px 0;
		margin: 0;
    }	
	
#home-extras {
	width: 225px;
	float: right;
}

#flickr img {
	float: left;
	margin: 0 12px 12px 0;
	padding: 2px;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
	}

/* ---------------------------------------------------------------------------
	=Portfolio
--------------------------------------------------------------------------- */

body.portfolio h1 {
	position: absolute;
	text-indent: -9999px;
}

body.portfolio #content {
	padding-top: 0;
	background: none;
}

body.portfolio #content-main {
	float: right;
	width: 615px;
	margin-right: 20px;
	padding-top: 0;
}

body.portfolio #content-secondary {
	position: fixed;
	top: 100px;
}

/* Portfolio Nav */

#portfolio-nav {
	margin: 0;
	list-style: none;
	overflow: hidden;
}

#portfolio-nav img {
	float: none;
	padding: 0;
}

#portfolio-nav li {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 5px 5px 0;
}

#portfolio-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-color:#ffffff;
	/* for IE */
	filter: alpha(opacity=20);
	/* CSS3 standard */
	opacity: 0.2;
}

#portfolio-nav li a:hover {
	background-color:#ffffff;
	/* for IE */
	filter: alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1;
}


/* Project Listing */

.project {
	padding-top: 100px;
	margin-bottom: 400px;
}

.project h2 {
	/* margin-bottom: 0; */
	padding-top: 20px;
	clear: both;
}

.project img {
	padding: 0;
	margin-bottom: 0;
	border: 8px solid #fff;
}

.project-type {
	margin-bottom: 10px;
	color: #000;
	font-size: 85%;
	font-family: Georgia, Times, serif;
	font-style: italic;
	letter-spacing: .2em;
	line-height: 1.4em;
}

.project-description {
	margin: 0;
	padding: 17px 0;
	margin-bottom: 10px;
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: .15em;
	line-height: 2em;
	background: url(../img/div-line-double.png) repeat-x 0 0;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.project-description p {
	margin-bottom: 0;
}

.project-description p.project-view {
	position: absolute;
	top: -30px;
	right: 0;
	background: url(../img/nav-view-site.png) no-repeat 0 -12px;
	width: 49px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
}

.project-description p.project-view a {
	background: url(../img/nav-view-site.png) no-repeat 0 -12px;
	display: block;
	height: 100%;
	width: 100%;
}

.project-description p.project-view a:hover { background-position: 0 0; }

.back-to-top {
	display: none;
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.back-to-top a {
	padding: 5px;
	background-color: #dedcd9;
}

.back-to-top a:link, .back-to-top a:visited {
	color: #000;
}

.back-to-top a:hover {
	color: #fff;
	background-color: #000;
}


/* ---------------------------------------------------------------------------
	=About
--------------------------------------------------------------------------- */

#about-experience {
	float: left;
}

#about-education {
	float: right;
}

#about-recognition {
	float: right;
}

#download-resume {
	background: url(../img/btn-resume.png) no-repeat 0 0;
	width: 153px;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
}

#download-resume a {
	background: url(../img/btn-resume.png) no-repeat 0 0;
	display: block;
	height: 100%;
	width: 100%;
}

#download-resume a:hover { background-position: 0 -39px; }


/* ---------------------------------------------------------------------------
	=Contact
--------------------------------------------------------------------------- */

#contact ul {
	list-style: none;
	margin-left: 0;
}

/* ---------------------------------------------------------------------------
	=clearing
--------------------------------------------------------------------------- */

#header:after,
#content-container:after,
#foot-content:after, {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}