div#content {
	background: #FFF url(/images/backgrounds/grey_white_fade.png) 0px 6px repeat-x;
	border-bottom: 1px #EC529D solid;
	margin-bottom: 2px;
}

#leftCol {
	float: left;
	width: 520px;
	margin-left: 20px;
	margin-top: 40px;
}

#rightCol {
	float: left;
	width: 400px;
	min-height: 200px;
	padding-left: 20px;
	padding-bottom: 40px;
}

h2 {
	color: #00a4e4;
	font-weight: bold;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #EC529D;
	font-size: 10pt;
	margin-bottom: 10px;
	font-weight: bold;
}

#rightCol h3.mostpopular {
	background: url(/images/headers/most_popular.png) no-repeat;
	padding-top:51px;
	height:0 !important;
	overflow:hidden;
	margin:0;
}

#rightCol h3.archive {
	background: url(/images/headers/archive.png) no-repeat;
	padding-top:30px;
	height:0 !important;
	overflow:hidden;
	margin-top:20px;
}

#rightCol h3.archive2 {
	background: url(/images/headers/archive.png) no-repeat;
	padding-top:30px;
	height:0 !important;
	overflow:hidden;
	margin-top:10px;
}

h4 {
	color: #b3b3b3;
	font-size: 14pt;
}

h4 a {
	color: #b3b3b3;
}

.postDetails {
	margin-bottom: 10px;
	color: black;
	font-size: 9pt;
}

#blogView {
	overflow : auto; 
	height: 665px;
	width: 450px;
	padding-right: 30px;
        padding-left: 20px;
}

#blogView .blogItem {
	margin-bottom: 20px;
	border-bottom: 4px solid #EC529D;
	padding-bottom: 20px;
}

#blogView .blogContent {
	margin-bottom: 10px;
}

#blogView h2 {
	color: #00A4E4;
	font-weight: bold;
	font-size: 20pt;
	padding: 0px;
	margin: 0px;
}

#blogView h3 {
	color: #b3b3b3;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#blogView .blogDate {
	color: #b3b3b3;
	font-size: 9pt;
}

#blogArchiveSelector {
	margin-left: 15px;
	font-size: 9pt;
}

#blogArchiveSelector a {
	color: black;
}

.blogCat {
	font-size: 10pt;
}

.blogCat a {
	color: #00A4E4;
}

.imgPreview {
	margin-bottom: 20px;
}