
/* BBR Solutions Ltd, 16 March 2011 */

/* Global White Space Reset, http://leftjustified.net/journal/2004/10/19/global-ws-reset/ */

* { padding: 0; margin: 0; }


/* Basic spec, based on http://meyerweb.com/eric/thoughts/2004/09/15/emreallyem-undoing-htmlcss */

/* SET FONT ATTRIBUTES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre, div {
	color: black;
	font-weight: normal;
	font-family: "Lucida Grande", "lucida sans unicode", Verdana, Arial, Helvetica, Geneva, Swiss, Sans-Serif;
}

/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5, h6 {
	color: #990000;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, Swiss, Sans-Serif;
	margin-top: 0;
	line-height: 1em;
}

h1 {font-size: 250%;}
h2 {font-size: 150%;}
h3 {font-size: 130%;}
h4 {font-size: 100%;}
h5 {font-size: 100%;}
h6 {font-size: 100%;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a img, :link img, :visited img {border: none}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {list-style-type: disc;}


html, body, p, ul, ol, dl, li, dd, dt, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, form, input, textarea, fieldset, pre, div {
	font-size: 16px;
}




html, body {
	background-color: #EEEEEE;
}

#wrapper {
	margin: 10px;
	padding: 10px;
	border: 1px solid #7F7F7F;
	border-radius: 3px;
	background-color: white;
	overflow: hidden;
}

#productinfo {
	text-align: center;
	padding-bottom: 50px;
}

#productinfo p {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Sans-Serif;
	font-size: 0.65em;
	color: #7F7F7F;
	padding-top: 7px;
}

#productinfo p.price {
	color: black;
	font-weight: bold;
	font-size: 0.9em;
	padding: 7px 0;
}


#footer {
	clear: both;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Sans-Serif;
	font-size: 0.6em;
	color: #7F7F7F;
	text-align: justify;
}



#content {
}

#content p, #content li, #content a {
	font-family: "Georgia";
	line-height: 1.5em;
	padding-top: 0.5em;
	color: black;
}

#content h2 {
	padding-top: 1.5em;
}

#content h3 {
	padding-top: 1.5em;
	padding-bottom: 0.25em;
}

#content h4 {
	padding-top: 1.5em;
	font-family: "Georgia";
	line-height: 1.5em;
	color: black;
	font-weight: bold;
}

#content h1+h2, #content h2+h3, #content h3+h4 {
	padding-top: .5em;
}

.imageholder {
	padding-top: 0.5em;
}

.imageholder img {
	width: 100%;
}

#content .imageholder .caption {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Sans-Serif;
	font-size: 11px;
	color: #7F7F7F;
	text-align: center;
}



/* Contents */
#contents ul{
	list-style-type: none;
}

#contents li {
	padding-left: 2em;
	text-indent: -2em;
}

#contents ul ul {
	padding-left: 2em;
}

#contents ul ul li {
	padding-top: 0;
}


/* Slideshow */
#content div.slideshowwrapper,
#content div.slideshowwrapper div.slideshowelements,
#content div.slideshowwrapper div.slideshowelements div {
	width: 100%;
	height: auto;
}

#content div.slideshowwrapper {
	margin-top: 10px;
}

#content div.slideshowwrapper div.slideshowelements div {
	text-align: center;
	margin-bottom: 20px;
}

#content div.slideshowwrapper img {
	width: 100%;
	height: auto;
}

#content div.slideshowwrapper .image_caption {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Sans-Serif;
	font-size: 11px;
	color: #7F7F7F;
}



/* Coverpicker */
#coverpicker {
	padding-bottom: 20px;
}

#coverpicker h3 {
	padding-top: 0;
	padding-bottom: 20px;
}

#coverpicker img {
	float: left;
}

#coverpicker p {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Sans-Serif;
	font-size: 0.65em;
	color: #7F7F7F;
	padding-top: 7px;
	margin-left: 90px;
	line-height: 2.5em;
}

