body {
	background: #eee;
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;

}

/* General Formatting ------------------------------------ */

	a img { border: none; }
	#flash-placeholder { margin-bottom: 10px; }
	.float-clear {clear: both; display: block; padding-top: 30px;}
	.float-clear-small {clear: both; display: block;}
	hr { height: 1px; color: #aaa; background-color: #aaa; clear: both; border: none; margin-bottom: 10px; }
	a.comments-link {padding: 1px 0 1px 18px; background: url(../images/layout/user-comment-green.gif) no-repeat; line-height: 14px;}
	a.more {padding: 1px 0 1px 18px; background: url(../images/layout/right-green.gif) no-repeat; line-height: 14px;}
	a.home-link {padding: 1px 0 2px 16px; background: url(../images/layout/home-icon2.gif) 0 1px no-repeat; line-height: 14px;}

/* End Formatting Styles */

/* Fonts ------------------------------------ */

	/* Primary Header Font */
	#content h2, #content h3, #navigation, #portfolio-page li a, .comments .comment-author {
		font-family: "Century Gothic", Verdana, Arial, Sans-Serif; }

	/* Primary Body Font */
	#content h3 small, #content p, #content h5, 
	#content li, #wrapper #content .text-page h4, .right-column ul,
	.contact-form form, .contact-form fieldset, .comments p,
	#tumblelog .navbuttons {
		font-family: "Lucida Grande", Verdana, Arial, Sans-Serif; }

	/* Small Text, Secondary Body Font */
	#footer {font-family:  Verdana, Arial, Sans-Serif;}

/* End Fonts */


#wrapper
{
	background: #eee url(../images/layout/gray_back.gif) 0 -200px repeat-x;
	position: relative;
	width: 100%;
}

#shadow{
	position: absolute;
	width: 100%;
	height: 362px;
	font-size: 1.2em;
	top: 80px;
	left: 0;
	background: #eee url(../images/layout/gray_back.gif) repeat-x;
}

/* Header ------------------------------------ */

#header
{
	position: relative;
	height: 80px;
	overflow: visible;
	font-size: 1.2em;
	width: 780px;
	margin: 0 auto;
	padding-top: 1px;
	z-index: 100;
}

#header h1 a
{
	display: block;
	width: 212px ;
	height: 141px;
}

#header h1
{
	width: 212px ;
	height: 141px;
	background: url(../images/layout/pixel-logo-small.png) no-repeat;
	position: relative;

	position: absolute;
	top: .5em;
	
}

#header h1 strong {display: none;}

/* End Header */

/* Navigation/Dropdown ------------------------------------ */

#navigation { 
	list-style: none; 
	margin: 0; 
	padding: 0;
	font-size: 1em;
	right: 0; 
	bottom: 0;
	position: absolute}

#navigation li a
{
	float: left;
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	margin-right: 10px;
}


#navigation li {float: left; position: relative;}

#navigation li.selected a,
#navigation li.hover a,
#navigation li:hover a,
#navigation li a:hover
{
	background: #999;
	color: #fff;	
}



#navigation ul {display: none;}
#navigation li.selected ul {display: block;}
#navigation li.hover ul,
#navigation li:hover ul {display: block;}

#navigation ul
{
	float: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 2em;
	left: 0;
}



#navigation ul li
{
	float: none;
	clear: left;
	padding: 0 0 0 4px;
	line-height: 2em;
	
}
#navigation li ul li a,
#navigation li.hover ul li a,
#navigation li:hover ul li a,
#navigation ul li a
{
	display: inline;
	padding: 0 6px 0 0;
	float: none;
	text-transform: lowercase;
	color: #999 !important;
	background: none !important;
}

#navigation li ul li.selected a,
#navigation li.hover ul li a:hover,
#navigation li:hover ul li a:hover,
#navigation li ul li a:hover
{
	background: none;
	color: #000 !important;
}

.navigation{
	border-top:1px dotted #ccc;
	padding-top:5px;
}

.navigation a{
	color:#333;
	font-family:"Lucida Grande",Verdana,Arial,Sans-Serif;
}

.navigation .alignleft{
	float:left;
}

.navigation .alignright{
	text-align:right;
}

/* End Navigation/Dropdown */
#content #page-title a{
	color:#666;
}

#content
{
	padding-top: 90px;
	position: relative;
	width: 780px;
	margin: 0 auto;
	font-size: 1.2em;
}



#content h2
{
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
	margin-bottom: 5px;
	padding-bottom: 0;
	font-size: 1.5em;
}

#content h3
{
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2em;
}



#content h3 small 
{
	text-transform: lowercase !important;
	color: #aaa;
	font-size: .7em;
}

