/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%; 
	font-family: Arial, Helvetica, sans-serif;
}
img, div, td { 
	behavior: url(styles/iepngfix.htc) 
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body#wrapper {
	height: 100%;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

/* --------- END CLEAR CSS ---------- */

/* ---------- BEGIN custom layout ---------- */
body {
	background-color: #fff;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#containter {
	width: 1150px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 100px;
	text-align:left;
}

/* ---------- END custom layout ---------- */
/* ---------- BEGIN title ---------- */
.title {
	width: 980px;
	font-family: "Lucida Grande CE";
	font-size: 16px; 
	font-weight: normal;
	letter-spacing: 4px;
	margin-bottom: 40px;
	color: #000;
}

.title a {
	text-decoration: none;
	color:#000;
}
/* ---------- END title ---------- */

/* ---------- BEGIN global navigation ---------- */
.g-nav {
	
	float: left;
}

.g-nav a {
	font-size: 12px; 
	letter-spacing: 1.5px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 40px;
	text-decoration: none;
	color: #000;
}

.g-nav a:hover {
	text-decoration: underline; 
	color: #000;
}

.g-nav p {
	margin-top: 30px;
}

.sub-nav li {
	line-height:30px;
}

.sub-nav {
	margin-left: 15px;
}

.caption {
	margin-top: 50px;

	font-family:Arial, Helvetica, sans-serif;
	
	margin-right: 40px;
	
}

.caption p {
	font-size: 11px;
	color: #000;
	font-weight:normal; 
	text-decoration:none;
}

.img-navigation {
	margin-top: 50px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal; 
	margin-right: 40px;
	margin-left: 100px;
	text-decoration: none;
	color: #000;
}

.img-navigation a {
	color:#000;
	text-decoration: none;
}
/* ---------- END global navigation ---------- */

/* ---------- BEGIN main content ---------- */
.installation {
	float: left;
}

.painting {
	float: left;
	margin-left: 10px;
	margin-bottom: 30px;
}

.animation {
	float: left;
	margin-left: 150px;
	margin-bottom: 30px;
}

.animation-special {
	float: left;
	margin-left: 277px;
	margin-bottom: 30px;
}

.painting-small {
	float: left;
	margin-bottom: 20px;
	margin-left: 15px;
}

.animation p {
	width: 700px;
	margin-top: 15px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.animation-special p {
	width: 700px;
	margin-top: 15px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.animation strong {
	font-size: 13px;
}

.animation-special strong {
	font-size: 13px;
}

.animation-special a {
	text-decoration: none;
	margin-left: 250px;
	color: #000;
}

.animation a {
	text-decoration: none;
	margin-left: 300px;
	color: #000;
}

.bio {
	width: 700px;
}

.bio p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
}

.bio a {
	color: #006699;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.bio a:hover {
	text-decoration: underline;
}

.margintop {
	margin-top: 30px;
}

/* ---------- BEGIN FILM/VIDEO SYTLES ---------- */

.project-images {
	float: left;
}

.project-images img {
	margin-bottom: 40px;
	margin-left: 120px; 
}

.project-description {

	color: #000; 
}

.project-description h1 em {
	font-style: italic;
	font-weight: bold;
	font-size:12px;
	margin-left: 15px;
}

.project-description p {
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;
	line-height: 18px;
}

.project-description p a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}


/* ---------- END FILM/VIDEO STYLES ---------- */
