
/* <style> */


/* <style> */

/* RESET *************************************************/

/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERALLY USEFUL STYLES *********************************************/

strong {font-weight:bold;}

em {font-style:italic;}

.block {display:block;}

.floatL {
	float:left !important;
}

.floatR {
	float:right !important;
}

.alignL {
	text-align:left !important;
}

.alignR {
	text-align:right !important;
}

.clear {clear:both;}

.clearer {
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both;
}

.HIDE {display:none;}

a:active {
	outline:none !important;
}

a:focus {-moz-outline-style:none;}

a {text-decoration:none;}

/* BASIC CONTAINERS *****************************/

body {
	background: #17181b url(/images/cd/cdv4_bg.jpg);
	color:#ffffff;
	font-size:62.5%;
	line-height:62.5%;
	font-family:"Helvetica Neue", Helvetica, Arial;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.004) !important; 
}

#wrapper {
	width:840px;
	margin:0 auto;
}

/* BASIC TYPOGRAPHY *****************************/

h2.header {
	background:#000000;
	height:29px;
	margin:30px 0;
	text-indent:-5000px;
}

h2.header.top {margin-top:0;}

h2#articles { background:url(/images/cd/h2_articles.jpg); }
h2#information_wide { background:url(/images/cd/h2_information_wide.jpg); }
h2#information { background:url(/images/cd/h2_information.jpg); }
h2#iphoneapps { background:url(/images/cd/h2_iphoneapps.jpg); }
h2#latestwork { background:url(/images/cd/h2_latestwork.jpg); }
h2#printwork { background:url(/images/cd/h2_printwork.jpg); }
h2#otherwork { background:url(/images/cd/h2_otherwork.jpg); }
h2#webwork { background:url(/images/cd/h2_webwork.jpg); }
h2#related { background:url(/images/cd/h2_related.jpg); }
h2#work_wide { background:url(/images/cd/h2_work_wide.jpg); }
h2#work { background:url(/images/cd/h2_work.jpg); }
h2#articlearchive { background:url(/images/cd/h2_articlearchive.jpg); }

div.col h3,
h3.title {
	text-transform:uppercase;
	font-size:1.1em;
	border-bottom:5px solid #ffffff;
	line-height:26px;
	margin:1.6em 0 0 0;
}

h3.title {
	margin:4.8em 0 0 0;	
}

h3.title.margined {
	margin:1.6em 0 3.2em 0;
}

div.col h3.top {margin-top:0;}

a {color:#deff00;}

a:hover {color:#deff00;}

a:active, a:visited {
	
}

i, em {font-family:Georgia;}

p.bigItalic {
	font-style:italic !important; 
	font-family:georgia;
	font-size:1.5em;
	line-height:1.3em;
}

p.bigItalic.margined {margin-top:1.4em;}

/* COLUMN SYSTEM ********************************/

div.col {
	float:left;
	width:260px;
	margin-right:30px;
}

div.doubleCol {
	float:left;
	width:550px;
	margin-right:30px;	
}

div.halfCol {
	float:left;
	width:120px;
	margin-right:20px;
}

div.col.last,
div.doubleCol.last,
div.halfCol.last {
	margin-right:0px !important;
}

/* HEADER, FOOTER *******************************/

#header {
	position:relative;
	background:url(/images/cd/cdv4_header.jpg);
	height:112px;
	width:100%;
	margin:30px 0;
}

/* 	there are less bizarre ways to do this header link,
	but IE likes this one. */

#header a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:112px;
	width:100%;
}

#header a img {
	display:block;
	padding-left:580px;	
	padding-right:140px;
}

#footer {
	width:100%;
	margin-top:50px;
	border-top:5px solid #ffffff;
	height:130px;
}

#footer p {
	padding-left:10px;
	margin:1.8em 0;
	font-style:italic;
	font-family:georgia;
	font-size:1.1em;
	line-height:1.8em;
}

