.html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-size:100%;
	font-family: 'Lucida Grande', Geneva, Verdana, Lucida Sans, Lucida Sans Unicode, sans-serif;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*Clearfix*/
.pie:after, .currentArticle:after, .gallery:after, .workItems:after, .footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*
 * 
 * Linda's css stuffs
 * 
 */
.scrollContainer {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:scroll;
	overflow-x:auto;
}
.container {
	width: 940px;
	position:absolute;
	left:0;
	right:0;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
h1 {
	font-size:35px;
	line-height:41px;
	font-weight:bold;
	margin-top:140px;
	margin-bottom:5px;
}
h3 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:4px;
}
h4, h5 {
	font-weight:bold;
	font-size:12px;
	margin-bottom:4px;
}
p { 
	font-size: 11px; 
	line-height: 18px; 
}
a { 
	color: #ff404f; 
	text-decoration: none; /* Removes underline */ 
}
a:hover, a:focus, a:active { 
	color: #ff404f !important; 
	text-decoration: none;  
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.welcomeMessage {
	float:right;
	width:300px;
	margin-right:80px;
}
.pie {
	margin-left:-20px;
	width:550px;
	height:600px;
	padding-top:20px;
}
/* -------------------------- Navigation -----------------------------------------*/
#navigation {
	clear:both;
	border-top:3px solid #000;
	border-bottom:1px dotted #000;
	padding:50px 0 25px 0;
	position:relative;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
#navigation a {
	float:left;
	font-size:35px;
	font-weight:bold;
	padding-bottom:15px;
	position:absolute;
	top:25px;
}
#navigation h2 {
	float:left;
	color:#66cccc;
	font-size:35px;
	font-weight:bold;
	padding-bottom:15px;
	position:absolute;
	top:25px;
}
#navigation a:hover, #navigation a:active, #navigation a:focus {
	color:#66cccc !important;
}
#navigation a.rss {
	position:absolute;
	left:320px;
	width:140px;
	font-size:12px;
	background-image:none;
	top:43px;
	color:#000;
}
#navigation a.rss:hover, #navigation a.rss:focus, #navigation a.rss:active {
	color:#ff404f !important;
}
#navigation .work {
	position:absolute;
	left:480px;
	width:460px;
}
#navigation a.work {
	background:transparent url("../img/bg_arrow.gif") no-repeat 95px 4px;
	color:#000;
}
#navigation h2.work, #navigation a.work:hover, #navigation a.work:active, #navigation a.work:focus {
	color:#66cccc;	
	background:transparent url("../img/bg_arrow_hover.gif") no-repeat 95px 4px;
}
#navigation a.newThings {
	background:transparent url("../img/bg_arrow.gif") no-repeat 200px 4px;
	width:220px;
	color:#000;
}
#navigation h2.newThings, #navigation a.newThings:hover, #navigation a.newThings:active, #navigation a.newThings:focus {
	color:#66cccc;	
	background:transparent url("../img/bg_arrow_hover.gif") no-repeat 200px 4px;
	width:220px;
}
#navigation ul {
	position:absolute;
	left:718px;
	width:220px;
	top:18px;
}
#navigation ul a {
	position:relative;
	font-size:12px;
	padding:0 3px;
	color:#000;
}
#navigation ul .selected a, #navigation ul a:hover, #navigation ul a:active, #navigation ul a:focus {
	color:#ff404f !important;
}
/* --------------------------END Navigation -----------------------------------------*/
.currentArticle {
	margin-top:20px;
}
.info {
	float:left;
	height:150px;
}
.partners {
	float:left;
}
.wrapper {
	float:left;
	background:#fafafa url("../img/border.gif") no-repeat bottom right;
	width:620px;
	margin-bottom:25px;
}
.info {
	width:320px;
	position:relative;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.info a.visit {
	position:absolute;
	bottom:28px;
	left:0;
	font-style:italic;
	color:#000;
	font-size:12px;
}
.partners {
	width:140px;
	font-size:11px;
	padding-bottom:25px;
	border-bottom:1px dotted #000;
}
.partners a {
	float:left;
	line-height:18px;
}
.partners p {
	float:left;
	margin-left:4px;
}
.about {
	width:460px;
	min-height:125px;
	float:right;
	padding-bottom:25px;
	margin-bottom:25px;
	margin-left:20px;
	border-bottom:1px dotted #000;	
}
.columnWrapper {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-ms-column-count: 2;
	-ms-column-gap: 20px;
	-o-column-count: 2;
	-o-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
.info ul li {
	float:left;
	margin-right:5px;
}
.info a {
	color:#000;
}
.info a:hover, .info a:active, .info a:focus {
	color:#ff404f;
}
a.close {
	clear:both;
	float:right;
	color:#000;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.workItems {
	clear:both;
}
.workItems li div {
	width:220px;
	float:right;
	position:absolute;
	bottom:25px;
	right:0;
}
.workItems li {
	float:left;
	width:460px;
	position:relative;
	padding-bottom:25px;
	border-bottom:1px dotted #000;
	margin-top:50px;
}
.workItems li.even {
	margin-left:20px;
}
.workItems img {
	width:220px;
	background:#66cccc;
	float:left;
}
.workItems a {
	overflow:hidden;
	height:150px;
	display:block;
}
.workItems h5 a {
	overflow:visible;
	height:auto;
	display:inline;
}
.workItems img {
	position:relative;
}
.workItems img:hover, .workItems img:active, .workItems img:focus, .workItems .active img {
	top:-150px;
}
.workItems h5 {
	clear:left;
}
.workItems h5, .workItems p {
	float:right;
	width:220px;
}
.morePosts {
	font-size:12px;
	color:#000;
	background: transparent url("../img/small_arrow.png") no-repeat right 2px;
	padding-right:5px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	margin-top:20px;
	display:block;
	width:70px;
	min-height:15px;
}
.morePosts:hover, .morePosts:active, .morePosts:focus {
	background: transparent url("../img/small_arrow_hover.gif") no-repeat right 2px;
	color:#ff404f;
}
.morePosts.loading {
	background: transparent url("../img/small_arrow_animated.gif") no-repeat right 2px;
	color:#ff404f;
}
p.date {
	font-weight:bold;
}
h5 a {
	color:#000;
}
.footer {
	margin-top:50px;
	border-top:3px solid #000;
	padding:25px 0 50px 0;
	display:block;
}
.footer a, .footer p, .footer cite {
	font-size:11px;
	color:#000;
}
.vcard span {
	font-weight:bold;
}
.vcard, .madeBy {
	float:left;
}
.vcard {
	width:240px;
}
.madeBy p {
	display:block;
	width:460px;
	line-height:18px;
}
.copyright {
	clear:both;
	width:240px;
	position:relative;
	top:-18px;
}
/*new things */
.newThings li {
	height:428px;
	border-bottom:1px dotted #000;
	padding:50px 0 25px 0;
	position:relative;
}
.mediaWrapper {
	width:700px;
	height:427px;
	background:#fff;
	position:relative;
}
.newThings li  img, .newThings li object {
	margin:auto 0;
	right:0;
	vertical-align: middle;
	position:absolute;
	top:0;
	bottom:0;
}
.excerpt {
	width:220px;
	position:absolute;
	bottom:150px;
	right:0;
}
.newThings object {
	margin:auto;
	float:left;
}
/*chris*/

.gallery {
	float:right;
	border-bottom:1px dotted #000;
	padding:8px 0 30px 0;
}
.gallery li {
	float:left;
	width: 940px;
	height: 580px;
	padding-bottom:20px;
}
.gallery li img {
	margin:auto;
	width: 940px;
	height: 580px;
}
.error {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:16px;
}
.videoContainer {
	float:left;
	width:940px;
	padding:25px 0;
	text-align:center;
}
.videoUnderlined {
	border-bottom:1px dotted #000;
}
