/* Rivington Arms base style CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background: white;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}

#pagewrap {
	width:760px;
	margin:0 auto;
	text-align:center;
	vertical-align: top;
	background: url(/img_base/bg_body.gif) repeat-y center;
}



h1 {
	font-size: 18px;
	margin-top: 40px;
}


/* used in PRESS page top */
h2 {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}


a:link, a:visited {
	text-decoration:none;
	color:black;
	border:none;
}

a:hover {
	text-decoration:underline;
}







/* Header style */

#header {
	height: 100px;
	padding-top:17px;
	padding-bottom:18px;
	padding-left:180px;
	background: url(/img_base/bg_header.gif) no-repeat top;
}

#headerhome {
	width:300px;
	height: 98px;
	top: 20px;
}

#header p {
	display:inline;
	text-align:center;
	height:20px;
}

#onView  {
	text-align:left !important;
	font-size:10px;
	text-transform:uppercase;
	height:20px;
	margin-top: 2px;
}

/* content style */

#col1 {
	float:left;
	width:155px;
	margin-left: 0;
	padding-left:14px;
	vertical-align:top;
	text-align:center;
}

#col2 {
	width:580px;
	margin-top: 0;
	margin-left: 172px;
	vertical-align:top;
}




/* Side nav style */

#col1 h1 {
	background: url(/img_base/bg_hr25.gif) repeat-x;
	width:100%;
	height:25px;
	vertical-align:middle;
	margin-top:40px;
	margin-bottom: 40px;
	padding-top: 8px;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
}

.navList {
	padding:0 0px 100px 0px;
	font-size: 14px;
}

.navsubList {
	margin:15px auto 40px auto;
	font-size: 11px;
	color:#666666;
}

.navsubList p {
	margin:5px auto;
}

.navCurrentPage {
	background: url(/img_base/arrow_right_0.gif) no-repeat;
}

.navsubList .navCurrentPage {
	color: black;
	background-image:none;
}

#col1 ul {
	list-style:none;
	margin-left:10px;
	padding-left:0;
	text-align:left;
}

#col1 li {
	margin: 20px 0;
}



/* Zoom image section */

#zoomarea {
	margin-top:0;
	margin-left:0;
	width: 580px;
	height:425px;
	text-align:left;
}

#imgzoom {
	float:left;
	width:500px;
	height:400px;
	text-align:center;
	vertical-align:middle;
	border-right:black solid 1px;
}

#imgzoom img {
	margin:auto;
}

#imgzoomnav {
	width:70px;
	height:400px;
	margin-left:500px;
	border:0;
}

#imgzoomnav #arrowR {
	margin-top: 380px;
	margin-left:26px;
	border: 0;
}

#imgzoomnav #arrowL {
	margin-top:380px;
	margin-left:5px;
	border:0;
}

#caption {
	clear:both;
	position:absolute;
	margin-top: 0px;
	margin-left:0;
	width:564px;
	height:25px;
	padding-right:10px;
	padding-top:2px;
	text-align:right;
	line-height:22px;
	background: url(/img_base/bg_hr25.gif) repeat-x;
}

.ArtTitle {
	font-style:italic;
}


/* tab style */
#tabImg, #tabBio {
	width:100%;
	height:28px;
	margin-top: 30px;
	margin-left: 0;
}

#tabImg {
	background: url(/img_base/bg_tabs_img.gif) no-repeat left;
}

#tabBio {
	background: url(/img_base/bg_tabs_bio.gif) no-repeat left;
}

#tab1, #tab2 {
	float: left;
	width:140px;
	text-align:center;
	text-transform:uppercase;
	margin-top: 7px;
	line-height:20px;
}



/* Content body */

.content {
	padding:25px;
	text-align:center;
}

#artistIcon {
	margin-top: 20px;
	border:1px solid black;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	margin-top: 50px;
}

.showYear {
	font-size: 12px;
	font-weight: bold;
	margin-bottom:-12px;
}

.showTitle {
	font-style:italic;
}

table {
	margin:30px auto;
}

#contentCol1, #contentCol2, td {
	width:235px;
	text-align:left;
	vertical-align:top;
	padding:0 25px;
	margin:30px 0;
}

#contentCol1 {
	border-right: solid 1px black;
}


.CurrentShow, .CurrentArtist {
	letter-spacing:1px;
	font-weight:bold;
	margin:auto;
}

.CurrentArtist {
	font-size:18px;
	margin-top: 20px;
}

.CurrentShow, .CurrentShow a {
	font-size:15px;
	margin: 30px auto;
	font-style:italic;
}

.GroupShow {
	font-size:20px;
	margin: 30px auto;
	font-style:italic;
}

.subTitle {
	font-size:.6em; 
	font-style:normal; 
	text-transform:uppercase;
}

.curator {
	font-size: 14px;
	margin-bottom:30px;
}

.artistGroup {
	font-size: 14px;
	margin: 30px auto;
}

.imgicons {
	margin-top: 40px;
}

.imgicons img {
	margin: 25px;
	border: 1px black solid;
}

.imgicons a:hover img  {
	border: 1px #999999 solid;
}

.artistWrap {
	width:120px;
	float: left;
	margin:20px;
}

.artistWrap img {
	margin:0;
}

