/* @override http://galianoisland.com/photocontest/photo.css */
@charset "UTF-8";
#container    {
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
#mainContent  {
	padding: 20px 21px;
	background: #FFFFFF;
	font: 90% Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #0b3264;
}
.photo {
}
h1.photo {
	font: 1.35em "Trebuchet MS", Verdana, Helvetica, sans-serif;
	letter-spacing: 0.35em;
	text-align: center;
}
h2.photo      {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: bold;
	border-top-width: thin;
	text-align: left;
	font-size: 26px;
	color: #24416B;
}
h3.photo {
	font-size: 24px;
	line-height: 20px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
h4.photo {
	font-size: 18px;
	line-height: 24px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
}

h5.photo {
	font-size: 9px;
	text-align: right;
	margin-right: 20px;
}

table.photo{
	color: #24416b;
	font: bold 10px/15px Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	background-color: #fff;
}
td.photo{
	padding-left: 16px;
	padding-right: 16px;
	width: 160px;
}
p#header {
	line-height: 15px;
	font-size: 15px;
}
#linkbutton a {
	display: block;
	background-color: #106597;
	line-height: 1.8;
	width: 18em;
	color: #fff;
	text-decoration: none;
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}
#linkbutton a:hover {
	background-color: #663300;
}
.rules {
	margin-bottom: 10px;
}
li.rules {
	list-style-image: url(/photocontest/img/check.png);
}	
#subrule {
	list-style: circle outside none;
	font-size: 90%;
	line-height: 1.2;
	font-style: italic;
	margin: 6px 30px 6px 0;
}
#example {
	background-color: #FFF2F0;
	border: solid #106597 1px;
	padding: 10px;
	margin: 15px;
}
/* nav bar */

#nav {
   list-style: none;
   margin: 0; padding: 0;
}
#nav li {
   float: left;
}
#nav li a {
   display: block;
   background: #106597;
   width: 212px;
   text-align: center;
   color: #fff;
   padding: 3px 0;
   margin-right: 2px;
   font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
   text-decoration: none;
}
#nav li a:hover {
   background: #663300;
   color: #fff;
}

