/* - - - - - - - - - - - - - - - - - - - - -

Title : Biggerdot Layout
Author : Martijn de Geus, m.degeus@nise.nl, http://www.nise.nl
URL : http://www.biggerdot.com

Description : Layout stylesheet for the Biggerdot website

Created : 10-07-2007
Modified : 19-07-2007

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */


/* ----- DROPSHADOW ----- */

.dropshadowcontent {
	padding-right: 5px;
	padding-left: 5px;
	z-index: 10;
	left: -10px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 5px;
	position: relative;
	top: -10px;
	background-color: white;
}

.dropshadow {
	background-position: right bottom;
	z-index: 5;
	background-image: url(../img/dropshadow.gif);
	background-repeat: no-repeat;
}

.dropshadow_bck {
	background-position: right bottom;
	z-index: 5;
	left: 300px;
	background-image: url(../img/dropshadow.gif);
	width: 900px;
	background-repeat: no-repeat;
	position: relative;
	top: 50px;
}

body {
	background-color: #AFB9C2;
	padding: 0;
	margin: 0;
	font: 12px/1.4em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #1c1c1c;
}

p {
	margin: .5em .5em 1em;
	color: #1c1c1c;
}

a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover{
	color: #FFFFFF;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #1c1c1c;
}

#credits {
  font: 10px/1.4em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
  color: #1c1c1c;
  text-align: center;
  margin: 25px auto auto auto;
}

h1 {
	text-align: center;
	font-size: 65px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
	color: #1c1c1c;
}

h2 {
	font-size: 42px;
	display: inline;
	color: #1c1c1c;
}

h3 {
	font-size: 20px;
	color: #1c1c1c;
}

h4 {
	font-size: 18px;
	color: #1c1c1c;
}
h5 {
	font-size: 20px;
	color: #1c1c1c;
}
