/*ai v11 stylesheet */

/* general layout */

body {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-color: #000000;
	}
#container {
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-image: url("../images/site/containerTile.jpg");
	background-repeat: repeat-y;
	color: #666666;
	}
#header {
	height: 110px;
	background-image: url("../images/site/header.jpg");
	background-repeat: no-repeat;
	}
#nav{
	height: 45px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/site/navTemp.jpg");
	background-repeat: no-repeat;
	}
#content {
	padding: 0px;
	margin: 0px 300px 0px 0px;
	font-size: 13px;
	color: #464646;
	}
#sidebar {
	float: right;
	width: 300px;
	font-size: 11px;
	color: #464646;
	}
#footer {
	width: 900px;
	height: 50px;
	background-image: url("../images/site/footerTemp.jpg");
	background-repeat: no-repeat;
	text-align: right;
	clear: both;
	font-size: 10px;
	}

/* headers */

h1 { 
	font-size: 15px;
	padding-top: 1px;
	margin: 10px 12px 10px 18px;
	height: 22px;
	background-image: url("../images/site/h1Tile.gif");
	background-repeat: repeat-x;
	color: #FFFFFF;
	}
#h1articles { 
	text-indent: -9999px;
	background-image: url("../images/site/h1articles.gif");
	background-repeat: no-repeat;
	}
#h1about { 
	text-indent: -9999px;
	background-image: url("../images/site/h1about.gif");
	background-repeat: no-repeat;
	}
#h1archive { 
	text-indent: -9999px;
	background-image: url("../images/site/h1articleArchive.gif");
	background-repeat: no-repeat;
	}
#h1ui { 
	text-indent: -9999px;
	background-image: url("../images/site/h1ui.gif");
	background-repeat: no-repeat;
	}
#h1illo { 
	text-indent: -9999px;
	background-image: url("../images/site/h1illo.gif");
	background-repeat: no-repeat;
	clear: none;
	}
#h1photo { 
	text-indent: -9999px;
	background-image: url("../images/site/h1photo.gif");
	background-repeat: no-repeat;
	}
h2 { 
	font-size: 16px;
	color: #1A221D;
	margin: 10px 12px 10px 18px;
	border-top: 1px dotted #1A221D;
	border-bottom: 1px dotted #1A221D;
	}
h3 { 
	font-size: 18px;
	color: #000000;
	margin: 10px 12px 10px 18px;
	border-bottom: 1px dotted #666666;
	}
h4 { 
	font-size: 13px;
	font-weight: bold;
	color: #111111;
	border-bottom: 1px dotted #999999;
	}

/* header widgets */

#rssLink {
	display: block;
	float: right;
	width: 37px;
	height: 14px;
	margin: -29px 20px 0px 0px;
	background-image: url("../images/site/rss.gif");
	background-repeat: no-repeat;
	}
#archiveLink {
	display: block;
	float: right;
	width: 57px;
	height: 14px;
	margin: -26px 62px 0px 0px;
	background-image: url("../images/site/archives.gif");
	background-repeat: no-repeat;
	}
#illoLink {
	display: block;
	float: right;
	width: 175px;
	height: 9px;
	margin: -27px 15px 0px 0px;
	background-image: url("../images/site/illoSite.gif");
	background-repeat: no-repeat;
	}
#flickrLink {
	display: block;
	float: right;
	width: 134px;
	height: 9px;
	margin: -27px 15px 0px 0px;
	background-image: url("../images/site/flickr.gif");
	background-repeat: no-repeat;
	}
#bookLink {
	display: block;
	float: right;
	width: 134px;
	height: 9px;
	margin: -27px 10px 0px 0px;
	background-image: url("../images/site/books.gif");
	background-repeat: no-repeat;
	}
#launchLink {
	display: block;
	float: right;
	width: 98px;
	height: 9px;
	margin: -27px 15px 0px 0px;
	background-image: url("../images/site/launchLink.gif");
	background-repeat: no-repeat;
	}
	
/*  general typography  */
	
div.bodyContent {
	padding: 2px 20px 0px 20px;
	margin: 0px;
	}
acronym {
	font-style: normal;
	color: #CF7500;
	border-bottom: 1px dotted #666666;
	cursor: help;
	}
em {
	font-weight: bold;
	}

/* content-specific formatting */

#timestamp {
	font-size: 10px;
	color: #666666;
	}
#printNote {
	height: 22px;
	font-size: 10px;
	color: #555555;
	text-indent: 32px;
	background-image: url("../images/site/print.gif");
	background-repeat: no-repeat;
	margin-left: 20px;
	}
span.imgLink{display: none;}
div.edNote {
	font-style: italic;
	font-size: 11px;
	color: #999999;
	}
div.dottedRule{
	margin: 0px 20px 0px 20px;
	border-top: 1px dotted #999999;
	}	
	
/* navigation */

#nav ul {
	display: block;
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
	}
