/*  
Site Name: Css3.gr
Site URI: http://www.css3.gr/
Version: 1.0
Author: Zaharenia Atzitzikaki
*/

/* Reset CSS
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong	{ font-weight: bold; }
em		{ font-style: italic; }


/* Generic styles
--------------------------------------*/
html	{
	overflow: hidden;
	overflow-y: scroll;
}
body	{
	font: 11px/1.8em Verdana, Arial, Helvetica, sans-serif;
	background: #fafafa url(./themes/site_themes/css3/skeleton/body-bg.jpg) repeat-x 0 120px;
	color: #222;
}
p, li	{ 
	line-height: 1.8em; 
	margin: 10px 0;
}
code { font-family: Consolas, "Lucida Console", "Courier New", Courier, monospace; }
h1	{ font: 48px Georgia, "Times New Roman", serif; }
h2	{
	font: 28px Georgia, "Times New Roman", serif !important;
	letter-spacing: -1px;
	color: #444;	
	margin-bottom: 20px;
}
h3	{ 
	font: 20px Georgia, "Times New Roman", serif; 
	color: #555;
	margin: 20px 0 10px;
}
h4	{
	margin-bottom: 20px;
	border-bottom: 1px solid #6b9caf;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: uppercase;
}
a	{ 
	color: #0f425c;
	text-decoration: none;
	border-bottom: 1px solid #B7C1B8;
}
a:hover	{
	color: #088DDA;
	border: none;
}
abbr, acronym {
	border-bottom: 1px dotted #444;
	cursor: help;
	font-style: italic;
}

/* Forms
--------------------------------------*/
.text,
textarea	{
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.button	{
	padding: 4px 8px;	
	background: #eee;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #ddd;
	border-width: 1px 2px 2px 1px;
	border-color: #ddd #ccc #ccc #ddd;
}
.form div	{
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.form label	{
	display: block;
	width: 120px;
	float: left;
	margin: 5px 20px 0 0;
	color: #666;
	font-weight: normal;
}
.form img	{
	float: left;
	margin: 2px 10px 0 0;
}
.form .text,
.form textarea	{
	background-color: #eee;
	border-width: 0 0 1px 0;
}
.form .text:focus,
.form textarea:focus	{
	background: #FAF4BB; 
	border-color: #999;
	color: #545100;	
}
.form-actions	{
	margin-left: 70px;
	margin-top: 20px;
}
.form-actions input			{ vertical-align: middle; }
.form-actions span			{ 
	font-size: 11px;
	color: #999;
	padding-left: 10px;
}
.error label	{
	color: #D12F19 !important;
	font-weight: bold;
}
.error input	{
	border-color: #D12F19;
	color: #D12F19;
}
.error-description	{
	position: absolute;
	top: -2px;
	right: 0;
	color: #D12F19;
	font-size: 11px;
}

.LV_validation_message{
    margin:0 0 0 .5em;
}

.LV_valid {
    color:#333;
}
	
.LV_invalid {
    color:#f00;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: none;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: none;
}

/* Building blocks
--------------------------------------*/
#wrapper	{
	background: url(./themes/site_themes/css3/skeleton/wrapper-bg.gif) repeat-x bottom left; 
	padding-bottom: 50px;
}
#wrapper-container	{
	width: 960px;
	margin: 0 auto;
}
#header 	{
	background: #073749 url(./themes/site_themes/css3/skeleton/header-bg.png) repeat-x bottom left;
	color: #fafafa;
	margin-bottom: 40px;
	height: 130px;
}
#header-container	{
	position: relative;
	padding: 20px 0;
	width: 960px;
	margin: 0 auto;
}
#content	{
	float: left;
	width: 620px;
	margin-right: 40px;
}
#sidebar	{
	float: right;
	width: 300px;
}

/* Header
--------------------------------------*/
#header h1	{
	text-indent: -9999em;
	width: 220px;
	height: 78px;
	background: url(./themes/site_themes/css3/skeleton/logo.png) no-repeat;
	position: absolute;
	top: 20px;
	left: -30px;
}
#header a 	{
	color: #ccc;
	text-decoration: none;
}
#header a:hover	{ color: #fefefe; }
#header-menu	{
	position: absolute;
	top: 50px;
	right: 0;
}
#header-menu li	{
	float: left;
	margin-right: 22px;
	padding-right: 23px;
	border-right: 1px solid #2A5262;
	font: 11px Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ccc;
}
#header-menu li a			{ border: none; }
#header-menu li span		{ 
	padding: 4px 8px; 
	display: inline-block; 
	cursor: pointer;
}
#header-menu li.active span	{ 
	color: #fafafa;
	background: url(./themes/site_themes/css3/skeleton/menu-active-bg.png) no-repeat;
	border: 1px solid #295160;
}
#header-menu li.last	{ 
	margin-right: 0; 
	padding-right: 0;
	border-right: none;
}

