/* CSS Document */

body {
	background: url(../img/bg.gif) #ECECEC;
	font-size: 100%;
	color: #000;
	line-height: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	}


/* Structure
---------------------------------------*/

#wrapper {
	width: 70%;
	margin: 0 auto;
	font-size: 2em;
	margin:2em 2em auto;
	}
#wrapper h1 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 1em;
	}
#wrapper p, ul {
	font-size: 0.75em;
	margin-bottom: 1em;
	}
#wrapper li {
	margin-left: 0.75em;
	list-style: square;
	list-style-position: inherit;
	}
#wrapper ul {
	margin: 0.4em 0 2em;
	}
#wrapper h3 {
	margin: 1.75em 0 0 0;
	font-weight: bold;
	}

#wrapper small {
	margin: 1.75em 0 0 0;
	font-size: .75em;
	}

.left {
	float: left;
	width: 700px;
	margin-top: 20px;
	}

.right {
	float: right;
	width: 220px;
	background: #fff;
	padding: 0 10px;
	font-size: 12px;
	}



/* RIGHT
---------------------------------------*/

.right h1 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 20px;
	}
.right ul li {
	color: #333;
	display: block;
	}
.right ul.adr {
	color: #333;
	margin-top: 40px;
	}

.right ul.adr li.tel {
	font-size: 20px;
	font-weight: bold;
	}
.right ul.adr li.email {
	font-weight: bold;
	font-size: 14px;
	padding-left: 26px;
	background: url(../img/icons/email-sprite.gif) no-repeat 0 3px;
	}

.right ul.adr li.twitter {
	font-weight: bold;
	font-size: 12px;
	padding-left: 26px;
	padding-top: 5px;
	background: url(../img/icons/twitter-sprite.gif) no-repeat 0 3px;
	}
	
.right ul.cv {
	color: #333;
	margin-top: 40px;
	}
.right ul.cv li.vcard {
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	}
	
.right ul.cv li a {
	display: block;
	outline-style: none;
	font-weight: bold;
	padding: 7px 0;
	padding-left: 26px;
	}
.right ul.cv li.cv a {
	background: url(../img/icons/pdf-sprite.gif) no-repeat 0 7px;
	}
.right ul.cv li.vcard a {
	background: url(../img/icons/vcard-sprite.gif) no-repeat 0 7px;
	}
.right ul.cv li.linkedin a {
	background: url(../img/icons/linkedin-sprite.gif) no-repeat 0 7px;
	}

.right ul.cv li.cv a:hover,
.right ul.cv li.vcard a:hover,
.right ul.cv li.linkedin a:hover {
	background-position: 0 -93px;
	}

	
/* SOCIAL MEDIA LINKS
--------------------------------*/

.right ul.socialmedia {
	color: #333;
	margin-top: 40px;
	padding-bottom: 40px;
	}

.right ul.socialmedia li a {
	width: 16px;
	float: left;
	margin-right: 5px;
	display: block;
	float: left;
	text-indent: -999em;
	outline-style: none;
	}

.right ul.socialmedia li.delicious a {
	background: url(../img/icons/delicious-sprite.gif) no-repeat 0 0;
	}
.right ul.socialmedia li.flickr a {
	background: url(../img/icons/flickr-sprite.gif) no-repeat 0 0;
	}
.right ul.socialmedia li.lastfm a {
	background: url(../img/icons/lastfm-sprite.gif) no-repeat 0 0;
	}
.right ul.socialmedia li.youtube a {
	background: url(../img/icons/youtube-sprite.gif) no-repeat 0 0;
	}

.right ul.socialmedia li.delicious a:hover,
.right ul.socialmedia li.flickr a:hover,
.right ul.socialmedia li.lastfm a:hover,
.right ul.socialmedia li.youtube a:hover {
	background-position: 0 -100px;
	}



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

.left a {
	color: #0099CC;
	text-decoration: none;
	}
.left li a:visited {
	color: #666666;
	}


a, .left .intro a, .left a.old {
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
	}

a:hover, a:focus,
.left .intro a:hover,  .left .intro a:focus,
.left a.old:hover, .left a.old:focus,
.left li a:visited:hover, .left li a:visited:focus {
	color: #FF0000;
	}


/* LEFT
------------------------------------*/

.left ul li {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	display: block;
	width: 210px;
	}
.left ul li ul li {
	clear: left;
	margin-left: 0;
	margin-top: 2px;
	}
.left ul li ul li.sub {
	margin-top: 20px;
	}
.left ul li ul li.sub.freelance {
	margin-top: 0;
	}
	
.left ul li h2 {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 0;
	border-bottom: 1px dotted #000;
	margin-bottom: 20px;
	}

.left ul li.process ul li {
	list-style: square;
/*	padding-left: 10px; */
	list-style-position: inside;
	}

body.portfolio .left p {
	margin-bottom: 10px;
	}
body.portfolio .left img {
	border: 1px dotted #999;
	}
.left div#gallery {
	margin-bottom: 40px;
	}

/* Intro
---------------------------------------*/

.intro {
	font-size: 26px;
	margin-bottom: 40px;
	}





/* Misc
---------------------------------------*/
strong, em { font-weight: bold; }
p { margin-bottom: 10px; }

p.back {
	margin-top: 20px;
	}
