/* OriginalsTexas.com Style Sheet          */ 
/* Created by Barbara H. McNeely   bwhWebDesigns.com  11/15/2005      */

body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #A14901;
	text-align: center;
}

img.displayed {  /* used to center */
	display: block; 
	margin-left: auto; 
	margin-right: auto
	}

/* Wrapper is a centered div that will center a block on the page */
#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 200px 0 0 0;  /* padding is for the background image on next line */
	color: #000000;
	background-color: #FFFFFF;
	background-image:  url("images/OriginalsLogo.jpg");  /* put your logo here */
	background-repeat: no-repeat;
	background-position: left top;
/*	border-left: 2px solid #FFCC00;   /* border color */ 
/*	border-right: 2px solid #FFCC00;    */
/*	border-bottom: 2px solid #FFCC00;   */ 
}
#content {
	margin-left: 230px;  /* margin allows for the navigation */ 
	padding: 20px 10px 0 0;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 1em;
}
#content h1 {
	font: bold x-large Arial, sans-serif;
	color: #A14901;
	background-color: inherit;
}
#content h2 {
	font: large Arial, sans-serif;
	color: #8DB7AF;
	background-color: inherit;
/*	border-bottom: 1px dotted #FF9006;  /* Do we want this border?  #FF9006 is a mustard color */
}

#content h3 {
	font: bold medium Arial, sans-serif;
	color: #981D3C;
	background-color: inherit;
	}

#content h4 {
	font: bold small Verdana, sans-serif;
	color: #000000;
	margin-bottom: 2px;
	background-color: inherit;
	}

#content h5 {
	font: italic bold small Arial, sans-serif;
	color: #E6A803;
	margin-top: 2px;
	background-color: inherit;
	}

#content ul {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#BoutiqueContent {
	margin-left: 10px;  /* margin allows for the navigation */
	padding: 20px 10px 0 0;
}

#linklist {
	list-style-image: url(images/HeartBullet.jpg);
	line-height: 1.5em;
}

#linklist li {
	margin-bottom: 5px;
}

.albumlist {
	list-style-type: none;
}

.albumlist li {
	float: left; 
	margin-right: 6px;
	margin-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: inherit;
}

.albumlist img {
	display: block;  
	border: 2px solid #CBC0B6;
	padding: 2px;
}


.latestJewel { 
	margin-bottom: 2em;
	clear: both;
	}
	
.JewelShot {
	display: inline;
	float: left;
	margin:  0 1em 1em 0;
	border: 1px solid #000000;
	padding: 2px;
	}

.StressThis {
	text-transform: uppercase;
	}

p span.minorhead {
	font: bold small Verdana, sans-serif;
	color: #9C1A1E;
	background-color: inherit;
}

p span.mhindent {
	padding:  6em;
}


#navigation {
	position: absolute;  /* absolute within the wrapper (parent) */
	top: 200px;
	left: 0;
	width: 180px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px solid #FFFFFF;   /* This is the line between each list item  */
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
} 

#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #8DB7AF;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation .inactive {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #53969C;
	border-right: 1px solid #53969C;
	background-color: #8DB7AF;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #53969C;
	color: #FFFFFF;
}
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #53969C;
	width: 168px;
}
#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	background-color: #53969C;
	color: #53969C;
}
#navigation ul.subnav a:hover {
	background-color: #53969C;
	color: #FFFFFF;
}

div#topcontent {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 80%;
	}

#topcontent h2, #topcontent p {
	display: inline;
	margin-right: 0.5em;
	}
div#topcontent ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
div#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #A14901;	
	}
div#topcontent ul li.first {
	border-left: 0px none;
	}
div#topcontent ul li a {
	font: 0.7em verdana, sans-serif;
	color: #A14901;
	background-color: inherit;
	}

.floatclr {
    clear: both;
	}

#footer {
	clear: both;
	padding: 0 0 10px 10px;
	font-size: 90%;
	color: #767676;
	background-color: inherit;
}

#footer a {
	color: #767676;
	background-color: inherit;
	text-decoration: none;
}

#footer p {
	margin-top: 0;
	margin-bottom: 0;
}
