	@import url('style-basics.css');
	@import url('style-header.css');
	@import url('style-typography.css');
	@import url('style-sidebar.css');
	@import url('style-widgets.css');
	@import url('style-comments.css');
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#container {
	width: 900px;
	float: left;
	border-top: 4px solid #000;
	background: #fff url(images/bg_container.gif) repeat-y;
}
#primary-column {
	width: 600px;
	float: left;
	background: #fff;
	overflow: hidden;
}
#content {
	width: 600px;
	float: left;
	background: #fff;
}
.post h2, #comments h3 {
	border-top: 1px solid #eee;
	padding: 16px 40px;
	background: #f9f9f9 url(images/bg_post_title.gif) repeat-x;
}
.post h2 a {
	text-decoration: none;
}
.post h2 a:hover {
	text-decoration: underline;
}
.entry {
	border-top: 1px solid #eee;
	padding: 5px 40px 10px;
	line-height: 20px;
	background: #fff;
  text-align:justify;
}
.entry h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	font-family: arial, helvetica, sans-serif;
	padding: 0;
	background: transparent;
	border: 0;
}
.entry h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.entry h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.entry h5 {
	font-size: 11px;
	line-height: 16px;
}
.entry h6 {
	font-size: 10px;
	line-height: 14px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	padding: 10px 0 10px;
}
p.entry-meta, p.comment-meta {
	font-family: arial, helvetica, sans-serif;
}
p.entry-meta a, p.comment-meta a {
	text-decoration: none;
}
p.entry-meta a:hover, p.comment-meta a:hover {
	text-decoration: underline;
}
span.entry-date, span.published-by, span.comments-link, span.cat-links, span.comment-author {
	border-bottom: 1px solid #e0e0e0;
}
.navigation {
	width: 600px;
	float: left;
	padding: 18px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f9f9f9 url(images/bg_post_title.gif) repeat-x;
}
.navigation span.nav-previous {
	margin: 0 0 0 40px;
	padding: 0 0 0 20px;
	background: url(images/bg_previous.gif) no-repeat;
}
.navigation span.nav-next {
	margin: 0 40px 0 0;
	padding: 0 20px 0 0;
	background: url(images/bg_next.gif) no-repeat right top;
}
.navigation a {
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}
.navigation a:hover {
	color: #000;
}
#secondary-column {
	float: left;
	width: 300px;
	background: #464240;
}
#footer {
	width: 900px;
	float: left;
	font-family: arial, helvetica, sans-serif;
	color: #827b76;
	background: #312e2d;
}
#footer p {
	padding: 20px;
}
.domtab {
	width: 600px;
	float: left;
	border-top: 1px solid #eee;
	background: #fff url(images/bg_post_title.gif) repeat-x;
}
.domtab h2 {
	display: none;
}
ul.domtabs {
	list-style-type: none;
	float: left;
	margin: 15px 40px 13px 30px;
	padding: 0;
	display: inline;
}
ul.domtabs li {
	float: left;
	margin: 0 0 0 10px;
	display: inline;
	background: url(images/bg_tab_item_right.gif) no-repeat right top;
}
ul.domtabs li a {
	display: block;
	padding: 4px 12px 8px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	background: url(images/bg_tab_item_left.gif) no-repeat;
}
ul.domtabs li.active {
	background: url(images/bg_tab_item_right.gif) no-repeat right -24px;
}
ul.domtabs li.active a {
	background: url(images/bg_tab_item_left.gif) no-repeat left -24px;
}
