/******* Structure *******/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #ccc;
	background-color: #000;
	font-family: "verdana";
	text-align: center;
}

#package {
    width: 708px;
    margin: 0 auto;
}

#main {
	float: left;
	position: relative;
	width: 548px;
	top: 30px;
    background-color: #000;
	text-align: left;
	margin: 0 auto;
}

#content {
   position: relative;
   min-height: 400px;
   background-color: #1a1a1a;
   top: -103px;
   padding: 20px 0px 10px 0px;
   z-index: 1;
}

#sidebar {
   float: right;
   position: relative;
   background-color: #000;
   top: 110px;
   width: 150px;
   text-align: left;
   margin: 0 auto;
   padding: 0px 0px 0px 10px;
   clear: right;
}

#sidebarcontent{
   float: right;
   position: relative;
   min-height: 100px;
   background-color: #1a1a1a;
   width: 150px;
   padding: 20px 0px 5px 0px;
   z-index: 1;
}

#sidebarcontentnav{
   float: right;
   position: relative;
   min-height: 100px;
   background-color: #1a1a1a;
   width: 150px;
   margin-top: 9px;
   padding: 10px 0px 5px 0px;
   z-index: 1;
}

#sidebarcontentundersearch{
   float: right;
   position: relative;
   min-height: 100px;
   background-color: #1a1a1a;
   width: 150px;
   padding: 20px 0px 10px 0px;
   top: -15px;
   z-index: 1;
}

#search {
    float: right;
    width: 159px;
    text-align: left;
}

#search form {
    background-color: transparent;
	border: none;
	width: 144px;
}

#search input {
	font-family: Verdana;
	font-size: 100%;
	font-weight: normal;
}

/******* Links *******/

a {
	color: #ccc;
	text-decoration: none;
}

p.more-info a, .article-body a, dl.comment a, #guideline a, p.filed-under a, #previousentries a, .sidebarlink a, #twitter_update_list a {
    color: #82a6d8;
}

p.more-info a:hover, .article-body a:hover, dl.comment a:hover, #guideline a:hover, p.filed-under a:hover, #previousentries a:hover, .sidebarlink a:hover, #twitter_update_list a:hover {
    color: #82a6d8;
    text-decoration: underline;
}

a:hover {
	color: #999;
}

/*
.article-body a:visited, #previousentries a:visited, .sidebarlink a:visited {
  	color: #888;
}
*/

.sidebarlink {
    text-align: left;
	font-size: 70%;
	padding-bottom: 10px;
	clear: both;
}

.sidebar {
    padding: 0 0 0 0;
    margin: 0 0 0 20px;
    list-style-type: square;
}

.sidebarnav {
    text-align: left;
	font-size: 80%;
	font-weight: bold;
	line-height: 95%;
	padding-top: 5px;
	padding-left: 14px;
}

/******* External Links - use with externallinks.js*******/

.arc90_extlinkIMG {
    background: transparent url("../img/extLink_img.png") no-repeat;
    margin-left: 1px;
    margin-top: 2px;
    height: 10px;
    width: 10px;
    cursor: pointer;
    padding-left: 11px;
}

/******* Masthead / Logo *******/

h1#logo {
	position: absolute;
	width: 547px;
	height: 33px;
	background: url("../img/header.gif") no-repeat;
	text-indent: -9999px;
	z-index: 1;
	
}

h1#logo2 {
    position: relative;
    top: 33px;
    left: 401px;
    width: 73px;
	height: 81px;
	background: url("../img/header2.gif") no-repeat;
    text-indent: -9999px;
    z-index: 2;
}

/******* Navigation *******/

.nav {
    position: relative;
    width: 74px;
    height: 24px;
    top: -38px;
    left: 25px;
    background: url(/workspace/img/nav_home.gif) no-repeat;
    text-indent: -9999px;
    z-index: 1;
}

.nav a {
    position: relative;
    display: block;
    text-indent: -9999px;
    right: 16px;
    width: 86px;
    height: 24px;
}

.nav2 {
    position: relative;
    width: 99px;
    height: 24px;
    top: -72px;
    left: 144px;
    background: url(/workspace/img/nav_photos.gif) no-repeat;
    text-indent: -9999px;
    z-index: 1;
}

.nav2 a {
    position: relative;
    display: block;
    text-indent: -9999px;
    right: 16px;
    width: 110px;
    height: 24px;
}

.nav3 {
    position: relative;
    width: 99px;
    height: 24px;
    top: -106px;
    left: 287px;
    background: url(/workspace/img/nav_about.gif) no-repeat;
    text-indent: -9999px;
    z-index: 1;
}

