
/* IMPORT STYLES */

@import url("../../css/list.css");

@import url("pictures.css");
@import url("tables.css");


/* GLOBAL ELEMENT STYLES */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75% georgia, sans-serif;
	background-color: #551818;
	color: #f7f5d9;
}

img {
	border: 0;
}

a, a:active, a:visited {
	color: #ea907f;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #f7f5d9;
}

a[target="_new"]:after {
	content: url('http://photos.stenhall.com/albums/calle-stenhall-com/link.png');
}


/* IDENTIFIED ELEMENT STYLES */

#pageContainer {
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	margin-right: 25px;
	width: auto;
	background: #000000;
}


#headerArea {
	margin: 0px;
	padding: 6px 12px 6px 24px;
	height: 80px;
	clear: both;
	overflow: hidden;
	background-image: url('http://photos.stenhall.com/albums/calle-stenhall-com/title.png');
	background-repeat: no-repeat;
	background-position: 12px 6px;
	border-bottom: 1px dashed #ea907f;
}

#headerArea .headerText {
	text-align: left;
	float: left;
}

#headerArea .headerText .title {
	padding-top: 12px;
	padding-bottom: 0.5em;
	font-size: 2.0em;
	font-weight: bold;
}

#headerArea .headerText .subtitle {
	padding-top: 60px;
	font-size: 1.2em;
	font-style: italic;
}


#headerArea .logo {
	float: right;
	margin: 0;
	padding: 0; 
}

#headerArea .logo img {
	height: 80px;
}

/* NAVIGATION AREA */

#navigationArea {
	float: left;
	clear: none;
	position: absolute;
	left: 12px;
	top: 104px;
	margin: 0;
	padding: 12px;
	width: 120px;
	text-align: left;
	overflow: hidden;
	background-color: #842929;
	border: 1px dotted #ea907f;
}

#navigationArea h1 {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ea907f;
	font-size: 1.2em;
}

#navigationArea ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
  
#navigationArea ul li {
	margin: 0;
	padding: 0;
	padding-top: 12px;
	font-weight: bold;
	font-size: 1.2em;
}

#navigationArea ul li ul li {
	margin: 0 0 0 12px;
	padding: 0;
	padding-top: 3px;
	font-size: 0.8em;
	font-weight: normal;
}

#navigationArea ul li ul li a {
	font-weight: normal;
}


/* TITLE AREA */

#titleArea {
	margin: 0;
	padding: 0;
	height: 3.4em;
	border-bottom: 1px dashed #ea907f;
	text-align: left;
}

#titleArea .title {
	font-size: 1.4em;
	font-weight: bold;
	margin: 6px 0 0 0;
}

#titleArea .subtitle {
	margin-left: 0;
}

/* CONTENT AREA */

#contentArea {
	min-height: 640px;
}

#startPage,
#defaultPage  {
	text-align: left;
	padding: 6px 0 0 150px;
}

div#blog  {
	text-align: center;
	position: relative;
	top: -10px;
	left: 36px;
}

div#blog iframe {
	width: 220px;
	height: 520px;
}


body#blog h2 {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 1.2em;
}

body#blog h3 {
	margin: 0;
	padding: 6px 0 0 0;
	font-size: 0.8em;
}


/* FOOTER AREA */

#footerArea {
	clear: both;
	text-align: right;
	height: 14px;
	margin: 0px;
	margin-top: 12px;
	padding: 6px 12px 6px 12px;
	border-top: 1px dashed #ea907f;
	font-size: 0.8em;
}


/* ELEMENT STYLES */

div.textBlock {
	background-color: #551818;
	padding: 1px 12px 12px 12px;
	margin: 12px 12px 12px 0;
}

p.quotation {
	margin-left: 40px;
	font-family: Arial;
	font-size: 1.2em;
	
}

/* ANONYMOUS STYLES */
.ingress {
	font-style: italic;
}

.strong {
	font-weight: bold;
}