/* Sidebar
--------------------------------------*/
#sidebar .box			{ 
	margin-bottom: 20px; 
	overflow: hidden; 
	}
#sidebar .box-header	{
	font-weight: bold;
	margin-bottom: 10px;
	font: normal 11px Georgia, "Times New Roman", serif;
	letter-spacing: 1px !important;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}	
#search label	{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	font: normal 11px Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#search .text	{
	width: 230px;
	margin-right: 10px;
	float: left;
}
#search .button	{
	margin-top: 1px;
	background: none;
	border: none;
	padding: 0;
}
#search p	{
	margin: 0;
	padding: 0;
}
#categories li, #authors li			{
	background: url(./themes/site_themes/css3/skeleton/bullet-ornament.gif) no-repeat 0px 6px; 
	padding-left: 15px;
	list-style-type: none;	
	font-size: 11px;
}
#categories li.active	{ 
	background: url(./themes/site_themes/css3/skeleton/bullet-ornament-active.gif) no-repeat 0px 6px; 
	font-weight: bold;
}
#ads img.deck,
#contribute img	{
	float: left;
	border: 1px solid #ddd;
	margin-right: 10px;
}
#ads .grid li	{ width: 145px; margin-bottom: 0; }
#ads .grid li a	{ border: none; }
#ads li.last	{ margin-bottom: 0; }

