/* .............................. */
/* GENERAL */
/* .............................. */

body {
	background: #fff;
	margin: 0px;
}

a {
	color: #00488F;
	text-decoration: none;
}

a:hover	{
	color: #00488F;
	text-decoration: underline;
}

p {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

h3 {
	color: #333333;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 16px;
	font-weight: bold;
}


blockquote {
	margin: 7px 23px 7px 23px;
}

.title {
	text-align: left;
	color: #333;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 18px;
	font-weight: bold;
}

#page {
    background: #fff;
	padding: 20px;
	text-align: left;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 75%;
	margin: 20px auto;
	margin-bottom: 25px;
	line-height: 16px;
}

.column {
	width: 48%;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

.column-thumb {
	width: 30%;
	vertical-align: top;
	padding: 5px;
}

.clicktotop {
	text-align: right;
}

.thumbnails {
	border:1px solid #d1d1d1;
	padding:5px;
	margin:5px;
}

.case {
	text-transform: lowercase;
}

.stretcher {
    background: #fff;
}


/* .............................. */
/* HEADER & NAV MENUS*/
/* .............................. */

.navbar {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #333;
	font-size: 11px;
	width: 100%;
	background: url('../images/nav_light.png') repeat-x #FFF;
	height: 30px;
}

.navbar a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.navbar a:hover {
	color: #999;
}

.mikeb {
	text-align: left;
	color: #00488F;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
}

.photo {
	text-align: left;
	color: #333;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
}

.nav1left {
	float: left;
	position: relative;
	padding: 4px 4px 4px 8px;
	text-align: left;
}

.nav1right {
	padding: 4px 8px 4px 4px;
	text-align: right;
}

#nav2left {
	width: 50%;
	text-align: left;
	padding: 5px;
	color: #aaa;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px;
}

#nav2left a {
	color: #aaa;
	text-decoration: none;
}

#nav2left a:hover {
	color: #111;
}

#nav2right {
	width: 50%;
	text-align: right;
	padding: 5px;
	color: #aaa;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px;
}

.stretch a {
	color: #aaa;
	text-decoration: none;	
}

.stretch a:hover {
	color: #111;
	text-decoration: none;
}

.dark a {
	color: #aaa;
	text-decoration: none;	
}

.dark a:hover {
	color: #111;
	text-decoration: none;
}

/* .............................. */
/* PHOTO */
/* .............................. */

#picture {
	padding: 0px 25px 0px 25px;
	text-align: center;
}

.photobox {
    padding: 7px;
	border: 1px solid #D1D1D1;
	background: url(../images/loading.gif) no-repeat center;		
}


/* .............................. */
/* NOTES */
/* .............................. */

#notesleft {
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	color: #333;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
}

.casedate {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-style: italic;
	text-transform: lowercase;
}

#notesright {
	width: 50%;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	color: #555;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px;
}

#notesright img {
    padding: 5px;
	border: 1px solid #D1D1D1;
}

.column-exif {
	width: 50%;
	text-align: right;
	vertical-align: top;
	padding: 4px;
	font-weight: bold;
}

.column-exif-data {
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding: 4px;
}

#info {
	margin: 0px auto;
	padding: 0px 25px 0px 25px;
	color: #333333;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px;
}


/* .............................. */
/* COMMENTS */
/* .............................. */

#commentsleft {
	width: 45%;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	color: #333333;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
}

#commentsleft img {
    padding: 5px;
	border: 1px solid #D1D1D1;
}

.commentsleftimage {
	text-align: center;
}

#commentsleft ul {
	list-style-type:none;
	margin:0px;
	padding:5px;
}

.admin_comment a {
	color: #bb4000;
	text-decoration: none;
}

.admin_comment a:hover {
	color: #bb4000;
	text-decoration: underline;
}

#commentsleft li {
	display:block;
	margin:0px;
	color:#333;
	text-decoration:none;
	padding:10px;
	border-top:1px dashed #d1d1d1;
}
	
