/**
  Theme Name: madewithpixels 2009
  Theme URI: http://www.madewithpixels.co.uk
  Version: 1.1
  Author: Michael Auty
  Author URI: http://www.madewithpixels.co.uk
  Tags: madewithpixels, custom
  Licence: Keep off!
  Description: A custom theme created for the second iteration of the madewithpixels blog 
**/

/* Copright 2009 madewithpixels */
/* XHTML / CSS / WordPress Integration by Michael Auty, Javascript by Jon Ward */

@import url(safari.css);
@import url(progressive.css);


/* GLOBAL STYLES 
-------------------------------------------------------------------------------*/
html, body {
	width:100%;
	height:100%; 
	} 

body {
	height:100%;
	font-family: Helvetica, Arial,sans-serif;
	font-size:62.5%;
	color:#333;
	background:#fff;
	line-height:2.4em; 
	}


/* ooooooo 'naughty' styles... NOTE TO MR GOOGLE: used for good, not evil!
-------------------------------------------------------------------------------*/
hr { 
	display:none; }

.invisible {
	text-indent:-5000px;
	width:0;
	height:0;
	overflow:hidden;
	line-height:0;
	font-size:0px; 
	}


/* RESET DEFAULT STYLES
-------------------------------------------------------------------------------*/
body, p, h1, h2, h3, h4, h5, ul, ul li, ol, ol li, form, input, fieldset, label, blockquote, img, fieldset, img a, img a:hover {
	margin:0;
	padding:0;
	border:none; 
	}

li { 
	list-style-type:none; }


/* GLOBAL TYPOGRAPHY
-------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family:Geneva, Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	clear:both; 
	}

h1 {
	margin:0 0 62px -4px;
	font-size:7.2em;
	letter-spacing:-1px; 
	}

h2 {
	margin:0;
	font-size:7.2em;
	letter-spacing:-1px; 
	}

h3 {
	font-size:7.2em; }

h3 {
	font-size:2.4em; }

h4 {
	font-size:2.4em;
	margin: 0 0 20px 0 ;
	}

p {
	margin:0 0 1.5em 0;
	font-size:1.4em;
	text-align:justify; 
	}

abbr {
	color:#0099cc;
	border-bottom:1px dotted #0099cc;
	cursor:pointer;
	}
	

/* GLOBAL LINK STYLES
-------------------------------------------------------------------------------*/
a {
	outline:none;
	text-decoration:none; 
	}

a span {
	text-decoration:underline; }
	
a:link, a:visited, a:active {
	color:#0099cc; }

a:hover {
	text-decoration:underline; }


/* GLOBAL LAYOUT
-------------------------------------------------------------------------------*/
#sitewrapper {
	margin:0 auto;
	padding:0 0 0 20px;
	width:930px;
	}
	
#home, #about, #work, #blog, #footer {
	float:left;
	display:inline;
	width:910px;
	border-bottom:1px dotted #ccc;
	}

#blog {
	border-bottom:none; }

#footer {
	float:left;
	display:inline;
	padding:20px 0 160px 0;
	border-top:1px dotted #ccc;
	background:url(images/footer.png) top right no-repeat;
	}

#footer p {
	float:right;
	display:inline;
	margin:-3px -1px 0 0;
	font-size:1.1em; 
	}

#theme {
	float:left;
	display:inline;
	clear:both;
	margin:40px 0 0 0;
	padding:0 0 0 5px;
	width:200px;
	height:24px;
	border:1px solid #ccc;
	background:url(images/icon_arrrowdblue.png) 10px right no-repeat;
	}

#theme p {
	float:none;
	margin:0;
	padding:0;
	}

#theme p span {
	text-decoration:underline; }

ul#themeswitcher {
	display:none;
	margin:0;
	padding:0;
	clear:both;
	color:#0099cc; 
	}

ul#themeswitcher li {
	margin:10px 10px 0 10px; }

#theme:hover ul#themeswitcher {
	display:block;
	position:absolute;
	width:205px;
	height:215px;
	margin:-215px 0 0 -6px;
	background:#fff;
	border:1px solid #ccc;
	}

ul#themeswitcher li a {
	display:block;
	padding:0 0 0 5px;
	background:#eaeaea;
	}

 ul#themeswitcher li a:hover {
	background:#0099cc;
	color:#fff;
	}

