/*
Kelstone
Target: Screen
Author: figure8 - figure8.be
*/

/* @group Quote */

#quote
{
	width: 900px;
	height: 125px;
	margin: -2px 0 0 0;
}

#quote #holder
{
	margin: 32px 0 0 20px;
	position: absolute;
}

#quote #holder h2
{
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	width: 380px;
	position: relative;
}

#quote #holder h3
{
	font: italic 11px/22px Georgia, "Times New Roman", Times, serif;
	width: 380px;
	color: #940000;
}

#quote.landing {
    height: 480px;
	margin: 10px 0px 0px 20px;
	background-repeat: no-repeat;
}

#quote.presenting {
	margin: 10px 0px 0px 20px;
	background-image: url(/images/quote/foto-4.jpg);
	background-repeat: no-repeat;
}

#quote.library {
	margin: 10px 0px 0px 20px;
	background-image: url(/images/quote/foto-2.jpg);
	background-repeat: no-repeat;
}

#quote.shop {
	margin: 10px 0px 0px 20px;
	background-image: url(/images/quote/foto-3.jpg);
	background-repeat: no-repeat;
}

#quote.links {
	margin: 10px 0px 0px 20px;
	background-image: url(/images/quote/foto-1.jpg);
	background-repeat: no-repeat;
}

#quote.contact {
	margin: 10px 0px 0px 20px;
	background-image: url(/images/quote/foto-5.jpg);
	background-repeat: no-repeat;
}
/* @end */

/* @group Misc */

#content #right h1
{
	color: #940000;
	font-size: 25px;
	margin: 0 0 20px 0px;
}

#content #right h2
{
	color: #940000;
	font-size: 17px;
	margin: 20px 0 15px 0;
}

#content #right h3
{
	color: #940000;
	font-size: 13px;
	margin: 10px 0px 7px 0px;
}

#content #left h2
{
	color: #940000;
	font-size: 17px;
	margin: 5px 0 5px 10px;
}

/*footer*/

#footer {
	font-size: 10px;
	color: #940000;
	text-align: center;
}

#footer strong{
	font-weight: bold;
}

#footer #copyright
{
	float: left;
	text-align: left;
	width : 300px;
}

#footer #contact
{
	text-decoration: none;
	position: absolute;
	/*float: left;*/
	width : 120px;
	text-align: center;
}

#footer #contact:hover
{
	color: #940000;
	text-decoration: underline;
}

/* madewithlove */
#footer #madewithlove
{
	float: right;
	text-align: right;
	text-decoration: none;
	margin-right: 20px;
	width : 300px;
}

#footer #madewithlove a
{
	text-decoration: none;
	color: #5D0F0A;
}

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


#left p
{
	color: #360202;
}

/* @end */

/* @group Contact Form */

#contactForm .styled
{
	width: 420px;
	padding: 3px;
	border: none;
	margin: 0 5px 0 5px;
	background: #f0eddd;
}



#contactForm .rounded
{
	background: #f0eddd;
	width: 450px;
}

#contactForm textarea
{
	height: 100px;
}

#contactForm p
{
	margin: 5px 0 0 0;
	
}

#contactForm #submit
{
	margin: 10px 0 0 0;
	width: 450px;
}

/* @end */