*
{
	margin: 0;
	padding: 0;
}

body
{
	behavior: url("csshover.htc");
	background: #fff url(images/long-brain.jpg) bottom center no-repeat;
	border-top: 4px solid #000;
	border-bottom: 0px solid #000;
	color: #000;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
	height: 100%;
}

a 
{
	color: #07f;
}

a:hover 
{
	background: #fff;
	color: #000;
}

h1 a
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	text-decoration: none;
}

h2
{
	font-size: 30px;
	font-weight: normal;
}

h3
{
	font-size: 20px;
	font-weight: normal;
}

.clearboth {clear: both;}

#wrapper
{
	margin: 0 auto;
	width: 960px;
}

#header {border-bottom: 0px solid #000;}

#twitter {margin-top: 20px; width: 600px;}
#twitter li {list-style: none;}
.twitter {font-size: 12px;}
.twitter-update {font-size: 10px;}

#title, #content {float: left; width: 720px;}

#navigation,
#sidebar
{
	float: right;
	font-size: 16px;
	width: 240px;
}
#navigation {border-bottom: 0px solid #000;}
#navigation a
{
	display: block;
	background: #fff;
	border-bottom: 1px solid #000;
	color: #000;
	padding: 5px 15px;
	text-decoration: none;
}
#navigation a:hover {background: #000; color: #fff;}

#sidebar {border-top: 3px solid #000;}
#sidebar p, #sidebar h3 {padding: 0 15px;}

#sidebar-navigation
{
	border-top: 4px solid #000;
	font-size: 14px;
	list-style: none;
	padding: 10px 0;
}
#sidebar-navigation li
{
	border-bottom: 0px solid #000;
	margin-bottom: 2px;
	padding: 5px 15px;
}
#sidebar-navigation li a
{
	background: #000;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}
#sidebar-navigation li a:hover
{
	background: #fff;
	border: 1px solid #000;
	color: #000;
	padding: 4px;
}
#sidebar-navigation p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	margin-top: 14px;
	padding: 0 15px;
}

#contact
{
	border-bottom: 0px solid #000;
	font-size: 12px;
	padding: 10px 0;
}
#contact img {border: 0; width: 26px;}
#contact p {margin-bottom: 5px;}

#content
{
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
}
#content h2
{
	background: #000;
	color: #fff;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
	padding: 5px;
}
#content p, 
#leave p
{
	font-size: 13px;
	line-height: 1.4em;
	margin-top: 14px;
	padding-left: 240px;
}
#leave {width: 500px;}

#content .item {margin-top: 20px;}
#content .item-image {float: left;}
#content .item-content {float: right; width: 460px;}
#content .item-content p {padding: 0;}

#leave
{
	padding: 20px;
}

#photos img
{
	border: 0;
	margin: 8px;
	width: 100px;
}
#photos .photo
{
	float: left;
	height: 67px;
	overflow: hidden;
}

#footer
{
	clear: both;
	font-size: 10px;
	margin-top: 140px;
	padding: 10px 0;
	width: 100%;
}
#copyright {margin: 0 auto; width: 960px;}


/* TOOLTIP */
#theToolTip
{
	position: absolute;
	left: -300px;
	border: 0px solid #000;
	padding: 6px;
	background: #000;
	color: #fff;
	visibility: hidden;
	z-index: 100;
}

#ToolTipPointer
{
	display: none;
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#ToolTipTextWrap 
{
	font-weight:bold;
	font-size: 1.2em;
	color: #592C16;
	margin-right:10px;
}


/* PROJECT RELATED CSS */
.project-container 
{
	border-bottom: 0px solid #fff;
	width: 98%;
}
.project-container img { border: 1px solid #000; }
.project-title
{
  margin: 21px 0;
  border-bottom: 1px dotted #000;
  font-size: 120%;
}
.project-title a
{
	color: #000;
	background-color: transparent;
  text-decoration:none;
}
.project-image
{
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  border: 0px solid #000;
}
.project-tools { margin-top: 10px; }
.project-text
{
	font-size: 80%;
	line-height: 1.3em;
  padding-top: 0px;
  border: 0px solid #000;
}
.project-text p {font-size: 100%;}
.project-footer
{
  border: 0px solid #000;
  clear: both;
  margin-bottom: 30px;
  text-align: center;
}
/* END OF PROJECT RELATED CSS */