/************* Global *************/
html,body {height:100%}

* {
margin: 0;
padding: 0;
}

body, input{
font-family: "Trebuchet MS", Verdana, sans-serif;
text-align: left;
}

a {
text-decoration: none;
color: #a99190;
}

blockquote {
background: beige;
padding: 15px;
margin: 5px 0;
}

/************* Container *************/
#container {
height: auto !important;
min-height: 100%;
padding-bottom: 15px;
position: relative;
background: #c9ea9d url(Images/containerBg.gif) bottom left repeat-x fixed;
}

* html #container {
	height: 100%;
}

/************* Header *************/
#headerWrap 
{
height: 59px;
background: url(Images/headerBg.gif);
}
#preHeader
{
float:left; 
width: 200px;
height: 273px;
background: url(Images/FairyLeft.gif) no-repeat;
margin: 0 auto;
z-index: 8;
position: relative;

}
#header 
{
width: 740px;
height: 59px;
background: url(Images/balloonfairy.gif) no-repeat;
margin: 0 auto;
z-index: 8;
position: relative;
}

#header img {
	
}

#header h1 a {
font-size: 30px;
letter-spacing: -1px;
padding-top: 5px;
float: left;
color: #c9ea9d;
}

ul#navigation li {
list-style-type: none;
float: right;
}

ul#navigation li a {
padding: 15px 7px 12px;
display: block;
font-size: 17px;
color: #fff;
}

ul#navigation li a:hover, #footer a:hover {
background: #c9ea9d;
}

/************* Content *************/
#content {
width: 740px;
margin: 7px auto 0;
border: 1px solid #fff;
background: #c9ea9d;
position: relative;
z-index: 1;
}

#content:after {
content: "."; 
display: block; 
clear: both; 
height: 0;
visibility: hidden
}	

#content a:hover {
background: #c9ea9d;
color: #fff;
}

/* 
Header with picture and site description.
It uses a hack for vertical-align because IE doesn't work properly with tables
*/
#contentHeader {
margin: 15px auto;
width: 710px;
height: 182px;
/*
background: url(Images/NewFairy.gif) no-repeat;
*/
position: relative;
z-index: 1; 
}

#contentHeader[id] {
display: table;
position: static;
}

#siteDescription {
position: absolute;
top: 50%;
padding-left: 250px;
color: #44434c;
}

#siteDescription[id] {
display: table-cell;
vertical-align: middle;
position: static;
}

#siteDescription p {
position: relative;
top: -50%;
}

#content h2 {
margin: 15px 0;
}

#content ul {
padding: 10px 15px 10px 20px;
list-style-image: url(Images/arrow.gif);
}

/************* Full *************/

#full {
margin: 0 20px;
width: 700px;
float: left;
text-align: right;
}

/************* Map *************/
#map {
width: 433px;
height: 300px;
border: 1px solid #fff;
}
	
/************* Main *************/
#main {
margin: 0 20px 0 20px;
width: 430px;
float: right;
}

.post {
text-align: justify;
}

/************* Secondary *************/
#secondary {
width: 220px;
margin-left: 20px;
float: left;
}

/************* Search *************/
#searchform input {
background: #f7f7f7;
font-size: 0.9em;
}

#searchsubmit {
margin-top: 5px;
padding: 0 10px;
text-align: center;
}

#searchform fieldset {
border: 0;
}

/************* Footer *************/
#footer
{
	position: relative;
	clear: both;
	margin: 0 auto;
	background: #c9ea9d;
	width: 740px;
	color: black;
	clear: both;
	text-align: center;
	border: 1px solid #fff;
}

#footer a {
color: #fff;
font-weight: bold;
}

#info {
		width:500px;
		margin:0 auto;
		border:1px solid #ccc;
		overflow:visible;
		padding:10px 35px;
		position:relative;
}
#info a {
		color:#333;
		display:block;
		position:absolute;
		text-decoration:none;
		top:50px;
		z-index:100;
}
#info a#move-left {
		left:5px;
}
#info a#move-right {
		right:5px;
}
#info .mod {
		overflow:hidden;
}
#themes {
		width:40000px;
}
.mod {
		width:485px;
		overflow:hidden;
		margin:0 auto;
		position:relative;
}
#themes, #themes li {
		margin:0;
		overflow:hidden;
		padding:0;
}
#themes li {
		float:left;
		height:120px;
		margin:0 10px 0 0;
		width:90px;
		padding:0;
}
li img {
		border:1px solid #fff;
}
#mainphoto {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	
	width: 500px;
	height: 450px;
	padding: 0px;
	border-width: 0px;
}