@charset "UTF-8";
/* CSS Document */



/* Title and Image */

#articlecontainer {
	background-color: #aec5bd;
	min-width: 925px;
}
#article {
	background-image:url(../../images/articles/poster-process/background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#articlecommentscontainer {
	background-image:none;
	background-color: #aec5bd;
}



/* Post Styling */


#articlecontent {
	padding-top:50px;
}
div.entry {
}
h1 {
	text-indent: -9999px;
	height:1px;
	margin:0;
	padding:0;
}
#content p#articledate {
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-style:normal;
	color:#01859e;
	margin:0;
	padding:0;
	text-align:right;
}
#introtext {
	width: 375px;
	padding-top: 350px;
}
#introtext p {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	line-height: 22px;
	margin-top:0px;
	color:#01859e;
	font-weight:bold;
}
#introtext {
	height: 260px;
}
#process ol li span {
	position:absolute;
	left: -9999px;
	top: -9999px;
}
#process ol {
	padding-top:
}
.boxleft, .boxright {
	display: block;
	width: 390px;
	height: 292px;
	margin: 10px 0;
}
#ideate {
	background-image:url(../../images/articles/poster-process/01.jpg);
	background-repeat:no-repeat;
}
#draw {
	background-image:url(../../images/articles/poster-process/02.jpg);
	background-repeat:no-repeat;
}
#design {
	background-image:url(../../images/articles/poster-process/03.jpg);
	background-repeat:no-repeat;
}
#scan {
	background-image:url(../../images/articles/poster-process/04.jpg);
	background-repeat:no-repeat;
}
#layer {
	background-image:url(../../images/articles/poster-process/05.jpg);
	background-repeat:no-repeat;
}
#screen {
	background-image:url(../../images/articles/poster-process/06.jpg);
	background-repeat:no-repeat;
}
#ink {
	background-image:url(../../images/articles/poster-process/07.jpg);
	background-repeat:no-repeat;
}
#dry {
	background-image:url(../../images/articles/poster-process/08.jpg);
	background-repeat:no-repeat;
}
li.boxleft:hover, li.boxright:hover {
	background-position: -390px;
}
.boxleft {
	float: left;
}
.boxright {
	float: right;
}


/* Links */

a:link, a:visited {
	color:#01859e;
	text-decoration:underline;
}
a:hover, a:active {
	color:#ff0000;
	text-decoration:underline;
}
#navigation a:link, #navigation a:visited {
	color:#77cedf;
	text-decoration:none;
}
#navigation a:hover, #navigation a:active {
	color:#FFF;
	text-decoration:none;
}
#meta a:link, #meta a:visited {
	color:#77cedf;
	text-decoration:none;
}
#meta a:hover, #meta a:active {
	color:#FFF;
	text-decoration:none;
}
#nextpre a:link, #nextpre a:visited {
	color:#77cedf;
	text-decoration:none;
}
#nextpre a:hover, #nextpre a:active {
	color:#FFF;
	text-decoration:none;
}


/* Navigation */

#navigation {
	background-color:#01859e;
}
#meta {
	background-color:#01859e;
}
#nextpre {
	background-color:#01859e;
	color:#4daec0;
}
#meta p#metacomments {
	background-image:url(../../images/commentbubble.png);
}




/* Comments */



span.commentname {
	color:#01859e;
}

