/*--------------------------------------------------------------------------------------------------------*/
/*- Reset Styles -----------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/

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: "" "";
}

/*--------------------------------------------------------------------------------------------------------*/
/*- Formatting Rules -------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/


/* CSS layout rules for content formatting */

body {
	background: #FFF url(/includes/images/bg-2.png) repeat-x;
	font-family: Verdana, Arial, sans-serif;
	text-align:left;
	font-size:76%;
	padding:0;
	margin: 0;
	color:#000;
}
	
p, ol, li, dd, table {
	font-size: 1em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag, or define a class for exceptions */
	line-height: 1.5em;
	margin: 0 0 1em 0;	
	text-align: left; /* compensates for an IE 6 bug */
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
}	

tr, td {
	vertical-align: top;
}

ul {
	margin: 1em 0 1.5em 0;
	padding: 0 0 0 1.5em;
}
a {
	color:#808080;
	text-decoration:underline;
}
a:visited {
	color:#808080;
	text-decoration:underline;
}
a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
img {
	border: 0;
}

hr {
	background: #ccc; /* used by Gecko, Opera browsers */
	border: 0; 
	color: #ccc; /* incorrectly used by IE */
	height: 1px;
	}

/* End rules for elements */


/*--------------------------------------------------------------------------------------------------------*/
/*- Framework Rules --------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/

/* misc. rules begin */

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

/* see http://www.positioniseverything.net/easyclearing.html for explaination */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.logoBox {
	background:url(/includes/images/jc-logoblot.png) no-repeat; 
	width:378px; 
	height:238px;
	position:absolute;
	zoom:1;
	top:-10px;
	left:100px;
	display:none;
	z-index:50;
}

.navBox {width:200px;position:absolute;top:20px;left:600px;}
.navBox UL LI {
	text-align:right;
	color:#333;
	font-family:Courier New, Courier;
}

.navBox UL LI:HOVER {
cursor:default;
color:#000;
}

.navBox UL LI A {
	opacity:0.5;filter:alpha(opacity=50)
	color:#333;text-decoration:none;
}

div.image {position:absolute;top:200px;left:80px;z-index:10;}
div.image p.image{
	padding:20px;
	background:white;
	border:2px solid #777;
	z-index:10;
	position:absolute;
	font:normal 8pt Arial;
	color:#777;
	text-align:right;
	padding-bottom:10px;
}
div.weather{
	position:absolute;
	top:40px;
	left:480px;
	width:225px;
}
div.weather img{padding-right:10px;}
div.weather a {text-decoration:none;}
div#clock{
	color:#777;
	font:normal 8pt Tahoma;
	margin-bottom:10px;
}
div.content {
	position:absolute;
	top:150px;
	left:400px;
	border-top:1px dotted #999;
	border-right:1px dotted #999;
	width:400px;
	overflow:auto;
	padding:10px;
	z-index:500;
}
div.inner {font:1em; color:#999; line-height:2em; border:0px solid black;}

/* gallery */
div.mainPanel { float:left; width:700px;}
div.sidePanel { background-color:#FFF; float:left; width:300px; border:1px solid #CCC; padding:10px;}
div.breadcrumb { margin-bottom:10px;}
div.photodate { margin-bottom:10px;}
div.nav {margin-bottom:20px;}
div.nav a{padding: 2px 15px; font:normal 10pt Georgia; border:1px solid #D4D0C2; background-color:#E4E0D2; text-align:center; white-space: nowrap; color: black; text-decoration:none;}
div.nav a:hover { background-color:#ABCDEF; border:1px solid #345678}
div.photoPanel { text-align:center; margin:0px auto; }
div#photo {text-align:center; margin:0px auto;}
div#Exif { width:300px; }
div#ExifClick { cursor:pointer; color:#55F; }
div#ExifClick:HOVER { color:#333; }
div.ExifRow, div.ExifRow1 {display:block; width:300px; clear:both;}
div.ExifTitle {font-weight:bold; display:block; width:125px; float:left; background:#DDD; padding:5px;border:1px solid #F4F4F4; }
div.ExifValue {display:block; width:145px; float:left; background:#DDD; padding:5px;border:1px solid #F4F4F4; }
div.ExifRow1 div.ExifTitle, div.ExifRow1 div.ExifValue {background:#EEE }
div#load{position:absolute;z-index:100;top:10;left:10; display:none; }
div.loadBox{font:normal 12pt Georgia;}
div.navPanelGallery{border-bottom:1px solid #CCC;padding:10px 0px;margin:10px 0px;margin-top:0px;padding-top:0px;}
div.galleries {width:700px;}
div.galleryThumb{display:block;float:left;width:100px;height:155px;padding:2px;margin:5px;cursor:pointer;text-align:center;border:1px solid #CCC;background:url(/includes/images/semi-white.png) repeat;}
div.galleryThumb:hover{border:1px solid #00F;background:#FFF;}
div.galleryThumb a{color:#555;font:normal 10pt arial;text-decoration:none;}
div.galleryThumbsRow{clear:both;width:700px;}

div#author {font-weight:bold; padding-top:20px;}
div.printed, div.altLogo {display:none;}