/* Global Elements */
body {
	margin: 0px;
	background: url(images/page_bg.gif);
	font: 0.75em Trebuchet MS;
	color: #828181;
}
a {
	color: #E44905;
}
a:hover {
	color: #3B9AB9;
}
.clear {
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	height: 0px;
	clear: both;
}
.right_align {
	text-align: right;
	font-size: 0.9em;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* Container */
#centered {
	margin-left: 16px;
	background: url(images/container_bg.gif) repeat-y;
	padding: 0px 0px 3px 3px;
	width: 946px;
}
/* Columns */
#left {
	width: 700px;
	float: left;
}
#right {
	width: 246px;
	float: left;
	margin-top: 20px;
}
/* Banner */
#banner {
	padding: 29px 26px 0px 26px;
}
#banner div {
	background: url(images/banner.jpg);
	height: 198px;
	text-align: right;
}
/* Blog title */
#banner div .title {
	padding: 55px 45px 0px 0px;
	display: block;
	color: #E55A09;
	font: 2.2em Georgia;
}
#banner div .title a {
	color: #E55A09;
	text-decoration: none;
}
#banner div .title a:hover {
	text-decoration: underline;
}
/* Blog description */
#banner div .description {
	font: 1.1em Trebuchet MS;
	color: #D3E7EE;
	padding: 75px 0px 0px 27px;
	display: block;
	text-align: left;
}
/* Navigation */
#navigation {
	padding: 12px 50px 12px 35px;
	font-size: 0.9em;
	text-align: right;
}
#navigation ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: table;
}
#navigation ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px px 0px 2px;
	display: table-cell;
	text-align: left;
	background: url(images/nav_divider.gif) no-repeat left;
}
#navigation ul li.first {
	background: none;
}
#navigation ul li a {
	display: block;
	padding: 6px 20px;
	text-decoration: none;
}
#navigation ul li a:hover {
	text-decoration: underline;
}
#navigation .date {
	margin-top: 6px;
	display: block;
	float: right;
}

/* Blog Section */
#blog {
	padding: 30px 36px 30px 41px;
}
#blog h3 {
	font: 1.4em Georgia;
	color: #3B9AB9;
	margin-bottom: 18px;
}
#blog .post {
	margin: 0px 0px 30px 0px;
}
#blog .post .left {
	float: left;
	width: 67px;
	text-align: center;
	font-size: 0.8em;
	color: #A3A1A1;
	margin-top: 39px;
}
#blog .post .left a {
	color: #29738F;
}
#blog .more-link {
	display: block;
	text-align: right;
	font-size: 0.9em;
}
#blog .post .left a:hover {
	color: #E44905;
	text-decoration: none;
}
#blog .date {
	background: url(images/date_bg.gif) no-repeat;
	height: 75px;
	margin-bottom: 6px;
}
#blog .date .month {
	display: block;
	color: #ffffff;
	padding: 8px 0px;
}
#blog .date .day {
	display: block;
	color: #29738F;
	font: 2.3em Georgia;
	padding-top: 2px;
}
#blog .post p {
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
#blog .post .right {
	width: 534px;
	float: right;
}
#blog .post .right h1{
	background: url(images/left_h1.gif) no-repeat;
	padding: 3px 0px 16px 35px;
	margin: 0px 0px 1px 0px;
	font: 1.8em Georgia;
	color: #E44905;
}
#blog .post .right h1 a {
	color: #E44905;
	text-decoration: none;
}
#blog .post .right h1 a:hover {
	color: #3B9AB9;
	text-decoration: none;
}
#blog .text {
	background: url(images/left_bg.gif) repeat-x;
	padding: 0px 25px 20px 25px;
	line-height: 2.4em;
}
/* Right column boxes */
.box1 {
	background: url(images/box_bg.gif) repeat-y;
	padding: 0px;
	width: 246px;
	margin-bottom: 30px;
}
.box1 .top {
	background: url(images/box_top.gif) no-repeat;
	padding: 5px 8px 0px 0px;
}
.box1 .bottom {
	background: url(images/box_bottom.gif) bottom right no-repeat;
	padding-bottom: 20px;
}
.box1 h2 {
	background: url(images/box_h1.gif);
	padding: 9px 0px 14px 45px;
	font-weight: normal;
	color: #ffffff;
	font-size: 1.1em;
	margin: 0px;
}
.box1 .content {
	padding: 8px 12px;
}
.box1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.box1 ul li {
	margin: 0px;
	padding: 0px;
	width: 210px;
	line-height: 1.1em;
}
.search1 {
	width: 213px;
}
.input_box {
	background: url(images/input_bg.gif) no-repeat;
	padding: 6px 10px;
	float: left;
}
.input_box input {
	width: 178px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	font: 0.9em Trebuchet MS;
	color: #444444;
}
.box1 ul li a {
	color: #29738F;
	text-decoration: none;
	display: block;
	padding: 7px 5px 7px 15px;
	font-size: 1.1em;
}
.box1 ul li a:hover {
	background: #F7FAFC;
	color: #E44905;
}

/* Footer */
#footer {
	background: url(images/bar.gif) no-repeat #EAF1F6;
	padding-top: 5px;
	width: 694px;
	font-size: 0.9em;
	color: #8B98A1;
	padding-bottom: 5px;
	margin: 0px 3px;
}
#footer h3 {
	font: 1.7em Georgia;
	color: #3B9AB9;
	margin: 0px 0px 7px 0px;
}
#footer .one {
	padding: 15px;
	line-height: 2.3em;
}
#footer .recent {
	width: 351px;
	float: left;
	background: url(images/footer_recent.gif) no-repeat;
}
#footer .about {
	width: 343px; 
	float: right;
	background: url(images/footer_about.gif) no-repeat;
}
#comments {
	width: 534px;
}
.comment_header {
	background: url(images/comment_header.gif) bottom no-repeat;
	float: left;
	width: 100%;
	padding-bottom: 7px;
	margin-bottom: 2px;
}
#comments .userdata {
	float: left;
	display: block;
	padding-left: 10px;
}
#comments .commentmetadata {
	display: block;
	float: right;
	margin-right: 7px;
}
#comments .text {
	background: url(images/comments_bg.gif) repeat-x;
	clear: both;
	padding: 6px 15px;
	margin-bottom: 20px;
}
#comments p {
	clear: both;
	font-size: 0.9em;
	margin: 0px;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}