/***********************************************************************
 * Global definitions
 */

body {
        font-family:    Palatino Linotype, Book Antiqua, Palatino, serif;
        background:     white;
}

h1,h2,h3 {
        font-family:    Verdana, Geneva, sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 260%;
	font-style: italic;
	color: #3b4c78;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-bottom: 0px;
	border-bottom: 4px solid #a3abbe;
}

h2 {
	background: url('/headerbg.jpg') repeat-y;
    color:          #3b4d7d;
    padding:        2px 2px 3px 10px;
    margin-top:     30px;
    margin-bottom:	15px;
	font-weight: bold;
	font-size:	150%;
	font-style: italic;
}

h3 {
	font-size: 131%;
	margin-top: 18px;
	margin-bottom: 6px;
}

p {
	margin-bottom: 10px;
        font-size: 131%;
}

ul.paragraphlist li {
	font-size: 131%;
	list-style-position: inside;
	list-style-type: square;
	margin-left: 40px;
	margin-bottom: 6px;
	text-indent: -15px;
}

ul.plainlist {
	margin-bottom: 8px;
}

ul.plainlist li {
	font-size: 131%;
	list-style-position: inside;
	list-style-type: square;
	margin-left: 40px;
	text-indent: -15px;
}

li.yuimenubaritem {
	font-size: 100%;
}

dt {
	margin-top: 18px;
	font-size: 131%;
	font-weight: bold;
}

dd {
	margin-left: 45px;
	font-size: 131%;
}

.cost {
	font-style: italic;
	font-weight: bold;
}

em {
	font-style: italic;
}

.message {
	border: 3px dotted red;
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
}

/***********************************************************************
 * Menu bar
 */
 
.yui-skin-sam .yuimenubar {
	background: url('/banner.gif');
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 51px;
	border: none;
	padding-left: 420px;
}

.yui-skin-sam .yuimenubar .yuimenubaritem {
	border: none;
}

.yui-skin-sam .yuimenubaritemlabel {
	border: none;
}

.yui-skin-sam .yuimenubaritem-selected {
	background: #990078;
	border: none;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected {
	color: white;
	background: transparent none;
	margin-left: 0px;
}

/*
.yui-skin-sam .yuimenubaritem.first-of-type {
	border-left: 1px solid #CCCCCC;
}
*/

/***********************************************************************
 * Hyperlinks
 */
 
a {
	text-decoration: none;
}
 
a:link {
	color: #990078;
}

a:visited {
	color: #990078;
}

a:hover {
	text-decoration: underline;
}

a[name]:hover {
	text-decoration: inherit;
}

a img {
	border: none;
}

/***********************************************************************
 * Images
 */

img.floatleft {
	float: left;
	margin: 0px 8px 8px 0px;
	border: 1px solid black;
}

img.floatright {
	float: right;
	margin: 0px 0px 8px 8px;
	border: 1px solid black;
}

.center img {
        display:        block;
        margin-left:    auto;
        margin-right:   auto;
        margin-top: 15px;
        margin-bottom: 15px;
}

/***********************************************************************
 * Slideshow
 */

/*
#slideshow {
	padding-left: 62px;
	padding-right: 62px;
}
*/

/***********************************************************************
 * Header
 */

#hd {
	margin-top: 20px;
	margin-bottom: 10px;
}

#hd #banner {
	width: 950px;
	height: 56px;
	float: right;
}

/***********************************************************************
 * Footer
 */

#ft .footer {
	padding: 4px;
	margin-top: 10px;
	border: 2px solid #3b4d7d;
	font-size: 85%;
	font-style: italic;
	background: #a3abbe;
	color: #3b4d7d;
	text-align: center;
}

#ft .keywords {
	color: #444;
	text-align: center;
	margin: 10px 200px 0px 200px;
	font-style:italic;
}

/***********************************************************************
 * Links to page sections
 */
 
div.linkheader {
	margin: 10px 0px 10px 20px;
}

div.linkheader li {
	font-size: 100%;
	margin-left: 40px;
	margin-bottom: 1px;
	list-style-type: square;
}
 
/***********************************************************************
 * Formatting forms without tables
 */
 
form {
	font-size: 131%;
}

form div.row {
        clear:          both;
        padding-top:    6px;
}

form div.row span.label {
        font-weight:    bold;
        float:          left;
        width:          130px;
        text-align:     right;
        margin-right:   6px;
}

form div.row span.formw {
        text-align:     left;
}