#closepopup {
	display: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-image:url('images/close_popup.png');
	background-repeat:no-repeat;
	background-position: bottom right;
	text-indent: -99999px;
	overflow: hidden;
	height: 15px;
	width: 15px;
}

#socialmedia {
	margin-top: 1em;
}

#socialmedia a {
	color: white;
}

#facebook {
	width: 100%;
	max-width: 450px;
}

/* 480px */
@media only screen and (min-width: 480px) {

	/* Slideshow */
	#content div.slideshowwrapper img {
		width: auto;
		height: auto;
		max-width: 440px;
		margin: 0 auto;
	}

	/* Coverpicker */
	#coverpicker p {
		font-size: 0.8em;
		margin-left: 100px;
		line-height: 1.2em;
	}
}


/* 600px */
@media only screen and (min-width: 600px) {

	#wrapper {
		margin: 0;
		padding: 10px;
		border: none;
		border-radius: 0;
		background: none;
	}

	#productinfo {
		float: left;
		width: 162px;
		border: 1px solid #7F7F7F;
		padding: 10px;
		border-radius: 3px;
		background-color: white;
	}

	#description p, h1, h2 {
		margin-left: 202px;
	}

	#socialmedia {
		clear: both;
		padding-top: 20px;
	}

	#content div.slideshowwrapper img {
		max-width: none;
	}
}


/* 768px */
@media only screen and (min-width: 768px) {

	#description p, h1, h2 {
		margin-left: 0;
	}

	h1 {font-size: 300%;}
	h2 {font-size: 170%;}

	#socialmedia {
		padding-top: 0;
	}

	#content {
		margin-left: 202px;
		border: 1px solid #7F7F7F;
		padding: 10px;
		border-radius: 3px;
		background-color: white;
		max-width: 45em;
	}

	#productinfo {
		float: none;
		position: absolute;
	}

	#coverpicker {
		display: none;
		position: fixed;
		top: 30px;
		left: 170px;
		border: 1px solid #7F7F7F;
		padding: 10px;
		border-radius: 3px;
		background-color: white;
		-moz-box-shadow: 10px 10px 10px gray;
		-webkit-box-shadow: 10px 10px 10px gray;
		box-shadow: 10px 10px 10px gray;
	}

	#closepopup {
		display: block;
	}

}


/* Print */
@media print {
	html {
		width: 768px;
	}

	/* Slideshow */
	#content div.slideshowwrapper img {
		width: auto;
		height: auto;
		max-width: 440px;
		margin: 0 auto;
	}

	/* Coverpicker */
	#coverpicker p {
		font-size: 0.8em;
		margin-left: 100px;
		line-height: 1.2em;
	}

	#wrapper {
		margin: 0;
		padding: 10px;
		border: none;
		border-radius: 0;
		background: none;
	}

	#productinfo {
		float: left;
		width: 162px;
		border: 1px solid #7F7F7F;
		padding: 10px;
		border-radius: 3px;
		background-color: white;
	}

	#description p, h1, h2 {
		margin-left: 202px;
	}

	#socialmedia {
		clear: both;
		padding-top: 20px;
	}

	#content div.slideshowwrapper img {
		max-width: none;
	}


	#description p, h1, h2 {
		margin-left: 0;
	}

	h1 {font-size: 300%;}
	h2 {font-size: 170%;}

	#socialmedia {
		padding-top: 0;
	}

	#content {
		margin-left: 202px;
		border: 1px solid #7F7F7F;
		padding: 10px;
		border-radius: 3px;
		background-color: white;
		max-width: 45em;
	}

	#productinfo {
		float: none;
		position: absolute;
	}

	#coverpicker {
		display: none;
		position: fixed;
		top: 30px;
		left: 170px;
		border: 1px solid #7F7F7F;
		padding: 10px;
		border-radius: 3px;
		background-color: white;
		-moz-box-shadow: 10px 10px 10px gray;
		-webkit-box-shadow: 10px 10px 10px gray;
		box-shadow: 10px 10px 10px gray;
	}

	#closepopup {
		display: block;
		height: 20px;
	}

}