/*========RESET========*/

article,
aside,
blockquote,
body,
dialog,
div,
dl,
dt,
dd,
form,
fieldset,
figure,
footer,
header,
hgroup,
input,
h1,
h2,
h3,
h4,
h5,
h6,
li,
legend,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul
	{margin: 0; padding: 0;}

table
	{border-collapse: collapse; border-spacing: 0;}

button,
input,
select,
textarea
	{font-family: inherit; font-size: inherit;}

fieldset,
img
	{border: 0;}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var
	{font-style: normal; font-weight: normal;}

caption,
th
	{text-align: left;}

h1,
h2,
h3,
h4,
h5,
h6
	{font-size: 100%; font-weight: normal;}

a
	{text-decoration: none; color: inherit;}

q:before,
q:after
	{content: "";}

ul,
ol
	{list-style-position: inside; list-style-type: none;}

abbr
	{border: 0;}

a:hover,
a:active
	{outline: 0;}
	
a:focus
	{outline: none;}
	
* {
	background-repeat: no-repeat;
	background-position: top left;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section
	{display: block;}

/*========SWATCHES========*/

/*

*/

/*========FONTS========*/

/*@font-face {
	font-family: 'Droid Sans';
	src: url(../font/droid/DroidSans.eot);
	src: local('Droid Sans'), 
		url(../font/droid/DroidSans.ttf) format('truetype');
}

@font-face {
	font-family: 'Droid Sans';
	src: url(../font/droid/DroidSans-Bold.eot);
	src: local('Droid Sans Bold'), 
		url(../font/droid/DroidSans-Bold.ttf) format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'Bebas';
	src: url(../font/bebas/bebas.eot);
	src: local('Bebas'), 
		url(../font/bebas/bebas.ttf) format('truetype');
}

@font-face {
	font-family: 'Bebas';
	src: url(../font/bebas/bebas.eot);
	src: local('Bebas'), 
		url(../font/bebas/bebas.ttf) format('truetype');
	font-weight: bold;
}*/

h1,
h2,
h3,
h4,
h5,
h6
	{}
	
p
	{margin: 0 0 1em 0; line-height: 1.4;}
	
dd
	{line-height: 1.2;}
	
h1,
h2,
h3,
h4,
h5,
h6,
p,
dt,
dd,
li
	{cursor: default;}


/*========GLOBAL========*/

p em
	{font-style: italic;}

p a,
dd a
	{border-bottom: 1px dotted #999;}
	p a:hover,
	p a:focus,
	dd a:hover,
	dd a:focus
		{background-color: #999; color: #FFF; border-color: #666;}
		
a
	{-webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease;}
	

/*========STYLES========*/

body
	{font-size: small; font-family: "Open Sans", "Droid Sans", Helvetica, "Free Sans", Arial, Verdana, sans-serif; color: #666; background-color: #DDD; background-image: -moz-linear-gradient(#EEE 20%, #DDD);
	padding: 0 2em;}
	
	div#ie-warning
		{margin: 200px 0 500px 0; position: relative;}
		
		div#ie-warning h1,
		div#ie-warning p
			{position: relative; z-index: 100;}
		
		div#ie-warning h1
			{font-size: 350%; letter-spacing: -0.06em; word-spacing: 0.5em; margin-bottom: 1em;}
			
		div#ie-warning p
			{font-size: 120%;}
			
			div#ie-warning p.warning
				{font-size: 140%;}
			
			div#ie-warning p strong
				{font-weight: bold; color: #333;}
				
		div#ie-warning img
			{position: absolute; left: -100px; top: -20px;  z-index: 50;}
	
	div#wrap
		{width: 880px; margin: 0 auto;}
		
		header
			{}
			
			h1
				{font-size: 700%; margin: 0.5em 0; letter-spacing: -0.05em; /*word-spacing: 0.2em;*/ color: #333; color: rgba(0,0,0,0.75);
				font-weight: 700;}
				
				h1 span
					{display: block; float: left;}
				
				h1 strong
					{font-size: 50%; padding-left: 0.5em; letter-spacing: -0.04em; word-spacing: 0.1em; color: #555; color: rgba(0,0,0,0.5);}
			
			header p
				{}
				
			nav
				{}
				
				nav ul
					{}
					
					nav ul li
						{float: left;}
						
						nav ul li a
							{display: block;}
							
		/*========CONTENT SHARED========*/
		
		section
			{}
			
			article
				{}
				
				h1,
				h2,
				h3
					{font-family: Abel, "Open Sans", Helvetica, "Free Sans", Arial, Verdana, sans-serif; text-transform: uppercase;}
				
				h2
					{font-size: 350%; margin: 0.8em 0 0.5em 0;  letter-spacing: -0.05em; /*word-spacing: 0.2em;*/ color: #000;}
					
				h3
					{font-size: 180%; margin: 0 0 0.6em 0; letter-spacing: -0.03em; /*word-spacing: 0.2em;*/ color: #000;}
					
					h3 span
						{display: block}
			
				div.shelf
					{margin-bottom: 70px;}
					
					div.shelf > div
						{width: 420px; float: left; margin: 0 40px 0 0;}
						div.shelf div:last-child
							{margin-right: 0 !important;}
						div.shelf div.end
							{margin-right: 0 !important;}
				
				
				/*========PORTFOLIO SPECIFIC========*/
				
				
				div#portfolio
					{background: #EEE; background: rgba(255,255,255,0.4); margin: 0 -40px; padding: 30px 40px 40px 40px;
					-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
					-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease}
					body:hover div#portfolio
						{background: #FFF; background: rgba(255,255,255,0.8);}
						
					div#portfolio h2
								{margin: 0 0 0.8em 0;}
								
					div#portfolio h3
						{margin: 0.6em 0; padding: 0 8px; line-height: 1.2;}
						
					div#portfolio dl
						{}
						
						div#portfolio dt,
						div#portfolio dd
							{}
						
						div#portfolio dt
							{font-weight: bold; margin: 0 0 0.3em 0;}
							div#portfolio dt:after
								{content: ":";}
							
						div#portfolio dd
							{margin: 0 0 1em 0;}
							
							div#portfolio dd a
								{border-bottom: 1px dotted #999;}
							
							
						div.desc
							{padding: 0 0 0 8px;}
							
						div.detail
							{padding: 0 8px 0 0;}
						
								
					div#portfolio div.shelf
						{}
							
						div#portfolio div.featured div
							{}
							
							div#portfolio div.featured h3
								{font-size: 220%;}
							
							div.desc,
							div.detail
								{font-size: 90%;}
							
							div.featured div.desc
								{float: left; width: 55%;}
								
								
							div.featured div.detail
								{float: right; width: 35%;}
					
						div#portfolio div.minor div
							{width: 266px;}
							
							div#portfolio div.minor div.desc,
							div#portfolio div.minor div.detail
								{padding: 0 8px;}
								
						div#portfolio div.minor div
							{}

						div a.zoom
							{display: block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border: 3px solid #CCC; /*border-color: rgba(0,0,0,0.25);*/ position: relative;}
							
							div a.zoom:hover
								{border-color: #AAA;/* border-color: rgba(255,0,0,0.5);*/}
								
							div a.zoom:focus
								{border-color: rgba(0,0,0,0.5);}
							
							div a.zoom img
								{display: block; /*opacity: 0.8;*/ -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out;}
								
							div a.zoom abbr
								{display: block; position: absolute; width: 24px; height: 24px; background: #333; background: rgba(0,0,0,0.7); -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; background-image: url(../img/bg/zoom.png); background-repeat: no-repeat; background-position: 4px 4px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; right: 12px; bottom: 12px; opacity: 0; visibility: hidden;}
								div a.zoom:hover abbr
									{opacity: 1; right: 20px; bottom: 20px; visibility: visible;}
								div a.zoom:hover img
									{opacity: 1;}
									
									
								img#ZoomImage
									{border: 5px solid #333; border-color: rgba(0,0,0,0.7); padding: 4px; background: #FFF; background: rgba(255,255,255,0.7); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow:; -moz-box-shadow: 0 0 15px rgba(0,0,0,0.4); box-shadow: ;}
								
				
				/*========ABOUT-ME SPECIFIC========*/
				
				
				div#about-me
					{margin: 70px 0 0 0;}
							
					div.about
						{width: 572px !important;/* -moz-column-count: 2; -moz-column-gap: 20px; -webkit-column-count: 2; -webkit-column-gap: 20px; column-count: 2; column-gap: 20px;*/}
						
						div#avatar
							{float: left; margin: 0 16px 10px 0; border: 5px solid #FFF; /*background-image: url(../img/avatar_hover.png);*/ background-position: 2px 2px;}
							
							div#avatar img
								{display: block; /*padding: 2px;*/ -webkit-transition: opacity 0.15s ease; -moz-transition: opacity 0.15s ease; transition: opacity 0.15s ease;}
								/*div#avatar:hover  img
									{opacity: 0;}*/
					
					div.read
						{width: 266px !important; position: relative; top: -6em;}
						
						div.read ul
							{width: 15em;}
							
							div.read li
								{border-bottom: 1px dotted #FFF;}
								div.read li:last-child
									{border-bottom: 0;}
								
								div.read li a
									{display: block; padding: 0.5em 0.5em 0.5em 33px; background-position: 8px 50%;
									-webkit-transition: background-color 0.1s ease; -moz-transition: background-color 0.1s ease; -o-transition: background-color 0.1s ease; transition: background-color 0.1s ease;}
									div.read li a:hover,
									div.read li a:focus
										{background-color: #CCC; color: #FFF; background-position: -292px 50%;}
										
									div.read li.lh a
										{background-image: url(../img/bg/read_icon_lifehacker.png);}
									div.read li.smashing a
										{background-image: url(../img/bg/read_icon_smashing.png);}
									div.read li.ala a
										{background-image: url(../img/bg/read_icon_a-list-apart.png);}
									div.read li.css-t a
										{background-image: url(../img/bg/read_icon_css-tricks.png);}
									div.read li.tnt a
										{background-image: url(../img/bg/read_icon_twit.png);}
									div.read li.twig a
										{background-image: url(../img/bg/read_icon_twit.png);}
									div.read li.kas a
										{background-image: url(../img/bg/read_icon_kas.png);}
									div.read li.uuk a
										{background-image: url(../img/bg/read_icon_uuk.png);}
									div.read li.bws a
										{background-image: url(../img/bg/read_icon_big-web-show.png);}
									div.read li.os-news a
										{background-image: url(../img/bg/read_icon_os-news.png);}
									div.read li.xkcd a
										{background-image: url(../img/bg/read_icon_xkcd.png);}
									div.read li.dilbert a
										{background-image: url(../img/bg/read_icon_dilbert.png);}
									div.read li.sas a
										{background-image: url(../img/bg/read_icon_script-and-style.png);}	
									div.read li.verge a
										{background-image: url(../img/bg/read_icon_verge.png);}
									div.read li.tatw a
										{background-image: url(../img/bg/read_icon_tatw.png);}
									div.read li.ars a
										{background-image: url(../img/bg/read_icon_ars.png);}
							
							
				/*========CONTACT-ME SPECIFIC========*/
				
				div#contact-me
					{}
					
					div#relative
						{position: relative;}
					
					div#twitter
						{float: none; position: absolute; bottom: 15px; right: 0; background-color: #FFF; width: 600px; min-height: 45px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-image: url(../img/bg/quote_left.png); background-position: top left;}
						
						div#tweet
							{position: relative; float: none; margin: 0; padding: 15px 60px 15px 60px; background-image: url(../img/bg/quote_right.png); background-position: bottom right; min-height: 1em;}
							
							span.content
								{}
								/*span.content:before,
								span.content:after
									{position: absolute; color: #DDD; font-size: 900%; font-family: "Hoefler Text", Constantia, Baskerville, "Baskerville Old Face", Garamond, Cambria, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, Times, "Times New Roman", serif; text-shadow: 0 -1px 1px rgba(0,0,0,0.3);}
								span.content:before
									{content: "\201C"; left: 10px; top: -18px;}
								span.content:after
									{content: "\201D"; right: 10px; top: -4px;}*/
									
								div#tweet a
									{border-bottom: 1px dotted #999;}
									div#tweet a:hover,
									div#tweet a:focus
										{background-color: #666; color: #FFF; border-color: #FFF;}
								
							span.when
								{font-size: 85%; font-style: italic; color: #BBB;}
								span.when:before
									{content: "\2002\2013\2002";}
						
						span#point
							{display: block; position: absolute; left: -20px; bottom: 15px; width: 0; height: 0;	border-right: 0 solid transparent; border-left: 20px solid transparent; border-bottom: 15px solid #FFF;}
					
					div.message,
					div.contact-method,
					div.follow
						{width: 266px !important;}
					
					div.message
						{}
						
					div.contact-method
						{}
						
						div.contact-method dl
							{}
							
							div.contact-method dt
								{margin: 0 0 0.3em 0; font-weight: bold;}
								
							div.contact-method dd
								{margin: 0 0 1em 0.5em;}
						
					div.follow
						{}
						
						form
							{}
							
							form ol
								{}
								
								form > ol > li
									{margin: 0 0 1em 0;}
									
									form label
										{float: left; width: 80px; padding: 0.4em 0;}
										
										form abbr
											{font-weight: bold; font-size: 70%; vertical-align: top;}
										
										form input,
										form textarea
											{float: right; padding: 0.4em 0.5em; border: 0; background: #EEE; color: #666; width: 160px; font-size: 90%; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
											-webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease;}
											form input:focus,
											form textarea:focus
												{background: #FFF; color: #333; outline: 0;}
											
										form textarea
											{}
											
									form button
										{margin: 0 0 0 94px; border: 0; background-color: #888; color: #FFF; line-height: 1; padding: 0.3em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; position: relative;
										-webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease;}
										form button:hover
											{background-color: #333;}
										form button:active
											{top: 2px;}
										
									.ketchup-error-container
										{display: none; position: absolute; width: auto;}
										
										.ketchup-error-container ol
											{font-size: 80%; color: #FFF; background: #222; background: rgba(0, 0, 0, 0.8); padding: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; line-height: 1;}
										
										.ketchup-error-container span
											{display: block; width: 0; height: 0; border-left: 0 solid transparent; border-right: 12px solid transparent; border-top: 8px solid #222; border-top: 8px solid rgba(0, 0, 0, 0.8); border-bottom: 0; margin-left: 10px; margin-bottom: -6px;}
										
						
						div#contact-me ul
							{}
							
							div#contact-me ul li
								{float: left; margin: 0 15px 15px 0;
								-webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease;}
							
								div#contact-me ul li a
									{display: block; width: 100px; height: 39px; text-indent: -9999em; /*opacity: 0.7;*/ background-color: #CCC;
									-webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; -o-transition: all 0.15s ease; transition: all 0.15s ease;}
									/*div#contact-me ul li a:hover
										{opacity: 1;}*/
									div#contact-me ul li.google
										{background-image: url(../img/bg/social_google_colours.png); background-position: 0 39px;}
									div#contact-me ul li.google a
										{background-color: transparent; background-image: url(../img/bg/social_google.png);}
										div#contact-me ul li.google:hover
											{background-position: 0 0;}
									div#contact-me ul li.twitter a
										{background-image: url(../img/bg/social_twitter.png);}
										div#contact-me ul li.twitter a:hover,
										div#contact-me ul li.twitter a:focus
											{background-color: #34CCFF;}
									div#contact-me ul li.facebook a
										{background-image: url(../img/bg/social_facebook.png);}
										div#contact-me ul li.facebook a:hover,
										div#contact-me ul li.facebook a:focus
											{background-color: #3B5998;}
								
						
		footer
			{font-size: 85%; text-align: right; margin: 5em 0;}
			
			footer p
				{margin: 0 0 0.5em 0;}
				
				footer p.employment
					{color: #999;}
						
				
/*========JOB SEPCIFIC========*/								
	
div.enhance dd a
	{border-color: #FF0099;}
	div.enhance dd a:hover
		{background-color: #FF0099; border-color: #FFF; color: #FFF;}
		
div.dutton-forshaw dd a
	{border-color: #222;}
	div.dutton-forshaw dd a:hover
		{background-color: #222; border-color: #FFF; color: #FFF;}
	
	
/*========TEXT SELECTION========*/

body *::selection
	{background: #999; color: #FFF;}
body *::-moz-selection
	{background: #999; color: #FFF;}

div.enhance *::selection
	{background: #FF0099; color: #FFF;}
div.enhance *::-moz-selection
	{background: #FF0099; color: #FFF;}
	
div.dutton-forshaw *::selection
	{background: #222; color: #FFF;}
div.dutton-forshaw *::-moz-selection
	{background: #222; color: #FFF;}
	
div.simply-swing *::selection
	{background: #CAA46F; color: #FFF;}
div.simply-swing *::-moz-selection
	{background: #CAA46F; color: #FFF;}
	
div.fiesta *::selection
	{background: #000; color: #00BCE4;}
div.fiesta *::-moz-selection
	{background: #000; color: #00BCE4;}
	
div.kuga *::selection
	{background: #FF9900; color: #FFF;}
div.kuga *::-moz-selection
	{background: #FF9900; color: #FFF;}
	
div.january-sale *::selection
	{background: #123B73; color: #FFF;}
div.january-sale *::-moz-selection
	{background: #123B73; color: #FFF;}
	
div.stationery *::selection
	{background: #00447A; color: #FFF;}
div.stationery *::-moz-selection
	{background: #00447A; color: #FFF;}
	
div.venture *::selection
	{background: #FEA41C; color: #FFF;}
div.venture *::-moz-selection
	{background: #FEA41C; color: #FFF;}


/*========TOOLBOX========*/

.group:after,
dl:after
	{content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 1%; line-height: 0;}
	
span.hide
	{position: absolute; left: -9999px;}
	
	
/*========SOPA 2012-01-18========*/

/*h1,
h2,
h3,
p,
a,
dl,
dt,
dd,
label,
avatar {
	color: black !important;
	background-color: black !important;
}

a {
	border: 0 !important;	
}

img,
.follow li a {
	opacity: 0 !important;
	background-color: black !important;	
}

button {
	display: none !important;	
}

.read li a {
	background-image: none !important;	
}

*::selection
	{color: black !important;
	background-color: black !important;}
*::-moz-selection {
	color: black !important;
	background-color: black !important;}	*/