/* Posts
--------------------------------------*/
.post		{ 
	margin-bottom: 30px; 
	overflow: hidden;
}
.post-title	{
	margin-bottom: 10px;	
}
.post-title a {
        border-bottom: none;
}
.post-info	{
	padding: 0 0 10px 0; 
	border-top: none; 
	border-bottom: 1px solid #ddd; 
	margin: 0 0 20px 0 !important; 
	font-size: 13px !important;
	color: #6f6f6f !important;
}
.post-info strong	{ 
	font-weight: normal; 
	color: #555;
}
.post-info a		{
	font-style: italic;
	border-bottom: none;
}
.post-more               {
        text-align: right;
        color: #ccc;
        font: 12px Georgia, "Times New Roman", serif;
}
.post-body a:visited	{ color: #888 !important; }
.post-body .about-info a:visited,
.post-body .post-more a:visited,
.post-tools a:visited { color: #0F425C !important; }
.post p		{ font-size: 11px; }
.post .more	{
	font-size: 11px;
	margin-top: 10px;
}
.post ul,
.post ol,
.blog-post ul,
.blog-post ol	{
	clear: both;
	margin: 20px 0;
	font-size: 11px;	
}
.post ul li,
.blog-post ul li	{
	padding-left: 16px;
	background: url(./themes/site_themes/css3/skeleton/bullet-dot.gif) no-repeat 0 8px;
}
.post ol, .blog-post ol	{ padding-left: 25px; }
.post ol li,
.blog-post ol li	{
	padding-left: 5px;
	list-style: lower-roman;
}
.post h3	{
	font: 20px Georgia, "Times New Roman", serif;
	margin: 20px 0 10px;
	color: #555;
	line-height: 1.6em;
}
.post h4	{
	font: 18px Georgia, "Times New Roman", serif;
	border-bottom: 0;
	margin: 20px 0 10px;
	padding: 0;
	letter-spacing: normal;
	text-transform: none;
	color: #666;
}
.post h5	{
	font: 16px Georgia, "Times New Roman", serif;
	color: #666;
	margin: 20px 0 10px;	
}
.post h6	{
	font: 14px Georgia, "Times New Roman", serif;
	color: #666;
	margin: 20px 0 10px;	
}
.post table	{	
	width: 99%;
	border-top: 1px solid #E7E5DC;
	border-collapse: collapse;
        margin: 10px 0;
}
.post table thead	{
	background: #E7E5DC;
	color: #5C5C5C;	
}
.post table thead th,
.post table thead td	{ font-weight: bold; }
.post table th,
.post table td	{
	padding: 4px 6px;	
	border-bottom: 1px solid #E7E5DC;
}
.post td	{
	width: 1%;
	white-space: nowrap;
	text-align: center;	
}
.post table tr.odd th,
.post table tr.odd td	{ background: #f8f8f8; }
.img	{
	margin: 20px 0;	
	border-width: 1px 0;
}
.img.left	{
	float: left;
	margin: 0 10px 10px 0;
}
.img.right	{
	float: right;
	margin: 0 0 10px 10px;
}
.img.center {
	text-align: center;
}
.caption	{
	font: 13px Georgia, "Times New Roman", serif;
	color: #666;
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
.img a { border-bottom: none; }
.post-author	{
	border: 1px dashed #ccc;
	padding: 10px;
	margin-top: 20px;
}
.post-author h3	{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}
.post-author-img	{
	float: left;
	margin-right: 10px;
}
.post-author .more	{
	text-align: right;
	margin-bottom: 0;
}
.post-tools	{
	background: #f2f2f2;
	border: 1px solid #eee;
	padding: 20px 0;
	font: 18px Georgia, "Times New Roman", serif;
	text-align: center;
	color: #999;
}
.post-tools a	{
	border: none;
	margin: 0 5px;
}

#guest-disclaimer		{ margin-top: 5px; }
#guest-disclaimer h5	{
	font-size: 18px;
	color: #acb6b9;
}
#guest-disclaimer h5 strong	{
	font-weight: normal;
	color: #052e41;
}
#guest-disclaimer .more a	{
	border: none;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.5px;
	padding-right: 30px;
	background: url("./themes/site_themes/css3/skeleton/ornament.gif") no-repeat center right;
}


/* Page: Blog
--------------------------------------*/
.blog-post-body		{ padding-left: 100px; }
.blog-post p		{ text-align: justify; }
.blog-post-body h3 {
       color:#555;
       font: 20px Georgia, "Times New Roman", serif;
       margin: 20px 0 10px;
}
.author	{
	width: 80px;
	float: left;
	text-align: center;
	position: relative;
}
.author img	{
	display: block;
	margin: 0 auto;
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
.author .date	{
	display: block;
	font: 12px Georgia, "Times New Roman", serif;
	color: #666;
	margin-top: 10px;
}
.author .date a		{
	color: #666;
	border-bottom: 1px dashed #ccc;
	display: block;
	display: inline-block;
}
.author .caption	{
	font-size: 9px; 
	position: absolute; 
	top: 60px; 
	left: 3px; 
	background: #faf4bb; 
	color: #545100; 
	padding: 2px; 
	line-height: normal;
}
.author .caption.top	{ top: 5px; }

/* Comments
--------------------------------------*/
#comments h3	{
	margin: 30px 0 30px 100px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	color: #999;
	font-size: 15px;
}
#comments h3 span	{
	font-size: 13px;
	margin-left: 5px;
	color: #B7C1B8;
}
#comments h3 em	{
	font-size: 24px;
	padding: 0 5px 0 2px;
	color: #666;
}
.comment	{
	margin-bottom: 20px;
	overflow: hidden;
}
.comment.owner		{
	background: #eee url(./themes/site_themes/css3/skeleton/owner-bg.gif) no-repeat top right;
	padding-top: 10px;
}
.comment .author	{ float: left; }
.comment .caption	{
	top: 34px;
	left: 49px;
	font-size: 8px;
}
.comment-body		{ padding-left: 100px; }
.comment-body .name	{
	font: 13px Georgia, "Times New Roman", serif;
	margin: 0;	
}
#comment_form		{ margin: 20px 0 0 100px; }
#comment.form h3	{
	margin: 30px 0 0 100px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
	color: #999;
	font-size: 15px;
	line-height: 24px;
}

#comment_form label	{
	display: block;
	width: 80px;
	float: left;
	margin: 5px 20px 0 0;
	color: #666;
	font-weight: normal;
}
#comment_form #field-captcha	{ width: 100px; margin: 5px 0 0 0}
#comment_form .text,
#comment_form textarea			{ width: 400px; }

#comment_form p{margin: 0 0 20px 100px}

#comment_form .form-actions	{
	margin-left: 100px;
	margin-top: 40px;
}