ul.navmain {
	margin:-1px 0 2px -8px;
	font-family:Geneva, Tahoma, Helvetica, sans-serif; 
	}

ul.navmain li {
	padding:0 15px 0 8px;
	float:left;
	display:inline;
	font-size:1.8em;
	background:url(images/navsep.png) top right no-repeat; 
	}

ul.navmain li.last {
	padding:0 0 0 8px;
	background:none; 
	}

.col {
	float:left; }

.btn_q {
	float:left;
	margin:0 0 0 -50px;
	text-indent:-5000px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	}
	
.btn_q a:link,
.btn_q a:visited,
.btn_q a:active {
	display:block;
	width:88px;
	height:50px;
	}

.twitter {
	background:url(images/btn_twitter.png) no-repeat; }

.btn_top {
	float:right;
	display:inline;
	margin:-70px 0 0 0;
	}
	
.btn_top a:link,
.btn_top a:visited,
.btn_top a:active {
	display:block;
	width:88px;
	height:50px;
	text-indent:-5000px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	background:url(images/btn_top.png) no-repeat;
	}


/* HOME LAYOUT
-------------------------------------------------------------------------------*/
#home {
	min-height:684px; }

#home ul.navmain {
	padding:253px 0 67px 0; }

#home p {
	float:left;
	width:540px;
	}

#contact {
	float:right;
	display:inline;
	margin:1px -1px 0 0;
	padding:30px 20px 25px 30px;
	width:260px;
	color:#fff;
	background:#0099cc;
	}

#contact h2 {
	font-size:3.6em;
	margin:0 0 19px -1px;
	}

#contact a {
	color:#fff; }

#contact p {
	float:none;
	width:auto;
	margin:0;
	padding:0;
	font-size:1.4em;
	line-height:1.6em;
	text-align:left;
	}

#contact ul {
	padding:10px 0 0 0;
	font-size:1.4em;
	font-weight:bolder; 
	}

#contact li {
	margin:0 0 0 -2px; }

#contact li.eml {
	padding:0 0 0 33px;
	background:url(images/icon_eml.png) 0 4px no-repeat; 
	}
	
#contact li.tel {
	padding:4px 0 0 33px;
	background:url(images/icon_tel.png) 0 8px no-repeat;
	}


/* BANNER
-------------------------------------------------------------------------------*/
.imagemain {
	display:none;
	float:right;
	position:absolute;
	margin:0 0 0 524px;
	top:0;
	padding:0;
	width:399px;
	height:386px;
	}

.current {
	display:block; }
	

/* ABOUT LAYOUT
-------------------------------------------------------------------------------*/
#about {
	padding:70px 0 0 0;
	min-height:794px; 
	}

#about ul.navmain {
	padding:0 0 68px 0; }

#about h2, #work h2, #blog h2 {
	margin:0 0 62px -1px; }

#about h3 {
	margin:0 0 24px 0;
	font-size:1.4em;
	font-family:Helvetica, Arial, Sans-Serif;
	font-weight:bolder;
	 }

.one {
	width:275px;
	margin:0 20px 0  0;
	padding:0 20px 0 0; }

.two {
	width:275px;
	margin:0 25px 0  0;
	padding:0 20px 0 6px; }

.three {
	width:265px; }

.four {
	float:left;
	width:590px;
	padding:20px 0 0 0; }

#affiliates {
	float:right;
	display:inline;
	margin:28px -5px 0 0;
	padding:20px 20px 0 20px;
	width:230px;
	font-size:1.2em;
	color:#fff;	
	background:#0099cc url(images/logo_rackspace.png) top right no-repeat;
	}

#affiliates p {
	text-align:left;}

#affiliates p a:link,
#affiliates p a:visited,
#affiliates p a:active {
	font-weight:bolder;
	color:#fff; }

#affiliates p a span {
	text-decoration:underline;}
	

/* WORK LAYOUT
-------------------------------------------------------------------------------*/
#work {
	padding:70px 0 58px 0; }

#work ul.navmain {
	padding:1px 0 70px 0; }

#work h3 {
	margin:0 0 30px 0;
	padding:0 0 10px 0;
	}

