/*
Style Sheet for erinmayjewelry.com
Created by Brian Fletcher
Started on 06/01/2004 and will never be finished.

Special thanks to alistapart.com and everyone who contributes 
to that fine site for help in debugging this css.  
*/

a {text-decoration: underline; color: #844216;}
a:hover {text-decoration: underline; color: #5580A8;}

h1 {font-size: 22px; color: #5580A8; margin-bottom: 3px; margin-top: 15px; text-indent: 5px; font-weight: normal;}
h2 {font-size: 20px; margin-bottom: 3px; margin-top: 5px; text-indent: 5px; font-weight: normal;}
h3 {font-size: 18px; margin-bottom: 3px; margin-top: 5px; text-indent: 5px; font-weight: normal;}

h2.image {text-indent: -2px;}

.clearAll {clear: both; height: 0;}
.float {
	float: right; 
	margin: 0 auto 5px 10px;
	text-align: center; 
	}
.float img {
	background-color: #fff;
	padding: 2px; 
	border: 1px solid #464646; 
	margin-bottom: 5px;
	}
.homeImg {
	float: right; 
	margin: 0 20px 5px 10px;
	text-align: center; 
	}
.homeImg img {
	background-color: #fff;
	padding: 2px; 
	border: 1px solid #464646; 
	margin-bottom: 5px;
	}

/* Page Layout */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: #BFDEE4 url(/images/bg_tile.gif) top center repeat-y;
	color: #464646;
	font: small/1.4 "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	}

div#wrapper	{
	width: 748px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
	}

div#branding {
	margin: 0;
	padding: 0;
	border: 0;	
	}
div#nav {
	width: 748px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
	text-align: center;
	}

div#content {
	padding: 10px;
	margin-left: 20px;
	}
	
#content p {
	margin-left: 5px;
	margin-top: 0;
	padding: 0;
	margin-bottom: 10px;
	}

/* Where to Buy */
div#buy {}
div#buy ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

div#buy li {
	background-image: url(../images/buy_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 1.5em;
	line-height: 150%;
	margin-bottom: 8px;
	margin-left: 8px;
	}
	
div#buy li.state {
  background: none;
	padding-left: 0;
	line-height: 150%;
	margin-bottom: 8px;
	margin-left: 3px;
	}

span.state {font-size: 15px; font-weight: bold; color: #5580A8; display: block; margin-bottom: 5px;}

/* Gallery Styles */
#gallery {
	margin: 2px;
	padding: 2px;
	}
#gallery h1 {margin-top: 5px; margin-bottom: 10px;}

#gallerynav {
	float: right;
	padding: 0;
	border: 0;
	font-size: 14px;
	/* False margin-right value for all versions of IE Win, including 6.0 */	
	margin: 0 10px 0 0;
	}

html>body #gallerynav {
	/* Correct margin-right value for browsers that don't suffer from IE Win's bugs */
	margin: 0 50px 0 0;
	}
					
#gallerynav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#gallerynav ul li { display: inline; padding-left: 5px;}
#gallerynav a {color: #844216;}
#gallerynav li.active a {text-decoration: none; font-weight: bold; color: #5580A8;}

#picnav {
  float: left;
	width: 150px;
	text-align: right;
	margin: 0;
	padding: 0;
  }

#picnav a {
  display: block;
	float: left;
	padding: 3px;
	margin: 5px;
	border: 1px solid #844216;
	}
#picnav a:hover {
	border: 1px solid #844216;
	background-color: #5580A8;
	}
#picnav a.active {
	border: 1px solid #844216;
	background-color: #5580A8;
	}
	
/* Picture display */
#display {
  float: right;
	width: 540px;
	margin: 0;
	padding: 0;
	}
#display h3 {
  text-indent: 5px; 
	width: 100%; 
	background-color: #BFDEE4;
	margin: 5px 0 5px 0;
	padding: 3px;
	}
#display h4 {
  font-weight: 600;
	margin: 5px 0 5px 5px;
	}
#display p {margin: 5px 0 10px 5px;}
#display img {
	padding: 2px;
	border: 1px solid #844216;
	background-color: #fff;
	margin-left: 10px;
	}

/* Contact Form */
div.form {border: 1px dotted #464646; margin-left: 8px; width: 550px; padding: 5px;}
div.form input, textarea, submit {background-color: #fff; border: 1px solid #464646;}

div#footer	{
	clear: both;
	}	
#footer p {
 	text-align: center;
	font-size: 12px;
	color: #666;
	}
	
/* Misc. Styles */

div.callout {
  	width: 280px;
  	background-color: #fff;
	border: 1px solid #BFDEE4;
	padding: 3px;
	margin: 5px 0 10px 0;
  	}
	
div.callout h1 {
  	font-size: 15px; 
	color: #5580A8; 
	margin-bottom: 4px; 
	margin-top: 2px; 
	font-weight: bold;
	text-indent: 4px;
  }
	
div.callout img {
  	float: left;
	margin: 0 4px 1px 0;
  }

div.callout p {
	line-height: 115%;
	margin-bottom: 15px;
	}