#content p
{
	margin: 0 20px 15px 0;
	padding: 0;
}

#content .left-column p,
#content .wide-column p,
#content .left-column ul,
#content .left-column ol
{
	font-size: .9em;
	color: #666;
	line-height: 1.8em;
}

#wrapper #content .text-page p
{
	font-size: .95em;
	line-height: 2em;
}


#wrapper #content .text-page h3
{
	margin: 10px 0 8px 0;
}

#wrapper #content .text-page h4
{
	margin: 0 0 8px 0;
	color: #333;
}



#wrapper #content .text-page-sidebar p
{
	font-size: .9em;
}

#wrapper #content .text-page-sidebar h2
{
	margin-top: 0;
	padding-top: 0;
}

#content .right-column p
{
	color: #666;
	line-height: 2.2em;
	margin-right: 0;

}

#content a {color: #333; text-decoration: none;}
#content a:hover {text-decoration: underline;}
.left-column { width: 440px; float: left;}

.gallery_head { clear: both; position: relative; }

.right-column {
	width: 290px;
	margin-left: 30px;
	float: left;
	top: -7px;
	padding-bottom: 7px;
	position: relative;
}

#content .small-column {
	width: 240px;
	margin-left: 15px;
	border-left: dotted 1px #ccc;
}





#company img { border: solid 1px #aaa; }

#company { padding-bottom: 10px; }




.credits {font-size: .8em;color: #999; text-align: right; margin-right: 0 !important;}

.right-column ul
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	font-size: .9em;
}

.right-column ul li {
	border-bottom: dotted 1px #999;
}

.right-column ul li a {
	display: block;
	padding: 5px 5px;
}

.right-column ul li.about-author a{
	display:inline;
	padding:0;
}

.right-column .categories ul li a:hover,
.right-column .categories ul li.selected a {
	background: #aaa;
}


.right-column ul ul
{
	padding: 0;
}

.right-column h2
{
	font-size: 1.2em;
}

/* Contact Form (/contact, /journal) -------------------- */

.contact-form form,
.contact-form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.contact-form {margin-bottom: 20px;}

.contact-form label {
	color: #666;
}

.contact-form label input,
.contact-form label textarea {
	display: block;
	margin: 2px 0 3px 0;
}

.contact-form label input {
	width: 200px;
}

.contact-form label textarea {
	width: 300px;
	height: 100px;
}

.contact-form .success {
	border: solid 1px #8CC63F ;
	background-color: #D0E8AC;
	padding: 5px !important;
	margin: 5px 0;
}

.contact-form .error {
	margin: 0 0 0 0 !important;
	color: Red !important;
}

.contact-form label small {
	color: #333;
}

#guideline ul {
	margin-top: 0;
	padding-top: 0;
}

.journal-page textarea{
	width: 400px !important;
}

/* End Contact Form (/contact, /journal) */

h4 {font-size: 1.2em; margin-bottom: 0 ; padding-bottom: 2px; border-bottom: dotted 1px #aaa;}
h5 {font-size: 1em; margin-bottom: 5px; padding-bottom: 0;}

/* About the Author ------------------------------------- */

#content .right-column img.avatar {
	margin-top: 5px;
	margin-right: 5px;
	float: left;
	padding: 3px;
	background: #999;
}

#content .right-column p.about {

	margin-top: 0 !important;
	padding-top: 0;
}

/* End About the Author */

/* Twitter and Flickr ----------------------------------- */

.flickr_badge_image {
	float: left;
	margin-right: 2px;
}

h3.flickr,
.twitter h3 {
	margin-top: 20px !important;
		position: relative;
}

.twitter h3 {
	padding-left: 35px !important;
	background: url(../images/twitterbird.gif) no-repeat;

}

h3.flickr {
	padding-left: 35px !important;
	background: url(../images/flickr.gif) no-repeat;
}

.twitter ul li {
	font-size: 1.2em;
	color: #666;
}

.twitter a {
	font-weight: normal !important;
}

/* End Twitter and Flickr */

.right-column .journal {
	margin-left: 30px !important;
	padding-left: 20px !important;
	border-left: dotted 1px #ccc;
}

#content .small-column .journal {
	margin-left: 0 !important;
	padding-left: 15px !important;
	border: none;
}

#content .first {
	width: 240px;
	border: none;
}

body #content .first .journal {
	padding-left: 0 !important;
	border-left: none !important;
}


#content p a {
	font-weight: bold;
}

/* Attachment Styling ------------------------------------ */

	.attachments br {
		display: none;
	}

	.attachments a {
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
		width: 200px;
		height: 50px;
		margin-bottom: 8px;
		border: solid 1px #999;
		padding:0 !important;
	}
	.attachments a:hover{
	}

	/*.attachements a img {
		position: relative;
	}

	.attachments a:hover img {
		opacity: .50;
	}*/

