/**
 * Author:		Dylan Harrington and Shali Nguyen
 * Project: 	shalinguyen.com Redesign
 * Date:		12/25/2009
-------------------------------------**/

/** Base
-------------------------------------**/
body {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	font-family: helvetica, arial, sans-serif;
	background-color: #333;
	color: #fff;
	overflow-x:hidden;
	max-width:100%;
}
ul,
ol {
	padding-left: 0;
	list-style-type: none;
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

/** Links
-------------------------------------**/
a {
	color: #fc00b8;
	text-decoration: none;
}
a:hover,
a:active,
a:focus	{
	text-decoration: underline;
}

/** Utility -> Clearfix
-------------------------------------**/
#socialmedia:after,
#pieces:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/** Utility -> Image to Text Replacements
-------------------------------------**/
.image-replace {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0;
}
.shali-logo {
	background-image: url(../img/text.logo-shalinguyen.png);
	width: 436px;
	height: 109px;
}
.shali-tagline {
	background-image: url(../img/text.tagline-i-like-to-make-things-pretty.png);
	width: 296px;
	height: 20px;
}
.about-me {
	background-image: url(../img/text.about-me.png);
	width: 113px;
	height: 19px;
}
.keywords {
	background-image: url(../img/text.keywords.png);
	width: 113px;
	height: 22px;
}
.find-me-on {
	background-image: url(../img/text.find-me-on.png);
	width: 125px;
	height: 19px;
}
.designed {
	background-image: url(../img/icon.paint-bucket.fff.png);
	overflow:hidden;
	text-indent:-9999px;
	width:16px;
	height:16px;
	display:block;
	float:left;
}
.coded {
	background: url(../img/icon.brackets.fff.png) no-repeat center center;
	overflow:hidden;
	text-indent:-9999px;
	width:16px;
	height:16px;
	display:block;
	padding-left:16px;
	float:left;
}

/** Utility -> Misc
-------------------------------------**/
.offscreen {
	position: absolute;
	left: -9999px;
}

/** Layout -> *Main element -> Inner
-------------------------------------**/
.inner {
	margin: 0 auto;
	width: 950px;
	position: relative;
}

/** Layout -> Header
-------------------------------------**/
#header {
	background-color: #181818;
	padding: 26px 0 21px;
}
#header h1 {
	margin: 0;
}
#header em {
	position: absolute;
	right: 0;
	top: 86px;
}

/** Layout -> Portfolio
-------------------------------------**/
#portfolio {
	background-color: #fff;
	padding-bottom:4em;
}

/** Layout -> Portfolio -> Guide
-------------------------------------**/
#guide {
	background-color: #f2f2f2;
	color: #181818;
	height: 47px;
	margin-bottom: 18px;
}
#guide dl {
	position: absolute;
	right: 0;
}
#guide dt {
	float: left;
	margin-left: 14px;
}
#guide dd {
	float: left;
	margin-left: 6px;
}
#portfolio-nav {
	height: 47px;
	position: relative;
	overflow: hidden;
}
#portfolio-nav ul {
	width: 710px;
	position: absolute;
	bottom: -50px;
	right: 0;
	overflow: hidden;
	zoom: 1;
}
#portfolio-nav ul li {
	display: inline;
}
#portfolio-nav ul li a {
	float: right;
	margin-left: 10px;
	background: url(../img/sprite.buttons.png);
	color: #fff;
	width: 50px;
	height: 30px;
	text-indent: -999px;
	overflow: hidden;
}
#portfolio-nav ul li.back a {
	float: left;
	background-position: 0 0;
	width: 220px;
}
#portfolio-nav ul li.next a {
	background-position: -400px 0;
}
#portfolio-nav ul li.prev a {
	background-position: -300px 0;
}
#portfolio-nav ul li.back a:hover {
	background-position: 0 72px;
}
#portfolio-nav ul li.next a:hover {
	background-position: -400px 72px;
}
#portfolio-nav ul li.prev a:hover {
	background-position: -300px 72px;
}

/** Layout -> Portfolio -> Navigation
-------------------------------------**/
#navigation {
	position: absolute;
	left: 0;
	width: 230px;
	margin-top: 0;
}
#navigation li a {
	display: block;
	font-size:20px;
	padding:5px 10px 3px;
	color: #d3d2d2;
	text-transform: lowercase;
	zoom:1;
}
#navigation a:hover,
#navigation li.selected a {
	color: #fff;
	background-color: #a3a3a3;
	text-decoration: none;
}
#navigation a:hover {
	background-color:#ccc;
}

