/* Duospace template by Szerko - http://foto.szerko.hu*/
body {
	background: #222222 none repeat scroll 0 0;
	color: #CCCCCC;
	font-family: "Courier New", monospace;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#container {
	width: 100%;
	margin: 0 auto;
}
h2 {
	border-bottom: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: "Lucida Console";
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}
h2 img {
	margin-bottom: -2px;
}
/**********LINKS************/
a {
	color: #DDD666;
	text-decoration: none;
}
a:hover {
	color: #F09E00;
	text-decoration: underline;
}
.clink a {
	float: right;
}
/*********** CUSTOM CLASSES **********/
.l {
	width: 250px;
	text-align: right;
	vertical-align: top;
}
.lb {
	width: 250px;
	vertical-align: top;
}
.lb select {
	width: 200px;
}
.r {
	width: 550px;
	vertical-align: top;
}
ul li {
	list-style-image: url(../images/dark/world.png);
}
[icon ^="out"] {
	padding-right: 18px;
	background: transparent url(../images/dark/world.png) no-repeat right bottom;
}
[icon ^="top"] {
	padding-right: 18px;
	background: transparent url(../images/dark/top.png) no-repeat right bottom;
}
[icon ^="rss"] {
	padding-right: 18px;
	background: transparent url(../images/dark/feed.png) no-repeat right bottom;
}
[icon ^="light"] {
	padding-right: 18px;
	background: transparent url(../images/dark/light.png) no-repeat right bottom;
}
[icon ^="dark"] {
	padding-right: 18px;
	background: transparent url(../images/dark/dark.png) no-repeat right bottom;
}
[icon ^="left"] {
	padding-left: 18px;
	background: transparent url(../images/dark/arrow_left.png) no-repeat left center;
}
[icon ^="right"] {
	padding-right: 18px;
	background: transparent url(../images/dark/arrow_right.png) no-repeat right center;
}
[icon ^="new"] {
	padding-left: 20px;
	background: transparent url(../images/dark/new.png) no-repeat left bottom;
}
[icon ^="album"] {
	padding-left: 20px;
	background: transparent url(../images/dark/album.png) no-repeat left bottom;
}
[icon ^="eye"] {
	padding-left: 20px;
	background: transparent url(../images/dark/eye.png) no-repeat left bottom;
}
/****** PHOTO *******/
#photo {
	background: transparent url(../images/dark/loading.gif) no-repeat scroll center center;
	border: 5px solid #CCCDDD;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	position: relative;
}
/* Navigation and menu */
#menubg {
	background: #111111 none repeat scroll 0 0;
	width: 100%;
	margin: 0 auto 20px;
}
#navigation {
	position: relative;
	background: #111111;
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	height: 20px;
}
.menu {
	float: left;
	clear: left;
	text-align: left;
	color: #999999;
	font-size: 12px;
}
.menu a {
	color: #999999;
	text-decoration: none;
}
.menu a:hover {
	color: #F09E00;
	text-decoration: underline;
}
.menunav a {
	padding-left: 0px;
}
a.header {
	float: right;
	clear: right;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	display: block;
	width: 162px;
	height: 18px;
	background: url(../images/dark/logo_dark.jpg) no-repeat 0 0;
}
a.header:hover {
	background-position: 0% -19px;
}
/* Image Navigation */
.image-previous {
	float: left;
}
.image-next {
	float: right;
}
#menu-browse {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 1px;
	left: 0px;
	z-index: 10;
}
#menu-browse a {
	outline: none;
}
#menu-browse-prev, #menu-browse-next {
	width: 49.9%;
	height: 101%;
	background: transparent url(../images/blank.gif) no-repeat;
	display: block;
}
#menu-browse-prev {
	top: 0px;
	left: 0px;
	float: left;
}
#menu-browse-next {
	top: 0px;
	right: 0px;
	float: right;
}
#menu-browse-prev:hover, #menu-browse-prev:visited:hover {
	background: url(../images/p_prev.png)  no-repeat scroll left center;
	cursor: pointer;
}
#menu-browse-next:hover, #menu-browse-next:visited:hover {
	background: url(../images/p_next.png) no-repeat scroll right center;
	cursor: pointer;
}
/****** NOTES *******/
#notes {
	width: 810px;
	margin: 0 auto;
}
#notes a {
	color: #DDD666;
}
#notes a:hover {
	color: #F09E00;
}
#notes ul li {
	list-style: none;
}
/****** COMMENTS *******/
#commentcontainer {
	width: 810px;
	margin: 0 auto;
}
#comments {
	margin: 0 auto;
	float: left;
	width: 400px;
}
#comments ul li {
	background: #CCCDDD none repeat scroll 0 0;
	color: #222222;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
}
#comments a {
	color: #222222;
	text-decoration: underline;
}
#comments a:hover {
	color: #F09E00;
	text-decoration: underline;
}
#addcomment {
	margin: 0 auto;
	float: left;
	width: 400px;
	text-align: left;
	margin-bottom: 50px;
}
.input {
	background: #ddd666 none repeat scroll 0 0;
	border: 1px solid #555555;
	font-size: 10px;
	padding: 5px;
	width: 50%;
}
.input:focus, select:focus, textarea:focus {
	background: #DDD none repeat scroll 0 0;
	border: 1px solid #F09E00;
}
.add {
	margin-left: 30px;
}
#addcomment textarea {
	background: #ddd666 none repeat scroll 0 0;
	border: 1px solid #555555;
	font-size: 12px;
	height: 50px;
	padding: 5px;
	width: 95%;
}
#addcomment textarea:focus {
	background: #DDD none repeat scroll 0 0;
	border: 1px solid #F09E00;
}
/****** BROWSE & ABOUT *******/
#thumbs {
	font-size: 12px;
	width: 800px;
	margin: 0 auto;
}
.thumbnails {
	border: 2px solid #333333;
}
.thumbnails:hover {
	border: 2px solid #F09E00;
}
a img.thumbnails, a:link img.thumbnails, a:visited img.thumbnails {
	opacity: 1.0;
}
a:hover img.thumbnails, a:active img.thumbnails, a:focus img.thumbnails {
	opacity: 0.92;
}
#thumbnails_nav {
	text-align: center;
}
.archive_active_page_number {
	font-weight: bold;
}
#about {
	width: 800px;
	margin: 0 auto;
}
#avatar {
	background: #ddd;
	border: 2px solid #CCCCCC;
	margin: 5px 20px 20px 0;
}
#avatar.fl {
  float:left;
}
.szeredi {
  color:#DDD666;
}
/****** FOOTER *******/
#footer {
	background: #111111 none repeat scroll 0 0;
	clear: both;
	color: #999999;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	width: 100%;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #F09E00;
	text-decoration: underline;
}
#licensz {
	background: #000000 none repeat scroll 0 0;
	padding: 10px;
	text-align: center;
	width: 100%;
}