/* End Attachment Styling */

/* Porfolio Page ----------------------------------------- */

.portfolio
{
	width: 440px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.portfolio li
{
	width: 100px;
	height: 100px;
	background: url(../images/layout/portfolio-entry.jpg) no-repeat;
	float: left;
	margin: 0 10px 10px 0;
	position:relative;
	overflow: hidden;
}

.portfolio li a img {border: none;}
#pixel-web .portfolio li {border: solid 1px #aaa; margin-right: 8px; margin-bottom: 8px;}

#content .portfolio li p
{
	margin: 0;
	padding: 10px;
}

.portfolio li.block
{
	background: none;
}

.portfolio li.two-blocks
{
	background: none;
	width: 210px;
	height: 100px;

}

/* End Porfolio Page */

/* Portfolio Page Links ---------------------------------- */

	#portfolio-page {
		list-style: none;
		margin: 0 0 0 5px;
		padding: 0;
		width: 762px;
	}

	#portfolio-page li {
		float: left;
		width: 144px;
		margin-right: 10px;
	
	}

	#portfolio-page li.last {
		margin-right: 0;
	}

	#portfolio-page li a {
		display: block;
		background: #fff;
		float: left;
		border: solid 1px #ccc;
		padding: 9px;
		font-size: 1.3em;
	}

	#portfolio-page li a:hover {
		text-decoration: none;
		background-color: #eee;
	}

	#portfolio-page li a:hover img {
		opacity: 1.00;
	}


	#portfolio-page li img {
		margin-top: 9px;
		border: solid 1px #fff;
		position: relative;
		opacity: 0.70;
		width: 124px;
		height: 180px;
	}

/* End Portfolio Page Links */

/* Sub Footer (Latest Entries) --------------------------- */

	#latest_group {
		width: 100%;
		float: left;
		margin-top: 30px;
		padding-top: 10px;
		background: #ccc;
		border-top: solid 2px #333;
		min-height: 150px;
	}

	#latest_group .right-column {
		border: none;
	}

	#latest_group .journal h3 {
		color: #333;
	}

	#latest_group .journal a
	{
		color: #666;
	}

	#latest_group .journal a:hover
	{
		color: #000;
		background: #fff;
		text-decoration: none;
	}


/* End Sub Footer (Latest Entries) */

/* Footer ------------------------------------------------ */

	#footer
	{
		position: relative;
		clear: both;
		width: 780px;
		margin: 0 auto;
		padding: 10px 0 20px;
		text-align: left;
		border-top: solid 1px #aaa;
		font-size: .9em;
		color: #999;
		line-height: 1.4em;
	}

	#footer a {
		color: #666;
	}

	#footer a:hover {
		color: #000;
	}

/* End Footer */

/* Footer Credits ---------------------------------------- */

	#footer .credits{
		position: absolute; list-style: none;
		padding: 0; margin: 0;
		top: 0; left: 0; width: 780px;
	}

	#footer .credits li{ 
		position: absolute; height: 17px; top: 8px;
		background: url(../images/layout/footer-icons.gif) 0 -17px;
	}

	#footer .credits a { display: block; position: relative; height: 17px;}

	.credits a:hover { background-image: url(../images/layout/footer-icons.gif);
		 background-repeat: no-repeat; }

	#footer .credits a em { display: none; }

	.credits #mac{ width: 13px; right: 90px; background-position: 0 -17px; }
	.credits #mac a { width: 13px; }
	.credits #mac a:hover { background-position: 0 0; }

	.credits #symphony{ width: 24px; right: 50px; background-position: -19px -17px !important;}
	.credits #symphony a { width: 24px; }
	.credits #symphony a:hover { background-position: -19px 0; }

	.credits #mt{ width: 36px; right: 0; background-position: -48px -17px !important;}
	.credits #mt a { width: 36px; }
	.credits #mt a:hover { background-position: -48px 0; }


/* End Footer Credits */


/* Comment Formatting ------------------------------------ */

#content .left-column .comments {
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
	list-style:none;
	padding:0;
	font-size:0.95em;
	line-height:2em;
}
#content .left-column .children{
	list-style:none;
	font-size:1em;
	line-height:2em;
}

.comments .comment {
	padding: 10px;
	margin: 0;
}

#content .comments .alt {
	background: #f8f8f8;
}

#content .comments .comment-author-admin {
	background: #707070;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	color: #fff;
}

#content .comments .comment-author-admin .comment-meta a {
	color: #eee !important;
}

