/*-  Base styles
----------------------------------------------------------------------*/
body {
	background: #FFF;
	color: #000;
	margin: 0 auto;
	padding: 0;
	font-size: 11px/1.5;
	font-style: normal;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	text-align: center;
}
body.frontal {
	background: #0D0E09;
	color: #000;
	margin: 0 auto;
	padding: 0;
	font-size: 11px/1.5;
	font-style: normal;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	text-align: center;
}
img {
	border: none;
}

/*- Anchor styles */
a img {
	border: none;
}
a {
	color: #1F638A; /* gloomy blue */
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

/*- Form elements */
form {
	border: none;
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 1em;
}
input.text, textarea {
	border: 1px solid #C2C2C2;
	border-color: #6C6C6C #C2C2C2 #C2C2C2 #6C6C6C;
	padding: 2px 0;
}

/*-  Varnish */
abbr, acronym {
	border-bottom: none;
}
iframe {
	margin: 0 auto;
}

/* the skip & search portion */
.ineffable { 
	position: absolute;
	left: -1000px;
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.gone, table.ineffable, legend.ineffable {
	display: none;
}
/*-  Page Layout
----------------------------------------------------------------------*/
/*-	self-clearing floats */
.row:after, #navigation:after, #global-info:after, #content-layout:after,
#content:after, #descriptor:after, #article:after, .module-slideshow ul:after,
.module-package .content .feature a:after, #article-bottom:after,
#listings-sponsored:after, #story-overview:after, .block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.row {
	clear: both;
}
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: left;
	border: 1px solid #DFD7CB;
}
body.frontal #wrap {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: left;
	border: none;
}

#top, #bottom {
	height: 1px; /* fixes problem in Firefox */
}

/*-  BRAND
----------------------------------------------------------------------*/
#brand {
	position: relative;
}
#brand h1 {
	width: 980px;
	height: 109px;
	background: url(../images/pageEvent.jpg) no-repeat;	
	text-indent: -9999px;
	margin: 0;
}

/*-  INTRODUCTION PAGE
----------------------------------------------------------------------*/
#introduction {
	background: url(../images/mainIntro.jpg) no-repeat;
	width: 980px;
	height: 750px;
	margin: 0;
}
#entry {
	margin-top: 400px;
	margin-right: 20px;
	width: 205px;
	float: right;
}
#entry a img {
	outline: none
}

/* ENTER Button */
.enter {
	display: block;
	width: 203px;
	height: 49px;
	text-indent: -1000em;
	background: url(../images/enter.gif) left top no-repeat;
}

.enter:hover {
	background-position: -203px 0;
}

.enter:active {
	background-position: right top;
}
	

/*-  NAVIGATION
----------------------------------------------------------------------*/
#navigation {
	clear: both;
	position: relative;
	height: 30px;
	overflow: hidden;
}
#navigation ul#nav-primary {
	background-color: #DFD7CB;
	height: 32px;
	display: block;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	float: left;
	margin: 0;
	padding: 1px 0 4px;
}

/*-
Primary navigation */
#navigation a.topnav {
	background-repeat: no-repeat;
	border-right: 1px solid #FFF;
	display: block;
	height: 25px;
	margin-top: 2px;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
}
#navigation a.topnav:hover {
	background-position: 0 -25px;
}
li#top-home a.topnav { /* #top-home */
	background-image: url(../images/share/top-home.gif);
	width: 55px;
}
li#top-adoption a.topnav { /* #top-donation */
	background-image: url(../images/share/top-adoption.gif);
	width: 150px;
}
li#top-guestbook a.topnav { /* #top-arts-events */
	background-image: url(../images/share/top-guestbook.gif);
	width: 105px;
}
li#top-2gallery a.topnav { /* #top-2gallery */
	background-image: url(../images/share/top-2gallery.gif);
	width: 115px;
}
li#top-3gallery a.topnav { /* #top-3gallery */
	background-image: url(../images/share/top-3gallery.gif);
	width: 115px;
}
li#top-contact a.topnav { /* #top-contact */
	background-image: url(../images/share/top-contact.gif);
	width: 93px;
}
li#top-more a.topnav { /* #top-more */
	background-image: url(../images/share/top-more.gif);
	width: 89px;
}
li#top-info a.topnav { /* #top-info */
	background-image: url(../images/share/top-info.gif);
	width: 250px;
}

