/* Master Resets (thanks Yahoo)
------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0;} 
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;} 
ol,ul,li {list-style:none;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6 {font-size:100%;} 
q:before,q:after {content:'';} 
abbr,acronym {border:0;} 
a,button,input,select {outline: none;}


/* General
------------------------------------------------------------- */
 
html, body {
	height: 100%;
	background: url(../images/background-body.gif);	
	color: #999;	
	font-family: Palatino, Georgia, Times, serif;
	}
.clear {clear: both;}
a {text-decoration: none;color: #fff;border-bottom: 1px solid #fff;}

h1,h2,h3,h4,h5,h6 {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	}
	

/* Header
------------------------------------------------------------- */

#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -180px;
	border-left: 10px solid #494949;	
	}
#page-bottom {
	height: 180px;
	}	
#header {
	position: relative;
	height: 180px;
	margin: 0 0 0 -10px;
	background: #fff;
	border-left: 10px solid #e7e7e7;
	}	
#header #logo {
	display: block;
	position: absolute;
	left: 30px;
	top: 30px;
	width: 54px;
	height: 40px;
	background: url(../images/logo.png) no-repeat left top;
	text-indent: -9999px;
	}	
#header #logo:hover {
	border: none;
	}	
#header #nav {
	display: none;
	position: absolute;
	left: 90px;
	top: 30px;
	width: 78px;
	height: 78px;
	padding: 0 0 0 9px;
	background: url(../images/background-nav.gif) left top no-repeat;
	}
#header #nav li {
	width: 78px;
	height: 26px;
	}	
#header #nav li a {
	display: block;
	width: 78px;
	height: 26px;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;	
	background-color: #a15fa0;
	border: none;
	}	
#header #nav li a.tumblog {background-image: url(../images/link-tumblog.png);}
#header #nav li a.portfolio {background-image: url(../images/link-portfolio.png);}
#header #nav li a.contact {background-image: url(../images/link-contact.png);}
#header #nav li a.about {background-image: url(../images/link-about.png);}

/* Content
------------------------------------------------------------- */	

#content {
	width: 512px;
	padding: 30px;
	background: url(../images/background-shine.png) no-repeat left top;
	}
#content h2 {
	margin: 0 0 20px 0;
	}
#content h2:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}		
#content h2 a {
	display: inline;
	font-size: 32px;
	line-height: 42px;
	font-weight: normal;
	text-shadow: #000 0px 1px 1px;
	color: #fff;
	}
#contact #content h2,
#about #content h2 {
	float: left;
	width: 150px;
	height: 53px;
	background: url(../images/title-contact.png) no-repeat left top;
	text-indent: -9999px;
	}	
#about #content h2 {
	width: 319px;
	background-image: url(../images/title-about.png);
	}
#portfolio #content h2 {
	width: 360px;
	height: 53px;
	background-image: url(../images/title-portfolio.png);
	text-indent: -9999px;	
	}	
#content p {
	margin: 0 0 18px 0;
	line-height: 24px;	
	font-size: 16px;
	}
#content p.intro {
	margin: 0 0 0 -30px;
	padding: 0 0 30px 30px;
	border-bottom: 1px solid #494949;
	color: #777;
	font-size: 14px;
	}	
	
/* Blog */	

#content #posts {
	margin: -30px 0 0 -30px;
	}
#content #posts li.post {
	position: relative;
	margin: 0 0 0 -10px;
	padding: 30px 0 30px 30px;
	border-bottom: 1px solid #494949;
	border-left: 10px solid #494949;
	}
#content #posts li.post .info {
	display: none;
	position: absolute;
	left: 30px;
	bottom: 10px;
	width: 512px;
	height: 15px;
	line-height: 15px;
	}	
#content #posts li.post .permalink {
	position: absolute;
	right: 10px;
	color: #777;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;	
	font-size: 11px;	
	border: none;
	}
#content #posts li.post .permalink:hover {
	color: #a15fa0;
	}
#content #posts li.post .date {
	position: absolute;
	left: 0px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;	
	font-size: 11px;	
	color: #444;	
	}	
#content #posts li.post h3 {
	margin: 20px 0 10px 0;
	color: #a15fa0;
	font-weight: normal;	
	font-size: 20px;
	}	
#content #posts li.post ol {
	margin: 0 0 18px 0;
	}	
#content #posts li.post ol li {
	list-style: decimal;
	margin: 0 0 0 20px;
	}	
#content #posts li.post div.regular {
	margin-bottom: -18px;
	}	
#content #posts li.post div.conversation {
	margin-bottom: -10px;
	}
#content #posts li.post div.caption {
	line-height: 20px;
	color: #999;
	font-size: 14px;
	}
