﻿@charset "utf-8";
/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Default
    Version: 7.0
     Author: Thystear
Last Update: 2007-08-07 11:30:03
==============================================================
*/
	
/****** General Styles ******/
BODY {
	background:#000000;
	color: #4A4A4A;
	font-family: Verdana, Arial, Helvetica, sans-serif,宋体;
	font-size: 12px;
	background-image: url("images/bg.jpg");	
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

TABLE {
}

TD {
	word-break: break-all;
}

A:link {
	color: #6A6A6A;
	text-decoration: none;
}

A:visited {
	color: #6A6A6A;
	text-decoration: none;
}

A:hover {
	color: #01b0f0;
	text-decoration: none;
}

IMG {
	max-width: 100%;
	border: 0px none;
	padding: 0 0 1px 0;
	vertical-align: middle;
}

HR {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top: #CCCCCC 1px solid;
	height: 1px;
}

/****** Form Controls Styles ******/
FORM {
	display: inline;
}

INPUT {
	background: #000000;
	font-size: 12px;
}
INPUT.textlogin {
	background: #333333;
	border: 1px solid #666666;
	color: #666666;
	font-size: 12px;
	width: 120px;
	height: 16px;
	padding: 0;
}

INPUT.text {
	background: #333333;
	border: 1px solid #666666;
	color: #666666;
	font-size: 12px;
	height: 16px;
	padding: 0;
}

INPUT.button {
	background: #333333;
	border: 1px solid #666666;
	color: #CCCCCC;
	height: 18px;
}

INPUT.searchbutton {
	background: #333333;
	border: 1px solid #666666;
	color: #CCCCCC;
	font-size: 11px;
	height: 18px;
}
TEXTAREA {
	background: #000000;
	border: #333333 1px solid;
	color: #999999;
	overflow-y:auto;
}

SELECT {
	background: #313131;
	color: #FFFFFF;
}

/****** Main Layout Styles ******/
#wrapper {}
#innerWrapper {
	width: 100%;
	position: relative;
}

#header {
	width: 920px;
	margin-left: 30px;
}
#innerHeader {
    background: url("images/topbg.jpg") no-repeat;/*fi*/
	width: 920px;
	height: 78px;
	padding: 0px 0px 0px 5px;
	position: relative;
}

#footer {
	width: auto;
	background-image: url("images/footer-bg.gif");	
	background-position: top left;
	background-repeat: repeat-x;
	margin-top:30px;
	padding:0px 5px 0px 0px;
	height:70px;
	position:relative;
}
#innerFooter {
	padding-top: 15px;
	margin-left: 30px;
	color: #333333;
	font-size: 11px;
	text-align: left;
	word-break:break-all; 
}
#innerFooter A:link,
#innerFooter A:visited {
	color: #333333;
}
#innerFooter A:hover {
	color: #01b0f0;
}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: left;
}


/* nav menu */
#menu {
	float: right;
	color: #868686;
	font-size: 11px;
	margin: 45px 10px 0px 5px;
}

#menu UL {
	margin: 0px;
	padding: 0px;
	position:relative;
}

#menu LI {
	display: inline;
	list-style-type: none;
	padding: 0px 10px 0px 0px;
	background: url("images/lines.gif");
	background-position: center right;
	background-repeat: no-repeat;
}

#menu A:link,
#menu A:visited {
	color: #BBBBBB;
}

#menu A:hover {
	text-decoration: none;
	color:#01b0f0;
	background: none;
	padding-bottom: 2px;
	border-bottom: 2px solid #01b0f0;
}


/****** Content Layout ******/
#mainWrapper {
	width: 920px;
	margin-left: 30px;
	position:relative;
}