#work h3#archivedwork {
	font-size:3em; 	}
	
#cstudies {
	width:960px;
	padding:11px 0 18px 0;
	}

#cstudies ul li {
	float:left;
	display:inline;
	margin:0 40px 40px 0;
	height:280px;
	}
	
#cstudies ul li h3 a {
	display:block;
	width:280px;
	margin:0 0 0 -4px;
	padding:245px 0 0 4px;
	border:0;
	font-size:.8em;
	}

#cstudies ul li h3 a.cres_cs {
	background:url(images/cres_csthumb.jpg) no-repeat;
	}

#cstudies ul li h3 a.soyo_cs {
	background:url(images/soyo_csthumb.jpg) no-repeat;
	}

#cstudies ul li h3 a.insi_cs {
	background:url(images/insi_csthumb.jpg) no-repeat;
	 }

#cstudies ul li h3 a.medn_cs {
	background:url(images/medn_csthumb.jpg) no-repeat; }

#cstudies ul li h3 a.aype_cs {
	background:url(images/aype_csthumb.jpg) no-repeat; }
	
#cstudies ul li h3 a.kado_cs {
	background:url(images/kado_csthumb.jpg) no-repeat; }
	
#cstudies ul li h3 a.sfas_cs {
	background:url(images/sfas_csthumb.jpg) no-repeat; }

.btn_ss {
	float:right;
	display:inline;
	margin:-62px 0 0 0;
	}
	
.btn_ss a {
	display:block;
	width:88px;
	height:50px;
	background:url(images/btn_slideshow.png) no-repeat;
	}

.btn_ss .box {
	display:none; }

.col.one ul.worklist {
	margin:-178px 0 0 0;}

ul.worklist {
	margin:-23px 0 20px 0;
	padding:12px 0 23px 0;
	width:250px;
	font-size:1.2em;
	line-height:.9em;
	font-weight:bolder;
	border-bottom:1px dotted #000;
	 }

ul.worklist.bottom {
	border-bottom:none; }

ul.worklist li {
	height:13px;
	margin:0 0 12px -7px;
	padding:6px 0 0 6px;
	}
	
ul.worklist li a:link span,
ul.worklist li a:visited span,
ul.worklist li a:active span {
	font-weight:bolder;
	color:#191919;
	text-decoration:none;
	}

ul.worklist li a:hover span {
	text-decoration:none; }

ul.worklist li a.featured:link,
ul.worklist li a.featured:visited,
ul.worklist li a.featured:active {
	display:none;
	}

ul.worklist li a:link span.uline,
ul.worklist li a:visited span.uline,
ul.worklist li a:active span.uline {
	font-weight:normal;
	color:#0099cc;
	text-decoration:underline;
	}

ul.worklist li a:hover span.uline {
	text-decoration:none; }

ul.worklist .box img {
	margin:0 0 0 32px;
	border:1px solid #e3e3e3; 
	}
	
ul.worklist .box {
	margin:-5000px 0 0 -5000px;
	position:absolute;
	width:202px;
	background:url(images/boxback.png) repeat-y;
	}

ul.worklist .boxcopy {
	display:none; }

ul.worklist .box p 	{
	font-size:1.1em;
	text-align:left;
	font-weight:normal;
	line-height:1.4em;
	}

.boxtop {
	margin:-16px 0 0 0;
	height:16px;
	background:url(images/boxtop.png) no-repeat;
	}

.boxbottom {
	margin:0 0 -34px 0;
	height:34px;
	background:url(images/boxbottom.png) no-repeat;
	}
	
/* styles for new box
	
ul.worklist .box {
	margin:-5000px 0 0 -5000px;
	position:absolute;
	width:240px;
	background:url(images/boxback2.png) repeat-y;
	}

ul.worklist .boxcopy {
	display:none; }

ul.worklist .box p 	{
	font-size:1.1em;
	text-align:left;
	font-weight:normal;
	line-height:1.4em;
	}

.boxtop {
	margin:-36px 0 0 0;
	height:36px;
	background:url(images/boxtop2.png) no-repeat;
	}

.boxbottom {
	margin:0 0 -54px 0;
	height:54px;
	background:url(images/boxbottom2.png) no-repeat;
	}
	
*/
	
