/* Colors

#b8b7b7 - comment button
#7b7a7a - font color
#555454 - link color
*/

body {
	background-color:#000;
	font-size:0.75em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing:0.1em;
	line-height:1.5em;
	color:#7b7a7a;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
}

 a {
	text-decoration:none;
	color:#555454;
	font-size:1em;
	word-spacing:0.25em;
	letter-spacing:0.5em;
}

a:hover {
	text-decoration:underline;
}


/* Navigation and menu */

#navigation {
	color:#555454;
	padding:5px;
	height:100%;
	margin-bottom:20px;
}

#title {
    float:left;
	clear:left;
	margin:0px;
	padding:0px;
}
	
#nav {
    float:right;
	clear:right;
	margin: 0px;
}
	
#nav ul {
	padding-top: 0px;
	margin: 0px;
}
	
#nav li{
	display: inline;
	list-style-type: none;
	padding-top: 0;
	padding-left: 7px;
	padding-right: 5px;
}

	
/* Images*/

.image-title {
	width: 750px;
	height: 100%;
	font-size:1em;
	word-spacing:0.25em;
	letter-spacing:0.5em;
	margin: auto;
	padding-bottom: 10px;
}

#image-navigate {
    width: 750px;
    height: 100%;
	padding:5px;
	margin:0px auto;
	margin-top:25px;
	margin-bottom:25px;
}

.image-previous {
    float:left;
}

.image-next {
	float:right;
}

#image-data {
    width: 750px;
    height: 100%;
	padding:5px;
	margin:0px auto;
	margin-bottom:25px;
}

#image-info {
    float: left;
	clear: left;
	text-align: left;
    width: 450px;
}
	
#image-exif {
    float: right;
	clear: right;
    text-align: right;
    width: 250px;
}


/* About */

#content {
	padding:20px;
	text-align:left;
	width:750px;
	height: 100%;
	margin:auto;
	padding: 10px;
}

#about {
	float: left;
	clear: left;
	width: 500px;
	height: 100%;
}

#links {
	float: right;
	clear: right;
	width: 200px;
	height: 100%;
}

ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}


/* Archive */

.thumbnails {
	border:1px solid #333;
	padding:3px;
	margin:3px;
}


/* Comments */

#comment-top {
    background:#000;
	border-bottom:1px solid #333;
	padding:5px;
	margin-bottom:25px;
	height:15px;
}    

#comments {
    margin:0px auto;
	width:95%;
	text-align:left;
}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	text-decoration:none;
	padding:10px;
	border:1px solid #333;
}
	
#comment-middle {
    background:#000;
	border-top:1px solid #333;
	padding:5px;
	margin-top:25px;
	height:15px;
} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #333;
	background:#000;
}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #333;
	background-color:#000;
	padding:5px;
}
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #333;
	background-color:#000;
	padding:5px;
}

.comment-button {
    background:#b8b7b7;
	border:1px solid #333;
	color:#000;
	border-bottom:2px solid #333;
	border-right:2px solid #333;
}


/* TAG SUPPORT */
.tags00
{
	font-size: 8px !important;
}
.tags01
{
	font-size: 10px !important;
}

.tags02
{
	font-size: 12px !important;
}

.tags03
{
	font-size: 14px !important;
}

.tags04
{
	font-size: 16px !important;
}

.tags05
{
	font-size: 18px !important;
}

.tags06
{
	font-size: 20px !important;
}

.tags07
{
	font-size: 22px !important;
}

.tags08
{
	font-size: 24px !important;
}

.tags09
{
	font-size: 26px !important;
}

.tags10
{
	font-size: 28px !important;
}