#content {
	width: 854px;
	margin-left: 15px;
	margin-right: 15px;
}
#blog_content div.leftside {
	display: block;
	width: 540px;
	float: left;
	margin-right: 10px;
}
#blog_content div.rightside {
	display: block;
	width: 240px;
	float: left;
}

#blog_content * {
	font-size: 12px;
	color: #777;
	margin-bottom: 10px;
	line-height: 150%;
	text-align: justify;
}
#blog_content img {
	padding: 5px;
	background: #FFF;
	border: 1px solid #CCC;
}
div.blogDate {
	margin-top: 20px;
	color: #333;
	font-size: 10px !important;
	font-weight: bold;
	text-transform: uppercase;
}

#profile-container {
	display: none;
}

#sidebar {
	margin-top: 10px;
	margin-left: 30px;
	width: 250px;
	float: left;
	text-align: center;
}
#sidebar hr {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	color: #CCC;
}
#sidebar h2 {
	font-size: 16px;
	font-weight: bold;
	color: #AE2225;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: lowercase;
}
#sidebar ul {
	list-style: none;
	margin-left: 0;
}
#sidebar li {
	list-style: none;
	margin-left: 0;
	text-align: left !important;
}

#sidebar a {
	text-decoration: none;
	text-align: left !important;
	border: 0;
}
#sidebar a:hover {
	text-decoration: underline;
	border: 0;
}

#blog_content {
	display: block;
}

#contactdetails a {
	text-decoration: underline;
}

#twitter_div a {
	text-decoration: underline;
}
#twitter_div li {
	padding: 10px 0 0 10px;
}

#cse {
	margin: 0;
	padding: 0;
}
#cse p {
	background: #FF0;
	line-height: 100%;
}
#cse input {
	height: 20px;
}