ul.worklist li a.new {
	padding:0 25px 0 0;
	background:url(images/icon_new.png) top right no-repeat;
	}

ul.worklist li a.quba {
	padding:0 30px 0 0;
	background:url(images/icon_quba.png) top right no-repeat;
	}

ul.worklist a {
	font-weight:normal; }

ul.worklist li#flickr a {
	margin:12px 0 0 0;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	width:241px;
	height:131px;
	background:url(images/btn_flickr.png) no-repeat;
	}

ul.worklist li#flickr a:hover {
	background-position:-241px 0; }

#workwith {
	float:left;
	display:inline;
	width:231px;
	margin:4px 0 0 -1px;
	padding:20px 20px 21px 20px;
	background:#f5f5f5;
	}

#workwith h3 {
	margin:0 0 7px 0;
	padding:3px 0 0 0;
	font-size:1.8em;
	color:#999;
	}

#workwith p {
	font-size:1em;
	padding:0 20px 0 0;
	line-height:1.8em;
	color:#aeaeae;
	}

#workwith li {
	float:left; }

#workwith li a:link,
#workwith li a:visited,
#workwith li a:active {
	display:block;
	margin:0 15px 0 0;
	padding:5px;
	height:17px;
	text-indent:-5000px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	border:1px solid #eee;
	}

#workwith li a.last {
	margin:0 0 0 0;}

.quba {
	width:38px;
	background:#fff url(images/logo_quba.jpg) 5px 5px no-repeat;
	}

.front {
	width:40px;
	background:#fff url(images/logo_front.jpg) 5px 5px no-repeat;
	}

.einb {
	width:78px;
	background:#fff url(images/logo_einbusiness.jpg) 5px 5px no-repeat;
	}


/* BLOG LAYOUT
-------------------------------------------------------------------------------*/
#blog {
	padding:62px 0 66px 0; }

body#single #blog {
	padding:62px 0 0 0; }

.btn_rss {
	float:right;
	display:inline;
	margin:-62px 0 0 0;
	}
	
.btn_rss a {
	display:block;
	width:88px;
	height:50px;
	background:url(images/btn_rss.png) no-repeat;
	}

#blog ul.navmain {
	padding:9px 0 70px 0; }
	
#blog h3 {
	float:left;
	width:640px;
	padding:1px 0 0 0;
	font-size:3.6em;
	line-height:1.1em;
	}
	
body.archive h2.pagetitle {
	padding:1px 0 25px 2px;
	margin:0;
	color:#ccc;
	font-size:2.4em;
	line-height:1.4em;
	border-bottom:1px dotted #ccc;] 
	}

body.archive .post {
	margin:0 0 40px 0;
	padding:0 0 40px 0;
	border-bottom:1px dotted #ccc;]
	}

.post ul {
	margin:0;
	padding:0 0 2em 0;
	}

.post ul li {
	margin:0 0 0 17px;
	font-size:1.4em;
	list-style-type:disc;}

body.archive .post h2 {
	margin:9px 0 0 0;
	font-size:3.6em;
	line-height:1em; 
	}

body.archive .post h2 a span {
	text-decoration:none;}

body.archive .post .entry {
	margin:-24px 0 0 0;
	padding:0 0 1px 0; }

#blog #col {
	float:left;
	width:620px;
	}

small {
	float:left;
	width:640px;
	padding:0 0 10px 0;
	font-size:1.4em;
	font-weight:bolder;
	color:#ccc;
	}

body#single.archive small {
	margin:-14px 0 0 0;
	padding:0;
	}
	
/*body#main small {
	float:left;
	display:inline;
	width:640px;
	font-size:1.4em;
	font-weight:bolder;
	margin:347px 0 4px 0;
	}

body#single small {
	float:left;
	display:inline;
	width:640px;
	font-size:1.4em;
	font-weight:bolder;
	margin:348px 0 0 0;
	}*/

body#main .postwrapper {
	padding:0 0 17px 0;}

.postwrapper ul li {
	font-size: 1.4em; }

.postwrapper h3 {	
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:640px;
	font-size:3em;
	}

.postwrapper img.alignleft {
	margin: 0 25px 20px -5px}
	
#blog h3.archived {
	padding:53px 0 26px 0;
	font-size:3em;
	border-top:1px dotted #ccc;
	}

