/* (c)Sinnertexel.com 2006 */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

html {
	background-color: white;
}
	
body {
	width: 62.5em;
	font-family: arial, verdana, sans-serif;
	font-size: .8em;
	margin: 0 auto 1em auto;
	background: black url(../images/body_background.png) no-repeat top;
	color: white;
	position: relative;
}

h1 {
	background: url(../images/site_title.gif) no-repeat top left;
	width: 19.2em;
	height: 0;
	padding-top: 4.75em;
	overflow: hidden;
}

h2#logo {
	color: #dbc904;
	font-size: 2em;
	padding-top: 1.1em;
	font-weight: normal;
}

h1, h2#logo {
	float: left;
}

a {
	color: white;
}

small {
	font-size: .8em;
}

ul {
	list-style: none;
}

dl {
	overflow: hidden;
}

dt, dd {
	float: left;
	padding: .2em 0;
}

dt {
	min-width: 7em;
	clear: left;
}

img {
	border: none;
}

legend {
	display: none;
}

fieldset {
	border: none;
}

input[type='text'], input[type='password'], input[type='file'], textarea {
	border: 1px solid silver;
}
input[type='text']:focus, input[type='password']:focus, input[type='file']:focus, textarea:focus {
	border-color: orange;
}

div#content {
	padding: 2em 2em 14em 2em;
	min-height: 20em;
	background: url(../images/car_background.jpg) no-repeat 1em bottom;
}

/* different background per page */
body.pageid_2 div#content { background-image: url(../images/car_background2.jpg); }
body.pageid_3 div#content { background-image: url(../images/car_background3.jpg); }
body.pageid_4 div#content { background-image: url(../images/gibson_background.jpg); }
body.pageid_5 div#content { background-image: url(../images/gibson_background2.jpg); }
body.pageid_6 div#content { background-image: url(../images/gibson_background3.jpg); }
body.pageid_7 div#content { background-image: url(../images/car_background3.jpg); }
body.pageid_8 div#content { background-image: url(../images/gibson_background4.jpg); }
body.pageid_9 div#content { background-image: url(../images/car_background2.jpg); }

div#content h3 {
	color: orange;
	border-bottom: 1px solid orange;
	margin-bottom: .4em;
	font-size: 1.6em;
}

div#content h4 {
	font-size: 1.2em;
}

div#submenu ul {
	border: 1px solid white;
	padding: .25em;
	margin: .5em 0;
}
div#submenu ul li {
	display: inline;
	padding: 0 .4em;
}
div#submenu ul li a {
	color: yellow;
}

div#pictureFrame {
	overflow: auto;
}

div#pictureNavigation {
	position: relative;
	margin: .5em 0;
	padding: .25em 0;
	border-bottom: 1px solid white;
}
div#pictureNavigation a {
	position: absolute;
	color: yellow;
}
div#pictureNavigation a#pictureNavNext {
	top: 0;
	right: 0;
}
div#pictureNavigation p {
	margin-left: 6em;
	width: 77%;
}

div#thumbs {
	overflow: hidden;
}
div#thumbs a {
	display: block;
	width: 160px;
	height: 120px;
	float: left;
	border: 1px solid white;
	margin: 1em 1em 1em 0;
	opacity: .8;
}
div#thumbs a:hover {
	border-color: yellow;
	opacity: 1;
}

ul#topMenu {
	overflow: hidden;
	clear: both;
	border-top: 1px solid white;
	padding-bottom: .8em;
}
ul#topMenu li {
	float: left;
	border-left: 1px solid white;
	padding: .15em .4em;
}
ul#topMenu a {
	color: yellow;
}
ul#topMenu li#nav_home {
	border: none;
}
ul#topMenu li#nav_guestbook {
	position: absolute;
	right: 0;
	bottom: 1em;
	border: none;
	padding: 0;
}
ul#topMenu li#nav_guestbook a {
	display: block;
	width: 14em;
	height: 0;
	padding-top: 14em;
	background: url(../images/guestbook.gif) no-repeat bottom right;
	overflow: hidden;
}

ul#footer {
	position: absolute;
	bottom: 0;
	background-color: white;
	color: darkred;
	font-size: .8em;
	width: 100%;
	height: 1.2em;
	text-align: right;
}
ul#footer li {
	display: inline;
}
ul#footer li:before {
	content: '// ';
}
ul#footer li:first-child:before {
	content: '';
}

dl#guestbook {
	width: 47em;
}

dl#guestbook small {
	color: gray;
	display: block;
}
dl#guestbook dt, dl#guestbook dd {
	float: none;
	padding: 0;
}
dl#guestbook dt {
	color: orange;
	padding-bottom: .2em;
}
dl#guestbook dd {
	border-bottom: 1px dashed red;
	margin-bottom: 1em;
}

form#messageForm {
	padding-bottom: 1em;
}
form#messageForm input#guestbookSubmit {
	margin-top: 1em;
}
form#messageForm img {
	margin-bottom: -.5em;
}
form#messageForm dt, form#messageForm dd {
	float: none;
}

form#messageForm #messageEmail {
	display: none;
}

