﻿/* CSS layout for standard page elements */

/* article */

#article {
}

#article p {
font-family: "Verdana", "Tahoma", sans-serif;
color: #191970;
list-style-type: square;
list-style-position: inside;
}

#article h3 {
	font-family: "Verdana", "Tahoma", sans-serif;
	color: #556B2F;
	text-align: left;
	font-weight: bold;
	font-size: medium;
}

#article h4 {
	font-family: "Verdana", "Tahoma", sans-serif;
	color: #556B2F;
	text-align: center;
	font-weight: normal;
	font-size: medium;
}

#article h5 {
	font-family: "Verdana", "Tahoma", sans-serif;
	color: #191970;
	text-align: left;
	font-size: small;
	font-style: italic;
}

#article ul {
	list-style-type: square;
	list-style-position: inside;
	font-family: "Verdana", "Tahoma", sans-serif;
	color: #191970;
}

#article a {
	color: #8B0000;
	text-decoration: none;
	font-family: "Verdana", "Tahoma", sans-serif;
}

#article a:visited {
color: #8B0000;
text-decoration: none;
font-family: "Verdana", "Tahoma", sans-serif;
}

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

#article ul {
list-style-type: square;
color: #8B0000;
}

/* banner */

#banner {
}

#banner h2 {
font-family: "Arial Black", sans-serif;
color: #191970;
font-size: large;
font-style: italic;
font-weight: bold;
text-align: right;
}

#banner h1 {
font-family: "Verdana", "Tahoma", sans-serif;
color: #556B2F;
font-size: xx-large;
font-weight: bold;
text-align: right;
}

#banner h3 {
font-family: "Verdana", "Tahoma", sans-serif;
color: #191970;
font-style: italic;
font-weight: bold;
font-size: medium;
text-align: right;
}

#banner h6{
	font-family: "Verdana", "Tahoma", sans-serif;
	color: #556B2F;
	font-size: large;
	font-weight: bold;
	text-align: right;
}

#banner a {
	color: #8B0000;
	text-decoration: none;
}

#banner a:visited {
color: #8B0000;
text-decoration: none;
}

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

/* body */

body {
background-color: #FFFFE0;
}


/* clear */

.clear {
width: 100%;
height: 1px;
margin: 0 0 -1px;
clear: both;
}

/* copyright */

#copyright {
	font-family: "Verdana", "Tahoma", sans-serif;
	color: #191970;
	font-style: italic;
	text-align: right;
	font-size: small;
}


#disclaimer {
	font-family: "Verdana", "Tahoma", sans-serif;
	color: #191970;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: small;
}

/* footer */

#footer {
width: 100%;
margin-top: 3px;
border-style: solid dashed solid dashed;
border-width: thick thin thick thin;
color: #556B2F;
background-color: #FFFACD;
font-family: "Arial Black", sans-serif;
text-align: center;
font-size: small;
color: #556B2F;
}

#footer a {
text-decoration: none;
color: #556B2F;
}

#footer a:visited {
text-decoration: none;
color: #556B2F;
}

#footer a:hover {
text-decoration: underline;
color: #191970;
}

/* horizontal rule */

hr {
color: #8B0000;
height: 2px;
background-color: #8B0000;
}


/* menu */

#menu {
width: 100%;
border-style: solid dashed solid dashed;
border-width: thin thin thick thin;
color: #556B2F;
background-color: #FFFACD;
font-family: "Arial Black", sans-serif;
text-align: center;
font-size: small;
color: #556B2F;
}

#menu a {
text-decoration: none;
color: #556B2F;
}

#menu a:visited {
text-decoration: none;
color: #556B2F;
}

#menu a:hover {
text-decoration: underline;
color: #191970;
}

/* gallery */

#gallery {
}

#gallery h1 {
font-family: "Verdana", "Tahoma", sans-serif;
color: #556B2F;
text-align: left;
font-size: x-large;
font-weight: bold;
}

#gallery h3 {
	text-align: left;
	color: #8B0000;
	font-family: "Verdana", "Tahoma", sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

#gallery p{
	text-align: left;
	color: #191970;
	font-family: "Verdana", "Tahoma", sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}

.thumb {
	margin: 10px 10px 10px 0px;
	border: thin solid MidnightBlue;
	float: left;
	text-align: center;
	background-color: #FFFACD;
	display: inline;
	width: 200px;
	height:260px
}

/* sidebar */

#sidebar {
	margin: 10px 0px 10px 10px;
	float: right;
	border-style: solid dashed solid dashed;
	border-width: thick thin thick thin;
	border-color: #8B0000;
	padding: 5px;
	background-color: #FFFACD;
	width: 25%;
}

#sidebar h2 {
	font-family: "Verdana", "Tahoma", sans-serif;
	color: #8B0000;
	text-align: left;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}

#sidebar p {
font-family: "Verdana", "Tahoma", sans-serif;
color: #8B0000;
text-align: left;
font-style: italic;
font-size: small;
}

#sidebar hr {
color: #8B0000;	
}

#sidebar a {
	color: #8B0000;
	text-decoration: none;
}

#sidebar a:visited {
color: #8B0000;
text-decoration: none;
}

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

#sidebar ul {
	list-style-type: square;
	list-style-position: outside;
	font-family: "Verdana", "Tahoma", sans-serif;
	color: #8B0000;
	font-size: small;
	overflow: auto;
}

