/**
* basic.css
* Created 31/03/05
*
* Copyright 2005, William Rose.  All rights reserved.
*/

/* Force vertical scroll bar to stop centered content from jumping */
html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0px auto 0px auto;
	width: 800px;
	padding: 0px;
	background: #2b2b45;
	background-image: url( images/background-edges.gif );
	background-repeat: repeat-y;
	background-position: center;
	color: #e9e2cf;
	font-family: Tahoma, Verdana, sans-serif;
}

a {
	color: #8791CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

div#backdrop {
	background-image: url( images/splash-background.jpg );
	background-repeat: no-repeat;
	min-height: 700px;
	padding: 0pt 12pt;
}

h1#banner {
	text-align: left;
	text-transform: lowercase;
	font-size: 400%;
	font-weight: normal;
	color: #D3C6A0;
	margin: 0pt 0pt 0pt 0pt;
	padding: 6pt 0pt 0pt 0pt;
	background: none;
}

h2#subbanner {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.75em;
	font-weight: bold;
	color: #D3C6A0;
	margin: -6pt 48pt 12pt 0pt;
	padding: 0pt;
	background: none;
}

div#content {
	margin: 24pt 0px 0px 400px;
}

div#topics {
	margin: 30pt 18pt 0pt 18pt;
	font-size: 70%;
	text-align: center;
}

div#content p {
	margin: 0pt auto 12pt auto;
	line-height: 135%;
}

ul#bullets {
	margin: 48pt 0pt 60pt 40px;
	padding: 0pt;
	font-size: 125%;
}

ul#bullets li {
	margin: 0px 0px 12pt 0px;
}

ul#bullet1 {
	padding-left: 0px;
}

ul#bullet2 {
	padding-left: 2em;
}

ul#bullet3 {
	padding-left: 4em;
}

ul#bullet4 {
	padding-left: 6em;
}

div#buttons {
	margin-top: 36pt;
	margin-right: 12spt;
	text-align: right;
}

p.author {
	text-align: left;
	color: #D3C6A0;
	font-weight: bold;
	background: none;
}

a#button1 img {
	background-image: url(images/view_demo.png);
	background-repeat: no-repeat;
}

a#button2 img {
	background-image: url(images/read_more.png);
	background-repeat: no-repeat;
}

a#button1:hover img {
	background-image: url(images/view_demo-hover.png);
}

a#button2:hover img {
	background-image: url(images/read_more-hover.png);
}


table {
	color: #e9e2cf;
	font-family: Tahoma, Verdana, sans-serif;
}

hr {
	color: #e9e2cf;
	background-color: #e9e2cf;
	border-top: none;
	border-left: none;
	border-right: none;
	height: 1px;
}