body#single .postwrapper h2 {
	float:left;
	display:inline;
	margin:1px 0 0 0;
	padding:0;
	width:640px;
	font-size:3.6em;
	line-height:1.1em;
	}

body#single .postwrapper h3 {
	font-size:2.4em;
	padding:7px 0 17px 0;
	}
	
/* img.imageover {
	position:absolute;
	float:left;
	width:620px;
	height:323px;
	margin:12px 0 0 -640px;
	}

body.archive img.imageover {
	display:none;
	margin:0;
	}*/

.postwrapper object {
	margin:-4px 0 0 0; }

p.wp-caption-text {
	float:left;
	display:inline;
	position:absolute;
	width:160px;
	margin:16px 0 0 -170px;
	padding:297px 10px 0 0;
	color:#fff;
	font-size:1em;
	text-align:right;
	}

.meta {
	font-weight:bolder; }

body.archive .post p.postmetadatasingle {
	float:left;
	display:inline;
	width:580px;
	margin:-40px 0 40px -3px;
	padding:20px;
	font-size:1.1em;
	line-height:1.6em;
	background:#f5f5f5;
	border:1px dotted #ccc;
	text-align:left;
	}

body.archive p.postmetadata {
	clear:both;
	font-size:1.2em;
	line-height:1.4em;
	}

body.archive p.postmetadatatags {
	margin:0 0 0 -5000px;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
	clear:none;
	overflow:hidden
	}

span.commentslink a:link,
span.commentslink a:visited,
span.commentslink a:active {
	float:left;
	display:block;	
	margin:10px 0 0 0;
	padding:2px 10px 2px 10px;
	color:#fff;
	background:#0099cc;
	font-weight:bolder;
	}
	
p.morelink {
	float:left;
	width:140px;
	text-align:left;
	font-weight:bolder;
	}

p a.more-link {
	font-weight:bolder;}

p.commentlink {
	margin:-45px 0 34px 0;
	text-align:right;
	font-weight:bolder;
	}
	
p.commentlink a {
	padding:0 0 0 28px;
	background:url(images/icon_comment.png) 2px 0 no-repeat;
	}

ol#postlist {
	float:left;
	display:inline;
	margin:10px 0 1px 0;
	width:640px;
	}

ol#postlist li {
	float:left;	}

ol#postlist a:link,
ol#postlist a:visited,
ol#postlist a:active {
	display:block;
	width:150px;
	min-height:150px;
	margin:0 20px 20px 0;
	padding:20px;
	border:1px solid #ededed;
	}
	
ol#postlist a:hover {
	background:#0099cc;
	text-decoration:none;
	color:#fff;
	}

ol#postlist h4 {
	margin:0;
	padding:0;
	font-size:1.8em;
	font-weight:bolder;
	font-family:Helvetica, Arial, Sans-Serif;
	line-height:1.4em;
	}

ol#postlist h4 span {
	font-size:.6em;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	padding:2px 0 4px 0;
	width:140px;
	color:#999;
	}

#postlist a.more-link {
	padding:4px 0 0 0; }
	
#pagination {
    list-style:none;
    margin:0px;
    padding:0px;
	}
  
#pagination li {
    display:inline; }

#pagination .previous {
    text-align:left;
    float:left;
    }

#pagination .future {
    text-align:right;
    float:right;
    }

#sidebar {
	float:right;
	display:inline;
	margin:178px -1px 0 0;
	width:241px;
	}

a:link.post-edit-link,
a:visited.post-edit-link,
a:active.post-edit-link {
	display:block;
	float:left;
	width:25px;
	margin:0 10px 0 0;
	padding:0 6px 0 6px;
	background:#0099CC;
	color:#fff;
	}
	
body#single #sidebar {
	float:right;
	display:inline;
	margin:12px -1px 0 0 ;
	padding:0 0 0 0;
	width:241px;
	}
	
#sidebar h4 {
	margin:28px 0 0 0;
	font-size:2.4em;
	}

#sidebar ul {
	float:left;
	display:inline;
	margin:0 0 20px -5px; }
	
#sidebar ul li ul {
	float:none;
	margin:0 0 0 -5px;
	line-height:2.2em;
	}

