/* tags */
body {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-color: #F1F1F1;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 10px;
}
td {
	font-family: Tahoma;
	font-size: 10px;
}

img { border: 0px; }

/* links */
a {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
a:hover {
	text-decoration: line-through;
}

a img:hover {
	filter : alpha(opacity=60); 
	-moz-opacity : 0.6; 
	opacity : 0.6; 
}

/* classes */
.content {
	font-size: 10px;
	color: #CCCCCC;
}
.sidebar {
	font-size: 10px;
	color: #CCCCCC;

}

.projects {
	padding-left: 5px;
	font-size: 9px;
	color: #9C9C9C;
}
.tableback {
	background-image: url(table-back.png);
	background-repeat: repeat-y;
}

/* twitter */
#twitter_div {
	width: 300px;
	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 a {
	color: #CCCCCC;
}
#twitter_update_list li {
	background-image: url(images/twitterback.png);
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: justify;
	color: #FFFFFF;
	background-color: #723872;
	border: 1px solid #999999;
	padding: 8px;
	margin-right: 4px;
	margin-left: 4px;


}

/* 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: 4px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: solid;
	border-top-color: #9c9c9c;
	border-bottom-color: #9c9c9c;
	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;
}

/* containers */
#header {
	position: absolute;
	width: 1137px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#content {
	background-repeat: repeat-y;
	position: absolute;
	z-index: 2;
	width: 884px;
	left: 229px;
	top: 403px;
	height: 100%;
}
#images {
	position: absolute;
	height: 61px;
	width: 417px;
	left: 687px;
	top: 315px;
	z-index: 3;

}

