﻿@import url("layout.css");
@import url("common.css");
body {
	font-family: Arial;
	background-image: url("http://www.lilesnet.com/onthego/_rotation_background/rotate.php");
	background-repeat: repeat;
}
#container {
	border: 2px solid black;
	background-color: #fff;
}
/* Masthead */
#masthead {
	text-align: right;
	background-color: #fff;
	background-image: url("../images/masthead_image.jpg");
	background-repeat: no-repeat;
}

#masthead h1 {
	color: #000;
	margin-bottom: 0;
	margin-right: 20px;
}
#masthead h3 {
	color: #9a9;
	margin-right: 20px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #cdc;
}
html>body #navigation {
	overflow: hidden;
}
#content {
	width: 960px;
	background-color: #fff;
	height: auto;
	padding: 10px;
	font-size: 1em;
}
#content li {
	font-size: medium;
	padding: 10px 0px;
}

#column_l {
	width: 465px;
	padding: 5px;
	margin: 0px 6px;
	background-color: #fff;
}
html>body #column_l {
	width: 465px;
	padding: 5px;
	background-color: #fff;
}
#column_r {
	width: 465px;
	padding: 5px;
	margin: 0px 6px;
	background-color: #fff;
}
html>body #column_r {
	width: 465px;
	padding: 5px;
	background-color: #fff;
}

#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
		padding: 3px 8px 3px 8px;
}
#navigation a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	display: block;

	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
	display: inline;
}
h2 {
	font-size: x-large;
	color: #800000;
	display: inline;
}
h3 {
	font-size: large;
	color: #800000;
	display: block;
	margin: 10px 0px 10px 0px;
}
h4 {
	font-size: medium;
	color: #c77;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: small;
	color: #c77;
}
  
.caption {
	font-family: Arial;
	font-size: small;
	text-align: center;
	margin: 15px;
}    

/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}

.photos {
	border-width: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 225px;
	width: 300px;
}

.thumbnail img{
border: 1px solid red;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:  yellow;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 200px;
left: 700px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