#sidebar ul li.archives, #sidebar ul li.categories {
	float:none; }

#sidebar li.archives li, #sidebar li.categories li {
	float:left;
	display:inline;
	margin:0 0 0 0;
	padding:0 14px 0 0;
	font-size:1.2em;
	background:url(images/icon_sidebarsep.png) top right no-repeat;
	}

#sidebar li.archives h4 {
	font-size:1.8em;
	margin:22px 0 5px 0;
	padding:20px 0 5px 0;
	border-bottom:1px dotted #191919;
	}

#sidebar li.categories h4 {
	font-size:1.8em;
	margin:27px 0 5px 0;
	padding:20px 0 5px 0;
	border-bottom:1px dotted #191919;
	}

ul#search {
	padding:24px 24px 30px 24px;
	background:#f5f5f5;
	border:1px solid #ededed;
	}

ul#search li.searchform p {
	padding:0 10px 0 0;
	font-size:1.1em;
	line-height:1.4em;
	text-align:left;
	}
	
ul#search label {
	font-size:2.4em;
	font-family:Geneva, Helvetica, Arial, sans-serif;
	}

ul#search input#s {
	margin:-2px -2px 1px 1px;
	padding:5px 0 0 7px;
	float:left;
	display:inline;
	width:145px;
	height:21px;
	border:1px solid #0099cc; 
	}
	
ul#search input#btn {
	float:right;
	display:inline;
	padding:5px 8px 5px 7px;
	margin:-2px 2px 0 0;
	width:40px
	border:none;
	color:#fff;
	height:28px;
	border-top:1px solid #0099cc;
	border-right:1px solid #0099cc;
	border-bottom:1px solid #0099cc;
	background:#0099cc;
	font-size:1.1em;
	font-weight:bolder;
	cursor:pointer;
	}

ul#search input:hover#btn {
	border-top:1px solid #0099cc;
	border-right:1px solid #0099cc;
	border-bottom:1px solid #0099cc;
	background:#fff;
	color:#0099cc;
	}

ul#search li.categories {
	padding:3px 0 0 0; }

#commentblock {
	width:640px; }

#commentblock h3 {
	font-size:4.8em;
	padding:23px 0 10px 0; 
	}

#commentblock form  {
	width:640px;
	margin:0;
	padding:4px 0 100px 0;
	}

h3#comments {
	margin:0;
	padding:35px 0 40px 0;
	}

body#single #commentblock small {
	margin:0;
	padding:10px 0 20px 0;
	}

#commentblock label {
	float:left;
	display:inline;
	margin:-35px 0 0 0;
	}

#commentblock form input#author,
#commentblock form input#email,
#commentblock form input#url,
#commentblock form input#submit {
	float:right;
	display:inline;
	width:192px;
	margin:0;
	padding:5px;
	color:#999;
	border:1px solid #ccc; 
	background:#fdfde6;
	}
	
#commentblock form textarea {
	width:618px;
	margin:0 10px 0 0;
	padding:10px;
	color:#999;
	border:1px solid #ccc;
	background:#fdfde6;
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:.9em;
	}

#commentblock form input#submit {
	width:120px;
	font-weight:bolder;
	color:#fff;
	background:#0099cc;
	border:1px solid #0099cc;
	cursor:pointer;
	}

#commentblock form input#submit:hover {
	background:#fff;
	color:#0099cc;
	}

#commentblock p.rsslink {
	clear:both;
	padding:20px 0 0 0;
	}

ol#commentlist {
	float:left;
	display:inline;
	width:640px;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px dotted #000; 
	}

ol#commentlist li {
	margin:40px 0 0 0;
	padding:19px 20px 0 0;
	border-top:1px dotted #000;
	}

ol#commentlist li img.avatar {
	float:left; }

ol#commentlist li p {
	margin:0;
	padding:0 0 0 84px;
	}

ol#commentlist li p cite {
	font-size:.9em; }
	
/* theme requirements as per http://codex.wordpress.org/CSS */
.noCss {
	position:absolute;
	left:-9999px;
	}
	
.aligncenter,
div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

.alignleft { float:left; }

.alignright { float:right; }


/* LIGHTBOX LAYOUT
-------------------------------------------------------------------------------*/
#lightbox {
	position:absolute;
	width:100%;
	padding:50px 0 0 0;
	text-align:center;
	}

