/* Stylesheet for Kirk Sample */

/* White = #ffffff */
/* Off-White for odd numbered comments = #f1f1f1 */
/* Grey for body text and menu hover= #666666 */
/* Grey for blog links in the body = #333333 */
/* Blue = 9db8c5 */
/* Black = #000000 */

/* Set default font for entire document */
body, table, tr, td, th, p { 
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  }
  
img { 
  border: 0;
  padding: 0px 0px 3px 0px;
  }

/* h1 is used for main header text */
h1 { 
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px 0px 6px 0px;
  text-align: left;
  text-transform: uppercase;
  }

/* h2 is used for sub-header text */
h2 { 
  color: #666666;
  font-size: 11px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  text-transform: uppercase;
  }

.content {
  width: 900px
  }

/* Menu */
.navbar {
  background-color: #000000;
  padding: 8px 0px 8px 0px;
  }

a.menu {
  color: #ffffff;
  font-size: 11px;
  margin-left: 11px;
  text-decoration: none;
  text-transform: uppercase;
  }
  
a.menu:hover {
  color: #666666;
  font-size: 11px;
  margin-left: 11px;
  text-decoration: underline;
  text-transform: uppercase;
  }

  p.submenu {
  margin: 5px 0px 5px 0px;
  }

  a.submenu {
  color: #ffffff;
  font-size: 11px;
  padding: 0px 15px 0px 0px;
  text-decoration: none;
  text-transform: uppercase;
  }
  
a.submenu:hover {
  color: #666666;
  font-size: 11px;
  padding: 0px 15px 0px 0px;
  text-decoration: underline;
  text-transform: uppercase;
  }

.subMenuPhotos {
  background-color: #333333;
  color: #ffffff;
  border-style: solid;
  border-color: #bbbbbb;
  border-width: 1px;
  padding: 11px 0px 11px 11px;
  position: absolute;
  margin-left: 55px;
  top: 105px;
  visibility: hidden;
  z-index: 90;
  float: inherit;
  }

/* Links */
a { 
  color: #333333;
  font-size: 11px;
  }
  
a:hover { 
  color: #333333;
  font-size: 11px;
  text-decoration: underline;
  }

/* Miscellaneous */
.header {
  background-color: #9db8c5;
  color: #ffffff;
  font-size: 30px;
  text-align: right;
  }

.footer { 
  color: #666666;
  font-size: 11px;
  text-align: center;
  }

.contact {
  margin-top: 20px;
  margin-left: 50px;
  text-align: left;
  }

.info {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  }

form {
	margin: 0;
	padding: 0;
}

#container {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	padding: 9px;
    background-color:#ffffff;
}

#breadcrumbs {
	color: #9db8c5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0 0 8px 8px;
}

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:link, #breadcrumbs a:active {
	color: #9db8c5;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#listingcontainer {
	padding: 10px;
	background-color:#ffffff;
}

#listingheader {
	color: #666666;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:right;
}

#listingheader a, #listingheader a:active, #listingheader a:visited, #listingheader a:link {
	text-decoration: none;
	color: #333333;
}

#listingheader a:hover {
	text-decoration: underline;
	color: #333333;
}


#headerfile {
	text-align:left;
	float: left;
	width: 320px; 
}

#headersize {
	text-align:right;
	width: 75px;
	float: left;
}

#listing {
	border: 1px solid #bbbbbb;
}

#listing a {
	display:block;
	padding: 2px 5px 2px 5px;
	font-size:small;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:568px;
	text-align:right;
	
}

#listing a:hover {
	background-color:#333333;
    color:#ffffff;
}

#listing a img {
	float:left;
	margin-right: 4px;
}



#listing a strong {
	width: 300px;
	float:left;
	cursor:hand;
	cursor:pointer;
	text-align:left;
}

#listing a em {
	float: left;
	width: 75px;
	text-align:right;
	cursor:hand;
	cursor:pointer;
}

#listing a span {
	position: absolute;
	margin-left: -151px;
	margin-top: -2px;
}

#listing a span img {
	width: 150px;
	background-color:#CCCCCC;
	visibility: hidden;	
}

#listing a:hover span img {
	border: 1px solid #666666;
	visibility: visible;
}

#upload {
	border: 1px solid #bbbbbb;
	display:block;
	margin-top: 10px;
	font-size:small;
	color: #6285CA;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:568px;
	background-color: #f1f1f1;
}

#uploadtitle {
	background-color: #DBE6FE;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #bbbbbb;
	
}

#uploadcontent {
	padding: 2px 5px 2px 5px;
}


#copy {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:x-small;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}

#copy a {
	text-decoration: underline;
	color: #666666;
}

.b {
	background-color: #f1f1f1;
	
}

.w {
	background-color:#FFFFFF;
}

.mod {
	float:right;
}

.size {
	float:right;
}