/*
	danomatika theme 1.0
*/

/* Main Layout
------------------------------ */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #333333;
	color:#BBBBBB;
	font-size: small;
}
#menu {
    background: #666666;
    left: 0px;
    top: 10px;
    padding: 0px;
	 font-weight: bold;
}

#main {
	left: 10px;
	visibility: visible;
	width: 700px;
	border: 0px;
}

#footer {
	border: none;
	padding: 0;
	margin-top: 20px;
	font-size: x-small;
}

/* classes */
.entry {
	clear: both;
	padding: 1em;
	margin-bottom: 10px;
	border: 1px solid #FF0000;
	background: #666666;
}

/* Text Styles
------------------------------ */

/* Fonts */
.title-text {
	color: #BBBBBB;
	font-weight: bold;
	font-size: large;
	background-color:#333333;
}

.small {
	color: #AAAAAA;
	font-size: x-small
}

/* Link Styles */
a:link, a:visited {
	color: #DDDDDD;
	text-decoration: none;
} 

a:hover {
	text-decoration: none;
	color: #FF0000;
	background-color:#333333;
}
a:active {
	text-decoration: none;
}

a:link.title-text{
	color: #DDDDDD;
	font-weight: bold;
	font-size: large;
	background-color:#333333;
}


/* Miscellaneous
------------------------------ */
img {
	border: none;
}

blockquote {
	border-left: 2px solid #888888;
	margin-left: 1.5em;
	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: #FF0000;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}

/* aligns */
.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;
	
	border: 1px solid #BBBBBB;
	background: #666666;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #333333;
	background: #666666;
}
.imagethumb a:hover {
	border: 1px solid #FF0000;
	background: #666666;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	overflow: hidden;
	height: 100%;
	padding: 1em;
	margin-bottom: 10px;
	clear: both;
	border: 1px solid #FF0000;
	background: #666666;
}
.album img {
	float: left;
	display: block;
	margin: 1em 0 1em 1em;
}
.albumdesc {
	float: right;
	width: 480px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #BBBBBB;
}
#albums {
	overflow: hidden;
	height: 100%
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	clear: both;
	text-align: center;
	line-height: 0;
	margin-bottom: 10px;
}
.imgnav {
	float: right;
	width: 120px;
	text-align: center;
	border: 1px solid #BBBBBB;
	background: #666666;
	margin: 0 0 10px 0;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 2px 0;
	font-size: 120%;
	text-decoration: none;
	color: #BBBBBB;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #333333;
	text-decoration: none;
	color: #FF0000;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #FF0000; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #BBBBBB;
	margin-bottom: 10px;
}
.commentmeta {
	margin-bottom: 10px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 10px;
	color: #AA0000;
	font-size: 85%;
}


/* Forms
------------------------------ */
textarea {
	padding: 4px;
	color: #BBBBBB;
	background-color: #333333;
	border: 1px solid #FF0000;
	margin-top: 10px;
	padding: .2em;
	width: 98.5%;
}
input {
        color: #BBBBBB;
        font-size: small;
        background: #333333;
        border: 1px solid #FF0000;
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	background: #666666;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #aaa;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #FF0000; }

/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}

#exif_link {
  float: right;
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist ul li {
	background: url(../images/tag.png) no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	float:left;
	padding-right: 5px;
	/*color: #999999;*/
	display: inline;
	list-style-type: none;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}