#footer ul {margin-top:1.8em;}


/* POST TYPOGRAPHY ******************************/

.post h2.title {
	margin-top:3.2em;
	font-size:1.6em;
	line-height:1.6em;
	border-bottom:5px solid #ffffff;
}

.post.top h2.title {margin-top:0px;}

.post h3 {
	font-weight:normal;
	color:#7f8a91;
	margin:2.5em 0 0 0;
	font-size:2em;
	line-height:1.2em;
}

.post h4 {
	color:#7f8a91;
	font-weight:normal;
	margin:2.5em 0 0 10px;
	font-size:1.6em;
	line-height:1.2em;
}

.post h4 em {font-size:.8em;}



.post h2.title a {
	color:#ffffff;
	display:block;
	font-weight:bold !important;
}

.post h2.title a:hover {
	color:#deff00;
	text-decoration:none;
}

.post p,
.post ul,
.post ol,
.post blockquote {
	font-size:1.3em;
	line-height:1.6em;
}

.post p {
	margin:1.6em 10px;
}

.post blockquote {
	font-size:1.2em;
	padding:1px 10px;
	margin:1.6em 0;
	background:#232428;
}

.post pre {
	line-height:1.6em;
	margin:1.6em 30px;
	font-size:1.3em;
}

.post code {font-size:.9em;}

.post pre, .post code {
	color:#7f8a91;
	font-family:"Monaco", "Lucida Console", monospace;
}

.post ul,
.post ol {
	margin:1.6em 50px;
	color:#c0c9ce;
}

.post ul li,
.post ol li {
	padding-left:5px;
	list-style-type:square;
	list-style-position:outside !important;
}

.post ul li p,
.post ol li p {font-size:1em;}

.post li ul,
.post li ol {
	font-size:1em !important;
	margin:0 0 0 15px;
	list-style-type:disc;
}

.post li ul li {
	list-style-type:disc;
	padding-left:5px;
}

.post ol li {list-style-type:decimal;}

.post .meta {
	text-align:right;
	border-top:1px dotted #ffffff;
	border-bottom:1px solid #ffffff;
	padding:10px;
	line-height:1.8em;
	height:1.8em;
	font-size:1.2em;
	font-style:italic;
	font-family:Georgia;
	color:#7f8a91;
}

.post .meta i {
	display:block;
	float:left;
}

.post .meta a {font-weight:bold;}

.post .meta i a {
	font-weight:normal;
	color:#7f8a91;
}

.post .imgDiv {
	font-size:1.2em;
	font-style:italic;
	font-family:georgia;
	margin:2.5em 0;
}

.post .imgDiv img {
	display:block;
	margin:10px 0;
}

.post.work .imgDiv,
.post.work img {
	margin-left:0;
	margin-right:0;
}

.nextPrevNav {
	margin:1.8em 0;
	font-family:Georgia;
	font-style:italic;
	color:#7f8a91;
	font-size:1.2em;
	line-height:1.8em;
	text-align:center;
}

.nextPrevNav a {
	
}

.post a:hover {text-decoration:underline;}

/* POST: SMALL BOX ******************************/

.post.small {
	padding-top:2em;
	color:#7f8a91 !important;
}

.post.small h2.title {	
	margin-top:1.6em;
	font-size:1.2em;
	padding-bottom:2px !important;
	color:#7f8a91 !important; 
	border-bottom:1px solid #7f8a91;
}

.post.small h2.title a {
	color:#7f8a91 !important;	
	font-weight:bold !important;
}

.post.small p {
	margin:1.6em 10px !important;
}

.post.small .meta {
	border-top:0px;
	border-bottom:1px solid #7f8a91;
}

.post.small.faded,
.post.small.faded h2.title,
.post.small.faded h2.title a,
.post.small.faded .meta {
	color:#50585d !important;
}