#nav li, #nav li a {
	float: left;
	margin: 0px;
	padding: 0px; 
	}
#navHome a {
	width: 114px;
	height: 45px;
	background-image: url("../images/site/nav/nav_home_df.jpg");
	background-repeat: no-repeat;
	}
#navHome a:hover {
	width: 114px;
	height: 45px;
	background-image: url("../images/site/nav/nav_home_ro.jpg");
	background-repeat: no-repeat;
	}
#navWriting a {
	width: 92px;
	height: 45px;
	background-image: url("../images/site/nav/nav_articles_df.jpg");
	background-repeat: no-repeat;
	}
#navWriting a:hover {
	width: 92px;
	height: 45px;
	background-image: url("../images/site/nav/nav_articles_ro.jpg");
	background-repeat: no-repeat;
	}
#navUI a {
	width: 92px;
	height: 45px;
	background-image: url("../images/site/nav/nav_uiI_df.jpg");
	background-repeat: no-repeat;
	}
#navUI a:hover {
	width: 92px;
	height: 45px;
	background-image: url("../images/site/nav/nav_ui_ro.jpg");
	background-repeat: no-repeat;
	}
#navIllo a {
	width: 92px;
	height: 45px;
	background-image: url("../images/site/nav/nav_illo_df.jpg");
	background-repeat: no-repeat;
	}
#navIllo a:hover {
	width: 92px;
	height: 45px;
	background-image: url("../images/site/nav/nav_illo_ro.jpg");
	background-repeat: no-repeat;
	}
#navPhoto a {
	width: 92px;
	height: 45px;
	background-image: url("../images/site/nav/nav_photo_df.jpg");
	background-repeat: no-repeat;
	}
#navPhoto a:hover {
	width: 92px;
	height: 45px;
	background-image: url("../images/site/nav/nav_photo_ro.jpg");
	background-repeat: no-repeat;
	}
#navAbout a {
	width: 92px;
	height: 45px;
	background-image: url("../images/site/nav/nav_about_df.jpg");
	background-repeat: no-repeat;
	}
#navAbout a:hover {
	width: 92px;
	height: 45px;
	background-image: url("../images/site/nav/nav_about_ro.jpg");
	background-repeat: no-repeat;
	}

/* hyperlinks */

a:link {
	color: #826641;
	}
a:hover {
	color: #CF7500;
	}
a:visited {
	color: #CF7500;
	}	

/* sidebarPods */

#sideHeader {
	height: 40px;
	background-image: url("../images/site/sidebarHeader.jpg");
	background-repeat: no-repeat;
	}
div.sidepod {
	float: right; 
	width: 280px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 5px 5px 10px 5px;
	color: #666666;
	}
div.podHeader{
	text-indent: 18px;
	padding: 3px;
	margin: 0px;
	font-size: 12px;
	color: #EDEDED;
	background-image: url("../images/site/sidepodHeader.gif");
	background-repeat: no-repeat;
	background-color: #666666;
	}
div.podBody{
	padding: 5px;
	}
div.podFlickr{
	width: 120px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	}
div.sidepod dl {
	padding-bottom: 2px;
	}
div.sidepod dt {
	font-weight: normal;
	list-style-type: disc;
	}
div.sidepod dd {
	color: #333333;
	margin-left: 10px;
	padding-bottom: 2px;
	}
div.sidepod ul {
	margin: 0px;
	padding: 5px 10px 2px 30px;
	}
	
/*  special list items  */
	
ul.scrobbler-list {
	margin: 0px;
	padding: 0px 10px 0px 30px;
	list-style-type: none;
	}
ul.amazon {
	list-style-type: none;
	}
ul.amazon li {
	padding-bottom: 15px;
	}

/* image styles */

#rotator {
	margin: 0px;
	padding: 0px;
	}

img.spotL{
	float: left;
	margin: 0px 10px 10px 0px;
	}
img.spotR{
	float: right;
	margin: 0px 0px 10px 10px;
	}
img.imgInline{
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #333333;
	}
img.imgInlineRight{
	float: right;
	margin-left: 10px;
	border: 1px solid #333333;
	}
img.headline{
	border: 1px solid #333333;
	}
img.middle{
	vertical-align: middle;
	border: 0px;
	text-decoration: none;
	}
#footerID {
	float: right;
	vertical-align: middle;
	margin-top: -2px;
	}

/* portfolio styles */

ul.photolist {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
ul.photolist li {
	float: left;
	margin: 1px;
	width: 75px;
	height: 75px;
	border: 0px;
	}
#photofolio {
	margin: 0px;
	padding: 0px;
	}
div.pProj{
	display: block;
	text-align: left;
	font-size: 10px;
	height: 40px;
	padding: 0px 10px 10px 0px;
	overflow: hidden;
	}
img.pPic{
	float: left;
	margin-right: 10px;
	border: 1px solid #333333;
	}
div.photoSolo{
	text-align: center !important;
	padding: 5px 0px 5px 0px;
	}