* {
	font-family: "Futura", "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	margin:0;
	padding:0;
	background-color:#000;
}


.container {
	width:100%;
	font-size:small;
	color:#999;
}

.bg-left {
	margin:0;
	padding:0;
	background-color:black;
	background-image: url("../images/bg-left-paisley.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

.bg-right {
	margin:0;
	padding:0;
	background-color:black;
	background-image: url("../images/bg-right-paisley.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

a:link,
a:visited {
	color:#CCC;
	text-decoration:none;
}

a:hover {
	color:#FFF;
}
	
table#outside {
	background-color:#111;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
}

.fb_share_link {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background:url("../images/facebook.png") no-repeat 0 50%;
}

.lock {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background:url("../images/lock.png") no-repeat 0 50%;
}


p {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

h1 {
	margin:0;
	padding:0 10px;
	padding-top: 5px;
	line-height:30px;
	font-size:140%;
	font-variant: small-caps;
	font-weight: normal;
}

h2 {
	margin:0;
	padding:0;
	font-size:110%;
	font-weight: normal;
	font-variant: small-caps;
}

h3 {
	margin:0;
	padding:0;
	font-size:120%;
	font-weight: normal;
	font-variant: small-caps;
}

table#header {
	background-color:#020202;
	background-image: url("../images/bg1.gif");
	background-position: center top;
	background-repeat: repeat-x;
	border-bottom:1px solid #333;
	/*
border-left:1px solid #333;
	border-right:1px solid #333;
*/
	white-space:nowrap;
}

td.navspacer{
	width: 100px;
}

table#header td.nav a:link,
table#header td.navlast a:link,
td.nav a:visited{
	text-decoration:none;
	padding:0 8px;
	padding-bottom:3px;
	color:#777;
	padding-top: 10px;
	line-height:30px;
	display:block;
/*	background-color:#222;*/
	font-size:90%;
	white-space:nowrap;
}

table#header td.nav a:link,
td.nav a:visited {
	border-left:1px solid #333;
}

table#header td.nav a:hover,
table#header td.navlast a:hover {
	background-color:#555;
	color:#CCC;
	border-bottom:3px solid #333;
/*	background-image: url("../images/bg1-over.png");*/
	padding-bottom:0px;
}
	
#footer1 {
	padding:5px;
	font-size:80%;
	
	background-color:#111;
	background-image: url("../images/bg-subheader.gif");
	background-position: center top;
	background-repeat: repeat-x;
	text-align: center;
	border-bottom:1px solid #333;
	/*
border-left:1px solid #333;
	border-right:1px solid #333;
*/
}
	
	

/* ========== IMAGE Page Specific ========== */

#photocell {
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	background-image:url(../images/loadingB.gif);
	background-repeat:no-repeat;
	background-position:center center;
	
	position:relative;
	/*
border-left:1px solid #333;
	border-right:1px solid #333;
*/
}

#photo {
	display:none;
	margin-left:auto;
	margin-right:auto;
}

.photobg {
	background-color:#050505;
	background-image: url("../images/bg-photo.gif");
	background-position: center top;
	background-repeat: repeat-x;
	border-bottom:1px solid #252525;
}
	
.details {
	padding:20px;
}

.detailSection {
	background-color:#191919;
	font-size:85%;
	line-height:150%;
	border-bottom:1px solid #333;
	background-image: url("../images/bg-details.gif");
	background-position: center top;
	background-repeat: repeat-x;
	/*
border-left:1px solid #333;
	border-right:1px solid #333;
*/
}

.detailSection ul.unit-rating {
	padding-bottom:0px;
}


.detailSection ul {
	margin:0;
	padding:0;
	margin-left:2em;
	padding-bottom:10px;
}
	
table#subheader {
	line-height:25px;
	background-color:#111;
	background-image: url("../images/bg-subheader.gif");
	background-position: center top;
	background-repeat: repeat-x;
	border-bottom:1px solid #333;
/*
	border-left:1px solid #333;
	border-right:1px solid #333;
*/
	white-space:nowrap;
}

table#subheader td a:link,
table#subheader td a:visited{
	text-decoration:none;
	padding:0 8px;
	padding-bottom:2px;
	color:#777;
	line-height:25px;
	display:block;
/*	background-color:#111;*/
	font-size:80%;
	white-space:nowrap;
	border-left:1px solid #333;
	height: 100%;
}

table#subheader td a:hover{
	background-color:#555;
	color:#CCC;
	border-bottom:2px solid #333;
	padding-bottom:0px;
}


#RGBHistogram{
	display:none;
}

#processedHistogram{
	display:inline;
	opacity:0.4;
}

#originalHistogram{
	display:none;
	opacity:0.4;
}

#menu_browse{
	position: absolute;
	margin: 0px;
	margin-right:-10px;
	padding: 0px;
	top:0px;
	left:0px;
	z-index:10;
}
#menu_browse a{
	outline: none;
}

#menu_browse_prev, #menu_browse_next{
	width: 49.9%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#menu_browse_prev {
	top: 0px;
	left:0px;
	float: left;
}
#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: url('../images/arr_left.png') no-repeat center center;
	cursor: pointer;
}

#menu_browse_next {
	top: 0px;
	right:0px;
	float: right;
}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: url('../images/arr_right.png') no-repeat center center;
	cursor: pointer;
}



/* ========== COMMENTS FORM Specific ========== */

.input {
	width:90%;
}

.textarea {
	width:100%;
	font-size: 12px;
}

.formfield{
	width:300px;
	padding:2px;
	margin:0px auto;
	font-size: 12px;
}
.formbutton{
	padding:5px;
	margin:0px auto;
}
	
#commentList ul {
	list-style:none;
	margin:0;
	padding:0;
}
#commentList ul li {
	padding:3px 0 8px 0;
	margin-bottom:3px;
	border-bottom:1px solid #333;
}

.admin_comment {
	background-color: #222;
}

.admin_comment td {
	margin:5px;
	padding:5px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

.singlecomment td {
	margin:5px;
	padding:5px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}


/* ========== ARCHIVE Page Specific ========== */

table td#thumbs {
	background-color:#191919;
	background-image: url("../images/bg-details.gif");
	background-position: center top;
	background-repeat: repeat-x;
}
table td#thumbs a:link,
table td#thumbs a:visited {
	border:1px solid #333;
	display:block;
	float:left;
	margin:12px;
}
table td#thumbs a:hover {
	border:2px solid #666;
	margin:11px;
}
table td#thumbs a img {
	border:none;
	}
.sidecol {
	width:250px; 
	background-color:#333;
	font-size:85%;
	line-height:150%;
	}
td.sidecol ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:10px;
}
td.sidecol ul li {
	margin-bottom:4px;
}






/* ========== ABOUT Page Specific ========== */

#about_wrapper {
  width:712px;
  margin-right:auto;
  margin-left:auto;
  text-align: justify;
  clear: both;
}

#about_box {
  padding:0px;
  padding-top: 2em;
  margin:0px;
  clear: both;
}

#about_box img {
  margin:0 10px 5px 0;
}


/* ========== END OF FILE ========== */



