@charset "UTF-8";
/* CSS Document */
html, body 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
	width: 100%;
}

html { height: 100% }

body {
	min-height: 101%;
	background: url(images/background_01.jpg) repeat-y center top;
	background-color: #1d191c;
	color: #333;
}

/* LAYOUT STYLES*/

#bg-container	{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
}

#entry-content	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 725px;
	background-color: #dfd6d6;
	border-style: solid;
	border-color: #FFF;
	border-width: 15px;
	padding: 20px;
	line-height: 1.1em;
	height: 260px;
}

#content-container	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
/*	margin: 0 0 0 115px;
*/	width: 725px;
	background-color: #dfd6d6;
	border-style: solid;
	border-color: #FFF;
	border-width: 15px;
	padding: 20px;
	line-height: 1.1em;
}

#logo-entry	{
	margin-left: 146px;
}

#logo-overlay	{
	margin-left: auto;
	margin-right: auto;
	text-align: "center";
	width: 725px;}


/*=== BASE STYLES === */
p	{
	font-size: 0.8em;
}

a:link						{ font-weight: bold; color:#A12E29; text-decoration: none; }
a:visited					{ color: #d89b55; }
a:hover						{ color: #A12E29; text-decoration: underline; }
a:active					{ color: #A12E29; }
ul, li						{ list-style-type: none; }
li							{ font-size: 0.8em; }
img							{ border: 0; }

h1	{
	font-family: "Lucida sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #b43939;
	 }							
							
h2	{
	font-family: "Lucida sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em; 
	color: #b43939;
	 }

h3	{
	font-family: "Lucida sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #b43939; }
	
.small	{
	font-size: 0.7em;
}

.centreEtsy	{
	text-align: center;	
}

.big	{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
}

.floatR	{
	float: right;
	padding-bottom: 40px;
	padding-left: 20px;
}

.floatL	{
	float: left;
	padding-bottom: 40px;
	padding-right: 10px;
}


/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:725px;
		height:260px;
		overflow:hidden; 
		}	
/*	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-10px;
		top:100px;
		}	
	#nextBtn{ 
		left:745px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												
*/
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
/* // Easy Slider */


/* NAVIGATION STYLES */

 #nav {
	position: relative;
	margin: 60px 0 0 0;
	padding: 0;
	text-align: center;
	font: bold 1.1em Arial, "Trebuchet MS", sans-serif;
	bottom: 150px;
 }
 
#nav li {
 display: inline;
 padding: 0 5px;
 margin: 0;
 }
 
 .period	{
	font: bold 3.6em Georgia, serif;
	color: #917a65;
 }

/*ACTIVE PAGE NAVIGATION Styles */
ul li.about a,
ul li.range a,
ul li.shop a,
ul li.links a,
ul li.angela a,
ul li.gwenn a,
ul li.lisa a,
ul li.home a   {
	background-image: url(images/newHand25.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