/*-
Primary navigation defaults */
body.home li#top-home a.topnav, body.home li#top-home a.topnav:hover,
body.procedure li#top-adoption a.topnav, body.procedure li#top-adoption a.topnav:hover,
body.guestbook li#top-guestbook a.topnav, body.guestbook li#top-guestbook a.topnav:hover, body.gallery3 li#top-3gallery a.topnav, body.gallery3 li#top-3gallery a.topnav:hover,
body.arts-events li#top-arts-events a.topnav,
body.gallery2 li#top-2gallery a.topnav, body.gallery2 li#top-2gallery a.topnav:hover {
	border: 1px solid #CCC;
	border-width: 0 1px;
	margin-left: -1px;
	background-position: 0 -50px;
}


/*- CONTENT
----------------------------------------------------------------------*/
#content {
	background-color: #DFD7CB; /* lighter gray*/
	border-top: 1px solid #D6D5D3; /* light gray */
	padding: 7px 8px 9px 8px;
	width: 964px;
}
#content img.none {
	border: none;
}

/* Content-layout */
#content-layout {
	width: 964px;
	background-color: #FFF;
}


/*- PRIMARY CONTENT
----------------------------------------------------------------------*/
#content-primary-wrap { 
	float: left;
	width: 964px;
}
#content-primary { 
	width: 939px;
	padding: 0 13px 0 12px;
}
#content-primary .block { 
	overflow: hidden;
}

/* Page type */
#descriptor {
	background: #FFF;
	border-bottom: 1px solid #F0F0F0;
    padding: 0.4em 0;
}
#descriptor h1, #descriptor a.last {
	text-transform: uppercase;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-bottom: 0;
}
h1#page-type {
	width: 60%;
	float: left;
}
.norm {
	text-transform: none;
}
/* Story content */
#main {
	color: #232323; /* dark gray */
}

/* The package color schemes */
.package-red .module-package .head {
	background-color: #0D0C09;
}

/* Headline styles */
h1.primary {
	border-bottom: 1px solid #DBDBDB;
	font: normal 28px/1.2 Georgia, Garamond, Times, "Times New Roman", serif;
	position: relative;
	margin: 0;
	padding: 15px 0;
}
h1.primary cite {
	color: #900;
	font-style: normal;
}
h2.primary {
	color: #C0C0C0;
	font: normal 22px/1.2 "Arial Black", Gadget, sans-serif;
	margin: 0;
	padding: 0;
	
}
h2.first-page {
	font: normal 30px/1.2 "Arial Black", Gadget, sans-serif;
	margin: 0;
}
h3.deck {
	font: bold 14px/1.3 Georgia, Garamond, Times, "Times New Roman", serif;
	margin: .4em 0 0;
}


/* Inset 
----------------------------------------------------------------------*/
#main .inset {
	clear: left;
	margin: 0 15px 0 0;
	float: left;
	width: 200px;
}
#main .inset .block {
	margin-bottom: 11px;
}