#content #posts li.post	blockquote {
	margin: 0 0 10px 20px;
	padding: 0 0 0 10px;
	border-left: 1px solid #494949;
	}
#content #posts li.post	blockquote p {
	margin-bottom: 8px;
	}	
#content #posts li.post	blockquote p,
#content #posts li.post	blockquote a {
	line-height: 18px;	
	font-size: 12px;
	}		
#content #posts li.post img,
#content #posts li.post div.video-wrap {
	margin: 0 0 12px 0;	
	padding: 5px;
	background: url(../images/background-dark.png);
	border: 1px solid #333;
	}		
#content #posts li.post div.photo div.photo-wrap a {border: none;}
#content #posts li.post div.photo a:hover img {
	background: #a15fa0;
	border-color: #a15fa0;
	}	
#content #posts li.post div.quote blockquote {
	line-height: 22px;
	padding: 15px;
	margin: 0;
	background: url(../images/background-dark.png);
	border: none;
	font-style: oblique;
	}	
#content #posts li.post div.quote cite {	
	display: block;
	margin: 0 0 0 20px;
	padding: 5px 0 5px 42px;
	background: url(../images/background-quote.png) no-repeat left top;
	color: #777;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;	
	font-size: 11px;
	}	
#content #posts li.post div.link span.description {
	margin: 0 0 12px 0;
	line-height: 24px;	
	font-size: 16px;	
	}	
#content #posts li.post div.conversation dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}	
#content #posts li.post div.conversation dl dt {
	float: left;	
	width: 130px;
	margin: 0 0 10px 0;
	padding: 3px 5px;
	background: url(../images/background-light.png);
	color: #999;	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;	
	font-size: 12px;	
	}	
#content #posts li.post div.conversation dl dt.odd {
	background: url(../images/background-dark.png);
	}	
#content #posts li.post div.conversation dl dd {
	display: block;
	margin: 0 0 10px 150px;
	padding: 2px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	}	
	
/* Blog Navigation */
	
#content #navigation {
	height: 38px;
	margin: 30px 0 0 0;
	}	
#content #navigation li {
	float: left;
	width: 94px;
	height: 38px;
	background: url(../images/button-newer-disabled.gif) no-repeat left top;
	}	
#content #navigation li.older {
	float: right;
	background-image: url(../images/button-older-disabled.gif);
	}	
#content #navigation li a {
	display: block;
	float: left;
	width: 94px;
	height: 38px;
	background: url(../images/button-newer.png) no-repeat left top;
	border: none;
	text-indent: -9999px;
	}
#content #navigation li.older a	{
	float: right;
	background-image: url(../images/button-older.png);	
	}
#content #navigation li a.next {
	background-image: url(../images/button-next.png);	
	}
#content #navigation li a.prev {
	background-image: url(../images/button-prev.png);	
	}	
#content #navigation li a:active {background-position: left bottom;}
	
	
/* Contact */

#contact #content h2 {
	width: 150px;
	text-align: center;
	}
#content form {
	position: relative;
	}	
#content form fieldset {
	margin: 0 0 20px 0;
	}	
#content form h3 {
	clear: both;
	height: 16px;
	margin: 0 0 10px -30px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	}
#content form h3#info {background-image: url(../images/title-info.png);}	
#content form h3#details {background-image: url(../images/title-details.png);}
#content form h3#message {background-image: url(../images/title-message.png);}
#content form input,
#content form textarea {
	width: 450px;
	margin: 0 0 10px 0;
	padding: 10px 15px 10px 45px;
	background: url(../images/background-dark.png);
	border: 1px solid #494949;
	font-size: 16px;
	color: #494949;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	}
#content form input:focus,
#content form textarea:focus {
	color: #fff;
	}
#content form div.selector {
	display: block;
	float: left;
	position: relative;
	width: 249px;
	height: 38px;
	margin: 0 10px 10px 0;
	border: 1px solid #494949;
	background-position: left center;
	background-repeat: no-repeat;
	color: #444;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;	
	}	
#content form #form-work-budget-wrap div.selector	{
	background-image: url(../images/background-input-budget.png);
	}
#content form #form-work-pages-wrap div.selector	{
	margin-right: 0;
	background-image: url(../images/background-input-pages.png);
	}
#content form #form-work-deadline-wrap div.selector	{
	background-image: url(../images/background-input-deadline.png);
	}	
#content form div.selector span {
	position: absolute;
	left: 0px;
	width: 149px;
	height: 37px;
	line-height: 37px;
	padding: 0 10px 0 45px;
	}	
#content form div.selector.focus {
	color: #fff;
	}	
#content form div.selector select {
	position: absolute;
	width: 249px;
	height: 37px;
	padding: 10px 0;
	font-size: 18px;
	border: none;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;	
	}
#content form input.small {
	float: left;
	width: 189px;
	}		
