
* {
		margin: 0;
		padding: 0;
		}

html {
		font-size: 100%;
		}

body {
		width: 100%;
		height: 100%;
		margin: 20px 0;
		color: #000000;
		background-color: #696969;
		font-size: 62.5%;
		}

li {
		font: 1.4em Verdana, Arial, sans-serif;
		margin-bottom: 0.5em;
		color: #444444;
		list-style: circle inside;
		}
		
#wrapper {
		margin: 0 auto;
		border: 3px solid #F660AB;
		max-width: 950px;
		background-color: #ffffff;
		min-height: 600px;
		}

#masthead {
		background: url(../images/masthead.png) 0 0 no-repeat;
		height: 150px;
		}
		
#main {
		padding: 0 20px 10px;
		}

.sidebar {
		float: right;
		width: 200px;
		border-left: 1px solid #aaaaaa;
		padding-left: 10px;
		margin-left: 17px;
		padding-bottom: 30px;
		}

#navigation {
		background: #ffffff;
		padding-left: 20px;
		border-top: 3px solid #F660AB;
		border-bottom: 3px solid #F660AB;
		margin-bottom: 20px;
		}

#navigation ul {
		list-style-type: none;
		}

#navigation li {
		display: inline;
		margin-right: 20px; 
		font: 1.4em/1.7em Arial, sans-serif;
		margin-bottom: 0;
		}

#navigation a {
		text-decoration: none;
		font-weight: bold;
		color: #F660AB;
		}

#navigation a:hover {
		text-decoration: underline;
		}

body a {
		text-decoration: none;
		color: #F660AB;
		font-weight: bold;
		}

body a:hover {
		text-decoration: underline;
		}

h1 {
		text-indent: -9999px;
		}

h2 {
		font: bold 1.6em/100% Arial, sans-serif;
		margin-top: 1.5em;
		margin-bottom: 10px;
		color: #F660AB;
		}

.sidebar h2 {
		font-size: 1.5em;
		}

h3 {
		font: bold 2.0em/100% Arial, sans-serif;
		margin-bottom: 10px;
		text-transform: uppercase;
		color: #F660AB;
		}

.sidebar h3 {
		font-size: 1.6em;
		text-transform: none;
		}

h3.specific {
		font: bold 1.4em Verdana, Arial, sans-serif;
		margin-top: 0.6em;
		color: #F660AB;
		}

h4 {
		font: bold 1.6em/100% Arial, sans-serif;
		margin-bottom: 10px;
		text-transform: none;
		color: #F660AB;
		margin-top: 1.5em;
		}

.sidebar h4, h4.specific {
		margin-top: 0;
		}

.message h4 {
		font: bold 1.4em/normal Verdana, Arial, sans-serif;
		color: #ffffff;
		background: #F660AB;
		margin: 0 0 4px 0;
		padding: 0.3em 0 0.3em 0.5em;
		}

p {
		font: 1.4em Verdana, Arial, sans-serif;
		margin-bottom: 1em;
		color: #444444;
		}

.message p {
		padding-left: 0.5em;
		}

p.mfoot {
		font: 1.0em Verdana, Arial, sans-serif;
		margin-bottom: 0.5em;
		color: #F660AB;
		}

div.album {
		margin-right: 220px;
		}

div.gallery {
		float: left;
		}

div.picture {
		margin: 2px;
		height: 166px;
		width: 166px;
		text-align: center;
		background: #D3D3D3;
		}

div.picture img {
		display: inline;
		margin: 3px;
		border: 5px solid #ffffff;
		}

div.picture a:hover img {
		border: 5px solid #ff80ff;
		}

div.description {
		margin: 1px 2px 11px;
		height: 60px;
		width: 166px;
		text-align: center;
		background: #D3D3D3;
		}

div.fade {
		position: absolute;
		top: 0px;
		left: 0px;
		height:2000px;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		background: #000000;
		-moz-opacity: 0.8;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
		opacity: 0.8;
		z-index: 5;
		}

div.selection {
		top: 10px;
		margin: auto;
		position: absolute;
		border: 5px solid #F660AB;
		text-align: center;
		background: #000000;
		z-index: 10;
		}

div.selection img {
		border: 15px solid #FFFFFF;
		margin: 30px 30px 5px 30px;
		}

div.selection p {
		color: #ffffff;
		}

#footer {
		margin: 0 auto;
		max-width: 950px;
		}

#footer p {
		text-align: right;
		color: #ffffff;
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		}

#footer a {
		text-decoration: none;
		color: #ffffff;
		font-weight: normal;
		}

#footer a:hover {
		text-decoration: underline;
		}

.sidebar p {
		font-size: 1.2em;
		}

.comment p {
		padding-top: 2px;
		margin-bottom: 0;
		}

.bold {
		font-weight: bold;
		}

.left {
		float: left;
		margin-right: 20px;
		}

.right {
		float: right;
		margin-left: 20px;
		}

#sig {
		height: 50px;
		background: url(../images/signature.png) 0 0 no-repeat;
		}

#sig p {
		font: 3.6em Edwardian Script IT;
		font-weight: bold;
		text-indent: -9999px;
		}

label {
	 	font-size: 1.2em;
		line-height: 1.4em;
		text-align: justify;
		color: #2F4F4F;
		margin-bottom: 1.4em;
	 	}




td {
		vertical-align: top;
		}

td.button {
		text-align: right;
		}

.form table {
		width: auto;
		padding: 10px;
		margin-bottom: 20px;
		}

.clear {
		clear: both;
		}

.post {
		margin-bottom: 20px;
		}

.message {
		border: 1px solid #F660AB;
		}

.approval {
		margin-right: 220px;
		}

.comment {
		border: 1px solid #F660AB;
		min-height: 80px;
		margin-top: 2px;
		}

.approve {
		border: 1px solid #F660AB;
		margin-top: 2px;
		margin-bottom: 10px;
		padding: 5px 0;
		margin-right: 220px;
		}

.approve label {
		font: 1.4em Verdana, Arial, sans-serif;
		color: #444444;
		padding-left: 0.5em;
		}

.approve input {
		margin-left: 0.5em;		
		}

img.avatar {
		float: left;
		margin-right: 5px;
		border-right: 1px solid #F660AB;
		}

.roll {
		clear: left;
		}

div.beside {
		height: 166px;
		margin: 2px 20px 2px 0;
		}

.selectionbox {
		margin-bottom: 10px;
		float: left;
		}

div.banner a img {
		border: 2px solid #F660AB;
		}

div.container {
		width: 650px;
		}

div.form {
		background: #DCDCDC;
		width: 500px;
		padding: 10px;
		border: 1px solid #696969;
		margin-bottom: 20px;
		}

div#addmessage {
		width: 380px;
		}


div#contact {
		width: 460px;
		}

div#picupdate, div#galleryupdate {
		width: 420px;
		}

p.field, p.submit, p.textarea {
		text-align: right;
		}

div.form label {
	 	font-size: 1.0em;
		}

p.textarea label {
		vertical-align: top;
		}

label.midline {
		margin-left: 40px;
		}

div#recaptcha_area {
		margin: 0 0 10px 60px;
		}

p.action {
		font-weight: bold;
		}

.error, .error li {
		font-weight: bold;
		color: #ff0000;
		}