* {
	padding: 0;
	margin: 0;
}

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	background-color: #2B2B2B;
}

h1, h2, h3, h4 {

}

h2 {
	margin-top: 30px;
}

h3 {
	margin-top: 18px;
}

h4 {
	margin-top: 14px;
}

/* IE adds unavoidable borders to <hr />, so use this instead */
div.hr {
	background: url(/images/flourish3b-light.png) repeat-x center center;
	height: 20px;
	width: 100%;
	clear: both;
}

ul {
	list-style: url(/images/bullet.png);
	padding-left: 20px;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CDCDCD;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	background-color: #3B3B3B;
}

#container {
	/* width: 910px; */
	width: 100%;
	max-width: 1294px;
	position: relative;
}


/* Main content area */
#blog {
	max-width: 1034px;
	padding: 20px;
	margin-right: 220px;
	
	background-color: #333333;
	color: white;
}

#blog .img_container {
	padding-right: 10px;
}

#blog img {
	border: 5px solid #1A1A1A;
	margin-bottom: 10px;
		
	width: 100%;
	max-width: 1024px;
	height: auto;
	max-height: 800px;
}

#blog .entry {
	padding-top: 0px;
	padding-bottom: 30px;
	padding-right: 0px;
	margin-bottom: 40px;
	background: url(/images/flourish3b-light.png) repeat-x bottom center;
}

/* I love CSS selectors */
#blog .entry .entry_title_bar+.img_container img {
	border-top: none;
}

#blog .entry .entry_title_bar {
	background-color: #1A1A1A;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}

#blog .entry .title {
	font-size: 16px;
	margin-bottom: 4px;
	margin-top: 2px;
}

#blog .entry .date {
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
	text-align: right;
}

#blog .entry p, #blog .entry ul {
	padding-bottom: 10px;
	max-width: 600px;
	text-align: justify;
}

#blog .entry .multi_col {
	-webkit-column-width: 300px;
	-webkit-column-gap: 16px;
	-moz-column-width: 300px;
	-moz-column-gap: 16px;
}

#blog .entry .entry_nav {
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#blog .entry .entry_nav_left {
	float: left;
}

#blog .entry .entry_nav_right {
	float: right;
}

/* Right bar */

#right_bar {
	width: 180px;
	position: absolute;
	right: 0;
	top: 0;

	padding: 20px;
	color: white;
}

#right_bar h1 {
	padding-bottom: 36px;
	margin-bottom: 30px;
	background: url(/images/flourish2.png) no-repeat bottom center;
	text-align: center;
}

#right_bar h1 a:visited {
	color: white;
}

#right_bar h4 {
	background-color: #222222;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#right_bar ul {
	font-size: 12px;
}

/* Other */
#bw_switch {
	display: none;
	font-size: 11px;
	margin-top: 10px;
}