/* =================
PAGE ATTRIBUTES
================= */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: url(blog_images/construction/page_background.gif);
}

#outer_wrapper {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#inner_wrapper {
	position: relative;
	width: 600px;
	top: -30px;
	background: transparent;
}

#page_background_upper {
	position: relative;		
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	background-image: url(blog_images/construction/border_top.jpg);
	width: 600px;
	height: 85px;
}

#page_background_body {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	background-image: url(blog_images/construction/border_body.jpg); 
	background-repeat: repeat;
	width: 600px;
	z-index: 2;
}

#content_wrapper {
	position: relative;
	width: 500px;
	margin: 0 auto;
	text-align: left;
}

#main_body_wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	top: 10px;
	width: 500px;
}

/* ===================
UNIVERSALS
=================== */

ul {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;
}

p {
	margin-bottom: 2px;
	padding: 0;
}

/* ===================
TEXT AND BODY STYLINGS
=================== */

.emphasis {
	font-style: italic;
	color: #000099;
}
	
.headings {
	position: relative;
	overflow: hidden;
	width: 500px;
	left: 0px;
	top: 10px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #990000;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
}

.headings a, .headings a:link, .headings a:visited {
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #990000;
	line-height: 18px;
	text-decoration: none;
}

.headings a:hover {
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #03C;
	line-height: 18px;
	text-decoration: none;
}
	
.journal_heading {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #990000;
	text-decoration: none;
}

.journal_heading a:link, .journal_heading a:visited  {
	text-decoration: none;
	color: #990000;
}

.journal_heading a:hover {
	color: #03C;
}

.body_text {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}

.body_text a, .body_text a:link, .body_text a:visited {
	color: #900;
	text-decoration: none;
}

.body_text a:hover {
	color: #03C;
	text-decoration: none;
}

#indent {
	position: relative;
	left: 40px;
	list-style-image: url(blog_images/content/ul.gif); 
}

.star {
	position: relative;
	margin-left: 40px;
	margin-top: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style: none;
	padding-top: 0px;
}

.indent_remove {
	margin-left: 0px;
	list-style: none;
	list-style-image: none;
	clear: both;
	padding-bottom: 0px;
	padding-top: 0px;
}

#clearance {
	position: relative;
	width: 600px;
	height: 50px;
	margin-top: 30px;
	background-image: url(blog_images/construction/border_body.jpg);
	background-repeat: repeat;
}

.footer {
	position: relative;
	padding-top: 20px;
	clear: both;
	float: none;	
}

.journal_entry_w_image {
	position: relative;
	top: 0px;
	width: 500px;
	float: none;
	clear: both;
	margin-top: 0px;
	margin-bottom; 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
}

/* =================
IMAGES
================= */

img.wrap {
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: none;
}

a img {
	border: none;
}

#logo_image {
	position: relative;
	z-index: 5;
	width: 470px;
	height: 112px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(blog_images/construction/main_logo_jeremiah.jpg);
	margin-bottom: 20px;
}

.line_1 {
	position: relative;
	top: 5px;
	height: 1px;
	background-color: #CCC;
	width: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}

.line_2 {
	position: relative;
	height: 1px;
	background-color: #CCC;
	width: 200px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}

.journal_division_line_capsule {
	position: relative;
	height: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	background-color: #CCC;
	overflow: hidden;
}

.journal_division_line {
	position: relative;
	top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 1px;
	background-color: #CCC;
	color: #CCC;
	width: 500px;
	overflow: hidden;
}

hr {
	height: 1px;
	color: #CCC;
	width: 500px;
	clear: both;
}

/* =================
SPECIAL NOTES
================= */

.red_note_bold {
	color: #990000;
	font-style: italic;
	font-weight: bold;
}

.blue_note_bold {
	color: #000066;
	font-weight: bold;
	font-style: italic;
}

.blue_note_lite {
	color: #035;
	font-style: italic;
}
	