/* General "sidebar" styles */
.sidebar {
	border: 1px solid #E7E7E7;
	padding: 10px;
}
.sidebar .head h4 {
	color: #232323;
	font-size: 12px;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.sidebar .content {
	color: #666;
	font-size: 11px;
	line-height: 1.45;
}
.sidebar .content ul, .sidebar .content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar .title {
	font-weight: bold;
	text-transform: uppercase;
}

/*-  MODULES in Primary Content .Inset
----------------------------------------------------------------------*/
/*- MODULE Packages -*/
.module-package {
	border: 1px solid #E7E7E7;
	padding: 1px;
}
.module-package .head {
	background-color: #730909;
	text-align: center;
	text-transform: uppercase;
	padding: 6px;
}
.module-package .head h4 {
	color: #FFF;
	font: bold 10px/1.4 Georgia, Garamond, Times, "Times New Roman", serif;
	margin: 0;
}
.module-package .content {
	background-color: #FFF;
	font-size: 11px;
	line-height: 1.3;
	margin-top: 3px;
	margin-bottom: 0;
}
.module-package .content p.photo {
	border-bottom: 1px solid #FFF;
	margin: 0;
	padding: 5px 7px 5px 7px;
}
.module-package .content p.photo img {
	display: block;
	margin: 0 auto;
}
.module-package .content ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
.module-package .content li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
}
.module-package .content li a {
	display: block;
	padding: 5px 10px 5px 9px;
}
.module-package .content li a:hover {
	background-color: #EBE9E8;
}
.module-package .content li.current a, .module-package .content li.current a:hover {
	background: #F6F6F4 url(../images/share/arrow-current.gif) no-repeat 10px 10px;
	cursor: text;
	font-weight: bold;
	padding-left: 21px;
	text-decoration: none;
}
.module-package .content li.current a {
	color: #232323;
}
.module-package .content li.more {
	border-bottom: 1px solid #C4C4C4;
	margin-bottom: 1px;
	text-transform: uppercase;
}
.module-package .content li.more a {
	background: #F6F6F4 url(../images/share/arrow-more.gif) no-repeat 95% 50%;
}
.module-package .content li.more a:hover {
	background-color: #EBE9E8;
}

/*- MODULE Backstory -*/
.module-backstory .head h4 {
	background: url(../images/share/arrow-header-red.gif) no-repeat 0 2px;
	padding-left: 16px;
	margin-bottom: 6px;
}
.module-backstory .content p {
	margin: 0;
	text-align: justify;
	line-height: 1.2;
}
.module-backstory cite {
	font-style: normal;
	font-weight: bold;
}


