/* 10 DIGIT DESIGN basic stylesheet */
/* G L O B A L -------------------------------*/
body
{	text-align: center;   /*IE hack*/
	margin: 0;
	padding: 0;
	background-color: #666;
	color: #444;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 90%;
	}
#wrapper
{	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: auto;
	background-color: rgb(250,220,120);/*(230,225,205)*/
	text-align: left;
	border-top: 17px solid #666;
	}

h1 img
{	margin: 0;
	padding: 0;
	border: 0;
}

h3
{	margin: 0;
	padding: 0 53px;
	color: #555;
	}
p
{	margin: 0;
	padding: 23px 53px 0;
	} 
p.contact
{	padding: 7px 67px 0 53px;
	text-align: right;
	font-size: 110%;
	font-weight: 700;
	letter-spacing: .08em;
	}	
a.contact, a.contact:link, a.contact:visited, a.contact:hover
{	color: rgb(195,71,71);
	text-decoration: none;
	}
a.contact:hover
{	text-decoration: none;
	font-weight: 900;
	letter-spacing: .3em;
	} 
/*  S I T E   L I N K S ---------------------------*/
ul
{	margin: 0;
	padding: 37px 0;
	}
ul li
{	list-style-type: none;
	font-size: 120%;
	line-height: 160%;
	}
ul li a, ul li a:hover
{	display: block;
	padding: .2em 0 .3em;
	text-decoration: none;
	}

ul li#callthor a, ul li#scrib a, ul li#todd a, ul li#jemm a, ul li#grey a, ul li#duns a, ul li#key a, ul li#mstu a, ul li#shs a, ul li#abby a
{	color: #000;
	letter-spacing: .07em;
	text-align: center;	}

ul li#callthor a:hover, ul li#scrib a:hover, ul li#todd a:hover, ul li#jemm a:hover, ul li#grey a:hover, ul li#duns a:hover, ul li#key a:hover, ul li#mstu a:hover, ul li#shs a:hover, ul li#abby a:hover
{	color: rgb(255,225,125);	}	

/*Call Thoreau*/
ul li#callthor a:hover
{	background-color: rgb(10,83,77);	}

/*Call Abby Shahn*/
ul li#abby a:hover
{	background-color: rebeccapurple;	}

/*Scribbles*/
ul li#scrib a:hover
{	background-color: rgb(235,2,0);	}

/*Todd Watts*/
ul li#todd a:hover
{	background-color: darkorange;	}

/*Jemma Gascoine*/
ul li#jemm a:hover
{	background-color: darkcyan;	}

/*Greyledge Lodge*/
ul li#grey a:hover
{	background-color: rgb(95,134,23);	}

/*Dunstans' Leather*/
ul li#duns a:hover
{	background-color: brown;	}

/*KeySure*/
ul li#key a:hover
{	background-color: rgb(113,123,111);	}

/*mstudios-ny*/
ul li#mstu a:hover
{	background-color: rgb(0,102,153);	}

/*Southold Historical Society*/
ul li#shs a:hover
{	background-color: #ACBEE0/*rgb(0,102,153)*/;	}



/* F O O T E R ---------------------------*/
#footer
{	margin-top: 47px;
	}
#footer p
{	padding-bottom: 29px;
	font-size: 75%;
	color: #666;
	letter-spacing: .06em;
	}