
	body {
		font-family: Helvetica, Arial, sans-serif;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	ul, li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	a {
		color: #444;
		text-decoration: underline;
	}
	a img, img { border: 0; }
	
	#wrapper {
		margin: 0 auto;
		text-align: left;
		width: 600px;
	}
		#header {
			margin: 90px 0 60px;
			text-align: center;
		}
		ul#projects {}
			ul#projects li {}
			ul#projects li a {
				border: 2px solid transparent;
				float: left;
				height: 60px;
				list-style: none;
				line-height: 60px;
				margin: 0 0 15px;
				text-align: center;
				width: 290px;
				vertical-align: middle;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
			}
			ul#projects li a img {
				vertical-align: middle;
			}
			ul#projects li a.left {
				margin-right: 10px;
			}
			ul#projects li a:hover {
				/*background: #F1EBEE;*/
				border: 2px solid #F1EBEE;
			}
	.cb { clear: both }
	#footer {
		color: #777;
		font-size: 10px;
		margin-top: 50px;
		text-align: center;
	}
		#footer a {
			color: #777;
			text-decoration: underline;
		}
		
		
/*******
PRESS
*******/

		#left-col {
			float:left;
			width: 130px;
		}

			#left-col li a {
				text-decoration: none;
			}
			#left-col li a:hover {
				text-decoration: underline;
			}
			#left-col li.current a {
				color: #000;
				text-decoration: underline;
			}
		#right-col {
			border-left: 1px dotted #999;
			float: left;
			margin-left: 20px;
			padding-left: 20px;
			width: 420px;
		}
		.press-item, .press-mention-item { margin-top: 20px; }
		.press-item.first, .press-mention-item.first { margin-top: 0; }
		.press-item .date {
			font-weight: bold;
		}
		.press-mention-item .date {
			font-size: 10px;
		}


		
		
/*******
SOCIAL LINKS
*******/
		#social-links {
			margin: 0 auto;
			text-align: left;
			width: 600px;
		}
		#fb-link, #twitter-link {
			background: #000;
			border: 2px solid transparent;
			border-top: 0;
			color: #F1EBEE;
			font-size: 12px;
			font-weight: bold;
			line-height: 24px;
			height: 24px;
			position: absolute;
			right: 200px;
			text-align: center;
			text-decoration: none;
			top: 0;
			width: 120px;
		}
		#fb-link {
			right: 340px;
		}
			#fb-link:hover, #twitter-link:hover {
				background: #777;
				border: 2px solid #777;
				border-top: 0;
				color: #fff;
			}