html, body, #container, #main{
	height: 100%;
	background-color: #dedad4;
	background-image: url('../img/noisebg.png');
	}

.title{
	color: #1F1E1E;
	text-shadow: 1px 1px 0px #9ACAD7;
	font-family: 'Abel', serif;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: xx-large;
	border-bottom: dashed;
	border-color: #979772;
	border-width: 1px;
	}	

#logo{
	margin-bottom: 35px;
	}
	
#sidebar{
	z-index: 5;
	position: fixed;
	top: 0px;
	left: -1px;
	float:left;
	width: 250px;
	background-color: #1F1E1E;
	background-image: url('../img/bgsize.jpg');
	background-repeat: no-repeat;
	text-align: center;
	border-right: #9ACAD7;
	border-style: none solid none none;
	border-width: 5px;
	height:100%;
	}
	
#content{
	margin-right: 15px;
	margin-left: 280px;
	margin-top:15px;
	}
	
	
.blockcontainer, .inlinecontainer{
	color: #767276;
	border: #9ACAD7;
	border-style: solid;
	border-width:1px;
	margin: 50px 10px;
	padding:15px;
	background-color: #1F1E1E;
	border-radius: 15px;
	}
	
.inlinecontainer{
	height:280px;
	margin: 20px 10px;
	display: inline;
	float: left;
	width: 150px;
	}
	
	
.whitetitle{
	color: #06a7ea;
	text-shadow: -2px -2px 0px #000;
	font-family: 'Abel', serif;
	margin-bottom: 10px;
	font-size: medium;
	margin-bottom: 45px;
	
	}
	
	
.titlehead{
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: solid;
	border-color: #5A575A;
	border-width: 1px;	

	}
	
.right{
	float:right;
	display: inline;
	}
	
a.buttonvisit{
    text-decoration: none;
	float: right;
	display: block;
	width: 100px; 
	height:75px;
	background-image: url(../img/visit.png);
	background-position: bottom;
	}
	
a.buttonvisit:hover{
	background-position: center;
	}
	
a.buttonvisit:active{
	background-position: top;
	}
	
.portraitbutton{
	background-image: url(../img/buttonbg.jpg);
	border: #3D3B3D;
	border-width:1px;
	border-style: none none solid none;
	width:245px;	
	padding: 10px 0px;
	margin-left: 2px;
	}
	
	
.link{
	text-decoration: none;
	color: #5B585B;
	font-family: 'Abel', serif;;
	font-size: x-large;
	}
	
.link:hover{
	color: #06a7ea;
	}
	
.blockcontainer p img, .inlinecontainer img{
	padding:5px;
	margin:10px;
	background-color: rgba(255, 255, 255, 0.8);
	}
	
.blockcontainer p img:first-child {
	margin-left: 0px;
	}
	
.blockcontainer h3{
	margin:25px 0px 10px;
	font-family: 'Abel', serif;
	font-size: medium;
	}
	
em{
	font-size: smaller;
	display: block;
	padding: 10px 0px;
	font-style: italic;
	}

#bottomshadow{
	box-shadow: 0px -5px 80px 25px #111;
	width:100%;
	height:10px;
	position: fixed;
	bottom: -10px;
	}
	
a.facebook, a.google{
    text-decoration: none;
	display: inline-table;
	width: 50px; 
	height:50px;
	background-position: top;
	}
	
a.facebook:hover, a.google:hover{
	background-position: bottom;
	}
	
a.facebook{
	background-image: url(../img/facebook.png);
	}
	
a.google{
	background-image: url(../img/google.png);
	}
	
#social{
	position: fixed;
	bottom: 0px;
	width: 250px;
	text-align: center;
	}
	
#mailform{
	background-image:url('../img/shadowback.png');
	background-repeat:repeat-x;
	background-position:right bottom;
	padding: 30px;
	background-color: #fff;
	box-shadow: 6px 6px 10px 1px #C8C4BF;
	margin:20px 10px;
	width:450px;
	}
	
	
input.inputt, input.inputgood, input.failed{
	font-style: italic;
	color: #A7A9A6;
	font-weight: bold;
	background-color: none;
	border-style:  none none dashed none;
	border-color: #111;
	border-width: 1px;
	padding: 5px;
	margin: 10px; 
	outline: none;
	}
	
input.inputgood{
	color: black;
	font-style: normal;
	}
	
textarea.inputt, textarea.inputgood, textarea.failed{
	font-style: italic;
	color: #A7A9A6;
	font-weight: bold;
	background-color: none;
	border-style:  none;
	padding: 5px;
	margin: 10px; 
	outline: none;
	}
	
textarea.inputgood{
	color: black;
	font-style: normal;
	}
	
.submitbutton{
	cursor: pointer;
	color: white;
	text-decoration: none;
	border-radius: 10px;
	padding:10px;
	background-color: #06a7ea;
	box-shadow: 1px 1px 1px 1px #C0C2BF;;
	}
	
.submitbutton:visited{
	color:white;
	}
	
.submitbutton:hover{
	color: #22516B;
	}
	
input.failed, textarea.failed {
	color: #C65F5E;
	font-style: italic;
	font-weight: normal;
	}
	
#returntext{
	color: #06a7ea;
	padding:0px 10px 10px 10px;
	font-family: 'Abel', serif;
	}
