a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #7BB7DD;
	text-decoration: none;
}

body {
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4 {
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-top: 10px;
	text-decoration: line-through;
}


/* Navigation */

#nav {
}

.nav_link {
}

.nav_link:hover {
}


/* Content */

#content {
	margin-left: 40px;
	margin-top: 50px;
}

#intro_text {
	margin-bottom: 40px;
}

.text_block {
	clear: left;
	margin-top: 30px;
	text-align: justify;
	width: 750px;
}

.image_bar {
	float: left;
	margin-right: 100px;
	width: 250px;
}

.image_bar img {
	margin-bottom: 20px;
}

.text_bar {
	float: left;
}


/* Works */

.works_year {
	clear: left;
	margin-top: 40px;
	width: 750px;
}

.works_year_name {
	float: left;
	width: 11px;
}

.works {
	float: left;
	width: 739px;
}

.work {
	/* vertical align (hack) taken from http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
	clear: left;
	display: table;
	height: 182px;
	margin-bottom: 30px;
	overflow: hidden;
	#position: relative;
}

.work_img {
	background-color: #FCFCFC;
	border-color: #F8F8F8;
	border-style: solid;
	border-width: 1px;
	float: left;
	height: 180px;
	margin-bottom: 30px;
	margin-left: 120px;
	margin-right: 120px;
	width: 240px;
}

.work_img:hover {
	border-color: #7BB7DD;
}

.work_desc_outer {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}

.work_desc {
	#position: relative;
	#top: -50%;
}


/* Posts */

.post_text {
	background-color: #FCFCFC;
	clear: left;
	margin-bottom: 50px;
	margin-top: 50px;
	width: 750px;
}

.multi_column_container {
}

.multi_column {
	display: block;
}

.multi_column div {
	float: left;
	margin: 0;			/* don't use a margin */
	padding: 10px;			/* must be px */
	text-align: justify;
}

.tag {
	background-color: #7BB7DD;
}

.post_image {
	background-color: #FCFCFC;
	clear: left;
	margin-bottom: 100px;
	margin-top: 100px;
	min-height: 240px;
	overflow: hidden;			/* added to prevent long tag lists from entering the white space, not sure why this works though */
	width: 750px;
}

.post_image_img {
	float: left;
	padding-left: 75px;
	padding-right: 95px;
	width: 300px;
}

.post_image_desc {
	float: left;
	text-align: justify;
	width: 280px;
}

.post_link {
	background-color: #FCFCFC;
	clear: left;
	margin-bottom: 80px;
	margin-top: 80px;
	overflow: hidden;			/* added to prevent long tag lists from entering the white space, not sure why this works though */
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 90px;
	padding-top: 4px;
	width: 650px;
}

.post_video_vimeo {
	background-color: #FCFCFC;
	clear: left;
	margin-bottom: 100px;
	margin-top: 100px;
	min-height: 240px;
	overflow: hidden;			/* added to prevent long tag lists from entering the white space, not sure why this works though */
	width: 750px;
}

.post_video_vimeo_video {
	float: left;
	padding-left: 75px;
	padding-right: 75px;
	width: 320px;
}

.post_video_vimeo_desc {
	float: left;
	text-align: justify;
	width: 280px;
}