/* John Lancaster Memorial Site - Started Thursday, May 17, 2007 */
/* Website designed and coded by Darren Wissler - www.darrenwissler.com - darren.wissler@gmail.com */

/* Reset global properties
----------------------- */
* {
	margin: 0px;
	padding: 0px;
 }

html, body, p, form, input, label, 
div, span, h1, h2, h3, h4, h5, h6, h7,
br, a, table, tr, td, ul, ol, li, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	list-style-type: none;
 }
 
h1, h2, h3 ,h4 ,h5 ,h6 ,h7 {
	display: inline;
 }
 
/* Basic HTML tags
--------------- */
 
a {
	color: #26335A;
	font-weight: bold;
 }
 
a:hover {
	color: #000000;
 }
 
h1 {
	font-size: 1em;
	color: #FFFFFF;
 }
 
h2 {
	font-style: italic;
	font-size: 1em;
 }
 
/* Start the website in order, outside to inside, top to bottom
------------------------------------------------------------ */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #26335A url(images/background.jpg) repeat-x fixed;
 }
 
#container {
	width: 760px;
	margin: 15px auto;
	border: 4px double #FFFFFF;
	background: #D6C09B url(images/backgroundContent.jpg) repeat-y;
 }
 
#head {
	float: right;
	width: 536px;
	height: 194px;
	margin-top: 6px;
	margin-right: 6px;
	background: #26335A url(images/head.jpg) no-repeat;
	border: 1px solid #FFFFFF;
 }
 
#leftContent {
	float: left;
	width: 205px;
	height: 695px;
	margin-left: 5px;
	margin-top: -19px;
	background: #F9F4E4 url(images/leftContent_middle.jpg) repeat-y;
 }
 
#leftContent .topTape {
	position: absolute;
	width: 205px;
	height: 72px;
	background: #F9F4E4 url(images/leftContent_topTape.jpg) no-repeat;
	z-index: 89;
 }
 
#leftContent .poem {
	position: absolute;
	margin-top: 30px;
	margin-left: 25px;
	width: 154px;
	height: 700px;
	background: url(images/leftContent_poem.gif) no-repeat;
	z-index: 90;
 }
 
#leftContent .quotes {
	position: absolute;
	margin-top: 23px;
	margin-left: 25px;
	width: 154px;
	height: 763px;
	background: url(images/leftContent_quotes.gif) no-repeat;
	z-index: 89;
 }
 
#leftContent .quotes2 {
	position: absolute;
	margin-top: 24px;
	margin-left: 25px;
	width: 154px;
	height: 763px;
	background: url(images/leftContent_quotes2.gif) no-repeat;
	z-index: 90;
 }
 
#leftContent .quotes3 {
	position: absolute;
	margin-top: 17px;
	margin-left: 25px;
	width: 154px;
	height: 763px;
	background: url(images/leftContent_quotes3.gif) no-repeat;
	z-index: 89;
 }
 
#leftContent .quotes4 {
	position: absolute;
	margin-top: 23px;
	margin-left: 25px;
	width: 154px;
	height: 763px;
	background: url(images/leftContent_quotes4.gif) no-repeat;
	z-index: 89;
 }
 
#leftContent .divider {
	position: absolute;
	margin-top: 440px;
	margin-left: 37px;
	z-index: 90;
 }
 
#leftContent .guestbook {
	position: absolute;
	margin-top: 455px;
	margin-left: 25px;
	z-index: 90;
 }
 
#leftContent .letter {
	position: absolute;
	margin-top: 590px;
	margin-left: 29px;
	z-index: 90;
 }

.bottomTape {
	position: absolute;
	margin-top: 695px;
	width: 205px;
	height: 88px;
	background: url(images/leftContent_bottomTape.gif) no-repeat;
	z-index: 89;
 }
 
#nav {
	float: right;
	margin-right: 6px;
	margin-bottom: 20px;
	width: 534px;
	height: 55px;
	z-index: 90;
 }
 
#nav li {
	display: inline;
	margin-right: -5px;
 }
 
#content {
	width: 460px;
	color: #000000;
	text-align: justify;
	margin-left: 255px;
 }
 
#content li {
	display: inline;
	margin-left: 40px;
 }
 
#contentAnecdotes {
	margin-top: 276px;
	padding-left: 43px;
	width: 480px;
	padding-right: 10px;
	height: 400px;
	overflow: auto;
	color: #000000;
	text-align: justify;
 }
 
/* IE 7 Hack fixing margin-top issue
--------------------------------- */
*:first-child+html #contentAnecdotes {
	margin-top: 0px;
 }
 
#contentJohnAndLisasLife {
	margin-top: 276px;
	padding-left: 43px;
	width: 480px;
	padding-right: 10px;
	height: 400px;
	overflow: auto;
	color: #000000;
	text-align: justify;
 }
 
#contentMemorialTranscript {
	margin-top: 276px;
	padding-left: 43px;
	width: 480px;
	padding-right: 10px;
	height: 400px;
	overflow: auto;
	color: #000000;
	text-align: justify;
 }
 
/* IE 7 Hack fixing margin-top issue
--------------------------------- */
*:first-child+html #contentMemorialTranscript {
	margin-top: 0px;
 }
 
#contentPhotos {
	margin-top: 276px;
	padding-left: 43px;
	width: 480px;
	padding-right: 10px;
	height: 400px;
	overflow: auto;
	color: #000000;
	text-align: justify;
 }
 
/* IE 7 Hack fixing margin-top issue
--------------------------------- */
*:first-child+html #contentPhotos {
	margin-top: 0px;
 }
 
#shortcutIcons ul {
	margin-bottom: 20px;
 }
 
#shortcutIcons li {
	display: inline;
	margin-left: 0px;
 }	
 
#shortcutIcons .marginRight {
	margin-right: 13px;
 }
 
.bottomGuestbook {
	margin-left: 100px;
 }

#footer {	
	padding-top: 7px;
	margin-top: 60px;
	margin-left: 5px;
	margin-bottom: -5px;
	width: 749px;
	height: 28px;
	font-size: .9em;
	text-align: center;
	background: url(images/footer.gif) no-repeat;
 }
 
#counter {
 	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
	z-index: 90;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
 }
 
/* Start forms
----------- */
form {
	margin-left: 20px;
 }

input, textarea {
	border: 1px solid #26335A;
	background-color: #FFFFFF;
 }
 
textarea {
	width: 300px;
	height: 150px;
 }

.submit {
	width: 70px;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
 }

.reset {
	margin-left: 135px;
	margin-top: 10px;
	width: 70px;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
 }

/* Universal classes
----------------- */
.rightMargin {
	margin-right: 30px;
 }
 
.border {
	border: 1px solid #FFFFFF;
 }
 
.floatRight {
	float: right;
 }
 
.bold {
	color: #FFFFFF;
	font-weight: bold;
 }
 
.comingsoon {
	float: right;
	margin-right: 23px;
 }
 

