@charset "UTF-8";
/* CSS Document */

/**************************/
/*                        */
/*      PROJECT PAGE      */
/*                        */
/**************************/
#project{
	position: relative;
	min-height: 275px;
	padding-bottom: 30px;
}

#project-gallery {
	width: 950px;
	height: 210px;
	margin: 0px;
	padding: 0px;
}

#project-text {
	margin-left: 405px;
	margin-right: 250px;
	padding-top: 15px;
	text-align: left;
}

#project h1{
	color:#7b0 !important;
	margin-bottom:2px;
	font-weight:bold;
}

#project h4 {
	color:#000;
	margin-top:0px;
	font-weight:bold;
}


/*********************/
/*      SIDEBAR      */
/*********************/

#project-sidebar {
	padding-top: 15px;
	padding-bottom: 30px;
	float:right;
	margin-right:30px;
	width:190px;
}

#project-sidebar h4 {
	color:#7b0 !important;
	margin-bottom:0px;
	margin-top:20px;
}

#project-sidebar p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#project-sidebar p.details {
	margin-top: -10px;
	font-size: 10px;
	color: #666;
}

#project-sidebar a{
	color:#000; 
}



#project-print{
	margin: 0px;
	pdding: 0px;
	top: 0px;
}



/***********************/
/*      SLIDESHOW      */
/***********************/

#project-slideshow {
	float:left;
	margin-left:0px;
	width: 400px;
	text-align:center;
	display: inline; /* to avoid IE6 doubled margin. see <http://www.positioniseverything.net/explorer/doubled-margin.html? */
	position:relative;
}

#project-slideshow #tryit{
	position: absolute;
	bottom: -15px;
	right: -15px;
	height: 57px;
	width: 64px;
	background-image: url('../images/tryit.png');
}

#project-slideshow #imagebuttons {
	display:inline;
}

#project-slideshow img.projectimage{
	margin:3px;
	width:240px;
}