@charset "utf-8";
body {
	font:12px Arial, Helvetica, sans-serif;
	background-image:url(http://home.jaredbartman.com/images/header_bg.jpg);
	background-repeat:repeat-x;
	background-color: #dbe4e9;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
a {
	color:#b6213e;
	text-decoration:none;
}
a:hover {
	color:#cf2547;
	font-style:italic;
}
#container {
	margin:0px auto;
	width:900px;
}
/* Header Divs */
#header {
	margin:0px 5px 0px 0px;
	height:128px;
	text-align:right;
}
#logoDiv {
	text-align:right;
	height:85px;
}
#navigation {
	height:28px;
	text-align:right;
}
#bodytop {
	height:15px;
	text-align:right;
}
/* Body Divs */
#bodyContainer {
	margin:0px 5px 0px 0px;
}
#mainContent {
	background-color:#FFFFFF;
}
#sidebar {
	width:320px;
	text-align:center;
}
#sidebarText {
	margin-top:10px;
	font-size:10px;
}
/* Word Press Divs */
.post_title {
	font-size:14px;
	font-weight:bold;
	color:#251a06;
	text-align:left;
	margin:0px 0px 0px 15px;
}
.post_title a {
	color:#251a06;
	text-decoration:none;
}
.post_title a:hover {
	color:#402d0a;
	text-decoration:none;
	font-style:normal;
}
#page_title {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin:0px 0px 0px 15px;
}
#page_title a {
	color:#251a06;
	text-decoration:none;
}
#page_title a:hover {
	color:#402d0a;
	text-decoration:none;
	font-style:normal;
}
.post_tag {
	margin:0px 0px 0px 20px;
	font-size:11px;
	color:#333333;
	text-align:left;
}
.post_content{
	margin:3px 25px;
	text-align:left;
}
#page_content {
	margin:3px 25px;
	text-align:left;
}
#bottomnavigation {
	margin-right:30px;
	text-align:right;
}
/* Actual Page Divs */
#htmlContent {
	margin:3px 25px;
	text-align:left;
}
.textBox {
	width:200px;
	border:1px solid #b6213e;
	margin-bottom:2px;
}
