/* Web Prisms Design copyright 2009, for Grammy's Closet */

body {
   background-color: #cbd2e4;
   font-size: .9em;
   font-family:'times new roman',georgia;
   color: #ffffff;
}

img {
   border: none;
}

p.bigletter:first-letter {
   font-size: x-large;
}

.stripe {
   background-image:url(images/gc_back3.jpg);
   background-color: #718888;
}

#box {
   width: 802px;
   border: 1px solid #afbebe;
   background-color: #718888;
   margin: 10px 0 10px 0;
}

.boxL {
   float: left;
   width: 300px;
   text-align: center;
}

.boxR {
   margin-left: 305px;
   padding: 5px 15px 5px 0;
   text-align: justify;
}

#boxNav {
   text-align: center;
   width: 800px;
   padding: 15px 0 15px 0;
   clear: left;
}

/* ---------------- gallery links ------------------- */
#btnGallery {
   background-color: #CBD2E4; /* lt blue */
   border: 1px solid #415496; /* dk blue */
   color: #415496;
   font-size: 1.2em;
   font-weight: bold;
   text-align: center;
   padding: 6px;
}

#btnGallery2 {
   background-color: #CBD2E4; /* lt blue */
   border: 1px solid #415496; /* dk blue */
   color: #415496;
   font-size: 1.1em;
   font-weight: bold;
   text-align: center;
   width: 240px;
   padding: 4px;
   margin-bottom: 5px;
}

.btnGon {
   background-color: #ECEEF4; /* very lt blue */
   border: 1px solid #415496; /* dk blue */
   padding: 2px 3px 2px 3px;
   color: #415496;
   font-size: .8em;
   font-weight: bold;
}

.sml {
	font-size: .7em;
}

/* bold anything */
.bold {
	font-weight:bold;
}

/* center anything */
.cntr {
   text-align: center;
}

/* @@@@@@@--------@@@@@@ CONTACT FORM @@@@@@@@@--------@@@@@@@@@@ */
.under {
   text-decoration: underline;
}

legend {
   font-size: 1.2em;
   color: #ffffff;
   padding-bottom: 5px;
}

fieldset {
   padding: 15px;
   margin-right: 20px;
   font-weight: bold;
   border-color: #afbebe;
   text-align: right;
   font-family:'times new roman',georgia;
}

/* this is on the contact page only */
.leftEdge {
   text-align: left;
}

/* sales pages, item number */
.bold2 {
	font-weight:bold;
	font-size: .8em;
	padding-top: 10px;
}

/* gallery pages for the small images */
.gimg {
   border: 1px solid #afbebe;
   margin: 10px 15px 15px 15px ;
}

/* gallery pages for the LARGE images */
.glimg {
   border: 1px solid #afbebe;
}

/* gallery pages left box, for the text */
.boxL2 {
   float: left;
   width: 300px;
   padding: 15px 10px 10px 15px;
   text-align: justify;
}

/* price box, for sale page, dk blue back, lt blue text and border */
.price {
	position:relative;
	width:120px;
	background-color:#415496;
	color:#CBD2E4;
	color:white;
	font-weight:bold;
	text-align:center;
	font-family:'verdana';
	font-size:10pt;
	padding:3px;
}

a {
	text-decoration: underline;
}

a:link {
	color:#ffffff;
}

a:visited {
	color:#f0f0f0;
}

a:active {
	color:#ffffff;
}

a:hover {
	font-family:'times new roman';
}

/* links for the gallery pages, in blue */
a.gblu:link, a.gblu:visited, a.gblu:active {
	color: #415496; /* dk blue */
	font-size: .8em;
	font-weight: bold
	background-color: #CBD2E4; /* very lt blue */
	text-decoration: underline;
}
a.gblu:hover {
	color: #000000;
	font-size: .8em;
	font-weight: bold
	background-color: #ECEEF4; /* very lt blue */
	text-decoration: underline;
}

/* copyright text */
.copy {
	font-size: .8em;
	letter-spacing: 1px;
	line-height: 45px;
}
