/* tags */
body {
	background-image: url(background.png);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
}
html {
	min-width:808px;
}
html, body {
	height:100%;
}
img {
	border: 0px;
}
textarea, input {
	font-family: Tahoma;
	font-size: 10px;
}

/* links */
a img:hover { 
	filter : alpha(opacity=60); 
	-moz-opacity : 0.6; 
	opacity : 0.6; 
}
a:link {
	text-decoration: none;
	color: #B6B2B4;
}
a:hover {
	text-decoration: line-through;
}
a:visited {
	color: #B6B2B4;
}

/* containers */
#header {
	position: absolute;
	z-index: 1;
	height: 574px;
	width: 100%;
	background-image: url(top-background.png);
}
#container {
	width: 951px;
	height: auto;
	position: absolute;
	background-color: #FFFFFF;
	top: 398px;
	left: 169px;
	-moz-box-shadow: 0px 100px 8px #DDDDDD;
	-webkit-box-shadow: 0px 100px 8px #DDDDDD;
	box-shadow: 0px 100px 8px #DDDDDD;
	z-index: 2;
}
#cutout {
	width:1220px;
	height: 498px;
	position: absolute;
	top: 0px;
	left: 32px;
	z-index: 1;
}
#photos {
	position: absolute;
	width: 662px;
	height: 330px;
	top: 77px;
	left: 446px;
	z-index: 6;
}
#navigation {
	position: absolute;
	width: 996px;
	height: 29px;
	top: 409px;
	left: 146px;
	z-index: 7;
}
#id {
	position: absolute;
	width: 400px;
	height: 106px;
	top: 356px;
	left: 152px;
	z-index: 8;
}
#buttons {
	position: absolute;
	width: 378px;
	height: 16px;
	z-index: 10;
	left: 732px;
	top: 415px;
}

/* classes */
.main {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 10px;
	padding: 15px;
	text-align: justify; 
	text-justify: newspaper;
}
.side {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 10px;
	padding: 8px;
	text-align: justify; 
	text-justify: newspaper;
}
.buffer {
	padding: 0px;
	margin: 0px;
}
.disclaimer {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 9px;
	padding: 16px;
	text-align: justify; 
	text-justify: newspaper;
}
.projects {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 10px;
	padding: 6px;
	text-align: left;
	background-color: #FFFFFF;
}
/* tumblr */
.tumblr_title {
	font-family: Tahoma;
	font-size: 20px;
	color: #9c9c9c;
	line-height: 15px;
	padding-bottom: 5px;
}

.tumblr_body, .tumblr_video_post, .tumblr_photo_post {
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dashed;
	border-top-color: #CECECE;
	border-bottom-color: #CECECE;
	padding-top: 8px;
	padding-bottom: 8px;
}
.tumblr_photo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
.tumblr_caption {
	text-align:center;
	font-size: 10;
	font-weight: bold;
	color: #999999;
	letter-spacing: 2px;
	padding-bottom: 5px;
}
.tumblr_video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	text-align:center;
}
.tumblr_posts {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* twitter */
#twitter_div {
	width: 264px;
	padding: 0px;
	font-family:Tahoma;
	font-size: 9px;
	margin: 0px;
}
#twitter_update_list {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#twitter_update_list li {
	margin-bottom: 3px;
	margin-right: 4px;
	margin-right: 4px;
	margin-left: 4px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px #EAEADB solid;
}