/*- STORY
----------------------------------------------------------------------*/
#story {
	width: 670px;
	padding-left: 25px;
	float: left;
	font: normal 16px Arial, Helvetica, Verdana, Geneva, sans-serif;
}
#story p {
	margin-top: 0;
	text-align: justify;
} 
#story .tax {
	font-size: 21px;
}
#story .drop {
	color: #060606;
	display: block;
	float: left;
	font-size: 38px;
	font-weight: bold;
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	line-height: 1;
	margin: -2px 10px 0 0;
}
#story blockquote {
	font: normal 23px/1.15 Georgia, Garamond, Times, "Times New Roman", serif;
	margin: 1em 0;
	text-align: center;
	color: #FF0;
}
#story blockquote p {
	margin: 0;
}
#story #procedure, #story #terms {
	padding-bottom: 15px;	
}
#story ul {
	padding: 0;
}
#story ul li {
	padding: 5px;
	width: 600px;
	text-align: justify;
	vertical-align: middle;
}
a.restart {
	color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
a.restart img {
	border: 1px solid #F00;	
}

/* MODULE-advert */
.module-advert {
	/* border: 1px solid #E7E7E7;*/
	color: #232323;
	font-size: 12px;
	margin: 1em 0;
	text-indent: -9999px;
	text-align: center;
}
.module-advert p {
	margin: 0;
}
.module-advert h4 {
	width: 655px;
	height: 89px;
	background: url(../images/CAEads.jpg) no-repeat;
}

/*- GUEST BOOK
----------------------------------------------------------------------*/
#guestBook {
	font: normal 16px Arial, Helvetica, Verdana, Geneva, sans-serif;
	width: 900px;
	float: left;
	margin: 0 5px;
}
#guestBook h3 {
	text-decoration: underline;	
	text-transform: uppercase;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 0;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*background-color: #999;*/
	margin: 0 10px;
	padding: 0;
	background-image: url(../images/topQuote.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote.Qblue {
	background: url(../images/topQuote_blue.gif) no-repeat left top;
}
blockquote.Qred {
	background: url(../images/topQuote_red.gif) no-repeat left top;
}
blockquote.Qorange {
	background: url(../images/topQuote_orange.gif) no-repeat left top;
}
blockquote.Qgreen {
	background: url(../images/topQuote_green.gif) no-repeat left top;
}
blockquote p {
	margin: 0 0 0 10px;
	padding: 10px 20px 0px;
	text-indent: 8px;
	text-align: justify;
}
.quote_attrib {
	font-size: 70%;
	background-image: url(../images/btmQuote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	text-indent: 0;
	padding-bottom: 10px;
	padding-right: 45px;
}
.quote_attribBlue {
	font-size: 70%;
	background-image: url(../images/btmQuote_blue.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	text-indent: 0;
	padding-bottom: 10px;
	padding-right: 45px;
}
.quote_attribRed {
	font-size: 70%;
	background-image: url(../images/btmQuote_red.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	text-indent: 0;
	padding-bottom: 10px;
	padding-right: 45px;
}
.quote_attribGreen {
	font-size: 70%;
	background-image: url(../images/btmQuote_green.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	text-indent: 0;
	padding-bottom: 10px;
	padding-right: 45px;
}
.quote_attribOrange {
	font-size: 70%;
	background-image: url(../images/btmQuote_orange.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	text-indent: 0;
	padding-bottom: 10px;
	padding-right: 45px;
}
.quote_attrib2 {
	background-image: url(../images/btmQuote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
}
.quote_attrib2Blue {
	background-image: url(../images/btmQuote_blue.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
}
.quote_attrib2Red {
	background-image: url(../images/btmQuote_red.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
}
.quote_attrib2Green {
	background-image: url(../images/btmQuote_green.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
}
.quote_attrib2Orange {
	background-image: url(../images/btmQuote_orange.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
}
/* quote flickr */
.quote_flickr {
	width: 100%; 
	font: normal 13px Arial, Helvetica, Verdana, Geneva, sans-serif;
}
.quote_flickr ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;
}
.quote_flickr ul li { 
	float: left; 
	width: 280px;
	height: auto;
	margin: 10px 0 0 10px; 
	padding: 0;
}
.quote_flickr ul li.quote_att {
	color: #ff0606; /* red */
}
.quote_flickr ul li.quote_att2 {
	color: #1F638A; /* blue */
}
.quote_flickr ul li.quote_att3 {
	color: #036604; /* green */
}
.quote_flickr ul li.quote_att4 {
	color: #ff7004; /* orange */
}
.quote_flickr ul li.quote_lang {
	width: 410px;
	font-size: 150%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #ff0606;
	font-weight: bold;
}
.quote_flickr ul li.quote_spec {
	width: 850px;
	font-size: 135%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	color: #1F638A;
	margin-left: 10px;
}
.quote_flickr ul li.quote_spec2 {
	width: 850px;
	font-size: 135%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	color: #ff0606;
	margin-left: 10px;
}
.quote_flickr ul li.quote_spec3 {
	width: 850px;
	font-size: 135%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	color: #ff7004;
	margin-left: 10px;
}
.quote_flickr ul li.quote_spec4 {
	width: 850px;
	font-size: 135%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	color: #036604;
	margin-left: 20px;
}

.quote_flickr ul li.quote_black {
	width: 850px;
	font-size: 135%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	margin-left: 10px;
}

.quote_flickr ul li.quote_france {
	width: 725px;
	font-size: 135%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	color: #ff0606;
	margin-left: 80px;
}
.quote_flickr ul li.quote_flex {
	width: auto;
	font-size: 125%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/*- GALLERY
----------------------------------------------------------------------*/
#gallery {
	font: normal 16px Arial, Helvetica, Verdana, Geneva, sans-serif;
	width: 930px;
	float: left;
}
/* community flickr */
#community_flickr {
	width: 900px; 
	font: normal 13px Arial, Helvetica, Verdana, Geneva, sans-serif;
	min-height: 490px;	
}
#community_flickr ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
#community_flickr ul li { 
	background: url(../images/thumb-frame.gif) no-repeat 30px left;
	float: left; 
	margin: 20px 1px 0 25px; 
	width: 122px;
	height: 180px;
	border-bottom: 1px solid #C0C0C0;
}
#community_flickr a {
	display: block;
	float: left;
	outline: none;
	text-align: center;
}
#community_flickr .cart {
	display: block;
}
#community_flickr img {
	margin: 8px 9px 0 9px; 
	padding: 5px;
	border: 1px solid #C0C0C0;
}
#community_flickr img.thumb {
    -webkit-box-shadow: 3px 3px 6px #666;
    -moz-box-shadow: 3px 3px 6px #666;
    box-shadow: 3px 3px 6px #666;
}
#community_flickr .adoptCart a {
	outline: none;
}
.text {
	display: block;
	clear: both;
	padding: 0 5px 0 5px;
	text-align: center;
	height: 30px;
}
#community_flickr .adopted {
	display: block;
	clear: both;
	width: 122px;
	text-align: center;
	height: 30px;
}
#community_flickr .adopted img{
	border: none;
	padding: 0;
}
/* CHECK-OUT CART */
#checkOut {
	float: right;
}
.button {
	display: block;
	width: 203px;
	height: 49px;
	text-indent: -1000em;
	background: url(../images/check-button.gif) left top no-repeat;
}

