
/*
------------------------------------------------------------------------------------ CSS RESET
															
------------------------------------------------------------------------------------------------
*/

body,div,img,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

html, body { height:100%; min-height:100%;}
		
html {font-size: 50%; margin-bottom:1px;}
body {background: #fff; color: #000; font-family:Georgia, "Times New Roman", Times, serif; font-size: 125%; margin: 0; padding: 20px; min-width:880px;}


/*
----------------------------------------------------------------------------------------- LAYOUT
															
------------------------------------------------------------------------------------------------
*/
		
a {color: #000; text-decoration: none; outline:none;}
a:hover {color:676769; text-decoration: underline;}

h3 {font-size:1.3em; font-weight:bold; margin-bottom:5px;}
p {color:#333; font-size:1.2em;}

div#title{width:130px; float:left; padding-bottom:20px;}

div#content {width:730px; float:right;}

div#content_a{width:350px; float:left;  padding-bottom:20px;}
div#content_b{width:380px; float:left;  padding-bottom:20px;}
p#js_warning {width:100%; clear:both;}

/*
----------------------------------------------------------------------------------------- GALLERY
															
------------------------------------------------------------------------------------------------
*/


ul {list-style-type:none; clear:both;}
li {float:left; margin:0; padding:0;  height:130px;}
li img {padding:20px 0 0 0;}
li p {width:60px; line-height:20px; margin:0; padding:0; font-size:1.3em;}
li.date img {padding-top:0;}
li a {display:block;}
li a:hover { border-bottom:2px solid #000;}

#jquery-overlay {position: absolute; top: 0; left: 0; z-index: 10000; width: 100%; background-color:#fff;}
#jquery-lightbox {position: absolute; top: 20px; left: 0; width:900px; height:650px;  z-index: 10001; display:none; text-align:center;}
#jquery-lightbox a {font-size:1.2em;}
#lightbox-content {display:none; width:900px; height:600px; margin-bottom:10px;  z-index: 10002; /*background: url('images/img_loading.gif') 50% 50% no-repeat;*/}
#lightbox-content img {display:none; }
		

