/* CSS Document */

body {
	background-color: #dfdfdf;
	font: 14px 'trebuchet MS', Verdana, Sans-Serif;
	color: #666666;
}
a {
	text-decoration: none;
}
/* for external links */
a[target=_blank] {
  padding-right: 6px;
  margin-right: 0px;
  background: url('images/link_ext.gif') right top no-repeat;
} 
h1 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-size: 18px;
}
/* utility class to center an image */
.centering {
    display: block;
    margin-left: auto;
    margin-right: auto
}
/* used to avoid sidebar to overlap the main container */
.spacer {
	clear: both;
}

/*****************************************************************************************************************/
/************************************************* Page Container ************************************************/
/*****************************************************************************************************************/
#container {
	display: block;
	width: 840px;
	height:auto;
	margin: 40px auto 5px;
	background: #FFFFFF url(images/bgSideShadow.gif) repeat-y;
}
#topShadowWrapper {
	background: url(images/bgTopShadow.gif) no-repeat;
}
#bottomShadowWrapper {
	background: url(images/bgBottomShadow.gif) no-repeat;
}

/*****************************************************************************************************************/
/************************************************* Banner ********************************************************/
/*****************************************************************************************************************/
#banner	{
	display: block;
   	width: 798px;
  	float: left;
	margin: 14px 0px 5px 20px;
}
#logo {
	width: 100px;
	height: 100px;
	float: left;
	background: url(images/logo.gif) no-repeat;
	background-position: center center;
	border: 1px solid gray;
}
#bannerPic {
  	width: 688px;
  	height: 100px;
  	float: right;
	border: 1px solid gray;
}

/*****************************************************************************************************************/
/************************************************* Horizontal Container ******************************************/
/*****************************************************************************************************************/
#horizBloc {
	display: block;
  	float: left;
	width: 798px;
	height: 40px;
	margin: 0px 20px 5px 20px;
	border-bottom: 1px solid #FF9900;
}

/*****************************************************************************************************************/
/************************************************* Horizontal Menu ***********************************************/
/*****************************************************************************************************************/
#horizontalMenu {
	float: right;
}
#horizontalMenu ul {
	text-align: center;
}
#horizontalMenu li {
	display: inline;
	list-style-type: none;
}
#horizontalMenu a{
	color: #FF9900;
	font-size: large;
	font-variant: small-caps;
	font-weight: bolder;
	padding: 2px 2px 2px 2px;
}
#horizontalMenu a:hover{
	background-color: #fcc;
	color: #F05;
}

/*****************************************************************************************************************/
/************************************************* Historic Line *************************************************/
/*****************************************************************************************************************/
#historic {
	float:left;
	font-size: small;
	font-variant: small-caps;
	color: #999999;
	text-align: left;
	/*	margin: 0px 20px 5px 20px; */
	padding: 24px 4px 4px 4px;
	font-style: italic;
	font-weight: bold;/*	border-bottom: 1px solid #FF9900; */
}
#historic a {
	color: #FF9900;
}
#historic a.active {
	font-weight: bold;
	color: #00CC00;
}
#historic a:hover {
	border: solid;
	border-width: 1px;
}

/*****************************************************************************************************************/
/************************************************* Content Container *********************************************/
/*****************************************************************************************************************/
#contentBlock {
	display: block;
  	float: left;
  	visibility: visible;
	width: 798px;
	margin: 0px 20px 5px 20px;
}

/*****************************************************************************************************************/
/************************************************* Menu Left *****************************************************/
/*****************************************************************************************************************/
#leftMenu {
	float: left;
	background-color: #E1E1E1;
	border: 1px solid gray;
	width: 150px;
	font-size: medium;
}
#leftMenu ul {
	margin: 0px;
	padding: 10px;
}
#leftMenu li {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
#leftMenu a{
	color: #FF9900;
	padding: 2px 2px 2px 2px;
	font-variant: small-caps;
}
#leftMenu a:hover{
	background-color: #fcc;
	color: #F05;
}

/************************************************* Feed Icon *****************************************************/
.feed {
	padding: 5px 0px 5px 20px;
	font-size: 0.8em;
	background: url('../../photos/site/feed-add.gif') no-repeat 0px 50%;
}