.nav3 a {
    position: relative;
    display: block;
    text-indent: -9999px;
    right: 16px;
    width: 106px;
    height: 24px;
}

#archivelink {
    float: right;
    position: relative;
    height: 10px;
    width: 148px;
    z-index: 4;
}

#previousentries {
    margin: 8px 5px 0px 0px;
    padding: 0px 0px 8px 11px;
    letter-spacing: 0.75px;
    font-size: 80%;
    font-weight: bold;
    z-index: 4;
}

/******* Menu *******/

ul#menu {
	list-style: none;
	margin: 15px 0;
	text-align: right;
}

ul#menu li {
	display: inline;
	margin-right: 10px;
}

/******* Content Heading *******/

h2 {
	text-align: left;
	font-size: x-large;
	font-weight: lighter;
	line-height: 95%;
	letter-spacing: 1.0px;
	padding: 0px 0px 0px 10px;
	border-bottom: 2px solid #6a6a6a;
	margin: 10px 0 10px;
}

h2 small {
	position: relative;
	top: -0.7em;
	left: -0.2em;
	color: #aaa;
	font: 60%/1.5em Verdana, Sans-serif;
}

/******* Article Header *******/

/*.article-header {
	position: relative;
	padding: 0px 0px 0px 0px;
	top: 0px;
	margin-bottom: 10px;
	z-index: 3;
}*/

h3 {
	border-bottom: 2px solid #6a6a6a;
	text-align: left;
	font-size: x-large;
	font-weight: lighter;
	line-height: 95%;
	letter-spacing: 1.0px;
	padding: 0px 0px 0px 10px;
}

.photo-header h3{
    padding-right: 150px;
    text-indent: -126px;
    padding-left: 136px;
}

a.h3 {
    color: #ccc;
	text-decoration: none;
}

a:hover.h3 {
    color: #999;
}


p.filed-under {
	margin: 0;
	padding: 0px 10px 4px;
	/* border-left: 2px solid #333; */
	color: #888;
	font-size: 70%;
}

.date {
	position: relative;
	padding: 4px 0px 4px 10px;
	margin-bottom: 0px;
	color: #888;
	font-size: 70%;
	/* background: url("../img/article-header-top.gif") left top no-repeat; */
	/* font: 85%/1.5 "Lucida Grande", Verdana, Sans-serif; */
	text-align: left;
	/* text-transform: uppercase; */
}

/******* Article *******/

.article-body {
	position: relative;
	font-size: 90%;
	padding: 8px 0px 0px 0px;
}

.article-body li {
    font-size: 90%;
}

p.more-info {
	text-align: right;
	font-size: 70%;
	padding-right: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	clear: both;
}

p.more-info em {
	color: #888;
}

#image-block {
	text-align: center;
	margin: 20px;
	padding: 0;
}

#image-block img {
	float: none;
	display: inline;
	margin: 5px 5px 0 0;
}

/******* Typography *******/

p {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 4px;
	font-size: 90%;
}

p a {
	border-bottom: none;
}

ul {
	margin: 0 30px 20px;
}

ol {
	margin: 0 30px 20px;
}

blockquote {
	color: #ccc;
	font-family: "verdana";
	font-size: 85%;
	line-height: 125%;
	padding: 0 10px;
	margin: 0 40px 20px;
}

blockquote p {
	font-style: italic;
}

cite {
	display: block;
	font-style: normal;
	text-align: right;
	
}

/******* Comments *******/

p.comment {
    padding: 0px 0px 0px 10px;
    
}
dl.comment {
	/* border-top: 1px solid #6a6a6a; */
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
}

dl.comment dt {
	position: absolute;
	text-align: left;
	width: 150px;
	font-size: 90%;
	padding-bottom: 5px;
}

dl.comment dt small {
	display: block;
	color: #888;
}

dl.comment dd {
	margin: 0 0 10px 145px;
	font-size: 90%;
}

/******* Listing *******/

dl.listing 
{
}

dl.listing dt {
	color: #666;
	font-size: 90%;
	font-style: italic;
}

dl.listing dd {
	font-size: 85%;
}


/******* Archive and Category *******/

#archive {
    position: relative;
    margin-left: 0px;
    top: -10px;
}

#archive a small {
	color: #ccc;
	font-style: italic;
	font-size: 85%;
}

#archive a {
	display: block;
}

#archive a:hover {
	color: #999;
}

#archive a.active {
	color: #999;
}

#archive ul li {
	font-size: 90%;
	margin: 0 0 5px;
}