.button:hover {
	background-position: -203px 0;
}

.button:active {
	background-position: right top;
}

/*- SHOPPING CART
----------------------------------------------------------------------*/
#shoppingCart {
	font: normal 13px Arial, Helvetica, Verdana, Geneva, sans-serif;
	/*border: 1px solid #F00;*/
	float: left;
	padding: 0 25px 0 55px;
}
#shoppingCart label {
	width: 100px;	
}
#cart-wrap {
	border: none;
}
#cartDetails {
	border-bottom: 1px solid #C0C0C0;
	height: 63px;
}

/*- CMS
----------------------------------------------------------------------*/
#CMS {
	font: normal 13px Arial, Helvetica, Verdana, Geneva, sans-serif;
	/*border: 1px solid #F00;*/
	float: left;
	padding: 0 25px 0 25px;
}
#cms-wrap {
	border: 1px solid #C0C0C0;
}
#cms-wrap2 {
	border: 1px solid #C0C0C0;
	width: 900px;
	height: 230px;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	font-weight: bold;
}
#cms-wrap2 img {
	border: 3px double #F00;
}
#cms-wrap2 h2 {
	margin: 3px 0;
	color: #006699;
}
#cmsDetail, #cmsPic, #cmsStatus {
	float: left;
	width: 30%;
	margin: 5px 10px;
}
.cmsText {
	color: #006699;
}
.cmsText2 {
	color: #F00;
}

/* CMS TABLE FORMAT */
ul#header, ul#header li, ul#data, ul#data li{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#header li {
	display: block;
	float: left;
	margin-left: 1px;
	background-color: #C0C0C0;
	color: #006699;
	font-weight: bold;
	padding: 5px;
}
ul#data li {
	display: block;
	float: left;
	margin-left: 1px;
	padding: 5px;
}
li.head1, li.head2, li.head4a, li.data1, li.data2, li.data4a{
	width: 80px;
}
li.head3, li.head6, li.data3, li.data6 {
	width: 200px;
}
li.head3a, li.data3a {
	width: 250px;
}
li.head4, li.head6a, li.data4, li.data6a{
	width: 100px;
}
li.head5, li.data5{
	width: 150px;
}
#repeat {
	border-bottom: 1px solid #C0C0C0;
	height: 63px;
}
.clearFix {
	clear: both;
}
.adopttext {
	border: none;
}
.maxBid {
	color: #F00;
	font-weight: bold;
	text-align: right;
}
/* Submission Form */
#submission {
	width: 300px;
	margin: 20px 100px;
	padding: 0 35px 25px 35px;
	border: 1px solid #c0c0c0;
}
#submission h1 {
	text-align: center;
}

#personal-info {
	margin-bottom: 10px;
}
#personal-info p {
	margin-bottom: 5px;	
}
#personal-info label {
	display: block;
	width: 300px;
}
#personal-info input {
	display: block;
}
#sprytextfield1, #sprytextfield2, #sprytextfield3 {
	width: 300px;
}
#form-buttons {
	border-top: 1px solid #F0F0F0;
	height: 30px;
	padding: 5px;
}
#button-wrap {
	width: 300px;
}

