/*	

Sommertime Gifts | default stylesheet
	
Copyright 2006, Sommertime Gifts.  Programming and hosting by Go Design, http://godesign.com.
Feel free to report any bugs, errors, or improvements to support@godesign.com.

*/




/* --------------------[ basic styles ]-------------------- */

*	{
	margin: 0;
	padding: 0;
}

html, body	{
	background: url(../images/tile.gif) left top;
	font: 84%/1.5 arial, sans-serif;
	color: #000;
}

p	{
	margin: 1em 0;
}

a img	{
	border: none;
}

#main ul	{
	margin: 1em 0 0 15px;
}


a:link		{ color: #551A8B; }
a:visited	{ color: #551A8B; }
a:hover		{ color: #9081B8; }
a:active	{ color: #551A8B; }




/* --------------------[ miscellaneous classes ]-------------------- */

.notes	{
	text-align: center;
}

.return	{
	margin-top: 3em;
}




/* --------------------[ accessibility ]-------------------- */

#top p	{
	display: none;
}




/* --------------------[ container setup ]-------------------- */

#top, #wrapper, #footer	{
	width: 715px;
	margin: 0 auto;
}

#top	{
	height: 175px;
	margin-top: 2em;
	position: relative;
	background: url(../images/sommertime.jpg) no-repeat left top;
}

#wrapper	{
	padding: 0 40px 0 35px;
	width: 638px;
	background: #fff;
	border: solid #8F83B3;
	border-width: 0 1px;
}

#main	{
	width: 410px;
	padding: 15px 20px 15px 20px;
	float: right;
	background: #F0F4E3 url(../images/main-bg.gif) no-repeat left bottom;
	min-height: 400px;
	position: relative;
	top: -70px;
	margin-bottom: -45px;
}

#sidebar	{
	width: 160px;
	float: left;
}

#footer	{
	clear: both;
	height: 75px;
	background: url(../images/footer-bg.gif) no-repeat left top;
}




/* --------------------[ image replacement ]-------------------- */

h1, #nav li, #order	{
	text-indent: -9999px;
	overflow: hidden;
}

h1 a, #nav li a, #order a	{
	text-decoration: none;
}




/* --------------------[ clear the floats! ]-------------------- */

#wrapper:after, #playmats #samples ul:after, #shoppingcart dl:after 	{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}




/* --------------------[ headings ]-------------------- */

h1, h1 a	{
	width: 350px;
	height: 160px;
	display: block;
}

h2	{
	text-align: center;
	position: relative;
	top: -26px; /* compensate for #main padding */
	margin-bottom: -21px;
	left: -20px;
	width: 450px;
	height: 22px;
	font: normal 14px/22px "trebuchet ms", arial, sans-serif;
	color: #fff;
	background: url(../images/h2-bg.gif) no-repeat center top;
}

#home h2	{ margin-bottom: -6px; }
#about h2	{ margin-bottom: 10px; }

h3	{
	font: bold 1em/1.5 arial, sans-serif;
	color: #551A8B;
	margin: 1.0em 0 0 0;
}

#home .button h3	{
	font: 1em/1.8 "trebuchet ms", arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

#home .button h3 a	{
	color: #fff;
	text-decoration: none;
}




/* --------------------[ navigation ]-------------------- */

#nav li	{
	list-style: none;
	width: 160px;
	height: 24px;
	margin-bottom: 5px;
}

#nav li a	{
	display: block;
	height: 24px;
}

#nav li a:hover	{
	background-position: left -24px;
}

#nav_gifts a	{ background: url(../images/nav/gifts.gif) no-repeat left top; }
#nav_about a	{ background: url(../images/nav/about.gif) no-repeat left top; }
#nav_links a	{ background: url(../images/nav/links.gif) no-repeat left top; }
#nav_contact a	{ background: url(../images/nav/contact.gif) no-repeat left top; }




/* --------------------[ sidebar ]-------------------- */

#slogan	{
	text-align: center;
	width: 122px;
	padding: 10px;
	margin: 25px auto 0 auto;
	background: url(../images/slogan-bottom.gif) no-repeat left bottom;
	color: #060;
	line-height: 1.2;
}

#slogan div	{
	background: url(../images/slogan-top.gif) no-repeat left top;
	width: 142px;
	height: 13px;
	margin: -13px 0 0 -10px;
}

#slogan p	{
	margin: 0;
}




/* --------------------[ home ]-------------------- */

#home .button	{
	background: #73A340;
	width: 181px;
	float: left;
	margin-bottom: 13px;
	text-align: center;
}

#home .button:hover	{
	background: #80AB51;
}

#home .button img	{
	display: block;
	margin: 0 auto;
	padding: 0 8px 8px 8px;
}

#home .wide	{
	width: 216px;
	margin-right: 13px;
}

#home .blank, #home .blank:hover	{
	background: transparent;
	color: #4D297C;
	padding-top: 1.2em;
}




/* --------------------[ about ]-------------------- */

#about #welcome	{
	float: left;
	width: 230px;
}

#about #main img	{
	float: right;
}

#about #main p	{
	margin: 0 0 1em 0;
}




/* --------------------[ gifts ]-------------------- */

#samples table	{
	width: auto;
	margin: 1em auto 0 auto;
	border-collapse: collapse;
}

