body {
	line-height: 1em;
}

#leftColumn {
	float: left;
	width: 550px;
	text-align: left;
	padding: 0px 20px 0px 20px;
}

#rightColumn {
	margin-top: -37px;
	width: 320px;
	float: right;
	clear: right;
	background-color: #151515;
	/*background: url(http://pixbros.com/images/VLine-Tile.jpg) repeat-y;*/
}

h1 {
	font-size: 16px;
	color: white;
	line-height: 18px;
}

#blogWidgets {
	float:right;
	width:350px;
}

#sidebar {
	float: left;
	width: 320px;
	padding: 10px 10px 0px 10px;
}
.sidebar_widget {
	float: left;
	margin: 0 10px 20px 0px;
	width: 320px;
	min-height: 50px;
}
.widget_block {
	padding-left: 10px;
}
.sidebar_widget h3 {
	padding: 4px 4px 4px 10px;
	margin-bottom: 5px;
	color: #5c97ab;
	background-color: #616161;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	font-size: 16px;
}
.sidebar_widget p {
	padding: 10px;
}

.sidebar .sidebar_widget {
	padding: 10px;
}

.sidebar_widget ul a {
	line-height: 20px;
}

.textwidget {
	line-height: 20px;
}

#wrapper {
	float: left;
	padding-top: 20px;
	width: 1000px;
	background-position: 0 0;
	text-align: left;
	clear: both;
}

/* POST */
.post h2 {
	display:block;
	margin-top:10px;

	padding: 5px;
	font-size:36px;
	line-height: 28px;	
	color: #5c97ab;
}

.post h2 a {
	font-size:28px;
	color: #5c97ab;
}

.post h2 a.title {
	text-decoration:none;
	color: #5c97ab;
}
.post h2 a.title:hover {
	color:#ccc;
}
.post .info {
	margin:5px;
}
.post .info span.first {
	margin-left:0;
}
.post .date, 
.post .tags, 
.post .author, 
.post .categories, 
.post .editpost, 
.post .readingblinds, 
.post .comments, 
.post .addcomment, 
.post .editlinks {
	background:url(img/icons.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
}
.post .act {
	height:16px;
	float:right;
}
.post .act span {
	float:left;
	margin-left:15px;
}
.post .tags {
	background-position:0 -16px;
}
.post .categories {
	background-position:0 -32px;
}
.post .author {
	float:left;
}
.post .date {
	float:right;
}
.post .editpost {
	background-position:0 -64px;
}
.post .readingblinds {
	background-position:0 -80px;
}
.post .comments {
	background-position:0 -96px;
}
.post .addcomment {
	background-position:0 -112px;
}
.post .editlinks {
	background-position:0 -192px;
}
.post .content {
	clear:both;
	width: 660px;
	padding:5px 0 5px 5px;
	line-height:145%;
	overflow:hidden;
}
.post .content p {
	margin-bottom:10px;
	padding-right: 20px;
}
.post .content .under {
	height:16px;
	line-height:16px;
}
.post .content .under span {
	float:left;
	margin-right:15px;
}
.post .content h4 {
	color:#080;
	margin-bottom:10px;
}
.post .content img {
	max-width:600px;
}
.post .content ul, 
.post .content ol {
	padding-bottom:10px;
}
.post .content ul li, 
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
}
.post .content table {
	background:#FFF;
	border:1px solid #CCC;
	margin:5px 0 10px;
}
.post .content table tr td {
	border-top:1px solid #CCC;
	padding:2px 10px;
}
.post .content table tr th {
	padding:1px 10px;
	background:#EDEFF0;
	text-align:left;
}
