/* containers */
#content {
	position: absolute;
	width: 480px;
	top: 233px;
	right: 33px;
	text-align: justify;
	height: 393px;
	z-index: 6;
}
#sidebar {
	position: absolute;
	width: 472px;
	top: 555px;
	right: 532px;
	height: 46px;
	z-index: 4;
}
#header {
	position: absolute;
	z-index: 1;
	width: 1024px;
	top: 0px;
	right: 0px;
}
#photos {
	position: absolute;
	z-index: 2;
	height: 92px;
	width: 472px;
	top: 437px;
	right: 532px;
}
/* tags */
body {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 10px;
}
a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;

}
a:hover {
	text-decoration: underline overline;
}

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

table, tr, td {
	font-family: Tahoma;
	font-size: 10px;
}

img {
	border: none;
}

h3 {
	font-family: Tahoma;
	font-size: 12px;
	font-variant: small-caps;
	letter-spacing: 5px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

input, select, textarea {
	font-family: Tahoma;
	font-size: 9px;
}

blockquote {
	font-family: Tahoma;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 16px;
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
	text-align: justify;
}
/* classes */
.box {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
}
.affils {
	padding: 3px;
}
.projects {
	padding-left: 2px;
}
.pics {
	padding: 4px;
}
.block {
	background-image: url(blockback.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}

/* twitter */
.mod_twitter .twtr-hd {
	background: none;
	height: 0px;
	padding: 0;
	position: relative;
	border: none;
	text-align: justify;
}

.mod_twitter #twtr-profile-widget .twtr-doc,
.mod_twitter #twtr-profile-widget .twtr-hd a,
.mod_twitter #twtr-profile-widget .twtr-new-results, 
.mod_twitter #twtr-profile-widget .twtr-results-inner,
.mod_twitter #twtr-profile-widget .twtr-timeline {
	background: none !important;
	border: none;
	font-family: Tahoma;
	font-size: 9px;
	text-align: justify;
}

.mod_twitter #twtr-profile-widget .twtr-bd {
	background: none;
	border: none;
	font-family: Tahoma;
	font-size: 9px;
	text-align: justify;
}

.mod_twitter #twtr-profile-widget .twtr-profile-img-anchor {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	font-family: Tahoma;
	font-size: 9px;
	text-align: justify;
}

.mod_twitter #twtr-profile-widget img.twtr-profile-img {
	display: none;
	border: none;
	font-family: Tahoma;
	font-size: 9px;
	text-align: justify;
}

.mod_twitter .twtr-hd h3,
.mod_twitter .twtr-hd h4 {
	text-indent: -5000em;
	border: none;
	font-family: Tahoma;
	font-size: 9px;
	text-align: justify;
}

.mod_twitter .twtr-bd,
.mod_twitter .twtr-ft {
	border: none;
	font-family: Tahoma;
	font-size: 9px;
	text-align: justify;
}

.mod_twitter .twtr-bd {
	border: none;
	font-family: Tahoma;
	font-size: 9px;
	text-align: justify;
}

.mod_twitter .twtr-ft {
	background: #fff;
	border: none;
	font-family: Tahoma;
	font-size: 9px;
	text-align: justify;
}

.mod_twitter #twtr-profile-widget .twtr-tweet a,
.mod_twitter .twtr-ft a,
.mod_twitter .twtr_reply {
	color: #7F8D6F !important;
	visibility: visible;
	border: none;
	font-family: Tahoma;
	font-size: 9px;
	text-align: justify;
}

.mod_twitter #twtr-profile-widget .twtr-tweet i a {
	color: #B3B3B3 !important;
	border: none;
	font-family: Tahoma;
	font-size: 9px;
	text-align: justify;
} 

/* tumblr */
.tumblr_title {
	font-family: Tahoma;
	font-size: 20px;
	color: #666666;
	line-height: 15px;
	padding-top: 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: dashed;
	border-top-color: #666666;
	border-bottom-color: #666666;
	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;
}

img.tumblr_body { 
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
