@charset "utf-8";

body { 
	background: black; 
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:0.7em;
	text-align:justify;
	letter-spacing:1px;
	color: #aaa; 
}
a { 
	background-color:inherit; 
	color:#fff; 
	text-decoration:none; 
	padding: 1px;
}
a:hover { 
	color: #000;
	background: white;
}

img {
	border: 0px;
}

.image_link:hover { 
	background: black;
}

h2 { font-size:1em; color:#fff; font-weight: normal; }
.h2_blog{ text-align: center; }
.h2_twitter { text-align: center; }
.h2_vimeo { padding-top: 40px; }
.h2_vimeo { text-align: center; }
.h2_flickr { text-align: center; }

.content { 
	text-align: center;
}

.page { 
	width:600px; 
	margin:0 auto;
}

.nav { 
	text-align: center;
	padding: 0px 0 25px 0;
}

.more a { 
	text-align: right;
}

.logo {
	width:200px; height:130px;
	margin:0 auto; 
}

.title {
	text-align:right;
	padding:20px 0 35px 0;
	float: left;
}

.page-date {
	text-align:center;
	padding: 20px 0 5px 0;
	text-transform: uppercase;
}

.content-blog {
	float:left;
	text-align:justify;
}
.content-twitter {
	float:right;
	margin-bottom: 30px;
	text-align:justify;
}
.tweet {
	
}
.date {
	margin-bottom:10px;
	color: #666; 
}

.content-flickr { clear:both; }
.content-flickr .flickr-item {
	float:left; margin-right:8px;
}
.content-flickr .flickr-item img {
	/*width:110px;
	max-height:82px;*/
}
.content-vimeo { clear:both; }
.content-vimeo .vimeo-item {
	float:left; margin-right:8px;
	margin-bottom: 40px;
}
.content-vimeo .vimeo-item img {
	max-width:110px;
}

.column-format {
	width:290px;
}
.row-format {
	clear:both;
}

#footer {
	clear:both;
	line-height:17px;
	text-align:center;
	padding-top:10px;
	margin-bottom: 40px;
}