/* CSS Document */


body {
	margin-left: 33px;
	margin-bottom:100px;
}

.top-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	margin-top: 25px;
}
.project-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	width: 500px;
}

.new-text{
	color:red;
	font-weight:bold;
}


/**********************/


.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

#sculpture_container{
	position: relative;
}

.sculpture_pic{
	position: absolute;
	left: 375px; 
	top: 10px;
}

#video_container{
	position: relative;
}

.video_pic{
	position: absolute;
	left: 375px; 
	top: 10px;	
}

#software_container{
	position: relative;
}
.software_pic{
	position: absolute;
	left: 375px; 
	top: 0px;
}

#other_container{
	position: relative;
}

.other_pic{
	position: absolute;
	left: 375px; 
	top: 10px;	
}


/*********WORKS*******/
#works_content{
	margin-top: 50px;
	width:1000px;
}

.work_line{
	float:left;
	width:100%;
}
.work_data{
	float:  left;
	width:  225px;
	height: 175px;
}

img.work_thumb{
	display:block;
	margin-right: auto;
	width: 177;
	height: 133;
}


/*********/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	/*margin-left: 25px; *//*This seems like a bad idea*/
}

.top-text a{
	text-decoration: none;
}

a:link {
	color: #000000;
	border: 0;
	padding: 1px 0px 1px 0px;
}
a:visited {
	color: #000000;
	border: 0;
}
a:hover {
	color: black;
	background-color: #DFDFDF;
	border-color: #70787F;
}
	
img {border:0; }

a.picture:hover{
	color: black;
	text-decoration: none;
	background-color: #FFFFFF;
}


/***********/

.cv, .press {
	width:1000px;
/*	float:left;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;	
	display:none;
}

.cv_link, .cv_close_link, .press_link, .press_close_link {
	font-family: Arial, Helvetica, sans-serif;
}

a.cv_close_link, a.press_close_link {
	display:none;
	text-decoration: none;
	font-weight:normal;
}



.cv p, .press p {
	line-height:18px;
	margin:0px;
	padding:0px;
	display:block;
}

.cv h3, .press h3 {
	font-weight:bold;
	font-size:16px;
}

.cv_year{
	float:left;
	width: 75px;
}
.cv_description{
	width: 300px;
}




/***********/
.light_studies .caption, .itp_video .caption, .kunst_bauen .caption{
	display:block;
	padding-top:10px;
	text-align:right;
}


/***********/
#light_studies_container{
	width: 400px;
}

.light_studies img {
	display:block;
	padding-top:30px;
}

.light_studies .caption {
	width:400px;
}

/*****DEATH BOOK*****/
.death_book .project-text{
	width:640px;
}

.death_book .buy_row{
	width:640px;
	position:relative;
}

.death_book .nominated_row{
	width:640px;
	position:relative;
}

.death_book .nominated_text{
	width:640px;
	left:200px;
	top:0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	width: 500px;
}


/*****KUNST BAUEN IPHONE APP*****/

.kunst_bauen_iphone .project-text{
	width:450px;
	text-align:justify;
}


/* jQuery lightBox plugin - Gallery style */
.kunst_bauen_iphone #gallery {
	background-color: #CCC;
	padding: 10px;
	width: 425px;
}
.kunst_bauen_iphone #gallery ul { list-style: none; }
#gallery ul{
	padding:20px;
}
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
.kunst_bauen_iphone #gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
.kunst_bauen_iphone #gallery ul a:hover { color: #fff; }


/***********/
#itp_video_container{
	width: 450px;
}

.itp_video img {
	display:block;
	padding-top:30px;
}

.itp_video .caption {
	width:450px;
}

/******/


.kunst_bauen .caption {
	width:640px;
	padding-top: 5px;
}

.kunst_bauen li{
	font-size: 20px;
	font-weight:bold;
}

.kunst_bauen a {
	color:blue;
}