/******************************************************************************
Earth in Emotions
Cascading Style Sheet
By: Wilko van Asseldonk
******************************************************************************/

/******************************************************************************
    The default settings of the body part of the HTML files
******************************************************************************/
body {
	background: #101010;
	background-position: top center;
	text-align: center;
	color: #C09060;
	margin: 0;
	padding: 0;
}

/******************************************************************************
	Definition of the main blocks defining a page
******************************************************************************/
#main {
	background: none;
	width: 800px;
	height: 100%;
	padding: 0px 10px 10px 10px;
	font-family: "Georgia", "Palatino Linotype", "Palatino", "Cambria", arial, helvetica, sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#menubar {
	background: #303030;
	float: center;
	width: 760px;
	padding: 10px 20px 10px 20px;
	margin: 20px 10px 0px 0px;;
	font-family: "Lucida Sans", "Trebuchet MS", "Verdana", arial, helvetica, sans-serif;
	font-variant: small-caps;
}

#content {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 30px 20px 30px 20px;
	font-family: "Georgia", "Palatino Linotype", "Palatino", "Cambria", arial, helvetica, sans-serif;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.5em;
}

#indeximage {
	float: left;
	height: 70px;
	width: 100px;
	padding: 20px 0px 20px 0px;
	border-top: solid thin #555555;
}

#indextext {
	float: left;
	width: 280px;
	height: 70px;
	padding: 40px 0px 0px 0px;
	border-top: solid thin #555555;
	font-family: "Lucida Sans", "Trebuchet MS", "Verdana", arial, helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

#footer {
	height: 20px;
	margin: 0px 0px 0px 0px;;
	padding: 20px 20px 20px 20px;
	font-family: "Lucida Sans", "Trebuchet MS", "Verdana", arial, helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	clear: both;
	background: #303030;
	color: #777777;
}

/******************************************************************************
	Definition of the details of the menubar
******************************************************************************/

#menubar ul {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	font-family: "Lucida Sans", "Trebuchet MS", "Verdana", arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #777777
	width: 100%;
}

#menubar ul li {
/*	background: #F5E1D1;*/
	display: inline;
	padding: 20px 30px 20px 30px;
}

#menubar ul li a {
	text-decoration: none;
	text-align: center;
	color: #BB9988;
	padding: 6px 0px 6px 0px;
	border-top: 3px #AA7766 solid;
	border-bottom: 3px #AA7766 solid;
}

#menubar ul li a:hover {
    border-top: 3px #DDBBAA solid;
    border-bottom: 3px #DDBBAA solid;
    color: #FFDDCC;	
}

/******************************************************************************
	Definition of the details of the content block
******************************************************************************/

#content a:link {
	color: #C09060;
	text-decoration: underline;
}

#content a:hover {
    color: #FFDDCC;	
	text-decoration: underline;
}

#content a:visited {
	color: #C09060;
	text-decoration: underline;
}

#content ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content h1 {
	font-family: "Lucida Sans", "Trebuchet MS", "Verdana", arial, helvetica, sans-serif;
	font-size: 1.6em;
	margin: 0px 0px 0px 0px;
}

#content h2 {
	font-family: "Lucida Sans", "Trebuchet MS", "Verdana", arial, helvetica, sans-serif;
	font-size: 1.2em;
	margin: 50px 0px 0px 0px;
}

#content h3 {
	text-align: center;
	font-family: "Lucida Sans", "Trebuchet MS", "Verdana", arial, helvetica, sans-serif;
	font-size: 1.0em;
	padding: 20px 0px 20px 0px;
}

#label {
	float: left;
	width: 10em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;
}

#text {
	float: left;
	width: 36em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;
}

/******************************************************************************
	Definition of the details of the footer block
******************************************************************************/

#footer ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
}

#footer li {
	display:inline;
	padding: 0px 90px 0px 90px;
}

/******************************************************************************
    Defining a few classes of text and image settings
******************************************************************************/
.headerimage{
	float: right;
}

.introtext {
	text-align: center;
}
.intropicture {
	display:inline;
    margin: 40px 40px 40px 40px;
    border: 2px solid #AA7766 ;
    padding: 18px 18px 18px 18px;
}

.contact {
	text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