/*****************************************************************************************************************/
/************************************************* Page Content **************************************************/
/*****************************************************************************************************************/
#content {
	float: right;
	width: 608px;
	padding: 4px 15px 10px 15px;
	color: #666666;
}
#content dl {
	margin: 0px 0px 0px 0px;
}
#content a {
	color: #666666;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#content a:hover {
	color: #00CC00;
}

/************************************************* EXIF Data Block ***********************************************/
#content span {
	display: none;
}
#content .img_frame:hover span {
	display: block;
	width: 300px;
	margin-top: 20px;
/*
	position: absolute;
	right: 0;
	bottom: 0;
*/
	z-index: 2;
	padding: 2px 5px;
	background:  #FFC0CB;
	color: white;
	font-weight: bold;
	font-size: 0.8em;
}

/************************************************* del.icio.us Tags **********************************************/
#content div.delicious-tags a {
	border-bottom-style: none !important;
	font-family: "trebuchet MS", Verdana, Sans-Serif !important;
}

/************************************************* Contact Form **************************************************/
#content input.formField {
	border: solid 1px;
	border-color: #666666;
}
#content input.formButton {
	border: solid 1px;
	border-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content input.formButton:hover {
	background-color: #FF9900;
}
#content textArea.formTextArea {
	border: solid 1px;
	border-color: #666666;
}
#content .thumbsTable {
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
}
#content .formTable {
	border-width: 0px 0px 0px 0px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#lastfm {
	float: left;
	margin-left: 20px;
}

/*****************************************************************************************************************/
/************************************************* Page Footer ***************************************************/
/*****************************************************************************************************************/
#footer {
	display: block;
	background: url(images/bgBottomShadow.gif) no-repeat 0px 0px;
	width: 840px;
	margin-right: auto; margin-left: auto; /*to center the div*/
	margin-top: -6px;
	padding-top: 5px;
	padding-bottom: 20px;
}
#footer a {
	text-decoration: none;
	color: #FF9900;
}
#footer a:hover {
	color: #00CC00;
	border-bottom: 1px dotted #999999;
}
#footer .copyright {
	font-size: 11px;
	text-align: center;
	color: #999999;
}


/*****************************************************************************************************************/
/*************************************** Image Gallery Navigation ************************************************/
/*****************************************************************************************************************/
/************************************************* Thumbs ********************************************************/
#content a.thumb {
	border-bottom-style: none;
}
#content a.thumb:hover {
	background-color:#00CC00;
}
#content img.thumb {
	border-width: 0px 0px 0px 0px;
	width: 75px;
}

/************************************************* Photographs ***************************************************/
#content #gallery {
	text-align:center;
}
#content #gallery a {
	text-decoration:none;
	border:none;
}
#content #gallery img {
	border:none;
}
#content #gallery .hImg {
	width: 500px;
}
#content #gallery .vImg {
	width: 375px;
}
#content #gallery #image {
	clear:both;
	margin-top: 10px;
	padding: 5px 5px 1px 5px;
/*	background-color:#999999; */
}

#content #gallery #navigation {
	margin-left:auto;
	margin-right:auto;
	width:90px;
}
#content #gallery #navigation ul {
	margin: 0px;
	display:inline;
}
#content #gallery #navigation ul li {
	list-style:none !important;
	float: left; /* I suspect that without this, the nav list items stagger. */
}
#content #gallery #navigation li a {
	display: block; /* all the anchors need to display block, or the text appears. For some reason. */
	width:30px;
	height:30px;
	background-color:#FFFFFF;
}
#content #gallery #navigation li a:hover {
	background-position: 0 30px; /* this makes the nav items display their rollovers */
}
#content #gallery #navigation #prev a {
	background-image: url(images/arrow_prev.gif);
}
#content #gallery #navigation #up a {
	background-image:url(images/arrow_up.gif);
}
#content #gallery #navigation #next a {
	background-image:url(images/arrow_next.gif);
}
#content #gallery #navigation #none a {
	visibility:hidden;
}