.post.small.faded .meta,
.post.small.faded h2.title {
	border-bottom:1px solid #50585d !important;
}

/* POST: COMMENTS *******************************/

.comment {
	font-size:1.2em;
	line-height:1.8em;	
	color:#7f8a91;
	margin:25px 0;
}

.comment.alt {color:#ffffff;}

.comment p {
	margin:1.8em 0;
}

.comment .meta {
	font-style:italic;
	font-family:georgia;
	text-align:right;
	margin-top:0;
}

.comment .meta a {
	display:block;
	font-style:italic;
	font-family:georgia;	
}

.comment .content a:hover {
	color:#000000;	
	background:#deff00;
	border-top:2px solid #deff00;
	border-bottom:2px solid #deff00;
}

.comment.preview {
	margin:50px 0;
}

/* COMMENT FORM *********************************/

form {
}

form .content {
	overflow:hidden; /* ie textarea rendering screwy */
}

form .meta {margin-top:0;}

form .meta div {
	text-align:right;
	margin-bottom:5px;
}

form label {
	font-weight:bold;
	width:100px;
}

form input.text {
	width:140px;
	border:0;
	margin-left:15px;
}

form textarea {
	width:260px;
	height:200px;
	border:0px;
}

form input.submit {width:120px;}


/* WORK *****************************************/



/* WORK: SMALL BOX ******************************/

.workBox {
	float:left;
	width:260px;
	margin-right:30px;
	line-height:1.5em;
	font-size:1.2em;
}

.workBox a {display:block;}


.workBox.last {
	margin-right:0 !important;
}

.workBox a.title {
	padding:0;
	margin-top:6px;
	margin-left:10px;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	border:0;
}

/*.workBox a.title:hover {
	border:0px !important;
	margin-left:0px;
	padding-left:10px;
	background:#deff00;
	color:#000000;
}*/

.workBox i {
	margin-left:10px;
	display:block;
	color:#7f8a91;
	margin-bottom:20px;
}

/* SIDEBAR STUFF ***********************************/

p.sidebarp {
	line-height:1.6em;
	font-size:1.1em;	
	margin:7px 0;
}

ul.sidebarList {
	line-height:1.6em;
	font-size:1.2em;
	font-family:Georgia;
	color:#7f8a91;
	margin:7px 0;		
}

ul.sidebarList li {
	display:block;
	font-style:italic !important;
	padding:0 !important;
	height:1.6em;
	margin-left:10px;
}

ul.sidebarList li a {
	width:100%;
	display:block;
	font-style:italic !important;	
}

ul.sidebarList li a:hover {
	padding-left:10px;
	margin-left:-10px;
	background:#deff00;
	color:#000000;
}

ul.recentComments {
	font-size:1.2em;
	line-height:1.6em;
}

ul.recentComments li {
	padding:1.6em 10px;
	border-bottom:1px dotted #48545a;
}

ul.recentComments li .meta {
	text-align:right;
	font-style:italic;
	font-family:Georgia;
	color:#7f8a91;
}

ul.recentComments li .meta a {
	font-style:italic;
	font-family:Georgia;
	display:inline;
}

/* Archive page ****************************************/

ul#archiveList {
	
}

/* cheating */
ul#archiveList h4 {
	clear:both;
	color:#7f8a91;
	text-transform:uppercase;
	padding:2em 0;
	font-size:1.6em;
	line-height:1.2em;
}

ul#archiveList li {
	font-size:1.2em;
	line-height:1.6em;
}

ul#archiveList li i {
	display:block;
	color:#7f8a91;
	float:left;
	width:120px;
	margin-right:20px;
	text-align:right;
}

ul#archiveList li a {
	display:block;
	float:left;
	width:240px;
	margin-right:50px;
	padding-left:10px;
}

ul#archiveList li a:hover {
	background:#deff00;
	color:#000000;
}

/* OTHER STUFF ****************************************/

img#bioImage {margin-top:3.2em;}