ul#year {
	list-style: none;
	margin-left: 10px;
}

ul#month {
	position: relative;
	list-style: none;
	border-left: 1px dotted #333;
	padding-left: 20px;
	top: -35px;
	margin-left: 58px;
}

ul#past-entries {
    position: relative;
	list-style: disc;
	border-left: 1px dotted #333;
	padding-left: 20px;
	top: -70px;
	margin-left: 190px;
}

ul#category-entries {
	position: relative;
	font-size: 90%;
}

li#category-entries {
	padding-bottom: 5px;
}

.category-date {
    color: #888;
}

.capitalize {
    text-transform: capitalize
}

ul#nextprevious {
	clear: both;
	position: relative;
	color: #888;
	font-size: 75%;
	margin: 0 0 0px;
	padding-top: 0px;
}

ul#nextprevious li {
	display: inline;
	margin-left:10px;
}

#nextprevious a {
    color: #82a6d8;
}

#nextprevious a:hover {
    color: #82a6d8;
    text-decoration: underline;
}

/******* Forms *******/

#contact-form {
	margin-top: 70px;
}

#guideline {
	position: absolute;
	left: 348px;
	padding: 9px 0px 0px 0px;
	color: #ccc;
	width: 200px;
	font-size: 75%;
}

#guideline h4 {
	border-bottom: 2px solid #6a6a6a;
	padding-bottom: 6px;
}

#guideline ul {
	list-style-type: disc;
	margin: 6px 0 30px 15px;
}

#guideline li {
	margin-bottom: 12px;
}

form {
	width: 315px;
	font-size: 75%;
	padding: 9px 9px 25px 10px;
}

fieldset {
	border: none;
}

form label {
	display: block;
	color: #ccc;
	line-height: 150%;
	margin-bottom: 10px;
}

form label small {
	display: block;
	color: #aaa;
	font-size: 80%;
	text-transform: none;
	text-align: right;
	margin-left: 40%;
	margin-top: -1.55em;
}

form label small a:hover {
	color: #666;
	border-color: #888; 
}

form input, form textarea {
	display: block;
	width: 100%;
	font-size: 120%;
}

form textarea {
	height: 200px;
	font-size: 100%;
	font-family: verdana;
}

form input#submit {
	float: right;
	display: block;
	width: 128px;
}

form p.success {
	color: #6cc33c;
	background: #1a1a1a url("../img/icon-tick.gif") left center no-repeat;
	font-size: 99%;
	margin: 0 0 6px;
	padding-left: 24px;
}

form p.error {
	color: #ff4242;
	background: #1a1a1a url("../img/icon-cross.gif") left center no-repeat;
	font-size: 99%;
	margin: 0 0 6px;
	padding-left: 24px;
}

/******* Images *******/

img {
	position: relative;
	border: none;
	padding: 3px;
	margin: 0 10px 10px 0; /* Changing breaks lightbox margins */
}

.bannerleft {
    position: relative;
    margin: 0 0px 9px -5px;
    display: inline;
	float: left;
	clear: left;
}

.bannerright {
    position: relative;
    margin: 0 0px 9px 0;
    display: inline;
	float: right;
	clear: right;
}

.thumb {
	margin: 0 -5px -3px 0;
}

.thumbright {
	position: relative;
	padding: 5px 0px 0px 5px;
    display: inline;
	float: right;
	clear: right;
}

.thumbleft {
	position: relative;
	padding: 5px 3px 0px 0px;
    display: inline;
	float: left;
	clear: left;
}

a:hover img {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.6;
}

img.edit {
	float: none;
	border: none;
	padding: 0;
	margin: 0;
}

/******* Footer *******/

ul#footer {
	clear: both;
	position: relative;
	top: -90px;
	color: #888;
	text-align: right;
	font-size: 75%;
	margin: 0 0 0px;
	padding-top: 0px;
}

ul#footer li {
	display: inline;
	margin-left:10px;
}

#footer a {
	color: #999;
	padding-bottom: 2px;
}

#footer a:hover {
    color: #ccc;
}

#footer a.delicious {
	background: url("../img/footer_delicious.gif") left center no-repeat;
	padding-left: 23px;
}

#footer a.symphony {
	background: url("../img/footer_symphony.gif") left center no-repeat;
	padding-left: 26px;
}

#footer a.rss {
	background: url("../img/footer_rss.gif") left center no-repeat;
	padding-left: 20px;
}

/******* Twitter *******/

ul#twitter_update_list {
   padding: 0 0 0 0;
   margin: 0 0 0 20px;
   list-style-type: square;
   font-size: 70%;
   clear: right;
}
