@import "reset.css";

body {
	background: #000 url(img/bg.jpg) center 83px no-repeat;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
}


#wrap {
	width: 673px;
	margin: 0 auto;
	text-align: left;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* ------------ header ------------- */

#header {
	height: 354px;
	text-align: center;
}
h1 {
	height: 31px;
	margin: 35px 0 0 0;
}
img#cross {
	margin: 25px 0 0 0;
}

#counter {
	background: url(img/counter_daysadded.png) top left no-repeat;
	width: 210px;
	height: 126px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 490px;
	top: -69px;
	z-index: 1;
}

#counterminutes, #counterhours, #counterdays {
	width: 40px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	left: 22px;
	text-align: center;
}
#counterdays {
	top:19px;
	_top:20px;
}
#counterhours {
	top: 25px;
	_top:26px;
}
#counterminutes {
	top: 31px;
	_top: 32px;
}

/* ------------ content ------------- */

#content {
	clear: both;
	line-height: 19px;
	letter-spacing: normal;
	margin: -105px 0 0 0;
}
h2 {
	font-size: 24px;
	margin: 0 0 15px 68px;
}
#content .intro strong {
	font-size: 14px;
	color: #FFFFFF;
}
#content .intro {
	padding: 30px 68px;
	text-shadow: #000 0px 1px 1px;
}
#content .intro p {
	margin: 0 0 14px 0;
	color: #E5E5E5;
}


.frametop {
	background: url(img/frame_top.png) top left no-repeat;
	width: 673px;
	clear: both;
	height: 30px;
}
.framemiddle {
	background: url(img/frame_middle.png) top left repeat-y;
	overflow: hidden;
}
.framebottom {
	background: url(img/frame_bottom.png) bottom left no-repeat;
	height: 30px;
	margin: 0 0 20px 0;
	width: 673px;
}



/* --------------- form ----------------- */

#form {
}

#registerhere {
}

.formtop {
	background: url(img/form_top.png) top left no-repeat;
	padding: 22px 0 0 0;
	width: 561px;
	margin: 0 auto;
}
.formmiddle {
	background: url(img/form_middle.png) top left repeat;
	padding: 10px 32px;
}
.formbottom {
	background: url(img/form_bottom.png) bottom left no-repeat;
	padding: 0 0 22px 0;
	margin: 0 0 25px 0;
}

#form input, #form textarea {
	padding: 5px 3px;
	border: 1px solid #333333;
	background: #000;
	width: 95%;
	clear: both;
	color: #FFFFFF;
	margin: 5px 0 15px 0;
}

#form input.minutes {
	width: 50px;
}
#form input.day, #form input.month {
	width: 40px;
} 
#form input.year {
	width: 100px;
}

#form input.submit {
	border: none;
	padding: 0;
	background: url(img/registerbutton.png) top left no-repeat;
	width: 196px;
	height: 45px;
	cursor: pointer;
}
#form input.submit:hover {
	background: url(img/registerbutton_hover.png) top left no-repeat;
}
.error {
	border: 1px solid #FF0000;
}


/* end form */


/* ----------- entries --------------- */
#entries {
	clear: both;
	line-height: 16px;
	margin: 50px 0 20px 0;
	width: 673px;
}

#inbelovedmemory {
	margin: 0 0 5px 65px;
}

#entries .framemiddle {
	padding: 10px 30px;
}

.entry {
	float: left;
	margin: 0 0 0 35px;
	width: 485px;
}
.tombstone {
	background: url(img/grafzerk.png) top left no-repeat;
	width: 71px;
	height: 157px;
	overflow: hidden;
	padding: 0;
	float: left;
}

.social {
	float: right;
	margin: 0 10px 10px 0;
}
.twitterlink {
	float: left;
}
.facebooklink {
	float: left;
	margin: 0 10px 0 0;
}

.stumbleuponlink {
	float: left;
	margin: 0 0 0 8px;
}

.document {
	float: left;
	margin: 0 10px 10px 0;
	text-shadow: #000 0px 1px 1px;
}
.description {
	clear: both;
	color: #999999;
	margin: 0 0 5px 0;
	text-shadow: #000 0px 1px 1px;
}
.name {
	clear: both;
	color: #4D4D4D;
	background: url(img/line.png) bottom left repeat-x;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	text-shadow: #000 0px 1px 1px;
}
.minutes {
	margin: 91px 0 0 15px;
	font-size:10px;
	line-height: 10px;
	width: 18px;
	overflow: hidden;
	text-align: center;
}
.eulogy {
	color: #999999;
	clear: both;
}
.datelost {
	color: #999999;
	float: left;
}

.pages {
	margin: 20px 0 40px 0;
}
.pages a {
	color: #FFFFFF;
	font-weight: bold;
}
.pages span {
	display: block;
	margin: 0 0 5px 0;
}

/* ------------ footer ------------- */

#footer {
	border-top: 1px solid #333333;
	clear: both;
	line-height: 16px;
	margin: 0 0 50px 0;
	width: 673px;
	padding: 20px 0;
	color: #999999;
}
#footer strong {
	color: #FFFFFF;
	display: block;
	margin: 0 0 4px 0;
}
.copy {
	width: 70%;
	float: left;
	
}
.contact {
	width: 30%;
	float: right;
}
