@charset "utf-8";

/*----------------- HTML ELEMENTS ------------------*/
body
{
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#999;
	background-color:black;
	background-image:url('../images/background.gif');
	background-repeat:repeat;
	background-position:center top;
	margin:0px;
	padding:0px;
	line-height:18px;
}

a
{
	color:#0090ff;
}

a img
{
	border:none;
}

a h1
{
	text-decoration:underline;
}

h1
{
	font-size:18px;
	margin:15px 0px 3px 0px;
	padding:0px;
}

h4
{
	padding:0px 0px 10px 0px;
	margin:0px;
	color:white;
	font-size:12px;
}



/*------------------ COMMON ELEMENTS ---------------*/
#page
{
	width:1000px;
	margin:0px auto 0px auto;
}



/*-------------------- HOME PAGE -------------------*/
#twitter
{
	width:372px;
	float:right;
	margin:0px 0px 30px 10px;
}

#twitter ul
{
	list-style-type:none;
	padding:0px;
	margin:15px 0px 0px 0px;
}

#twitter ul li
{
	background-image:url('../images/twitter_list.gif');
	background-repeat:no-repeat;
	background-position:left 2px;
	padding:0px 0px 0px 15px;
	margin:0px 0px 10px 0px;
}

#blog
{
	width:618px;
}

#blog div.post
{
	padding-right:25px;
}



/*--------------------- WEBSITES ---------------------*/
.website
{
	margin:0px 0px 50px 0px;
}



/*--------------------- PHOTOS -----------------------*/
#photos
{
	text-align:center;
}

#photos a img
{
	margin:10px;
	border:solid 3px white;
}
