*{
	margin:0px;
	padding:0px;
}

body {
	background:#333333 url(../img/texture.png) repeat fixed 0 0;
	width: 100%;
	font:14px Georgia, Times, Times New Roman, serif;
	color: #c8c8c8;
}

h1, h2, h3 {
	color: white;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-weight: normal;
	text-transform: uppercase;
}

h1, h2 {
	text-indent:-5000px;
	background-image: url(../img/headers.gif);
	background-repeat:no-repeat;
}

h1{
	font-size: 23px;
	width: 400px;
	height: 40px;
	margin-top: 3px;
}

div#header{
	margin-bottom:20px;
}

h2{
	font-size: 18px;
	margin-top:40px;
	margin-bottom:20px;
	height: 14px;
}
h2#background{
	background-position: 0px -50px;
}
h2#user_interface_design{
	background-position: 0px -100px;
}
h2#social_software{
	background-position: 0px -150px;
}
h2#research{
	background-position: 0px -200px;
}
h2#aesthetic{
	background-position: 0px -250px;
}
h2#fun{
	background-position: 0px -300px;
}
h2#details_and_love{
	background-position: 0px -350px;
}
h2#follow_up{
	background-position: 0px -400px;
}

a{
	color: white;
}
a.personal{
	color: #48d0bc;
}
a:hover{
	color: #ff0090;
}

em{
	color: white;
	font-size:20px;
}

strong{
	font-style: italic;
	color: white;
	font-weight: normal;
}

#main{
	/*background:transparent url(../img/background.png) repeat-y center;*/
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../img/background.png);
	background-repeat:repeat-y;
	background-position: top;
	padding: 20px 43px 20px 43px;
	margin:0 auto;
	width: 506px;
}

div#video {
	border: 1px solid black;
	width: 504px;
	height: 378px;
	margin:20px 0;
}

a.playVideo{
	display: block;
	width: 504px;
	height: 378px;
	text-indent: -5000px;
	background-image: url(../img/playVideo.jpg);
	background-position: 0px 0px;
}

a.playVideo:hover{
	background-position: 0px -378px;
}

a.addthis_button {
	margin-left: 440px;
}

div.dsq-dc-logo{
	visibility: hidden !important;
}
div#comments{
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	margin-top:40px;
}

small{
	font-style: italic;
}

div.thumbs_row{
	margin-top: 15px;
	height: 127px;
}
div.thumbs_row  a img{
	border: none;
	text-decoration: none;
}
div.thumbs_row a{
	background-color:black;
	display:block;
	float:left;
	height:125px;
	padding:1px;
	width:166px;
}
div.thumbs_row a:hover{
	background-color: #ff0090;
}
