/* HL 2009 (from cssmastery) */
/* reset all margins and paddings */
* { margin: 0; padding: 0; }
html { font-size: 100%; } /* make IE happy (IE6?!) with relative font-size(s) */
/* layout */
body {
	margin: 2em 0 0;
	background: #fff;
	color: #333;
	font-size: 0.9em; /* 0.75em */
}
#footer {
	background-color: #333333;
	padding-bottom: 2em;
	border-top: 4px solid #f69;
}
#main_wrapper {
	margin: 0 4em 2em;
}
#content_wrapper, #footer_content {
	margin: 0 auto;
	min-width: 740px;
	max-width: 1200px;
}
/* content wrapper wraps the whole page but the footer */
#content_wrapper {
 	min-height: 650px;
	height: auto !important;
	height: 650px;
}
#footer_content {
	padding: 2em 4em 0;
}
/* footer columns */
#footer_nav {
	width: 45%;
	float: left;
	display: inline; /* IE double margins bug */
}
#footer_contact {
	width: 46%;
	float: right;
	display: inline; /* IE double margins bug */
}
#masthead {
	position: relative;
	height: 10em;
	/*border: 1px solid blue;*/
}
/* 2 columns from home page */
#events {
	float: left;
	width: 45%;
	display: inline; /* IE double margins bug */
	padding: 4em 0 2.5em;
}
#catalog {
	float: left;
	width: 45%;
	display: inline; /* IE double margins bug */
	margin-left: 9%;
	padding: 4em 0 2.5em;
}
/* single column for other pages */
#content {
	padding: 4em 0 2.5em;
}
.shell {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.shell hr {
	clear: both;
	visibility: hidden;
}
#footer hr {
	clear: both;
	visibility: hidden;
}
/* common tags */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-indent: 0;
}
p, li {
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-indent: 0;
}
h2 {
	font-size: 2em;
	margin-top: 1.25em;
	margin-bottom: 0.25em;
}
h3 {
	font-size: 1.5em;
	padding-top: 1.2em;
	padding-bottom: 0.25em;
}
h4 {
	font-size: 1.3em;
	padding-top: 1.2em;
	padding-bottom: 0.5em;
}
p {
	font-size: 1em;
	line-height: 150%;
	padding-bottom: 0.5em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* lists */
ul {
	list-style-position: outside;
	list-style-type: none;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 1.5em;
}
/* links */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
}
p a {
	border-bottom: 1px dotted #f69;
}
/* masthead contents */
#masthead h1 {
	font-size: 3.25em;
	position: absolute;
	left: 0;
	bottom: 0.8em;
}
#masthead p.tagline {
	position: absolute;
	left: 0;
	top: 4.2em;
	font-size: 1.8em;
}
p.quote {
	position: absolute;
	background: url(../images/quotes.gif) no-repeat 0 0;
	color: #663;
	font-family: Georgia, Times, serif;
	font-size: 1.25em;
	font-style: italic;
	line-height: 170%;
}
#home_page p.quote, #techniques_page p.quote {
	top: 1em;
	left: 49.5%;
	width: 14em;
	padding: 0.75em 0 0 3em;
}
#error_page p.quote {
	top: 1em;
	left: 49.5%;
	width: 14em;
	padding: 0.75em 0 0 3em;
}
#catalog_page p.quote {
	top: 2em;
	left: 49.5%;
	width: 12em;
	padding: 0.75em 0 0 3em;
}
#category_page p.quote {
	top: 2em;
	left: 49.5%;
	width: 12em;
	padding: 0.75em 0 0 3em;
}
#events_page p.quote {
	top: 2em;
	left: 49.5%;
	width: 14em;
	padding: 0.75em 0 0 3em;
}
#event_page p.quote {
	top: 2em;
	left: 49.5%;
	width: 14em;
	padding: 0.75em 0 0 3em;
}
#sitemap_page p.quote {
	top: 1em;
	left: 49.5%;
	width: 14em;
	padding: 0.75em 0 0 3em;
}
#contact_page p.quote {
	top: 1em;
	left: 49.5%;
	width: 14em;
	padding: 0.75em 0 0 3em;
}
#stages_page p.quote, #press_page p.quote {
	top: 1em;
	left: 49.5%;
	width: 14em;
	padding: 0.75em 0 0 3em;
}
#links_page p.quote {
	top: 2em;
	left: 49.5%;
	width: 14em;
	padding: 0.75em 0 0 3em;
}
/* image(s) */