#lightbox_bg  {
    background:black;
    position:absolute;
    width:100%;
    height:100%;
	}

#container {
	float:left;
	display:inline;
	width:782px;
	margin:20px 0 0 120px;
	padding:3px 0 10px 0;
	background:white;
	border:3px solid #e9e8e8;
	}

#lightbox p {
	clear:both;
	margin:0;
	padding:0 20px 20px 17px;
	line-height:1.4em;
	color:#000;
	font-size:1.1em;
	text-align:left;
	}

#lightbox p.title {
	float:left;
	margin:10px 0 0 0;
	font-size:1.4em;
	color:#0099cc;
	font-family:Geneva, Tahoma, Helvetica, sans-serif;
	}

#lightbox p.title a {
	color:#000; }

#lightbox p.details {
	font-size:1.1em; }

#lightbox p.role {
	padding:0 0 20px 17px; }

#lightbox p.role span {
	color:#666;
	font-weight:bolder;
	 }

#lightbox p.credits {
	padding:0 0 20px 17px;
	font-size:.9em;
	font-weight:bolder;
	}

#lightbox p.launch {
	position:absolute;
	top:150px;
	width:47px;
	height:20px;
	margin: 0 0 0 -90px;
	}

#lightbox p.launch a:link,
#lightbox p.launch a:visited,
#lightbox p.launch a:active {
	float:right;
	margin:-40px 0 0 0;
	display:block;
	width:47px;
	height:20px;
	text-indent:-5000px;
	line-height:0;
	background:url(images/btn_launch.png) no-repeat; 
	}

#lightbox_imageholder {
	float:left;
	display:inline;
    background:#f3f2f2 url(images/ajax.gif) no-repeat center center;
    margin:12px 0 10px 18px;
    width:530px;
    padding:63px 0 20px 0;
    line-height:0;
    font-size:0;
	}

#lightbox img {
	padding:0;
	border:1px solid #ccc;
	}
	
ul.worklist ul.imgnav {
	display:none; }
	
ul.imgnav {
	float:left;
	display:inline;
	margin:30px 13px 0 -513px;
	padding:0;
	}

ul.imgnav li {
	float:left;
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	border:none;
	}

ul.imgnav li a:link,
ul.imgnav li a:visited,
ul.imgnav li a:active {
	padding:0 7px 0 7px;
	display:block;
	background:#0099cc;
	color:#fff;
	font-weight:bolder;
	border-left:1px solid #0099cc;
	border-right:1px solid #0099cc;
	border-bottom:1px solid #0099cc;
	}

ul.imgnav li a:hover {
	background:#636363;
	border-left:1px solid #636363;
	border-right:1px solid #636363;
	border-bottom:1px solid #636363;
	}

ul.imgnav li a.over {
	background:#636363;
	border-left:1px solid #636363;
	border-right:1px solid #636363;
	border-bottom:1px solid #636363;
	}
	
a#btn_close {
	display:block;
	position:absolute;
	margin:-20px 0 0 -20px;
	width:36px;
	height:38px;
	background:url(images/btn_close.png) no-repeat;
	text-indent:-5000px;
	line-height:0; 
	}

#prevproject {
	clear:both;
	float:left;
	}

#nextproject {
	float:right; }
	
a#btn_imgprev,
a#btn_imgnext  {
	display:block;
	width:49px;
	height:500px;
	margin:0 0 -550px 0;
	text-indent:-5000px;
	line-height:0;
	}

a#btn_imgprev {
	position:relative;
	top:-513px;
	left:-52px;
	bottom:0;
	background:url(images/btn_imgprev.png) bottom left no-repeat;
	}

a#btn_imgprev:hover {
	background:url(images/btn_imgprevover.png) bottom left no-repeat; }

a#btn_imgnext {
	position:relative;
	top:-513px;
	right:-52px;
	bottom:0;
	background:url(images/btn_imgnext.png) bottom left no-repeat;
	}

a#btn_imgnext:hover {
	background:url(images/btn_imgnextover.png) bottom left no-repeat; }

.boxcopy {
	float:right;
	display:inline;
	width:210px;
	margin:10px 20px 0 0;
	}