/* LAYOUT */
body {
	background: url(../images/bg.png);
	padding: 0;
	margin: 0;
}

div#badge {
	position: absolute;
	width: 100%;
	height: 200px;
	z-index: 1000;
}

div#badge a {
	width: inherit;
	height: inherit;
	display: block;
	border: none;
}

div#container {
	position: relative;
	width: 1100px;
	height: 850px;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background: url(../images/pano_main.png) center no-repeat;
}

div#slideshow {
	position: absolute;
	top: 208px;
	left: 150px;
	width: 800px;
	height: 180px;
	background: none;
}

div#info {
	position: relative;
	top: 450px;
	width: 620px;
	left: 50%;
	margin-left: -311px;
	padding-top: 400px;
	padding-bottom: 3em;
}

div#awards {
	width: 800px;
	margin-left: -85px;
}

div#blog {
	position: relative;
	top: 0px;
	width: 620px;
	left: 50%;
	margin-left: -311px;
	padding-top: 100px;
	padding-bottom: 3em;
}
div.post_image {
	position: static;
	float: left;
	padding: 2px;
	border: 1px solid gray;
	background: #3696ff;
	color: white;
	width: 324px;
	text-align: center;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

/* TYPOGRAPHY */
body {
	font-size: 10pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode" Helvetica, Arial, sans-serif;
	color: #3696ff;
}

p {
	text-align: justify;
	line-height: 1.4;
}

div#blog p {

}

h1 {
	font-size: 1.5em;
	text-align: center;
	margin-top: 0;
}

h2 {
	font-size: 1.2em;
}

body#blog h1 {
	text-align: left;
}

img#blog_head {
	position: relative;
	left: 50%;
	margin-left: -240px;
	margin-bottom: 2em;
}

span.pilcrow {
	color: #e19f30;
	margin: 0 0.4em 0 0;
}

a, 
a:visited {
	text-decoration: none;
	color: #e19f30;
	border-bottom: 1px solid #3696ff;
}

a.image,
a.image:visited,
a img,
a:visited img {
	border: none;
	text-decoration: none;
}