/** Layout -> Portfolio -> Portfolio-Item
-------------------------------------**/
#portfolio-item {
	margin: 0 0 0 230px;
	padding-left: 20px;
	color:#1d1d1d;
	overflow:hidden;
}
#portfolio-item h2 {
	float:left;
	margin:0 0 .5em;
}
#portfolio-item h3 {
	margin-bottom:0;
}
#portfolio-item p,#portfolio-item ul {
	margin-top:0;
}
#portfolio-item li {
	display: inline;
}
#portfolio-item img {
	border:1px solid #ccc;
	clear:both;
	display:block;
	max-width:698px;
}
#portfolio-item strong {
	margin-left: 5px;
}
#portfolio-item em {
	position: absolute;
	right: 0;
	bottom: 0;
}
#portfolio-item em img {
	margin-right: 5px;
}

#portfolio-description {
	width:70%;
	float:left;
	margin-bottom:1em;
}
#portfolio-methods {
	width:25%;
	float:right;
}
#portfolio-methods li {
	background:#eee;
	padding:5px;
	margin:4px 4px 0 0;
	float:left;
	list-style-type:none;
}

a.launch {
	background:url(../img/sprite.buttons.png) no-repeat -500px 0;
	float:right;
	margin-top:6px;
	text-transform:uppercase;
	width:55px;
	height:15px;
	text-indent:-999px;
	overflow:hidden;
	display:block;
}
a.launch:hover {
	background-position: -500px -50px;
	cursor:pointer;
}

/** Layout -> Portfolio -> Pieces
-------------------------------------**/
#pieces {
	margin: 0 0 0 230px;
}
#pieces h2 {
	color: #1d1d1d;
}
#pieces li {
	display: inline;
}
#pieces img {
	border: 1px solid #ccc;
	width:218px;
}
#pieces a:hover img {
	border: 1px solid #FC00B8;
}
#pieces a {
	width: 220px;
	margin: 0 0 20px 20px;
	height: 195px;
	float: left;
	font-size: 12px;
	text-decoration: none;
	color: #181818;
	position: relative;
}
/*#pieces a:hover {
	border: 4px solid #A3A3A3;
	margin: -4px -4px 16px 16px;
}*/
#pieces strong {
	margin-left: 5px;
}
#pieces em {
	position: absolute;
	right: 0;
	bottom: 0;
}
#pieces em img {
	margin-right: 5px;
}

/** Layout -> Contact Me
-------------------------------------**/
#contact {
	position: fixed;
	_position: absolute;
	top: 150px;
	right: -230px;
	background: #fff;
	color: #1d1d1d;
	width: 225px;
}

#email-form {
	margin-bottom: 0;
}

.docked:hover {
	right:-225px;
}

#contact fieldset {
	border: 3px solid #FC00B8;
	border-right-color: #fff;
	padding: 15px;
	min-height: 200px;
}
#contact fieldset label {
	display: block;
	font-size: 12px;
	padding-top: 0.5em;
}

span.error {
	font-size: 12px;
	color: red;
}

input.text,textarea {
	padding: 3px 23px 3px 3px;
	width: 150px;
	border: 1px solid #ccc;
}

#contact input.button {
	background-image: url(../img/sprite.buttons.png);
	background-position: -650px 0;
	background-repeat: no-repeat;
	border: 0;
	text-indent: -9999px;
	overflow: hidden;
	text-transform: capitalize;
	height: 26px;
	width: 128px;
	display: block;
	cursor: pointer;
}
#contact-tab {
	background: url(../img/sprite.buttons.png);
	background-position: -600px 21px;
	background-repeat: no-repeat;
	height: 143px;
	left: -34px;
	overflow: hidden;
	position: absolute;
	text-indent: -999px;
	width: 36px;
	cursor: pointer;
	outline: 0;
}
.ok {
	background: #E8FFCB url(../img/sprite.buttons.png) no-repeat -62px -97px;
	border: 1px solid #72C609 !important;
}
.error {
	background: #FFD7DA url(../img/sprite.buttons.png) no-repeat 158px -96px;
	border: 1px solid red !important;
}

/** Layout -> Profile
-------------------------------------**/
#profile {
	background-color: #181818;
	padding: 33px 0 15px;
	overflow: hidden;
}
#profile h3 {
	position: absolute;
	left: 0;
}
#profile p {
	margin: 0 0 18px 180px;
}

/** Layout -> Footer
-------------------------------------**/
#footer {
	padding: 16px 0 20px;
}
#footer h3 {
	position: absolute;
	top: 7px;
	left: 0;
}
#socialmedia li {
	display: inline;
}
#socialmedia {
	margin: 0 0 0 175px;
}
#socialmedia a {
	margin-left: 5px;
	width: 32px;
	height: 32px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/sprite.socialmedia.png);
	background-repeat: no-repeat;
}
.twitter {
	background-position: 0 0;
}
.tumblr {
	background-position: -37px 0;
}
.linkedin {
	background-position: -74px 0;
}
.yelp {
	background-position: -111px 0;
}
.lastfm {
	background-position: -148px 0;
}
.delicious {
	background-position: -185px 0;
}
.digg {
	background-position: -222px 0;
}
.flickr {
	background-position: -259px 0;
}

#copyright {
	position: absolute;
	margin: 0;
	top: 8px;
	right: 0;
}