/* Frontpage */

body
{
	margin: 0;
	padding: 3em 2em;
	color: #fff;
	background-color: #030303;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}



#frontpage
{
	width: 668px;
	height: 407px;
	/*margin: 96px auto 0 auto;*/
	background: #030303 url(images/front_bg.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -204px 0 0 -334px;
}
#changes
{
	clear: left;
/*	padding: 0px 70px 0 270px;*/
	text-align: center;
	position: absolute;
	top: 100%;
	left: 270px;
	width: 330px;
}

/* Frontpage links */

#frontlinks
{
	padding: 166px 0 0 270px;
}
#frontlinks img
{
	border: 0;
}
#frontlinks ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#frontlinks li
{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}
#frontlinks li img.box
{
	position: absolute;
	left: 0;
	bottom: 0;
	visibility: hidden;
}
#frontlinks li:hover img.box, #frontlinks li.sfhover img.box
{
	visibility: visible;
}
* html #frontlinks li img.box
{
	margin-bottom: -1px;
}
#frontlinks a
{
	display: inline; /*IE6*/
	float: left;
	background-repeat: no-repeat;
	overflow: hidden;
}
#frontlinks a:before {
	content: url(images/tr.gif);
	display: block;
}
#frontlinks a:hover
{
	background-position: 0 -35px;
}
#background, #design, #media, #pictures, #links, #blog, #contact
{
}
#frontlinks #background
{
	width: 286px;
	height: 30px;
	margin-left: 20px;
	background-image: url(images/button_bckgr.png);
}
#frontlinks #design
{
	width: 180px;
	height: 33px;
	clear: left;
	margin-left: 0px;
	background-image: url(images/button_design.png);
}
#frontlinks #media
{
	width: 143px;
	height: 33px;
	background-image: url(images/button_media.png);
}
#frontlinks #pictures
{
	width: 225px;
	height: 32px;
	clear: left;
	margin-left: 52px;
	background-image: url(images/button_pics.png);
}
#frontlinks #links
{
	width: 148px;
	height: 34px;
	clear: left;
	margin-left: 25px;
	background-image: url(images/button_linx.png);
}
#frontlinks #blog
{
	width: 123px;
	height: 34px;
	background-image: url(images/button_blog.png);
}
#frontlinks #contact
{
	width: 184px;
	height: 27px;
	clear: left;
	margin-left: 69px;
	background-image: url(images/button_contact.png);
}

/* Subpage curve */
#subpage
{
	position: relative;
	background: transparent url(images/line_h.png) repeat-x right top;
	margin: 0 auto;
	max-width: 880px;
}
/* Subpage top links */

#toplinks ul, #toplinks li

{
	margin: 0;
	padding: 0;
}
#toplinks li
{
	list-style-type: none;
	float: left;
	display: inline; /*IE6*/
}
#toplinks
{
	background: transparent url(images/curve.png) no-repeat left top;
	padding: 10px 0;
	height: 1.25em;
}
#toplinks ul
{
	float: right;
	padding-bottom: 10px;
	background: transparent url(images/line_h.png) repeat-x right bottom;
	padding-left: 0.8em;
}
#toplinks a
{
	color: #fff/*F2B260*/;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	margin-right: 0.8em;
}
#background:hover, div.background #home:hover
{
	color: #F1C1B2;
}
#design:hover, div.design #home:hover
{
	color: #F84F8E;
}
#media:hover, div.media #home:hover
{
	color: #7A04AE;
}
#pictures:hover, div.pictures #home:hover
{
	color: #A54E47;
}
#links:hover, div.links #home:hover
{
	color: #E88B83;
}
#blog:hover, div.blog #home:hover
{
	color: #F62D5E;
}
#contact:hover, div.contact #home:hover
{
	color: #C990D8;
}
#subpage h1
{
	font-size: 1.6em;
	position: absolute;
	bottom: 100%;
	left: 0;
	margin: 0.2em 33px;
	padding: 0;
}
#subpage h1 a
{
	color: #F2B260;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}

/* Side menu */

#sidemenu ul, #sidemenu li
{
	margin: 0;
	padding: 0;
	width: 180px;
	float: left;
	display: inline; /*IE6*/
}
#sidemenu ul
{
	padding-top: 3em;
	padding-bottom: 0.7em;
	background: transparent url(images/line_v.png) repeat-y 8px 50%;
	margin-left: -190px;
}
#sidemenu a
{
	color: #F2B260;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 110%;
	line-height: 2em;
	background: transparent url(images/off.png) no-repeat left center;
	padding-left: 33px;
}
#sidemenu a.current
{
	background-image: url(images/on.png);
}

#sidemenu a.current
{
       color: #fff;
}

#sidemenu ul ul
{
       margin-left: 0px;
       padding: 0;
       background-image: none;
}

#sidemenu ul ul a, #sidemenu ul ul a.current, #sidemenu ul ul a:hover
{
       background-image: none;
}

#sidemenu ul ul a
{
       font-size: 100%;
}

#sidemenu ul ul a, #sidemenu ul ul a.current, #sidemenu ul ul a:hover
{
      background: url(images/line_h.png) no-repeat 11px 50%;
}

/* Content */

#page
{
	margin-left: 190px;
}
#content
{
	padding-top: 2.5em;
	text-align: justify;
}
/*#content > p:first-child
{
	margin-top: 0;
}*/

/* Content styles */

blockquote.answer 
{
	margin: 0;
}


img.floatright
{
	float: right;
	margin-left: 1em;
}

div.leftcolumn 
{
	float: left;width: 48%;
	text-align: center;
}

div.rightcolumn 
{
	float: right;width: 48%;
	text-align: center;
}

a:link
{
	color: #F2B260;
}

a:visited
{
	color: #F2B260;
}

a:hover
{
	color: #996600;
}

a:active
{
	color: #996600;
}

a
{ 
	text-decoration: none; 
}
a:hover 
{
	text-decoration: underline; 
}


/* General */
a
{
	outline: none;
}

#copyright:after {
       content: "All rights reserved (c) 2000-2008 Zoltán Koncsok";
       display: block;
       text-align: left;
       clear: both;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