#content form textarea {
	width: 480px;
	padding: 10px 15px;
	}	
#content form input#form-work-name,
#content form input#form-hello-name {
	background: url(../images/background-input-name.png) left center;
	}
#content form input#form-work-email,
#content form input#form-hello-email {
	background: url(../images/background-input-email.png) left center;
	}
#content form input#form-work-company {
	background: url(../images/background-input-company.png) left center;
	}
#content form input#form-work-website {
	background: url(../images/background-input-website.png) left center;
	}	
#content form input:focus,
#content form textarea:focus {
	outline: none;
	color: #fff;
	}	
#content form button {
	position: relative;
	top: 0px;
	width: 149px;
	height: 38px;
	margin: 10px 0 0 0;
	background: url(../images/button-send_message.png) no-repeat left top;
	border: none;
	text-indent: -9999px;
	}	
#content form button:hover {
	cursor: pointer;
	}	
#content form button:active {
	cursor: pointer;	
	background-position: left bottom;
	}	
#content #form-switch {
	float: left;
	margin: 0 0 0 10px;	
	}	
#content #form-switch div.selector {
	position: relative;
	width: 348px;
	height: 51px;
	margin: 0 0 20px 0;
	background: url(../images/background-select.png) no-repeat right center;
	border: 1px solid #494949;
	}	
#content #form-switch div.selector span {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 36px;
	padding: 5px 15px;
	font-family: "Futura LT Condensed", sans-serif;
	src: url("Futura-Condensed-Medium.ttf");
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: #000 0px 1px 1px;
	color: #494949;	
	}	
#content #form-switch div.selector select {
	width: 315px;
	height: 51px;
	border: none;
	font-size: 24px;
	}	
#content #form-hello-send,
#content #form-work-send {
	position: relative;
	width: 512px;	
	height: 37px;
	left: -364px;
	margin: 5px 0 0 0;
	}	
#content #form-hello-send-success,
#content #form-work-send-success {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 369px;
	height: 37px;
	background: url(..//images/flag-success.png) no-repeat left top;
	text-indent: -9999px;
	}	
#content #form-hello-send button,
#content #form-work-send button {
	position: absolute;
	margin: 0;
	left: 364px;
	top: 0px;
	}	
#content p.error {
	position: absolute;
	left: 145px;
	bottom: -18px;
	width: 317px;
	height: 37px;
	padding: 0 10px 0 20px;
	background: url(../images/flag-error.png) no-repeat left top;
	text-indent: -9999px;
	}
		
		
/* About */

#about #content div.info {
	margin: 0 0 30px 0;
	}
#content div.info:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}	
#content div.info img {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #494949;
	}
#content div.info ul {
	float: left;
	}		
#content div.info ul li {
	position: relative;
	width: 250px;
	margin: 0 0 4px 0;
	padding: 4px 0;
	border-top: 1px solid #494949;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 12px;
	}	
#content div.info ul li strong {
	display: block;
	position: absolute;
	right: 0px;
	top: 6px;
	width: 80px;
	height: 8px;
	background-position: right top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}	
#content div.info ul li.full_name strong {background-image: url(../images/title-full_name.png);}	
#content div.info ul li.location strong {background-image: url(../images/title-location.png);}
#content div.info ul li.hometown strong {background-image: url(../images/title-hometown.png);}
#content div.info ul li.twitter strong {background-image: url(../images/title-twitter.png);}
#content div.info ul li.facebook strong {background-image: url(../images/title-facebook.png);}
#content div.info ul li.flickr strong {background-image: url(../images/title-flickr.png);}
#content div.info ul li.lastfm strong {background-image: url(../images/title-lastfm.png);}	
#content div.info ul li.vimeo strong {background-image: url(../images/title-vimeo.png);}
#content div.bio {
	clear: both;
	}
#content div.bio h3 {
	margin: 0 0 10px -30px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}	
#content div.bio.tom h3 {background-image: url(../images/title-biography_by_thomas_ippen.png);}
#content div.bio.simon h3 {background-image: url(../images/title-biography_by_simon_frankson.png);}
	
/* Footer
------------------------------------------------------------- */		

#footer {
	height: 120px;
	padding: 30px;
	border-left: 10px solid #494949;	
	background: #111;	
	}
#footer a.logo {
	display: block;
	float: left;
	width: 44px;
	height: 40px;
	margin: 5px 10px 0 0;
	background: url(../images/logo-greyscale.png) no-repeat left top;
	border: none;
	text-indent: -9999px;
	}	
#footer p {
	width: 440px;
	line-height: 20px;	
	margin: 0 0 0 70px;
	font-size: 14px;
	color: #444;
	}	
#footer p a {
	color: #777;
	border-color: #777;
	}