#samples td	{
	vertical-align: bottom;
	font: .9em/1.2 arial, sans-serif;
	text-align: center;
	padding-bottom: .2em;
}

#samples img	{
	border: solid 1px #999;
}

#names #samples img	{
	display: block;
	margin: 15px auto;
	border: none;
}

#playmats #samples, #blankets #samples	{
	text-align: center;
}

#playmats #samples table, #keepsakes #samples table, #blankets #samples table	{
	width: 100%;
}

#playmats #samples td	{
	width: 33%;
}

#playmats #samples img	{
	border: solid 1px #333;
}

#bracelets #samples td	{
	width: 185px;
	padding: 0 10px .2em 10px;
}

#keepsakes #samples td	{
	width: 33%;
	padding: 0 3px .2em 3px;
	height: 3em;
}

#keepsakes #samples img	{
	border: none;
}

#blankets #samples td	{
	width: 50%;
	height: 5em;
}

/* popup photos */
#popup	{
	text-align: center;
	padding-top: 2em;
}

#popup #desc	{
	font: bold 1.1em/1.5 arial, sans-serif;
}




/* --------------------[ shopping cart stuff ]-------------------- */

img#viewcart	{
	position: absolute;
	top: 10px;
	right: 30px;
}

#order	{
	margin-top: 2em;
	width: 125px;
	height: 23px;
	background: url(../images/order.gif) no-repeat left top;
	float: right;
}

#order a	{
	display: block;
	height: 23px;
}




/* --------------------[ forms ]-------------------- */

legend, input#type	{
	display: none;
}

fieldset	{
	border: none;
}

label	{
	color: #551A8B;
}

label, input, select	{
	display: block;
}

input, select	{
	margin-bottom: -1em;
}

input, textarea	{
	padding: .2em .1em;
}

option	{
	padding: .1em .2em;
}

select	{
	height: 1.4em;
}

input, select, textarea	{
	border: solid 1px #9081B8;
	font: 1em/1.2 arial, sans-serif;
}

#contact #main input.button	{
	margin: 1em 2px 0 0;
	width: 7em;
	float: left;
}

.error	{
	color: red;
}




/* --------------------[ order form ]-------------------- */

#options	{
	width: 15em;
	float: right;
	margin-bottom: 1em;
}

#options select	{
	width: 15em;
}

#orderform #sample	{
	float: left;
	margin: 1.5em 0 1em 0;
}

#custom	{
	clear: both;
	margin: 0 0 2em 0;
}

#custom textarea	{
	width: 408px;
}

#bracelets #custom input	{
	width: 3em;
}

input#quantity, #bracelets #custom input#quantity	{
	width: 2em;
	text-align: center;
}

#orderform input#submit	{
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
}

fieldset .example	{
	display: block;
	float: right;
	margin-top: -1.5em;
}

#suggestions	{
	padding: 2em;
}

#example 	{
	background: #fff;
	border: solid 1px #7C709E;
	margin: 2em;
	padding: 2em 2em 1em 2em;
}

#example h1, #example h2	{
	text-align: left;
	text-indent: 0;
	width: auto;
	height: auto;
	background: none;
	font: bold 1.2em/1.5 arial, sans-serif;
	color: #551a8b;
	margin: 1.5em 0 -.5em 0;
	position: static;
}

#example h1	{
	font-size: 1.3em;
}

#example blockquote	{
	font: italic 1em georgia, "times new roman", serif;
	color: #666;
	text-align: center;
	border: dotted 1px #ccc;
	padding: 1em;
}

#example blockquote p	{
	margin: .5em;
}



/* --------------------[ shopping cart ]-------------------- */

#shoppingcart div.item	{
	border-bottom: dotted 1px #999;
	margin: 1em 0;
	padding-bottom: 1em;
}

#shoppingcart dt	{
	clear: right;
	float: left;
	display: block;
	width: 65px;
	font-weight: bold;
	color: #551A8B;
}

#shoppingcart dd	{
	display: block;
	width: 340px;
	float: right;
}

#shoppingcart div.item p	{
	margin: 1em 0 0 0;
}

#checkout input	{
	display: none;
}

#checkout input.button	{
	display: block;
}

#totals	{
	float: left;
	margin-bottom: 1em;
}

#totals p	{
	margin: 0;
}

#totals p.total	{
	margin: 1em 0;
	font: bold 1.2em arial, sans-serif;
}

#checkout {
	float: right;
	text-align: right;
}

#checkout p	{
	margin: 0 0 .5em 0;
	font: italic bold 1.1em/1.5 "trebuchet ms", arial, sans-serif; 
	color: #551A8B;
}

#checkout input	{
	display: none;
}

#checkout input.button	{
	display: inline;
	border: none;
}




/* --------------------[ contact ]-------------------- */

#address	{
	width: 12em;
	float: left;
	margin-top: 1em;
}

#address h3	{
	margin-top: 0;
}

#contact fieldset	{
	width: 21em;
	float: right;
	margin-top: 1em;
}

#contact #main input, #contact select, #contact textarea	{
	width: 18em;
}




/* --------------------[ footer ]-------------------- */

p.logo, p.logo a	{
	margin: 0;
	padding: 0;
	width: 153px;
	height: 11px;
}

p.logo	{
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	float: right;
	top: 25px;
}

p.logo a	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/gdlogo.gif) no-repeat top left;
}