body
{
	text-align: center;
	background: #ecece3 url(images/1967-4.gif);
}

html, body
{
	height: 100%;
}

*
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

hr
{
	clear: both;
	border: 0;
	color: #666;
	background-color: #666;
	height: 1px;
}

.clr
{
	clear: both;
}


/* Layout */
/* ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ */

div#bodyPad
{
	width: 100%;
	height: 50%;
	margin-top: 100px;
	float: left;
}

#siteBody
{
	position: relative;
	width: 980px;
	height: 500px;
	margin: 20px auto;
	z-index: 2;
	clear: both;
	text-align: left;
}

#shadow
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/shadow2.png) 50% 30%;
	z-index: 1;
}

#area
{
	position: relative;
	width: 912px;
	height: 323px;
	margin: 2px 0 6px;
	padding: 17px 37px;
	background: url(images/area_bg3.png) no-repeat;
}

#area #content
{
	position: relative;
	height: 323px;
	overflow: hidden;
}

#logo
{
	float: left;
	margin: 0 0 0 52px;
}

#area #content
{
	position: relative;
	width: 912px;
	height: 323px;
}

#scene
{
	position: absolute;
	left: 0;
	top: 0;
	width: 912px;
	height: 323px;
	background: url(images/bg_default.jpg) no-repeat;
	z-index: 9;
}

#corners
{
	position: absolute;
	left: 0;
	top: 0;
	width: 912px;
	height: 323px;
	background: url(images/corners.png) no-repeat;
	z-index: 20;
}

/* navigationPad */

#navigationPad
{
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 912px;
	height: 42px;
	background: url(images/bg_projektmeny.png) no-repeat;
	z-index: 19;
}

#siteMenu
{
	position: absolute;
	top: 280px;
	left: 0;
	width: 100%;
	height: 42px;
	z-index: 19;
}

h2#menuTitle
{
	position: absolute;
	top: 8px;
	left: 50px;
	width: 106px;
	height: 18px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #FF215A;
	z-index: 21;
}

h2#menuTitle span
{
	display: none;
}

/* Tab Navigation */

ul#tabNavigation
{
	position: absolute;
	left: 168px;
	bottom: 14px;
	list-style: none;
	margin: 0;
	z-index: 25;
	line-height: 1em;
}

ul#tabNavigation li
{
	position: relative;
	float: left;
	margin: 0 2px 0 0;
	z-index: 10 !important;
}

ul#tabNavigation li a
{
	display: block;
	border: none;
	color: #fff;
	text-shadow: #000 0 0 3px;
	padding: 2px 8px 3px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 10 !important;
}

ul#tabNavigation li.selected a
{
	background: #4e4842;
}

ul#tabNavigation .no1
{
	width: 0 !important;
}

ul#tabNavigation li.back
{
	position: absolute;
	width: 9px;
	height: 1.5em;
	background: #3a3632;
	z-index: 2 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Typography */

body
{
	font: 70%/135% 'Lucida Sans Unicode' , 'lucida sans' , freesans, arial, sans-serif;
	color: #222;
}

input, select, textarea
{
	font: 100% 'Lucida Sans Unicode' , 'lucida sans' , freesans, arial, sans-serif;
}

a
{
	background: transparent;
}
a:link
{
	color: #3b3a26;
}
a:visited
{
	color: #46453a;
}
a:visited:hover
{
	color: #f46e00;
}
a:hover
{
	color: #f46e00;
}
a:active
{
	color: #f35100;
}

#area a
{
	text-decoration: none;
	border-bottom: 1px solid #f25100;
}

h1, h2, h3, h4, h5
{
	margin: 0 0 10px;
	padding-top: 6px;
	color: #3b3a26;
}

h1
{
	font-size: 210%;
}

h2
{
	font-size: 140%;
}

h3
{
	font-size: 130%;
}

h4
{
	font-size: 120%;
}

h5
{
	font-size: 100%;
}

p
{
	margin: 0 0 10px;
}

ul, ol, dl
{
	margin: 0 0 12px 16px;
}

.hilite
{
	font-size: 130%;
}

/* casestory */

.casestory
{
	position: absolute;
	left: 0;
	top: 0;
	width: 912px;
	height: 323px;
	z-index: 24;
}

.casestory a {
	border-bottom: 1px solid #f25100 !important;
	color: #ccc !important;
}

.casestory a:hover {
	color: #fff !important;
}

/* Forms */

.frm, textarea {
	border-top: 1px solid #707070;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b5b5b5;
	border-left: 1px solid #646464;
	background: #fcfcfc;
	padding: 2px 2px;
}

/* Comment */

#comment blockquote { width: 280px; float: right; padding: 10px 0 5px 70px; background: url(images/blue-quote-open.gif) no-repeat 30px 5px; }
#comment blockquote div { font-size: 14px; color: #000; padding: 0 40px 10px 0; background: url(images/blue-quote-closed.gif) no-repeat 100% 100%; }
#comment #written
{
	position: absolute;
	top: 60px;
	left: 450px;
	width: 400px;
}
#comment #written #writer
{
	clear:both;
	position: relative;
	left: 120px;
	color:Gray;
	background: url(images/arrow-w.gif) no-repeat 0px 5px;
	padding-left:10px;
}

#comment input.send-button { left: 320px; background: url(images/send-button.gif) no-repeat; width: 69px; height: 32px; border: none; color: #fff; position: relative; cursor: pointer; vertical-align: middle; }

#addComment
{
	position: absolute;
	top: 20px;
	left: 47px;
}

#comment label
{
	display: block;
	text-shadow: #000 0 0 1px;
}

#comment .frm
{
	width: 250px;
	font-size: 120%;
	margin: 2px 0 8px;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#comment textarea
{
	width: 250px;
	height: 100px;
	font-size: 100%;
	line-height: 134%;
	margin: 2px 0 8px;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#comment input#btnAddComment { top: 250px; left: 255px; background: url(images/arrow.gif) no-repeat; width: 52px; height: 28px; border: none; color: #fff; position: relative; cursor: pointer; vertical-align: middle; }

/* media objects */

div#milestoneObject
{
	position: absolute;
	top: 50px;
	left: 300px;
}

#comment div#commentObject
{
	position: absolute;
	top: 80px;
	left: 330px;
}

div#aboutObject
{
	position: absolute;
	top: 31px;
	left: 470px;
}

div#homeObject
{
	position: absolute;
	top: 180px;
	left: 190px;
}
/* content texts */

.contentText
{
	position: absolute;
	top: 45px;
	left: 47px;
}

div#milestone .contentText
{
	color:White;
	left: 500px;
	width:370px;
}

div#about .contentText
{
	color:White;
	width: 400px;
}

div#visualmedia .contentText
{
	left: 0px;
	top: 130px;
	text-align:center;
	width: 100%;
}

div#home .bridegroom
{
	position: absolute;
	top: 150px;
	left: 30px;
	color:White;
	text-align:center;
}

div#home .bride
{
	position: absolute;
	top: 230px;
	left: 780px;
	color:White;
	text-align:center;
}

div#home div#address {
	background: transparent url(images/nav_background.png);
	position: absolute;
	left: 450px;
	top: 20px;
	color: white;
	padding: 10px 10px 10px 10px;
}