/***********************************************************************
 * Formatting forms with tables
 */
 
form table {
	border: none;
}

form td {
	border: none;
}

form th {
	border: none;
	text-align: right;
	padding-right: 5px;
}

form tr.banner th {
	padding-top: 10px;
	border-top: 2px solid #a3abbe;
	text-align: left;
	font-weight: bold;
}

form tr.banner.first th {
	border-top: none;
}

form th.label {
	padding-left: 25px;
	text-align: left;
}

form td.explanation {
	font-style: italic;
	padding: 8px;
	width: 40%;
}

.yui-dialog form th.label {
	padding: 0px;
	text-align: right;
}

.yui-dialog form td {
	text-align: left;
	padding: 4px;
}

#profileform input {
	margin-bottom: 4px;
}

/***********************************************************************
 * Other form formatting
 */

form td.error {
	font-size: 80%;
	font-style: italic;
	color: red;
}

/***********************************************************************
 * Price lists
 */
 
table.pricelist {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: inherit;
}

table.pricelist th {
	border: 1px solid black;
	background: #a3abbe;
	padding: 4px;
	font-weight: bold;
}

table.pricelist td {
	border: 1px solid black;
	padding: 4px 10px 4px 10px;
}

table.pricelist td.price {
	text-align: right;
}

/**********************************************************************
 * Proof system
 */
 
.proofs {
	background: white;
	margin-top: 20px;
}
 
.proofs #hd #banner {
	margin: 0;
}

.proofs #banner.small {
	float: right;
}

.proofs h1 {
	background: url('/headerbg.jpg') repeat-y;
    color:          #3b4d7d;
	border: none;
	font-size:150%;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom:5px;
	padding:2px 2px 3px 10px;
}

.proofs #userinfo {
	font-size: 85%;
	float: right;
}

.proofs #instructions {
	font-style: italic;
	font-weight: bold;
}
 
.proofs #rightMenu h2 {
	margin: 5px 0 2px 0;
	padding: 0;
	font-size: 125%;
	background: none;
}

.proofs #hd {
	margin: 10px 0px 10px 0px;
}

#proofs #ft {
	padding: 5px;
	background: #a3abbe;
}

.proofs #nophotos {
	text-align: center;
	border: 2px dotted red;
	padding: 10px;
	margin: 30px 50px 0px 50px;
}

.proofs #rightMenu {
	padding: 5px;
}

#proofs * .yui-layout-unit-right div.yui-layout-bd {
	background: #a3abbe;
}

.proofs table {
	border-collapse: collapse;
}

.proofs #rightMenu table {
	border: 1px solid black;
	margin-bottom: 10px;
}

.proofs #rightMenu table td {
	border-bottom: 1px solid gray;
	padding: 2px;
}

.proofs #rightMenu table td.total {
	border-bottom: 1px solid black;
	font-weight: bold;
}

.proofs #rightMenu table td.money {
	text-align: right;
}

.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd-nohd {
	border: none;
	background: white;
}

/***********************************************************************
 * Thumbnail control
 */

.thumbnail {
	width: 186px;
	float: left;
	border: 2px solid #a3abbe;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	display: inline;
}

.thumbnail.chosen {
	background: #B3B3D7;
	border: 2px solid #3b4d7d;
}

.thumbnail.yui-cms-item.selected {
	background: #c183b8;
	cursor: pointer;
}

.thumbnail .hd {
	height: 18px;
}

.thumbnail .hd img {
	position: absolute;
	top: 2px;
	right: 2px;
	zindex: 10;
}

.thumbnail .bd {
	height: 186px;
	text-align: center;
}

.thumbnail .ft .progress {
	position: absolute;
	bottom: 2px;
	right: 2px;
}

.thumbnail .ft {
	height: 22px;
}

.thumbnail .ft input {
	position: absolute;
	bottom: 2px;
	right: 2px;
}

.thumbnail .ft .hidden {
	font-size: 90%;
	font-style: italic;
}

.thumbnail .ft .votes {
	font-size: 90%;
	font-style: italic;
}

.thumbnail .selectedOverlay {
	zindex: 10;
	display: none;
	position: absolute;
	top: 138px;
	left: 119px;
}

.thumbnail.chosen .selectedOverlay {
	display: block;
}

.thumbnail .voteOverlay {
	zindex: 10;
	display: none;
	position: absolute;
	top: 155px;
	left: 129px;
}

