/* CSS Sheet */
/* Author: Matt Haworth, Virtual Construction */

/* RESET */

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, em, 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: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}

.clearfix:after, #wrapper:after, .videotitle:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}



/* SPECIFIC */


body {
	background: #FFF url('../img/room.png') no-repeat center top;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #989898;
	font-size: 0.9em;
}

body#new {
	background: #FFF url('../img/room-top.png') no-repeat center top;
}

body#new.mannewyork {
	background: #FFF url('../img/room-top-mannewyork.png') no-repeat center top;
}

a {
	color: #989898;
}

a.thumbleft{
    margin: 7px 0 7px 7px;
    float: right;
	display: inline;
}

a:hover {
	color: #000;
}

h2 {
	margin-top: 42px;
}

h2.body {
    margin: 0 0 42px 0;
}

.videotitle {
	width: 612px;
	margin: 42px 0 20px 0;
	clear: both;
	display: block;
	font-size: 2em;
}

.videotitle h2 {
	margin: 0;
	font-weight: normal;
	float: left;
}

.videotitle strong {
	float: right;
}

p {
	margin-top: 14px;
	line-height: 120%;
}

p.introtext {
   font-weight: bold;
}

.subscript {
   font-size: 0.75em;
}

#infotext p { 
   margin: 0 0 14px 0;
   line-height: 190%;
}

p#more {
	margin-top: 7px;
}

p#address{
    width: 100%;
	margin-top: 14px;
	display: inline-block;
}

#wrapper{
	width: 980px;
	margin: 195px auto;
}

#new #wrapper{
	margin: 105px auto;
}

#body{
	width: 980px;
	position: relative;
}

#info{
    float: left;
	text-align: right;
	width: 282px;
	margin-right: 45px;
}

#infotext{
	width: 612px;
	margin-left: 40px;
	float: left;
}

#titletext{
	width: 612px;
	margin-left: 40px;
	float: left;
}

#artworkscontainer {
    position: relative;
}

h2.subline{
	position: absolute;
	width: 588px;
	height: 88px;
	top: 380px;
	right: 20px;
}

ul#menu{
    margin-top: 50px;
	width: 159px;
    float: right;
	clear: both;
}
ul#menu li{
	width: 159px;
	margin-bottom: 7px;
}

ul#menu li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 7px 7px 5px 0px;
	background-color: #989898;
	border: 1px solid #989898;
}

ul#menu li a:hover, ul#menu .active a {
	text-decoration: none;
	color: #989898;
	border: 1px solid #989898;
	background-color: transparent;
}

#iraq #artworks {
    position: absolute;
	height: 391px;
	top: 20px;
	left: 371px;
}

#iraq #artworks img{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#iraq #artworks img.active {
    z-index:10;
}

#iraq #artworks img.last-active {
    z-index:9;
}

.iraqimg {
	margin-bottom: 10px;
	display: inline-block;
}

#artworksnormal, #artworksexpanded{
	height: 590px;
	position: absolute;
	left: 351px;
	top: -7px;
}

#artworksnormal{
	width: 700px;
	overflow: hidden
}

#artworksexpanded{
	width: 3150px;
}

.artcol{
	float: left;
	padding-left: 7px;
}

#artworksnormal a, #artworksexpanded a{
    float: left;
}

.playimagebox{
    width: 224px;
	margin: 0 14px 14px 0;
	float: left;
}

.last {
	margin: 0 0 14px 0;
}

.playimagebox img {
	float: left;
}

.playimagebox .textlink {
	background-color: #989898;
	width: 217px;
	padding: 3.5px;
	float: left;
	color: #fff;
	text-decoration: none;
}

.clearleft{
    clear: left;
}

.moreimages, .lessimages{
	background-color: #989898;
	float: left;
	clear: both;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.moreimages:hover, .lessimages:hover{
    color: #eaeaea;
}

.moreimages{
    width: 91px;
	margin: 14px 0 14px 10px;
	padding: 4px 4px 4px 90px;
}

.lessimages{
    width: 87px;
    margin: 14px 0 14px 15px;
    padding: 4px 110px 4px 4px;
}

blockquote {
    background: transparent url('../img/artlandblockquote-l.gif') 0px 5px no-repeat;
    padding-left: 40px;
}

blockquote p {
	font-size: 1em;
	line-height: 130% !important;
	font-weight: bold;
}

strong, b {
	font-weight: bold;
}

#openingtimes {
    padding: 10px;
	border: 1px dotted #989898;
	margin-bottom: 10px;
}

.bestsmallgallery a {
	padding: 5px 5px 5px 40px;
	display: block;
	background-color: #DFDFDF;
	border: 1px solid #989898;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	position: relative;
}

.bestsmallgallery a b {
	vertical-align: top;
}

.bestsmallgallery img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.video-embed {
	float: right !important;
}

#credit {
	background-color: #EFEFEF;
	padding: 2.5px 12.5px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-icab-border-radius: 15px;
	-o-border-radius: 15px;
	-khtml-border-radius: 15px;
	
	
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: italic;
}

/* LIGHTBOX */
/* SEE LIGHTBOX.CSS */