/* About us
--------------------------------------*/
.about-info	{
	margin: 20px 0 0;
	padding: 25px 10px 25px 50px;
	overflow: hidden;
	background: url(./themes/site_themes/css3/skeleton/about-bg.png) no-repeat 0 10px;
}
.about-info.last-y	{ margin-bottom: 0; }
.about-img	{
	float: left;
	margin-right: 10px;
}
.about-img img	{
	padding: 2px;
	border: 1px solid #ddd;
	background: #fff;
}
.about-more h4	{
	padding: 0;
	margin: 0;
	border: none;
	color: #666;
	font: 14px Georgia, "Times New Roman", serif;
	text-transform: none;
	letter-spacing: normal;
	position: relative;
}
.about-more h4 span	{
	position: absolute; 
	top: 0; 
	right: 0; 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.about-more p	{
	font-size: 11px;
	margin-bottom: 0;
}
.about-more ul	{ overflow: hidden; }
.about-more li	{
	float: left;
	margin: 0 50px 0 0;
	font-size: 11px;
}


/* Contact
--------------------------------------*/
#contact_form					{ margin-top: 30px; }
#contact_form #field-captcha	{ width: 202px; }
#contact_form .text,
#contact_form textarea 			{ width: 300px; }

.contact-form-actions {
	margin-left: 140px;
	margin-top: 40px; 
}

.contact-form-actions span			{ 
	font-size: 11px;
	color: #999;
	padding-left: 10px;
}

#guidelines		{ margin-top: 30px; }
#guidelines h4	{ border-color: #ddd; margin-bottom: 10px; }
#guidelines li	{
	padding-left: 25px;
	margin-left: 5px;
	background: url(./themes/site_themes/css3/skeleton/bullet-tick.gif) no-repeat 0 5px;
}
#guidelines li.last-y			{ margin-bottom: 0; }


/* Footer
--------------------------------------*/
#footer	{
	font-size: 12px;
	color: #fafafa;
	background: url(./themes/site_themes/css3/skeleton/footer-bg.png) repeat-x;
	line-height: normal;
}
#footer a	{
	color: #fafafa;
	text-decoration: none;
}
#footer a:hover		{ color: #fff; }
#footer-container	{
	width: 960px;
	margin: 0 auto;
	padding: 30px 20px;
}
#extra			{ position: relative; }
#extra-latest,
#extra-blog,
#extra-credits	{ float: left; }
#extra-latest	{
	width: 300px;
	margin-right: 20px;
}
#extra-blog		{
	width: 300px;
}
#extra-latest h4,
#extra-blog h4 		{ position: relative; }
#extra-latest h4 a,
#extra-blog h4 a	{ 
	position: absolute; 
	top: 2px; 
	right: 0; 
	font-size: 9px; 
	display: block;
	border: none;
	padding-left: 18px; 
	background: url(./themes/site_themes/css3/skeleton/rss.png) no-repeat center left;
	height: 12px;
}
#extra-blog .item	{
	border-bottom: 0;
	margin-bottom: 40px;
	padding-bottom: 0;
}
#extra-blog ul	{
	font-size: 11px; 
	clear: both;
	color: #A9C6BF;
	padding-top: 10px;
}
#extra-blog li	{
margin-bottom: 20px; 
}

#extra-blog div.item	{
	padding-bottom: 20px;
	border-bottom: 1px solid #2a5262;
	margin-bottom: 20px;
}


