/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.09.12 
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/



/**************************************************************
   #wrapper & #content: wrapper positions and sets the width
   on the content.  The background is then applied to #content.
 **************************************************************/



#wrapper {
  width: 952px;
  height: 100%;
  margin: 0 auto;
  
  text-align: left;
}


#navbar {
	height: 2.1em;
	width: 906px;
	text-align: left;
	background: url(../img/bg/navgrad.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	background-color: #e7c3c8;
	margin-top: 2px;
	padding-top: 0.2em;
	border-top: 2px solid #e7c3c8;
	
}

#content {
    float: left;
	padding-left: 23px;
	padding-right:23px;
	height: auto;
	min-height: 40%;
    background: url(../img/bg/content.gif) repeat-y top center;
    }
/*
    background-image: url(../img/bg/content.gif); 
    background-position: top center;
    background-repeat: repeat-y;*/

#content[id] {
	height: auto;  
    background: url(../img/bg/content.png) repeat-y top center;

}



/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
	height: 78px;
	padding: 34px 0 0 38px;
	text-align: left;
	background-color: #f3f3c8;
	border-bottom: 1px solid #cdcd9a;
	/*background: url(../img/bg/content_header.png);
	background-repeat: repeat-y;
	background-position: center;*/
}


#foot {
	clear: both;
	height: 30px;
	text-align: center;
	background-image: url(../img/bg/footer.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	vertical-align: top;
}

/* Forces IE to set the hasLayout flag and show the header at the height of its contents \*/
* html #header {
  height: 1%;
}
/* End hide from IE-mac */


/**************************************************************
   #menu: The top level site menu
 **************************************************************/

ul#menu {
	margin-top: 0;
	padding-left:30px;
	/*padding: 0 !important;*/
	
}

ul#menu li {
	display: inline;
	list-style: none;
}


ul#menu li a {
	float: left;
	height: 1.6em;
	margin: 0px 14px 0px 14px;
	/*padding: 3px 14px 0px 14px;*/
	padding: 3px 0 0 0;
	font: 200 1.2em Georgia, serif;
	text-decoration: none;
	color: #b96d6d;
	border: none;
}

ul#menu li a:visited {
}

ul#menu li a:hover {
	color: #841a17;	/* border-bottom: 1px solid #000000;*/
}

ul#menu li a.here {
	background-color: white;
	color: #841a17;
	margin:0;
	padding: 3px 14px 0px 14px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

ul#menu li a.cartbutton {
	height:20px;
	font: 100 .7em Arial;
	line-height: 20px ;
	color: white;
	background-color: #b96d6d;
	border: 1px solid white;
	float:right;
	margin: 0 10px;
	padding:0px 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#menu li a.cartbutton:hover {
	background-color: #841a17;
	
}



/* helper classes to control width of links in topbar */
ul.three li a {
  width: 33%;
}

ul.four li a {
	/*width: 25%;*/
	margin-right: 6px;
}

ul.five li a{
  width: 20%;
}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
	float: none;
	clear: both;
	width: auto !important;
	width: 100%;
	padding: 20px 60px 40px 60px;
	height: auto;
	min-height: 400px;
}




/**************************************************************
   .footer: Site footer
 **************************************************************/

.galleryIndex {
	width: 200px;
	float: left;
	margin-bottom: 0.5em;
	text-align: center;
	margin-top: 1em;
	vertical-align: baseline;
	height: 200px;
}

.galleryDetail {
	width: 55%;
	float: left;
	font-size: 0.8em;
	margin-bottom: 0.5em;
	text-align: center;
	margin-top: 2em;
}

.galleryDetailright {
	width: 55%;
	float: left;
	font-size: 0.8em;
	margin-bottom: 0.5em;
	text-align: center;
	margin-top: 2em;
}

.galleryCurrent {
	/*clear: both;*/
	float: left;
	width: 40%;
	margin-bottom: 0.5em;
	text-align: left;
	padding-left: 25px;
}

.galleryCurrentright {
	/*clear: both;*/
	float: left;
	width: 40%;
	margin-bottom: 0.5em;
	text-align: left;
	padding-right: 25px;
}

.caption {
	width: 38%;
	font-size: 1em;
	margin-bottom: 1em;
	text-align: left;
	margin-left: 0em;
}

.storeintro {
	border-width: 0px;
	border-style: solid;
	background-color: #e3e3e3;
	margin-top: 5px;
	padding: 10px 22px 15px 22px;
	
}

.homeintro {
	background-color: #f3f3c8;
	border: 1px solid #cdcd9a;
	margin-left: 35%;
	padding: 10px 20px 0px 20px;
	
}

div.hr { 
	clear: both;
	margin: 5px 0px; 
	border: none; 
	border-top: 1px solid #cdcd9a; 
}

div.hr hr { display: none; }


/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 73%;
}

.width66 {
  width: 64%;
}

.width50 {
	width: 48%;
}

.width50index {
	width: 48%;
	padding-bottom: 110px;
}

.width33 {
  margin-top: 45px;
  text-align: center;
  padding: 1px;
  float: left;
  width: 33%;
}

.width25 {
  width: 23%;
}

.contactbox {
 clear: both;
 float:right;
 width: 100%;
 text-align: left;
 padding-top: 30px;
/* padding-bottom: 80px;
 background-image: url(../img/bg/tinyrabbit.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
*/
}

.leftBox {
 width: 330px;
 tex-align: left;
 float: left;
 padding: 4px 5px;
}

.greyBox {
 width: 175px;
 text-align: left; 
 float: right;
}


/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
  /*width: 30%;*/
}

.textbox {
 /* float: left;
  width: 100%;*/
}

.textboxr {
  float: right;
  /*width: 30%;*/
}



.floatRight {
	float: right;
	text-align: center;
	padding-left: 24px;
}

.portraitRight {
	float: right;
	margin-left: 54px;
	border-style: solid;
	border-color: #e7c3c8;
	border-width: 15px
}

.portraitLeft {
	float: left;
	width: 100%;
	background-image: url(../images/homeDolls.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}


.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

ul#faq {
padding: 0 0 0 15px;
margin: 0;
font-size: 1em;  
line-height: 1.1em;

}

.clear {
	clear: both;
}

.block {
  display: block;
}

.big {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #7f7f7f;
  font-size: 1.2em;  
}

.small {
  font-size: 0.85em;  
}

.bold {
  font-weight: bold;
}

.intro {
text-indent: 30px;
font-size: 1.1em;  
line-height: 1.2em;
}

.signature {
text-align: right;
font-size: 1.1em;  
line-height: 1.2em;

}

.italic {
	font-style: italic;
	padding: 2px;
}