/* main navigation */
#main_nav_wrapper {
	position: absolute;
	top: 2.2em;
	right: 0;
	width: 16%;
	/*border: 1px solid red;*/
	/*display: inline;  IE double margins bug */
}
ul#main_nav li {
	padding-bottom: 0.25em;
}
ul#main_nav a {
	display: block;
	margin: 0;
	padding: 0 0 0 1em;
	text-decoration: none;
	color: #333;
}

/* add bullet to the link of the current page */
#home_page a#home_link, #events_page a#events_link, #catalog_page a#catalog_link, #contact_page a#contact_link, #stages_page a#stages_link, #press_page a#press_link, #techniques_page a#techniques_link {
	background: url(../images/link_bullet.gif) no-repeat left center;
	color: #666;
}
#event_page a#events_link, body#category_page a#catalog_link {
	background: url(../images/link_bullet_hover.gif) no-repeat left center;
	color: #666;
}
ul#main_nav a:hover {
	background: url(../images/link_bullet.gif) no-repeat left center;
	color: #666;
}
/* content */

/* error 404 page */
#error_404 ol {
	margin-top: 1em;
	margin-bottom: 1em;
}
/* ----- */
#catalog h3 {
	padding-top: 0.25em;
}
#catalog h4 {
	padding-top: 0.2em;
}
.more {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #eee;
}
/* displaying Google map */
.map {
	margin-top: 2em;
}
.map iframe {
	border: 1px solid #ccc;
}
.map small {
	font-size: 1em;
	font-family: Arial, sans-serif;
}
.map a {
	border-bottom: 1px dotted #aaa;
}
p.address {
	margin-top: 1.5em;
}
/* images */
.polaroid {
	position: relative;
	width: auto;
	float: right;
	margin-left: 1.25em;
	margin-bottom: 0.75em;
	border-top: 1px solid #ddd;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ddd;
}
.no_float {
	position: absolute;
	top: 7.5em;
	right: 0;
	border-top: 1px solid #ddd;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ddd;
}
.polaroid img, .no_float img {
	display: block;
	margin: 0;
	padding: 0;
	border: 10px solid #fff;
	border-bottom: 46px solid #fff;
}
.polaroid p, .no_float p {
	position: absolute;
	left: 1em;
	bottom: 0.2em;
	line-height: 125%;
}
/* events */
#event_page p.event_desc {
	margin-top: 1em;
}
p.event_address {
	margin-top: 1em;
}
p.event_dates, p.stages_dates {
	font-size: 1em;
}
p.event_url {
	margin-top: 1em;
}
/* stages */
/* catalog */
ul.catalog {
	width: 80%;
	margin-top: 0.5em;
}
ul.catalog li {
	float: left;
	width: 120px;
	display: inline; /* IE double margins bug */
	background-color: #eee;
	padding: 0.2em;
}
.piece {
	margin-bottom: 1em;
}
.piece img {
	float: left;
	display: inline; /* IE double margins bug */
	margin: 1.2em 1em 0 0;
	padding: 0.5em;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #eee;
}
#catalog_page .piece p {
	margin-right: 60%;
}
/* techniques page */
.step hr {
	clear: left;
}
div#porcelaine, div#verre {
	/*border: 1px solid blue;*/
}
div.step {
	/*border: 1px solid red;*/
}
.step img {
	float: left;
	margin-top: 2em;
	margin-right: 1em;
	padding: 0.5em;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #eee;
}
/* footer */
#footer {
	color: #ccc;
}
/* footer links */
#footer a {
	text-decoration: none;
}
#footer a:link {
	color: #ccc;
}
#footer a:visited {
	color: #eee;
}
#footer a:hover {
	color: #eee;
}
#footer a:active {
	color: #eee;
}
#footer p {
	line-height: 150%;
	font-size: 1em;
	padding-bottom: 0;
}
#footer p a {
	border-bottom: 1px dotted #ccc;
}
p#credits_photo {
	margin-bottom: 1em;
}
#footer #owner {
	float: right;
	width: 46%;
	display: inline; /* IE double margins bug */
}
#footer #designer {
	float: left;
	width: 45%;
	display: inline; /* IE double margins bug */
}
#footer_nav ul li {
	padding-bottom: 0.5em;
}
#footer_nav li a {
	display: block;
	margin: 0;
	padding: 0;
}
/* float clearing */
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {display: inline-block;}

/* hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end of hide */