.item	{
	width: 300px;
	margin-right: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #2a5262;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.item img	{ 
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
.item .caption	{
	font-size: 9px; 
	position: absolute; 
	top: 60px; 
	left: 3px; 
	background: #faf4bb; 
	color: #545100; 
	padding: 2px; 
	display: block;
	z-index: 9999;
}
.item .caption.top	{ top: 5px; }
.item .info	{
	margin-right: 0; 
	height: auto;
	padding-left: 95px;
}
.item .info span	{
	font-size: 9px; 
	color: #446871;
}
.item .info p	{
	font-size: 14px; 
	margin: 0;
	line-height: 1.6em;
	text-shadow: #02161e 2px 2px 0;
}
.item .info a	{ 
	border: none; 
	text-decoration: none;
}
.item.last-y	{
	border-bottom: none !important;
}
#extra #extra-credits	{
	margin-right: 0;
	position: absolute;
	top: -60px;
	right: 0; 
	width: 200px;
	color: #545100;
	font-size: 11px;
}
#extra #extra-credits-inner	{
	width: 100%;
	height: 100%;
	background: url(./themes/site_themes/css3/skeleton/credits.png) no-repeat top left;
	padding: 70px 40px 0 40px;
}
#extra #extra-credits-inner a	{
	position: relative;
	z-index: 1;
}
#extra #extra-credits h4	{ display: none; }
#extra #extra-credits p		{ margin: 15px 0; }
#extra #extra-credits a		{ 
	color: #545100; 
	border-bottom: 1px solid #c4c05c;
}
#extra #extra-credits a:hover	{ 
	text-decoration: none; 
	border-color: #545100;
}
#extra #extra-credits .validation	{
	margin-top: 80px;
	color: #2A5262;
	text-align: center;
	font: 11px Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
}
#extra #extra-credits .validation a	{
	color: #6B9CAF;
	border: none;
}
#footer-disclaimer	{
	text-align: center; 
	font: 10px Georgia, "Times New Roman", serif; 
	text-transform: uppercase;
	background: url(./themes/site_themes/css3/skeleton/disclaimer-bg.png) no-repeat top;
	color: #97ACA3;
	letter-spacing: 1.2px;
	padding: 20px 0 10px;
	margin-top: -10px;
}
#footer-disclaimer a	{ 
	color: #97ACA3; 
	text-decoration: none;
	border-bottom: none;
	}
#footer-disclaimer a:hover	{ text-decoration: underline; }


/* 404 page
--------------------------------------*/
#page-404 #sidebar		{ 
	background: url(./themes/site_themes/css3/skeleton/404-bg.gif) no-repeat center center;
	height: 300px;
}
#page-404 #content ul	{ margin-top: 20px; }
#page-404 #content li	{
	padding-left: 25px;
	margin-left: 5px;
	background: url(./themes/site_themes/css3/skeleton/bullet-tick.gif) no-repeat 0 5px;
}
#page-404 form	{ margin-top: 10px; }


/* Coming soon page
--------------------------------------*/
#page-soon	{ 
	background: #062835;
	color: #fafafa;
}
#page-soon #wrapper	{
/* 	background: #fafafa; */
	width: 700px;
	margin: 200px auto 0;
	padding: 40px;
	background: none;
	/* border: 10px solid #d0dcdf; */
}
#page-soon .left	{
	width: 300px;
	text-align: center;
	padding-top: 30px;
}
#page-soon .right	{
	width: 400px;
        margin-top: 25px;
}
#page-soon h1	{
	margin: 0 auto;
	background: url(./themes/site_themes/css3/skeleton/logo.png) no-repeat;
	text-indent: -9999em;
	width: 220px;
	height: 80px;
}
#page-soon form	{
	margin-top: 20px;		
}
#page-soon input	{ 
	vertical-align: middle; 
	padding: 4px;
}
#page-soon #footer	{
	background: none;
	border-top: 1px solid #2A5262;
	clear: both;
	margin-top: 170px;
	padding-top: 10px;
	text-align: center;
	font: 10px Georgia, "Times New Roman", serif;
	text-transform: uppercase;
}
#page-soon #footer a	{
	border: none;
	color: #97ACA3;
}

/* Misc classes
--------------------------------------*/
.left	{ float: left; }
.right	{ float: right; }
.clr 	{ min-height: 1px; }
* html .clr { height: 1%; }
.clr:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	}
.pagination  {
     color: #ccc;
     font: 12px Georgia, "Times New Roman", serif;
     margin-top: 20px;
}

.post-body blockquote	{
	font: italic 18px Georgia, "Times New Roman", Georgia, serif;
	color: #555;
	letter-spacing: -1px;
	float: left;
	width: 280px;
	padding: 0 0 20px;
	text-align: center;
	margin: 10px 20px 10px 0;
	background: url(./themes/site_themes/css3/skeleton/blockquote-bg.gif) no-repeat bottom center;
}
.post-body blockquote p	{ 
	text-align: center !important; 
	margin: 0 0 10px 0; 
	font-size: 18px !important;
}
.comment-body blockquote	{
	background: #eee;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
	border-width: 1px 0;
	font: italic 13px Georgia, "Times New Roman", serif;
}

/* Lightbox
--------------------------------------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img,
#jquery-lightbox a 				{ border: none; }
#lightbox-container-image-box 	{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}