/* Main page styles */

a {
	text-decoration: none;
	color: #00f;
}

body {
	margin: 0;
	color:#000; 
	font-family: arial, helvetica, serif; 
	padding:2em; 

	background: #507EA1 url('images/ddbg3.gif') no-repeat 6000px 6000px;
}

#content {
width: 52em;
	padding: 1em 0;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 50em;
}
html>body #content {
	width: 50em;
} 

.header {
	width: 50em;
}

.header h1 {
	text-align: center;
}

#myGallerySet
{
	margin: 10px;
	width: 500px !important;
	height: 400px !important;
}

/* Blog styles */

.item
{
	background-color: #E6C373;
	border-bottom: 1px solid #806C40;
	border-right: 1px solid #E6DFCF;
	padding: 0.5em;
}

.sticky
{
	background-color: #E68A73;
	border-bottom: solid 1px #804D40;
	border-right: solid 1px #E6D3CF;
	padding: 0.5em;
	font-family: times, serif;
	text-align: justify;
}

.item .title
{
	font-weight: bold;
	font-size: 16pt;
}

.item .date
{
	font-size: 9pt;
	font-style: italic;
	margin-bottom: 0.5em;
	color: #444;
}

.item .content
{
	font-family: times, serif;
	text-align: justify;
}

.sticky, .item
{
	margin-bottom: 0.5em;
}

/* Menus */

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li  {
	border-bottom: solid thin #fff;
}

#nav .selected {
	font-weight: bold;
	color: #000;
}

#nav li li { border-bottom: 0px none; border-top: 0px none; }

#nav a {
	font-weight: bold;
	color: #fff;
}

#nav a:hover {
	text-decoration: underline;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #fff;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	border-top: 0px none;
	border-bottom: 0px none;
	padding-left:5px; 
	padding-right:5px; 
	padding-top:0.2em; 
	padding-bottom:0.2em
}

li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: #507EA1;
	
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #000;
	background: #507EA1;

	padding-left:0; 
	padding-right:0; 
	padding-top:0.5em; 
	padding-bottom:1em
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: #507EA1;
	border: 0px none;
}

li:hover ul, li.over ul {
	display: block;
}
