@charset "utf-8";
/* CSS Document */

/* ---------------- Main ---------------- */

body {
	background-color: #dadcfc;
	background-image: url("site_images/bg.jpg");
    background-repeat: repeat-x repeat-y;
    background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin: 0 0 0 0;
}

a:link {
	text-decoration: underline;
	color: #0d0e3b;
}

a:visited {
	text-decoration: underline;
	color: #0d0e3b;
}

a:hover {
	text-decoration: none;
	color: #0888ca;
}

/* ---------------- Header ---------------- */

#head-container {
	height: 305px;
}

#header {
	margin: 0 auto;
	width: 800px;
	text-align: center;
}

#header-img {
	margin: 0 auto;
	width: 693px;
	height: 303px;
	text-align: left;
	background: url("site_images/header.png") no-repeat;
	overflow: auto;
}

/* ---------------- Navigation ---------------- */

#navigation-container {
	height: 185px;
	width: 279px;
	float: right;
	margin: 86px 0 0 400px;
}

#navigation {
	width: 279px;
	font-weight: bold;
	font-style: italic;
	color: #0d0e3b;
	font-size: 26px;
	line-height: 35px;
	text-shadow: #a7aade 5px 5px 5px;
	font-family: "Perpetua", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	list-style-type: none;
}

#navigation li a {
	display: inline;
	color: #0d0e3b;
	text-decoration: none;
}

#navigation li a:hover {
	color: #0888ca;
}

/* ----------- Content ----------- */

#content-container {
	width: 100%;
	min-width: 800px;
	color: #000;
	margin: 0 0 0 0;
}

#content-container2 {
	margin: 0 auto;
	padding: 0px 20px;
	width: 670px;
	text-align: center;
	border: #000000 dashed 2px;
	background-color: #dadcfc;
}

#content {
	clear: both;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	display: inline;
}

#content h2 {
	font-size: 24px;
	font-weight: bold;
	color: #101678;
	text-align: left;
	border-bottom: solid;
	border-bottom-style: double;
	border-bottom-width: 3px;
	border-bottom-color: #101678;
}

/* ----------- Tumblr updates ----------- */

.tumblr_posts {
	padding: 0;
}

ol.tumblr_posts {
	list-style-type: none;
}

.tumblr_date {
	font-size: 24px;
	font-weight: bold;
	color: #101678;
	text-align: left;
	border-bottom: solid;
	border-bottom-style: double;
	border-bottom-width: 3px;
	border-bottom-color: #101678;
}

.tumblr_title {
	font-size: 24px;
	font-weight: bold;
	color: #101678;
	text-align: left;
	border-bottom: solid;
	border-bottom-style: double;
	border-bottom-width: 3px;
	border-bottom-color: #101678;
}

.tumblr_body img {
	
}

/* ----------- Footer ----------- */

#footer-container {
	clear: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer {
	margin: 0 auto;
	width: 670px;
	text-align: center;
	padding: 20px;
	height: 1%;
}