/* Body */
BODY {
	background-color: #dbdbdb;
}

.Login { 
	background-color: #dbdbdb;
	border: 0px #000000 solid;
	width: 800px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-left: 15px;
}

.Wrapper { 
	background: #dbdbdb;
	border: 0px #000000 solid;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.LayoutWrapper { 
	background: url(drop.gif) no-repeat bottom right;
	display: block;
	border: 3px #404040 solid;
	margin: -6px 6px 6px -6px;
	width: 800px;
}

.Shadow {
	float:left;
	background: url(drop.png) no-repeat bottom right !important;
	background: url(drop.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
  }
  
.HeaderImage{
	background: #faf4ca;
	border: 0px #000000 solid;
	margin-left: auto;
	margin-right: auto;
}

.ContentWrapper{
	background-color: #404040;
	border: 0px #000000 solid;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100%;
}

.Content{
	background-color : #f8f8f8;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-top: 1px #404040 solid;
}

.Nav{
	background-color: #faf4ca;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.Entries{
	background-color : #f8f8f8;
	float: left;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top:15px;
	overflow:none;
	width: 95%;
}

.Sidebar{
	background-color : #f8e2b8;
	float: left;
	margin-top:10px;
	margin-left:35px;
	/*margin-right:15px;*/
	overflow:none;
	width: 30%;
}

.Upcoming{
	background-color: #f8f8f8;
	border: 0px #000000 solid;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

.Footer{
	background-color: #dbdbdb;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
	padding-left: 5px;
	border: 0px #000000 solid;
}

.Credentials{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 0px #000000 solid;
}

.Home {
	border: 0px #000000 solid;
	width: 100%;
}

.HomeLeft {
	border: 0px #000000 solid;
	float: left;
	width: 66%;
	overflow:none;
}

.HomeRight {
	border: 0px #000000 solid;
	float: right;
	width: 33%;
	overflow:none;
}

.HomeBottom {
	border: 0px #000000 solid;
	width: 100%;
}

.Blank {
	clear: both;	
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px #404040 solid;
}

img.border {
	/*border: 3px #404040 solid;*/
	border: 1px #000000 solid;
}

.ImageShadow {
  float:right;
  background: url(imageshadow.png) no-repeat bottom right !important;
  background: url(imageshadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.ImageShadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
/* Title of posts.*/
h1 {
	font: 1.4em/1.25 Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
	text-align: center;
}

/* Date formatting.*/
h2 {
	font: 1em/1.25 Arial, Verdana, sans-serif;
	text-decoration: italic;
	text-align: left;
	font-style: italic;
	line-height: 1.5;
}

/* Sidebar titles. */
h3 {
	font: 1.5em/1.25 Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-style: none;
}

/* For version titles in about.php. */
h4 {
	font: 12px Arial, Verdana, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 0.0;
}

/* For titles of pages. */
h5 {
	font: 2.0em/1.25 Arial, Verdana, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 0.0;
}

h6 {
	font: 1.2em/1.25 Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
}

A {
	color: #3e68a6;
	font-size: 12px;
	text-decoration: none;
}

A:hover {
	color: #3e68a6;
	text-decoration: underline;
}

A:visited {
	color: #3e68a6;
}

A:active {
	color: #3e68a6;
}

A.footerlink {
	color: #3e68a6;
	font-size: 12px;
	text-decoration: none;
}

A.footerlink:hover {
	color: #3e68a6;
	text-decoration: underline;
}

A.footerlink:visited {
	color: #3e68a6;
	text-decoration: none;
}

A.footerlink:active {
	color: #3e68a6;
	text-decoration: none;
}



.Form {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 450px;
	border: #ffffff 0px solid;
}

label, input, textarea, select {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

input, textarea, select {
	background-color : #ffffff;
	border: #404040 1px solid;
}

label {
	text-align: right;
	width: 200px;
	padding-right: 20px;
}

br {
	clear: left;
}

input:hover {
	background-color: #dbdbdb;	
}

.submit {
	font-weight: bold;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.cancel {
	font-weight: none;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

table {
	border: #404040 1px solid;	
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

th {
	text-align: left;
	vertical-align: middle;
	border-bottom: #404040 1px solid;	
	border-collapse: collapse;
	padding: 5px;
	font-weight: bold;
}

td {
	border: #404040 1px solid;	
	border-collapse: collapse;
	padding: 5px;
	padding-right: 10px;
}

tr.gray {
	border: #404040 1px solid;
	background-color: #f0f0f0;	
	border-collapse: collapse;
	padding: 5px;
}

tr.darkgray {
	border: #404040 1px solid;
	background-color: #c0c0c0;	
	border-collapse: collapse;
	padding: 5px;
}