/*-  Global information (contains search and additional info)
----------------------------------------------------------------------*/
#global-info {
	clear: both;
	background: url(../images/share/bg-hatch.gif);
	border: 1px solid #B5B5B5;
	border-width: 1px 0;
	font-size: 11px;
}

/* search */
#search {
	text-align: center;
	width: 100%;
	padding: 10px 0 10px;
	font-size: 11px;
}
#search ul, #search li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#search ul.admin {
	margin-left: 30px;
	text-align: left;
}
#search li {
	display: inline;
	border-left: 1px solid #D2D2D2;
	padding: 0 2em;
}
#search li.first {
	border-left: none;
	padding-left: 0;
}
#search li:last {
	float: right;
}
#search .text {
	border: 1px solid #7F7F7F;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	font-size: 11px;
	width: 140px;
}
#search .image {
	padding: 0;
	margin: 0;
	display: inline;
}
/* pageNav */
#pageNav {
	text-align: center;
	width: 25%;
	font-size: 11px;
	float: right;
}
#pageNav ul, #pageNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#pageNav ul.admin {
	margin-left: 30px;
	text-align: left;
}
#pageNav li {
	display: inline;
	border-left: 1px solid #D2D2D2;
	padding: 0 2em;
}
#pageNav li.first {
	border-left: none;
	padding-left: 0;
}
#pageNav li:last {
	float: right;
}
#pageNav .text {
	border: 1px solid #7F7F7F;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	font-size: 11px;
	width: 140px;
}
#pageNav .image {
	padding: 0;
	margin: 0;
	display: inline;
}

/* ARTICLE-CREDITS
----------------------------------------------------------------------*/
#article-credits {
	background: #FFF;
	border-top: 1px solid #ECEAE8;
	clear: both;
	font: normal 12px/1.3 Georgia, Garamond, Times, "Times New Roman", serif;
	padding: 6px 15px 0px;
}
#article-credits h4 {
	font-size: 10px;
	color: #232323;
	text-indent: -9999px;
	text-transform: uppercase;
	margin: 0 0 7px;
	padding: 0;
	background: url(../images/credit.jpg) no-repeat;
	height: 125px;
}
#article-credits img {
	border: none;
	/*padding-left: 15px;*/
}



/*- FOOTER
----------------------------------------------------------------------*/
#footer {
	width: 960px;
	background: #FFF;
	clear: both;
	font-size: 11px;
	padding: 8px 0;
	margin-top: 1px;
	border-top: 1px solid #ECEAE8;
}
#footer p {
	margin: 0 0 2px;
	padding: 0;
	text-align: center;
}

body.yrp {
	background: #FFF;
	color: #000;
	margin: 0 auto;
	padding: 0;
	font-size: 11px/1.5;
	font-style: normal;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	text-align: center;
}

/*- MISC
----------------------------------------------------------------------*/

body.yrp #wrapper {
	margin: 0 auto;
	width: 892px;
	height: 520px;
	padding-top: 10px;
	border: 1px solid #ccc;
}
.note {
	text-align: left;
	padding-left: 20px;
}
#voice {
	float: left;
	width: 65%;
}
#status {
	float: right;
	padding-top: 10px;
	width: 30%;
}

/*- Text
----------------------------------------------------------------------*/
.greytext {
	color: #999;
}

.titletext {
	font-size: 18px;
	font-weight:bold;
}

.artwork_info {
	border-left: #ccc 1px solid;
	font-size: 14px;
	width:380px; 
	height:500px;
	padding: 0 20px 0 10px;
	line-height: 1.3;
	text-align:left;
	}
	
.artwork_top {
	border-top: #999 2px solid;
	padding: 5px 0 20px 0;
	}	
	
.artwork_price {
	border-top: #999 2px solid;
	border-bottom: #999 2px solid;
	padding: 5px 0 0 0; 
	color: #C00;
	font-weight:bold;
	}
