/* 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
  {
  background-color: #434343; 
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 20px 0px;
  }

table, tr, td, th
  {
  background-color: #242424; 
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  }

p
  { 
  color: #fff;
  font-family: Arial, Helvetica, 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
  {
  background: url('/images/bg.png');
  width: 920px;
  }

/* Menu */
.navbar
  {
  padding: 0px 166px 12px 0px;
  text-align: right;
  vertical-align: bottom;
  }

a.menu {
  color: #ffffff;
  font-size: 14px;
  margin: 0px 25px 0px 0px;
  text-decoration: none;
  text-transform: uppercase;
  }
  
a.menu:hover {
  color: #b2aaaa;
  font-size: 14px;
  margin: 0px 25px 0px 0px;
  text-decoration: underline;
  text-transform: uppercase;
  }

.submenu {
  color: #ffffff;
  font-size: 11px;
  line-height: 30px;
  padding: 0px 0px 0px 10px;
  text-decoration: none;
  text-transform: capitalize;
  width: 110px;
  }
  
.submenu:hover
  {
  background-color: #4f4f4f;
  color: #b2aaaa;
  cursor: pointer;
  font-size: 11px;
  line-height: 30px;
  padding: 0px 0px 0px 10px;
  text-decoration: underline;
  text-transform: capitalize; 
  width: 100px;
  }

.subMenuPhotos {
  background-color: #414141;
  color: #ffffff;
  position: absolute;
  margin-left: 510px;
  top: 112px;
  visibility: hidden;
  z-index: 2;
  float: inherit;
  width: 110px;
  }

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

/* Miscellaneous */
.header {
  background-color: #242424;
  text-align: left;
  width: 974px;
  }

.footer {
  background-color: #242424;
  color: #fff;
  font-size: 11px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 900px;
  }

.contact
  {
  float: left;
  padding: 20px 0px 0px 50px;
  text-align: left;
  }

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

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