/*=================================================

		CSS for: tobyvervaart.com
		Author: Toby Vervaart
		Company: Toby Vervaart / Mixed Signals Media
		Email: hello@tobyvervaart.com
		Creation Date: 27/05/09
		Last Modified: 27/05/09

=================================================*/

/*=================================================

		GLOBALS
		
=================================================*/

/* CSS Reset
-------------------------------------------------*/

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,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

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

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

abbr,acronym { 
	border:0;
}

/* Set 1em == 10px
-------------------------------------------------*/

html {
	font-size: 50%;
}

body {
	font-size: 125%;
}

/*=================================================

		COLOUR & TYPOGRAPHY
		
=================================================*/

body {
	background: #E6D5BB;
	color: #1F1F21;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/* Headings
-------------------------------------------------*/

h1 {
	
}

h1 a {
    display: block;
    width: 101px;
    height: 100px;
    background: transparent url("../images/logo.gif") no-repeat top left;
    text-indent: -9999px;    
}

h1 a:hover {
    background-position: 0 -101px;    
}

h2 {
	
}

h2 a {
    display: block;
    width: 39px;
    height: 39px;
    background: transparent url("../images/blog.gif") no-repeat top left;
    text-indent: -9999px;    
}

h2 a:hover {
    background-position: 0 -39px;    
}

h3 {
	
}

h3#more_work a {
    display: block;
    width: 50px;
    height: 32px;
    background: transparent url("../images/bg-morelink.gif") no-repeat top left;
    text-indent: -9999px;    
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

/* Paragraphs & Text
-------------------------------------------------*/

p {
    line-height: 14px;
    margin: 0 0 5px 0;
}

small {
	
}

/* Lists
-------------------------------------------------*/

ul {
	
}

li {
	
}

ol {
	
}

dl {
	
}

dt {
	
}

dd {
	padding: 2px 0;
}

/* Links
-------------------------------------------------*/

a:link, a:active, a:visited {
	
}

a:hover {
	
}

/* Rules
-------------------------------------------------*/

hr {
	display: none;
}

/* Forms
-------------------------------------------------*/

fieldset {
	
}

legend {
	
}

form {
	
}

label {
	
}

input, textarea, select {
	padding: 2px;
	font-size: 1.2em;
}

input {
	
}

input[type="radio"], input[type="checkbox"], input[type="submit"], input[type="button"] {
	width: auto;
}

textarea {
	
}

select {
	
}

optgroup {
	
}

option {
	
}

/* Tables
-------------------------------------------------*/

table {
	
}

tr {
	
}

thead {
	
}

th, td {
	padding: 5px;
}

th {
	
}

tbody {
	
}

td {
	
}

tfoot {
	
}

/*=================================================

		STRUCTURE
		
=================================================*/

div#wrapper {
    position: relative;
}

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

div#header {
	margin-top: 10px;
}

/* Navigation
-------------------------------------------------*/

ul#nav {
	
}

ul#nav li {
	
}

ul#nav li a {
	
}

/* Body
-------------------------------------------------*/

div#content {
	
}

div#blog_link {
    margin-top: 15px;    
}

/* Work Container
-------------------------------------------------*/

div.top_shim {
    margin-top: 23px;    
}

div#about_me {
    position: absolute;
    top: 60px;
    left: 240px;
    background: #FFF;
    color: #1F1F21;
    /*height: 700px;*/
    display: none;
    z-index: 9999;
    width: 460px;
    border: 10px solid #1F1F21;
}

a#close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url("../images/bg-close.gif") no-repeat top left;
    text-indent: -9999px;    
}

div#about_me h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 24px;
    padding: 20px 60px 20px 20px;   
}

div#about_me p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 60px 10px 20px;
}

div.work_cont {
    margin: 0 0 20px 0;
    position: relative;    
}

div.front, div.back {
    width: 200px;
    height: 200px;
    padding: 10px;
    background: #FFF;  
}

div.front a img, div.back a img {
    margin: 0 0 8px 0;    
}

div.front h3, div.back h3 {
    font-size: 14px;
    font-weight: bold;
}

div.back h3 {
    margin: 0 0 5px 0;    
}

div.front a.flip, div.back a.flip {
    display: block;
    width: 13px;
    height: 15px;
    background: transparent url("../images/flip.gif") no-repeat top left;
    background-position: 0 -15px;
    text-indent: -9999px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    outline: none;  
}

div.front a.flip:hover, div.back a.flip:hover {
    background-position: 0 0;    
}

a.external {
    font-size: 10px;
    color: #7B7B7B;
    font-style: italic;    
}

a.external:hover {
    color: #1F1F21;    
}

span.overlay {
    width: 202px;
    height: 162px;
    background: transparent url("../images/overlay.png") no-repeat top left;
    position: absolute;
    top: 10px;
    left: 10px;
    display: none; 
}

div.back {
    display: none;    
}

div.more_info {
    height: 140px;
    padding: 40px 20px;
    background: transparent url("../images/bg-moreinfo.gif") no-repeat top left;
    color: #FFF;
    text-align: center;
}

div.more_info h2#hd_who {
    display: block;
    width: 46px;
    height: 21px;
    background: transparent url("../images/bg-who.gif") no-repeat top left;
    text-indent: -9999px;
    margin: 0 0 7px 60px;   
}

div#more {
    margin-bottom: 20px; 
}

div#more h3 {
    text-align: center;    
}

/* Footer
-------------------------------------------------*/

div#footer {
	clear: both;
	padding: 20px 0 50px 0;
	margin: 20px 0 0 0;
	background: #1F1F21;
	overflow: auto;
	_height: 1%;
	color: #FFF;
}

div#footer a, div.more_info a {
    color: #FFF;    
}

div#footer dl dt {
    margin: 0 0 10px 0;    
}

dt#hd_getintouch {
    display: block;
    width: 109px;
    height: 14px;
    background: transparent url("../images/bg-getintouch.gif") no-repeat top left;
    text-indent: -9999px;    
}

dt#hd_besocial {
    display: block;
    width: 85px;
    height: 15px;
    background: transparent url("../images/bg-besocial.gif") no-repeat top left;
    text-indent: -9999px;    
}

div#twitter small {
    display: block;
    margin: 0 0 10px 0;    
}

p.tweet {
    font-size: 16px;
    line-height: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

/*=================================================

		USEFUL CLASSES
		
=================================================*/

/* Usually used for de-bugging
-------------------------------------------------*/

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.overflow {
	overflow: auto;
}

.clear {
	clear: both;
}
