/* Basics
------------------------------ */
html {
	/* Moz */
	height: 100%;
}

/* Main Layout
------------------------------ */
body {
	background:#ffffff;
	background-repeat: no-repeat;
  	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5.5 hack */
	color:#000000;
}
#rap {
	width: 900px;
	background: #ffffff;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	text-align: left;  /* IE 5.5 hack part II */
}
#masthead1 {
	background-image: url('images/logos/homesweethome.gif'); /*header logo*/
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #999999;
	height: 40px;
	font: normal 80% Arial, sans-serif;
	border-bottom: 1px solid #000000;
}

#masthead2 {
	background-image: url('images/banners/rotator.php'); /*header image*/
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #000000;
	height: 101px;
	font: normal 80% Arial, sans-serif;
}

#masthead-work {
	background-image: url('images/logos/as_white_grey.gif'); /*header logo*/
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #999999;
	height: 47px;
	font: normal 80% Arial, sans-serif;
	border-bottom: 1px solid #000000;
}

#main {
 }

#content {
	float: right;
	width: 755px;
}

#storycontent {
	padding-left: 5px;
	padding-right: 5px;
	background: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
}

#sidebar {
	position: relative;
	float: left;
	width: 140px;
	left: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: left;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 10pt;
	line-height: 14pt;
}

.sidebar-title {
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #ffffff;
	text-transform: lowercase;
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 2px;
	background: #999999;
	line-height: 17px;
	margin-bottom: 4px;
}

#sidebar a img {
  border: 0px;
  padding: 0px;
}

li {
	list-style-type: none;
	margin-left: 2px;
}

#credit, #sort {
	width: 900px;
	font-size: 85%;
	color: #999999;
	font-size: 12px;
	text-align: left;
	clear: both;
	margin-left: 2px;
}

#sitelink {
	font-size: 85%;
	color: #999999;
	font-size: 12px;
	text-align: left;
	clear: both;
	margin-left: 2px;
}

.storytitle {
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #ffffff;
	text-transform: lowercase;
	text-align: left;
	padding-left: 3px;
	padding-bottom: 2px;
	margin: 0px;
	background: #ff0000;
	line-height: 17px;
	margin-bottom: 4px;
}

.post {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: justify;
	background: #ffffff;
}

/* Link Styles
------------------------------ */
a:link, a:visited {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a img {
  border: 1px solid #ff0000;
  padding: 4px;
}

a:hover img {
  border: 1px solid #000000;
  background: #e5e5e5;
}

/* Text Styles
------------------------------ */

h1 { 
	margin: 0; 
	padding-left: 10px;
	padding-top: 15px; 
	text-align: left; 
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
h2 {
	font: bold 100% Arial, sans-serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 0;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #ffffff;
	text-transform: lowercase;
	text-align: left;
	padding-left: 3px;
	padding-bottom: 2px;
	margin: 0px;
	background: #ff0000;
	line-height: 17px;
	margin-bottom: 4px;
}


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

#imagemetadata {
  text-align: right;
  position: relative;
  display: none;
}

#imagemetadata table {
  text-align: left;
  line-height: 1em;
  border: 1px solid #ccc;
  position: absolute;
  top: 2em;
  right: 0px;
  background-color: #fafafa;
}

#imagemetadata table td {
  border-bottom: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  padding: 2px 5px;
}

.small {
	font-size: .75em;
	background: #ffffff;
	color: #000000;
	text-align: left;
	padding-left: 5px;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}


/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc {
	border: 1px solid #dedede;
	background: #f6f6f6;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}

#exif_link {
  float: right;
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist li {
	background: url(../images/tag.png) no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	float:left;
	padding-right: 5px;
	color: #999999;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 2px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
    padding: 10px 2px;
	margin: 0px 20px 9px 0px;
	float: left;
	width: 100px;
}
.album .thumb {
    float: left; 
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}
.albumdesc small {
	color: #000000;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	width: 720px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: -10px;
}
.imgnav .imgprevious a {
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #237898;
}

.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 720px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #dedede;
	background: #f6f6f6;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 4px;
	color: #000000;
	font-size: 70%;
}

.textarea {
width:200px;
margin:0;
}

#commentform  #comment{
width:450px;
margin:0;
}

/* Post meta data
------------------------------ */

.meta {
	font-size: .75em;
	background: #ffffff;
	color: #000000;
	text-align: right;
	padding-right: 5px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: 0;

}

.meta a, .meta a:visited {
	color: #ff0000;
	text-decoration:none;
}

.meta a:hover {
	color: #000000;
	text-decoration:none;
}

.feedback {
	color: #711323;
	text-align: right;
	clear: both;
	margin-right: 30px;
	font-size: 90%;
	padding-left: 25px;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}
#map {margin-left: -77px;}
#rating { margin-top: 10px; }

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
  _position: absolute;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #ffffff;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #036; }

/* Search Box
------------------------------ */
#search {
	float: left;
	text-align: left;
	background: #fff;
}
#search input.pushbutton {
	padding: 1px;
	font-size: 80%;
}
#search ul {
  position:absolute;
  text-align: left;
  width:20px;
  margin:0px;
  padding:2px;
  list-style:none;
}
#search ul .item {
  display:none;
}
#search ul:hover .item {
  display:block;
  padding:1px;
  margin:0px;
  background:#fff
}
#search li {
width:150px;
}
.clear {
  clear:both;
  height:10px;
}

/* Archive View
---------------------------- */
#archive{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
ul.archive * {
	padding:0;
	margin:0;
	list-style:none;
}
ul.archive .year {
	margin-top:10px;
	text-align: center;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
}
ul.archive .month {
	font-size: 14px;
	list-style:none;
	border-top:2px solid #E6E6DF;
	padding-top: 5px;
}

/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
	background: #eee;
}
#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	background: #fff;
	border-top: 3px solid #E6E6DF;
	border-bottom: 3px solid #E6E6DF;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}