#commentsleft li:hover {
	background:#efefef;
}

#commentsmiddle {
	width: 10%;
}

#commentsright {
	width: 45%;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	color: #333333;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px;
}


/* .............................. */
/* PRINTS */
/* .............................. */

.buytable {
	background:#fff;
	color:#333;
	border:0px solid #ccc;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 10px;
	text-align:center;
}

.toprow {
	background:#e1e1e1;
	color:#333;
	font-weight:bold;
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
}

.secondrow {
	background:#eee;
	color:#333;
	text-decoration:none;
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
}


/* .............................. */
/* FOOTER */
/* .............................. */

#copyright {
	margin: 25px auto 0px auto;
	text-align: center;
	color: #ccc;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px;
}

#copyright a {
	color: #ccc;
	text-decoration: none;
}

#copyright a:hover {
	color: #999;
	text-decoration: none;
}


/* .............................. */
/* SLIMBOX */
/* .............................. */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 50px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* .............................. */
/* JBG MAP */
/* .............................. */

    div#viewMap {
      border: 1px solid #D1D1D1;
    }
    
    div#jbgInfoWindow {
      width: 225px;
      height: 100px;
      text-align: left;
      color: #333;
    }
    
    img#jbgThumb {
      border: 0;
      margin: 0px 5px 0px 0px;
    }
    
    span#jbgHeadline {
      font-weight: bold;
    }

/* .............................. */
/* TAG SUPPORT */
/* .............................. */
.tags01
{
	font-size: 10px !important;
}

.tags02
{
	font-size: 12px !important;
}

.tags03
{
	font-size: 14px !important;
}

.tags04
{
	font-size: 16px !important;
}

.tags05
{
	font-size: 18px !important;
}

.tags06
{
	font-size: 20px !important;
}

.tags07
{
	font-size: 22px !important;
}

.tags08
{
	font-size: 24px !important;
}

.tags09
{
	font-size: 26px !important;
}

.tags10
{
	font-size: 28px !important;
}

/* .............................. */
/* CALENDAR */
/* .............................. */

.td-calendar-days-vz {
	padding: 1px;
	text-align: center;
	border-top: 0px solid #999;
	border-bottom: 1px solid #999;
	border-right: 0px;
	border-left: 0px;
	background: #fff;
	color: #999;
}

.td-calendar-days-vz:hover {
	background: #444;
}

.td-calendar-days {
	padding: 1px;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 0px;
	border-left: 0px;
	background: #fff;
	color: #999;
}

.td-calendar-days:hover {
    background: #444;
}

.td-calendar-navi-vz {
	border-top: 0px;
	border-bottom: 1px solid #999;
	border-right: 0px;
	border-left: 0px;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 5px;
}

.td-calendar-navi-vz a {
    	text-decoration:none;
    	color: #444;
}

.td-calendar-navi {
	border-top: 0px;
	border-bottom: 1px solid #999;
	border-right: 0px;
	border-left: 0px;
	text-align: right;
	letter-spacing: 1px;
	word-spacing: 5px;
}

.td-calendar-navi a {
    	text-decoration: none;
    	color: #444;
}

.td-calendar-days-imagefound {
	padding: 1px;
	text-align: center;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	background: #f5f5f5;
}

.td-calendar-days-imagefound:hover {
    	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: #666;
}

.td-calendar-days-imagefound a {
    	text-decoration: none;
    	color: #444;
}

.td-calendar-days-imagefound a:hover {
    	text-decoration: none;
    	color: #fff;
}

.table-calendar {
    	font-family: Helvetica, verdana, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	width: 600px;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}

.table-calendar-vz {
    	font-family: Helvetica, verdana, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	width: 200px;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}

#calendar {
    	width: 590px;
    	padding: 10px;
    	font-family: Helvetica, verdana, sans-serif;
    	font-size: 10px;
    	font-weight: bold;
	margin: 3px auto 3px auto;
	text-align: center;
}