#content .comments .comment-author-admin .comment-reply-link {
	background: #666;
}

#content .comments .comment.bypostauthor .fn,
#content .comments .comment.bypostauthor p,
#content .comments .comment.bypostauthor a {
	color: #fff;
}

#content .comments .comment.bypostauthor small {
	color: #ccc;
}

.comments .comment-author {
	border-bottom: dotted 1px #ccc;
	color:#333;
}

.comments .comment {
	position: relative
}

.comments .comment-meta {
	color: #666;	
	position: absolute;
	right: 10px;
	top: 10px;
	color: #999;
	font-size: 0.8em
}

.comments .comment-meta a {
	color: #666 !important;
}

.comments dd {
	margin: 0 ;
	padding: 0;
}

#respond *{
	line-height:1em;
}
#respond #cancel-comment-reply-link{
	font-size:1.1em;
}

img.avatar {
	margin-right: 5px;
	float:left;
}

/* End Comment Formatting */

li.categories, li.tumblelog, li.image-block, li.about-author{
	font-size:1.11em;
	border-bottom:none !important;
}

li.tumblelog{
	margin-top:20px;
}
li.tumblelog a{
	display:inline !important;
	padding:0 !important;
}
li.tumblelog h3 a:hover{
	background: none repeat scroll 0 0;
}

.firstentry {background: #fff; padding: 0 10px; border: solid 1px #aaa; border-left: none; border-right: none; border-bottom-width: 2px; margin-bottom: 20px;}
#content .left-column .firstentry h3 {font-size: 2em;}

.article-body iframe {float: right; margin-left: 10px;}


#tumblelog {

}


#tumblelog li {
	padding: 0 0 5px 0;
}

#tumblelog h4 {
	font-size: 1.1em;
	border: none;
	margin: 0 0 3px 0 !important;
	padding: 5px;
	background: #fff;
	color: #15539E;
}

#tumblelog h4 a {
		color: #15539E;
}

#tumblelog p {
	margin: 0 10px 0 7px !important;
	padding: 0;
}

#tumblelog a {
	display: inline;
	padding: 0;
	margin: 0;
	text-indent: 0;
	color: #15539E;
}

#tumblelog a:hover {
	background: #ddd;
	color: #000;
}

#tumblelog h4 small {
	color: #999;
}

#tumblelog h4 br {
	display: none;
}

#tumblelog .navbuttons {
	font-size: .8em;
	padding: 2px 0 ;
	height: 20px;
	position: relative;
}

#tumblelog .navbuttons span {
	position: absolute;
	top: 2px;
	line-height: 20px;
}

#tumblelog .tumblelog-back {
	left: 0;
}

#tumblelog .tumblelog-previous {
	right: 0;
}

div.firstentry {
position: relative;
}

#moss-looking {
	width: 92px;
	height: 189px;
	background: url(../images/moss-looking.gif) no-repeat;
	position: absolute;
	top: 0;
	left: -79px;
	
}

.date, .more-link {
	white-space: nowrap;
}

#content .comments p {
	margin-bottom: 10px;
}

.comment-reply-link {
	display: block;
	width: 50px;
	text-align: center;
	padding: 2px 0;
	border: solid 1px #ddd;
	background: #eee;
}


.cform fieldset {
	border: none;
	margin: 0;
	padding: 0;
	
}

.cform legend {
	display: none;
}

.cform ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cform label {
	display: block;
}

.cform input {
margin-right: 5px
}

.cform ol input {
	width: 200px;
}

.cform ol textarea {
	width: 350px;
	display: block;
	margin-bottom: 10px;
		font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
		padding: 3px;
		font-size: 1em;
}

.cform .cf_li_text_err {
	list-style: none;
	margin: 10px 0 5px 0;
	padding: 3px 0;
	border: solid 1px red;
	border-width: 1px 0;
	width: 300px;
	text-align: center;
	background: #f9cdca;
	color: #73130d !important;
}
#usermessagea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}
#usermessagea.failure {

	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	border: solid 1px red;
	border-width: 1px 0;
	background: #f9cdca;
	color: #73130d !important;
}

#usermessagea.success {
	border-top: solid 1px #5da62e;
	border-bottom: solid 1px #5da62e;
	padding: 5px 0;
	background: #c1e9b0;
	color: #5da62e;
	text-align: center;
	margin-bottom: 10px;
}

#usermessagea.waiting {
	border-top: solid 1px #ff9c0a;
	border-bottom: solid 1px #ff9c0a;
	padding: 5px 0;
	background: #fcf2bd;
	color: #ff9c0a;
	text-align: center;
	margin-bottom: 10px;
}

.cform label {
font-size: 1.1em;
}