/*
Theme Name: canadian
Description: template wordpress 
Version: 1.0.3
roditel template_avana
*/
#content {
	width: 490px;
	padding: 28px 28px 28px 10px;
	float:left;
}
#content ol {
	list-style-type: decimal;
	margin: 0 0 20px 30px;
}
#content ul {
	list-style-type: disc;
	margin: 0 0 20px 30px;
}
#content blockquote {
	padding: 20px 10px 10px 50px;
	background: url(http://www.canadianmedicinenews.com/online-health-advise/wp-content/themes/canadian/images/blockquote.png) no-repeat left top;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 1.4em;
	color: #494949;
}
#content pre {
	padding: 20px;
	background-color: #E8FBF3;
	border-left: solid 2px #D0E5DB;
	font-family: Monaco, "Courier New", monospace;
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 1.5em;
	color: #233235;
}
#content .post table tr td, #content .entry table tr td, #content table tr th {
	padding: 10px;
	background-color: #EBF5FF;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
}
#content .post table tr th, #content .entry table tr th {
	padding: 10px;
	border-bottom: solid 1px #ABC6DA;
	background-color: #D4EAFF;
}

/*------------------------------------------------
	Post
--------------------------------------------------*/
.post {
	position: relative;
	padding-bottom: 25px;
}
.post .post_title {
	min-height:56px;
	position: relative;
	left: 45px;
	margin-bottom: 0.4em;
}

/*---------------------------------------------
	sidebar
----------------------------------------------*/

.sidebar {
	float: right;
	width: 200px;
	/*padding: 28px 28px 28px 20px;*/
	position:absolute;
}

/*wrapper*/