/**
* Rasmussen Pottery style sheet - www.raspottery.com
* Copyright 2006-2007
*/

body
{
	scrollbar-3dlight-color:#003300;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#336699;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#BDA88E;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
}

a.blue
{
	text-decoration:none;
	color:#150845;
	/*color:#0D052A;*/
}
a.grey
{
	text-decoration:none;
	color:#DADADA;
}
a
{
	text-decoration:none;
	color:#C8C8C8;
}

a:hover
{
	text-decoration:underline;
}

.pap
{
	font-family:Papyrus, Times;
}
.papgrey
{
	font-family:Papyrus, Times;
	color:#DADADA;
}
.papred
{
	font-family:Papyrus, Times;
	color:#DADADA;
	/*color:#5E0C1A;*/
}
.papblue
{
	font-family:Papyrus, Times;
	color:#150845;
	/*color:#0D052A;*/
}
.paporange
{
	font-family:Papyrus, Times;
	color:#E16745;
}
.papteal
{
	font-family:Papyrus, Times;
	color:#004345;
}

.sm { font-size:small }
.md { font-size:medium }
.lg { font-size:large }
.xl { font-size:x-large }
.xs { font-size:x-small }
.zl { font-size:xx-large }
.zs { font-size:xx-small }

.ib,.bi
{
	font-weight:bold;
	font-style:italic;
}

.bold
{
	font-weight:bold;
}

.italic
{
	font-style:italic;
}

hr
{
	background-color:#0C0429;
	border:0px;
	color:#0C0429;
	width:99%;
	height:1px;
}

body.mceContentBody p, #page_output p
{
	margin:0px;
	padding:0px;
}

input[type='button'], input[type='submit']
{
	background-color:#B0874D;
	border:solid 2px #222;
	cursor:pointer;
	font-weight:bold;
}

img#artwork_thumb, img.artwork_thumb
{
	border:solid 2px #000;
}
