/*
Zinfinity
Main stylesheet
Author: Leah Taylor, Lantern Web Design http://www.lanternwebdesign.co.uk/
Version: 1.0 May 2009
Copyright 2009, All Rights Reserved
*/

/*----Layout-----*/

body {
	background-color: #000000;	
}

#sitewrapper {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 975px;
	position: relative;
}

#header {
	height: 120px;
	width: 975px;
	background-image: url(../imgs/logo.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	position: absolute;
	top: -400px;
	left: -400px;
}

#contentwrapper {
	padding-top: 10px;
	margin-top: 40px;
}

#contentwrapper img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#navbar {
	/*background-image: url(../imgs/logo2.jpg);
	background-repeat: no-repeat;
	background-position: top left;*/
	height: 400px;
	float: left;
	position: absolute;
}

#contentpic {
	float: left;
}

#contenttext {
	width: 190px;
	min-height: 540px;
}

#footer {
	clear: both;
	padding-top: 20px;
}
/*
#viewer {
	margin-left: 75px;
}*/

.home #header {
	margin-top: 160px;
	margin-bottom: 10px;
}

#flashcontent {
	color: #dddddd;
	/*margin-left: 440px;*/
	width: 900px;
	text-align: left;
}

/*-------IMAGES--------*/
#contentpic img {
	border: solid thin #dddddd;
	margin-right: 30px;

}

/*-------NAVIGATION BAR----*/

#navbar li {
	font-size: 1.2em;
	padding-bottom: 0.4em;
}

#navbar li a {
	color: #9c9ae3/*#393E81*/;
	text-decoration: none;
}

.home #home, .about #about, .jewellery #jewellery, .adornment #adornment, .costumes #costumes, .installations #installations, .workshops #workshops, .press #press, .contact #contact {
	color: #FFE9CA;
	font-size: 1.5em;
}

.environmental #environmental {
	color: #FFE9CA;
	font-size: 1.1em;
}

#navbar li a:hover, #navbar li a:active {
	color: #FFE9CA;
}


/*-------TYPOGRAPHY--------*/

ul, ol, li, form, h1 {
	color: #dddddd;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	color: #dddddd;
}

p {
	color: #dddddd;
	font-family: Verdana, Geneva, sans-serif;
}

#contenttext h2 {
	margin-top: 1.5em;
	margin-bottom: 0.2em;
	font-size: 0.9em;
	margin-left: 20em;
	width: 650px;
}

#contenttext p {
	line-height: 1.5em;
	font-size: 0.9em;
	margin-left: 20em;
	width: 650px;
	margin-bottom: 1em;
}

#footer p {
	text-align: center;
	font-size: 0.8em;
}

.home #contentwrapper p {
	text-align: center;
	margin-bottom: 1em;
	font-size: 0.9em;
}

#flashcontent {
	color: #dddddd;
}


/*-----LINKS------*/

p a {
	color: #9c9ae3;
	text-decoration: underline;
}

#footer a {
	color: #9c9ae3;
	text-decoration: none;
	/*font-weight: bold;*/
}

#footer a:hover {
	text-decoration: underline;
}

/*-------GENERAL---------*/
/*
.fltleft {
	float: left;
}

.fltright {
	float: right;
}