/* sidebar */
.sidebar {
	float: left;
	width: 100%;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -220px;
}
.content-wide {
	width: auto;
	margin-left: -220px;	
}
.content-only {
	width: auto;
	margin: 10px;
	margin-left: -220px;
}
#innerContent {
	margin-left: 220px;
	overflow: visible;
}
/* admin */
.sidebaradmin {
	float: left;
	width: 180px;
}
.textboxadmin-title {
	font-weight: bold;
	height: 30px;
	padding: 20px 0px 6px 1px;
	position: relative;
}
.paneladmin{
	float:left;
	padding:1px;
	margin-left:0px;
	width:180px;
	height:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.textboxadmin {
	margin-bottom: 15px;
	padding-left: 2px;
	padding-right: 0px;
}
/* a style which makes mainWrapper touch the bottom of sidebar and content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/****** Sidebar Panels ******/
.cool{
	margin-top: 40px;
	margin-bottom: 20px;
}
.panel{
	float:left;
	padding:1px;
	margin-left:0px;
	color: #666666;
	width:33%;
	height:auto;
	margin-bottom: 10px;
}
.panel h5 {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.panel-content {
	width: 90%;
	color: #666666;
	font-size: 12px;
	line-height: 130%;
	padding-top: 5px;
	border-top: 1px solid #333333;
}

.panel-content UL {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.panel-content LI {
	width: 100%;
	color: #666666;
	list-style-type: none;
	margin: 0px;
	padding:0;
	margin:0;
	border-bottom:1px solid #333333;
}
.panel-content li a:link,
.panel-content li a:visited{
	color: #666666;
	text-decoration: none;
	padding: 4px 0px 4px 2px;
	display:block;
	text-decoration: none;
}
.panel-content li a:hover{
	text-decoration: none;
	color:#01b0f0;
}
.admin-content {
	width: 100%;
	color: #666666;
	line-height: 130%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.about h5 {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	width: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
}
.about-content {
	color: #666666;
	font-size: 12px;
	line-height: 180%;
	padding-top: 6px;
	word-break:break-all; 

}
.panelsearch {
	float: left;
	line-height: 100%;
	margin-left: 0px;
}
/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 200px;
	margin-top: 5px;
}

.calendar-top {
	color: #333333;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
	background: #F6F6F6;
}
.calendar-weekday-cell {
	color: #666666;
	font-size:11px;
	font-weight:bold;
	text-align: center;
	width: 14%;
	padding: 2px;
}

.calendar-main {
	background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	color: #666666;
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	color: #999999;
	font-weight:bold;
}
.calendar-today {
	border: dashed 1px #CCCCCC;
	background-color: #F6F6F6;
}

.calendar-day a:link,
.calendar-day a:visited,
.calendar-saturday a:link,
.calendar-saturday a:visited,
.calendar-sunday a:link,
.calendar-sunday a:visited,
.calendar-today a:link,
.calendar-today a:visited {
	text-decoration: underline;
	font-weight: normal;
}

/* stats panel */
#panelStats .panel-content{
	color: black;
}

/****** Search Panel ******/
.search-field {
	 width: 200px;
	 height: 16px;
}

/****** Announcement Box ******/
.announce{
	width:100%;
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	margin-bottom: 30px;
	border-left: #663300 3px solid;
	background-color: #1a1a1a;
}
.announce-content{
	float:left;
	width: 590px;
	line-height: 150%;
	padding: 10px;
	color: #666666;
}
.announce-content a:link,
.announce-content a:visited {
	color: #ff9900;
	text-decoration: none;
}
.announce-content a:hover {
	text-decoration: none;
	color:#01b0f0;
}
.announce-ad{
	padding: 10px;
	color: #666666;
}
/****** Defaul Page Elements ******/
.article-top {
	color: #000000;
	padding: 30px 5px 5px 4px;
}

.article-bottom {
	border-top: 1px solid #333333;
	padding: 5px;
}
/* friend links */
.links{
	width: 100%;
	padding-top: 10px;
}
.links-title{
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	margin-bottom: 5px;
	padding: 6px;
	font-size: 12px;
}
.links-title H5 {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
}
.links-img {
	line-height: 150%;
	padding: 10px 10px 10px 4px;
	word-wrap: break-word;
	margin-bottom: 3px;
	margin-right: 3px;
}
.links-text {
	word-wrap: break-all;
	float: left;
	width: 10%;
	line-height: 100%; 
	padding-left: 5px;
	padding-top: 2px;
	border-left: #333333 solid 3px;
	position: relative;
}
.links-text a:link,
.links-text a:visited {
	color: #666666;
	text-decoration: none;
}
.links-text a:hover {
	text-decoration: none;
	color:#01b0f0;
}
/* page links */
.pages {
	color: #666666;
	font-size:11px;
}

.pagelink-current {
	font-size: 11px;
	color:#CCCCCC;
	font-weight: bold;
}

.view-mode {
	color: #6A6A6A;
	float: right;
	font-size: 11px;
}

.listbox {
	border-bottom: #6A6A6A 0px solid;
	border-top: #2C2C2C 1px solid;
	padding-bottom: 5px;
	padding-top: 5px;
}

.listbox-table {
	width: 99%;
}

.listbox-header {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

.listbox-entry {
	color: #666666;
}

.listbox-entry A {
}



/* no entry to display box */
.no-entry {
	border: 1px solid #222222;
	margin-top: 15px;
	position: relative; /* IE Fix for background image */
}

.no-entry-message {
	background: #111111;
	color: #ff9900;
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: center;
}


.prev-article {
	float: left;
}

.next-article {
	float: right;
}

.category-label {
	text-align: center;
}


/* text box */
.textbox {
	background-image: url("images/tab_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-left: 2px;
	padding-right: 0px;
}

.textbox-title {
	font-weight: bold;
	height: 30px;
	padding: 0px 0px 6px 1px;
	position: relative;
	word-wrap: break-word;
}

.textbox-title H4 {
	color: #888888;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	padding-left: 1px;
	line-height:120%;
	word-wrap: break-word;
}

.textbox-title H4 A:link {
	color: #FF9900;
}

.textbox-title H4 A:visited {
	color: #FF9900;
}
.textbox-title H4 A:hover {
	color: #01b0f0;
}


.textbox-label {
	border-top:1px solid #2C2C2C;
	padding: 6px 0px 6px 1px;
	position: relative;
	color: #4A4A4A;	
	font-size: 11px;
	text-align: left;
}
.textbox-label A:link,
.textbox-label A:visited{
	color:#4A4A4A;
}
.textbox-label A:hover{
	color:#01b0f0;
}
.textbox-fontsize {	
font-size: 11px;
	color: #666666;
	padding: 5px 5px 5px 4px;
	text-align: right;
}

.textbox-content {
	line-height: 150%;
	padding: 10px 10px 10px 4px;
	word-wrap: break-word;
}

.textbox-content A:link,
.textbox-content A:visited{
	color:#67A400;
}
.textbox-content A:hover{
	color:#01b0f0;
}
.textbox-more {	
font-size: 11px;
	padding: 10px 10px 10px 4px;
	word-wrap: break-word;
}

.textbox-more A:link,
.textbox-more A:visited{
	color:#ff9900;
}
.textbox-more A:hover{
	color:#01b0f0;
}

.textbox-bottom {
	font-size: 11px;
	padding: 5px 5px 5px 4px;
}

.textbox-bottom A:link {
	color: #6A6A6A;
	text-decoration: none;
}

.textbox-bottom A:active {
	color: #6A6A6A;
	text-decoration: none;
}

.textbox-bottom A:visited {
	color: #6A6A6A;
	text-decoration: none;
}

.editmark {
	text-align: right;
	color: #6A6A6A;	
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.textbox-urls {
	border-top: #2C2C2C 1px SOLID;
	color: #666666;
		font-size: 11px;
	margin-top: 10px;
	padding-top: 5px;
}
.google {
	margin: 40px 0px 40px 0px;
}
/* guestbook entry box */
.gbbox {
	border-top: #2C2C2C 1px solid;
	margin-bottom: 15px;
}

.gbbox-title {
	font-weight: bold;
	margin-bottom: 10px;
}

.gbbox-label {
	color: #4C4C4C;
	display: inline;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

.gbbox-content {
	padding: 5px;
	line-height:150%;
	word-wrap: break-word;
}

.gbbox-reply {
	font-size: 12px;
	color: #333333;
	padding: 10px;
	MARGIN: 10px 0px 10px 60px; 
	line-height:150%;
	border-top: #2C2C2C 1px solid;
}
.gbbox-reply-title {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
}
.gbbox-reply-content {
	display: inline;
	font-size: 12px;
	font-weight: normal;
}
/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top {
	border-bottom: #2C2C2C 1px solid;
	margin: 0px 10px 2px 10px;
	color: #666666;
		font-size: 11px;
}
.comment-top-content {
	float: right;
	margin-top: -16px;
}
.comment-pages {
	padding: 5px;
}
.comment-pages-bottom {
	padding: 5px;
	border-top: #2C2C2C 1px solid;
	margin: 0px 10px 2px 10px;
	color: #666666;	
	font-size: 11px;
}
/* commnet box */
.commentbox {
	margin: 5px;
	padding: 5px;
	line-height:150%;
	word-wrap: break-word;
}

.commentbox-title {
	border-bottom: #2C2C2C 1px solid;
	padding: 3px 3px 6px;
}

.commentbox-label {
	color: #666666;
	display: inline;
		font-size: 11px;
	text-align: right;
}

.commentbox-content {
	padding: 8px 3px 3px;
}

.no-comment-box {
	background: #3A3A3A;
	border-bottom: #6A6A6A 0px solid;
	border-left: #000000 5px solid;
	border-right: #000000 10px solid;
	border-top: #6A6A6A 0px solid;
	color: #FF9900;
	padding: 5px;
}


/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: #2C2C2C 1px solid;
}
.trackbackbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	color: #333333;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox {
	padding-left: 95px;
	padding-right: 15px;
	text-align: left;
	width: 90%;
}

.messagebox-title {
	color: #FF9900;
	font-weight: bold;
	padding: 5px;
}

.messagebox-content {
	color: #6A6A6A;
	padding: 10px 10px 20px 5px;
}

.messagebox-bottom {
	color: #333333;
	padding: 5px;
}



/****** error message box ******/
.errorbox {
	margin-top: 10px;
	background: #FF9900;
	border-bottom: #CC0000 1px solid;
	border-left: #CC0000 1px solid;
	border-right: #CC0000 1px solid;
	border-top: #CC0000 1px solid;
	text-align: left;
	width: 500px;
}

.errorbox-title {
	background: #CC3300;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

.errorbox-content {
	color: #990000;
	padding: 10px 10px 20px;
	text-align: left;
}

.errorbox-bottom {
	background: #FFE3D0;
	color: #FFFFFF;
	padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox {
	margin-top: 10px;
	padding-left: 95px;
	padding-right: 15px;
}

.formbox-comment {
	margin-top: 20px;
}

.formbox-title {
	color: #FF9900;
	font-size: 12px;
	font-weight: none;
	font-weight: bold;
	text-align: left;
}

.formbox-comment-title {
	background: #FF9900;
	border-left: #000000 5px solid;
	color: #000000;
	font-size: 12px;
	font-weight: none;
	text-align: left;
}

.formbox-rowheader {
	color: #72767A;
	font-size: 12px;
	font-weight: none;
	padding: 2px;
	text-align: right;
}
.formboxarti-rowheader {
	color: #72767A;
		font-size: 11px;
	font-weight: none;
	padding: 2px;
	text-align: right;
}

.formbox-comment-rowheader {
	color: #72767A;
	font-weight: none;
	padding: 5px;
	text-align: right;
}

.formbox-content {
	color: #72767A;
	font-size: 12px;
	padding: 5px;
}
.formboxarti-content {
	color: #72767A;
		font-size: 11px;
	padding: 5px;
}
.formbox-comment-content {
	color: #72767A;
	padding: 5px;
}
.formbox-comment-content a:link,
.formbox-comment-content a:visited {
	color: #ff9900;
	text-decoration: none;
}
.formbox-comment-content a:hover {
	color: #01b0f0;
	text-decoration: none;
}

/* smilies list */
.panel-smilies {
	text-align: center;
}

.panel-smilies-title {
	padding-bottom: 5px;
	border-bottom: #333333 1px solid;
	text-align: left;
}

.panel-smilies-content {
	font-size: 11px;
	line-height: 120%;
	padding: 15px 0 0;
	text-align: left;
}

/****** Upload Page ******/
.upload {
	padding-top: 5px;
	text-align: left;
}
.upload-page {
	background: #000000 none;
		font-size: 11px;
	margin: 0px;
	padding: 0px 0px 1px;
}

.upload-file {
	font-size: 12px;
	margin: 1px;
}

.upload-error {
	font-size: 12px;
	color: #FF9900;
}

.upload-done {
	font-size: 12px;
	color: #FF9900;
}


/****** Misc Styles ******/
.comment-text {
	color: #808080;
	font-size: 11px;
}

.hidden-note {
	color: #808080;
	font-size: 12px;

}

.red {
	color: #FF0000;
}

.highlight {
	background: #FFFFFF;
	color: #FF9900;
	font-weight: bold;
}

.meta-button {
	margin: 1px;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
 HTML .ubb-list {
	list-style-type:decimal;
	margin: 5px 5px 15px 25px;
}

.ubb-list LI {
	margin: 0px;
	padding: 0px;
}
.copycode {
	word-wrap: break-all;
	padding-top: 15px;
	padding-left: 5px;
	font-size: 11px;
	color: #88866f;	
}
.copycode a:link,
.copycode a:visited {
	color: #4a4a4a;
}
.copycode a:hover {
    color: #01b0f0;	
}
.code {
	position: relative; /* IE Fix for background image */
	background: #111111;
	border-left: #663300 3px solid;
	color: #777777;
	font-family: "Trebuchet MS", Arial;
	font-size:12px;
	margin: 5px;
	padding: 10px;
	line-height:150%;
}

.quote {
	background: #000000 url(images/quote.gif) top left no-repeat;
	margin: 10px 20px;
	padding-left:30px;
}

.quote-title {
	color: #666666;
	font-weight: bold;
	font-size:12px;
}

.quote-content {
	color: #666666;
	padding-top: 10px;
	word-wrap: break-all;
	font-size:12px;
}

.ubb-obj-div {
	background: #000000;
	color: #666666;
	margin: 5px;
	padding: 5px;
}

/****** tags Styles ******/
.textbox-relate{
	margin: 0px;
	margin-top: 10px;
	padding: 4px;
	color: #666666;
}
.textbox-relate h5{
	PADDING-bottom: 10px;
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
.textbox-relate-content {
    width: 98%;
	color: #666666;
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
}
.textbox-relate-content ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.textbox-relate-content li {
	width: 100%;
	color: #666666;
	padding-left: 20px;
	margin: 0px;
	background-image: url("images/icon.gif");/*fi*/
	background-position: center left;
	background-repeat: no-repeat;
}
.textbox-relate-content li a:link,
.textbox-relate-content li a:visited{
	color: #666666;
	display:block;
	line-height:200%;
	text-decoration: none;
}
.textbox-relate-content li a:hover{
	text-decoration: none;
	color:#01b0f0;
}
.textbox-tags{
	font-size: 12px;
	word-wrap: break-word;
	padding: 2px 0px 2px 0px;
}
.textbox-tag{
	word-wrap: break-word;
	padding: 10px 40px 15px 30px;
	margin-bottom: 10px;
	line-height: 200%;
}
.textbox-tag-title {
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
.textbox-tag-content {
	padding-bottom: 10px;
	font-weight: bold;
	margin-top: 10px;
	position: relative;
}
.textbox-tag-title H4 {
	color: #ff9900;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.tagHot1{
	font-weight:bold;
	color: #4a4a4a;
}
.tagHot2{
	font-weight:bold;
	color:#888888;
}
.tagHot3{
	font-weight:bold;
	color:#ffffff;
}
.tagHot4{
	font-weight:bold;
	color:#ff9900;
}
.tagHot5{
	font-weight:bold;;
	color:#01b0f0;
	font-size: 14px;
}
/****** lightbox Styles ******/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 140%;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 10px;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 7px;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