.thumbnail.voted .voteOverlay {
	display: block;
}

/*****************************************************************************
 * Details dialog
 */
 
#proofs .detailsdlg h1 {
	background: none;
	border: none;
	border-top: 2px solid #3b4c78;
	margin: 0;
	padding: 0;
	font-size: 110%;
	margin-top: 12px;
	width: 240px;
}

#proofs .detailsdlg h1.first {
	margin-top: 0px;
}

.detailsdlg .bd.landscape {
	width: 800px;
	height: 390px;
}

.detailsdlg .bd.portrait {
	width: 618px;
	height: 550px;
}

.detailsdlg .bd #fullphoto {
	float: right;
	padding-left: 10px;
}
 
.detailsdlg .bd .cbprogress {
	display: none;
}

.detailsdlg #ccpRec img {
	vertical-align: middle;
	padding-right: 2px;
}

.detailsdlg .backdrop {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 550px;
	font-size: 80%;
	font-style: italic;
}

.detailsdlg .bd.portrait .backdrop {
	width 267px;
	bottom: 8px;
	left: 8px;
	width: 250px;
}

.detailsdlg textarea {
	width: 230px;
}

/***************************************************************************
 * Admin pages
 */
 
.admin .item {
	border: 1px solid black;
	margin-bottom: 5px;
}

.admin .item .hd {
	position: relative;
	font-size: 120%;
	font-weight: bold;
	padding: 4px;
	background: #b3b3d7;
}

.admin .item .bd {
	position: relative;
	padding: 4px;
	padding-right: 40px;
}

.admin .bd .buttons {
	position: absolute;
	top: 4px;
	right: 4px;
}

.admin .ft {
	clear: both;
	height: 5px;
}

#mail .item .bd .text {
	margin-right: 30px;
}

#mail .item .hd .datestamp {
	position: absolute;
	right: 4px;
	bottom: 4px;
}

#activity .item .hd {
	height: 21px;
}

#activity .item .hd img {
	vertical-align: text-top;
}

#activity .item .bd img {
	background: #eee;
	float: left;
	margin-right: 5px;
}

#activity .item .bd li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 198px;
}

#activity .item .bd p {
	margin-left: 186px;
}

#activity .item .bd p span {
	font-weight: bold;
}

#activity .item {
	margin-bottom: 10px;
}

#activity li {
	list-style-type: disc;
	margin-left: 40px;
}

/**************************************************************************
 * A row in the order confirmation screen
 */
 
.orderrow {
	border: 1px solid #b3b3d7;
	margin-bottom: 8px;
	margin-right: 8px;
	width: 48%;
	float: left;
	height: 214px;
}

.orderrow .hd {
	background: url('/headerbg.jpg');
	color: #3b4d7d;
	font-weight: bold;
	padding: 2px;
}

.orderrow .bd {
	margin: 4px;
	height: 106px;
}

.orderrow .ft {
	height: 4px;
	clear: both;
}

.orderrow img {
	float: left;
}

.orderrow .notes {
	width: 250px;
	margin-right: 4px;
	float: right;
}

.orderrow textarea {
	width: 100%;
}

#finish div.clear {
	clear:both;
}

#finish .cbprogress {
	display: none;
}

#finish #topbanner img {
	float: right;
}

#finish h1 {
	background: #a4abbe;
}


#finish h2 {
	clear: both;
	background: #a4abbe;
}

#finish #pricecount {
	border: 1px solid black;
	float: left;
	margin-bottom: 12px;
	margin-right: 12px;
}

#finish #pricecount td {
	border-bottom: 1px solid gray;
	padding: 2px;
}

#finish #pricecount td.total {
	border-bottom: 1px solid black;
	font-weight: bold;
}

#finish #pricecount td.money {
	text-align: right;
}

#finish p {
	font-size: 85%;
}

#finish #sittinginfo p {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#finish #ft {
	clear: both;
}

/*********************************************************************
 * Front page
 */
 
#front {
	position: relative;
	height: 635px;
}

#front img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#front #gallerylinks {
	position: absolute;
	bottom: 50px;
	right: 50px;
	z-index: 10;
}

#front #gallerylinks li {
	padding: 5px;
	margin: 5px 0px 5px 0px;
	font-size: 130%;
	font-weight: bold;
	background: #b3b3d7;
    color: #3b4c78;
	width: 180px;
	cursor: pointer;
}

#front #gallerylinks li:hover {
	background: #990078;
	color: white;
}