.artistName, .artistWrap .artistName {
	display:block;
	padding:10px 0;
	text-align:center;
}


#iconPageNav {
	word-spacing:5px;
	text-align:right;
	padding-right:50px;
	margin-bottom:20px;
}

#iconPageNav a {
	padding-left:10px;
}

.imgTotal {
	word-spacing:normal;
	margin-right: 30px;
}

.nobullet {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

dl {
	margin-top:0;
}

dd {
	margin-top:-16px;
	margin-bottom:12px;
	margin-left: 22px;
}


/* Exhibition pages */

.exhibilist {
	width:460px;
	margin:30px auto;
}

.exhibiimg {
	width:120px;
	height:130px;
	text-align:center;
	vertical-align:middle;
	padding:20px;
}

.exhibiimg img {
	border:black 1px solid;
}

.exhibiimg a:hover img {
	border:#999 1px solid;
}

.exhibiinfo {
	text-align:left;
	vertical-align:middle;
	padding:20px;
}

.exhibilist .showTitle {
	font-size:14px;
	font-weight:bold;
	margin:0;
}

.exhibilist .artistName {
	font-size:14px;
	font-style:normal;
	text-align:left;
	margin:0;
}

.exhibiyearnav {
	padding: 20px 0;
}

.exhibiyearnav, .exhibiyearnav a {
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}

.exhibitext {
	margin:40px; 
	text-align:left;
}


/* Multiples pages */

.multiplelist {
	width:460px;
	margin:30px auto;
}

.multipleimg {
	width:120px;
	height:130px;
	text-align:center;
	vertical-align:top;
	padding:20px;
}

.multipleimg img {
	border:black 1px solid;
}

.multipleCatagory {
	display:block;
	font-size:10px;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:6px;
}

.multipleTitle {
	font-size:16px;
	font-weight:bold;
	margin-right:10px;
}

.artistName {
	font-size:14px;
	font-style:normal;
	text-align:left;
	padding:0;
	margin-bottom:14px;
}

.price {
	display:block;
	font-size:14px;
	font-style:normal;
	text-align:left;
	margin-top:14px;
	margin-bottom:6px;
}

.buy {
	display:block;
	font-size:10px;
	text-transform:uppercase;
	margin-bottom:20px;
}

#itemimg {
	width: 220px;
	float:left;
	display:inline;
	margin:40px;
	text-align:left;
	font-size:12px;
}

#itemimg img {
	margin-bottom: 20px;
}

#iteminfo {
	width:240px;
	float:left;
	display:inline;
	text-align:left;
	margin-top:20px;
}

#itemotherstlt {
	clear:both;
	height:20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-left:-3px;
	margin-right:6px;
	font-size:10px;
	text-transform:uppercase;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
}

#itemothers {
	height:200px;
	text-align:left;
	margin:0;
	padding:0;
}

#itemothers li {
	float:left;
	display:inline;
	width:130px;
	height: 160px;
	margin:20px;
	text-align:center;
}

#itemothers li img {
	margin-bottom:10px;
	border:0;
}

#itemothers li a:hover img {
	border-bottom-color:#FFFFFF;
	border:none;
}

#reviews {
	clear:both;
	padding:0 40px 40px 40px;
	text-align:left;
}

/* PRESS pages */



#pressHeader {
	position:relative;
	width:100%;
	height:100px;
}

#pressHeader h2 {
	position:absolute;
	top: 45px;
	left: 80px;
	margin:0;
	padding:0;
}

#pressHeader h1 {
	position:absolute;
	top: 40px;
	left:230px;
	margin:0;
	padding:0;
} 

#pressHeader #form1 {
	position:absolute;
	top: 40px;
	left: 420px;
	margin:0;
	padding:0;
}


#pressWrap {
	width: 480px;
	margin-left: 70px;
	padding:0;
	text-align: left;
	vertical-align: top;
}

#pressWrap td {
	text-align: left;
	margin-left: 0;
	padding-left:0;
	padding-right:0;
}

.presscover {
	width: 120px;
	padding-bottom: 50px;
}

.presscover img {
	border:1px solid black;
}

.pressyear {
	font-weight: bold;
	margin-top: 0;
	width: 40px;
}

.pressname {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	width: 80px;
}

#pressWrap dl {
	margin-left: 0px;
	margin-top:0;
	padding-bottom: 50px;
}

#pressWrap dl dt {
	padding: 0;
	font-weight: bold;
}

#pressWrap dl dd {
	margin-left: 35px;
	margin-bottom: 0px;
}

#pressWrap ul {
	width: 200px;
	margin: 0px;
	padding: 0 0 50px 0;
	list-style:none;
}

#pressWrap li {
	margin: 0;
	padding:0;
	list-style: none;
}




/* Footer style */
.currentPage {
	height: 14px;
	margin-left:140px;
	margin-right:170px;
	text-transform:uppercase;
}
#footer {
	clear:both;
	height: 150px;
	padding-top: 24px;
	margin-bottom:0;
	vertical-align: top;
	background: white url(/img_base/bg_footer.gif) no-repeat;
}

#footer p {
	text-align:center;
	height:20px;
	margin-left: 180px;
	margin-top: 0;
}

#footerhome {
	width:60px;
	height: 50px;
	margin-top: 40px;
	margin-left: 670px;
}
