/* CSS Document */

html>body {
	font-size: 16px;
}/*this rule ignored by IE6, but used by modern browsers which allow users to resize text sized in pixels*/

html, body, div, span, h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 1.5;
  width: 100%;
  font-family: "Helvetica Neue", Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-color: #ececff;	
	text-decoration: none;
	text-align: center;
}

/*banner styles*/
#topWrapper{
	border-top: 1px solid #660099;
	border-bottom: 1px solid #660099;
}
#topDiv {
	width: 100%;
	height: 161px;
	background-image:url(../images/masthead.jpg);	
	background-repeat: repeat-x 0 0;
	border-top: 6px solid #fc4c17;
	border-bottom: 6px solid #fc4c17;
}	
/*home page top navigation styles; see below for links styling*/
#topNavigationWrapper {
	width: 100%;
	background-color: #ffffff;
	padding: 0 0 .9em 0;
	border-top: 2px solid #8f8fc7;
	border-bottom: 1px solid #8f8fc7;
}
#topNavigation {
	width: 80%;
	margin: auto;
}
#logo {
	background-image:url(../images/logo.gif);
	display: inline-block;
	width: 189px;
	height: 47px;
	margin: .28em 0 0 0;
	background-repeat: no-repeat;
	float: left;
}
.hideText {
	display: none;
}
#topNavigation a,  a:link{
	color: #8f8fc7;
	text-decoration: none;
	outline: none;	
	font-family: "Helvetica Neue", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:normal;
	display: inline-block;
	padding-top: .8em;
	text-decoration: none;
}

#topNavigation a:visited {
	color: #8f8fc7;
}
#topNavigation a:hover, a:focus{
	color: #9138a9;
}
#topNavigation a:active {
	color: #652776;
}
#topNavigation a.current{
	color: #73abc7;
}

/*content styles*/

#contentWrapper {
  	margin: 0 auto 0 auto;
	padding: 2em 0 0 2em;
	text-align: left;
	width: 80%;
	color: #3f1f42;
}

#content span{
	text-align: center;
}

#comments {
}
.right {
	float: right;
	border: none;
	margin: 0;
	padding: 0;
}

img.right{
	padding: 0 0 0 1em;
}

span.right {
	width: 400px;
	clear: both;
	text-align: center;
	font-family: "Helvetica Neue", Geneva, Arial, Helvetica, sans-serif;	
}
	
/*..underlines the main h1 headings on each page..*/
hr {
	margin-left: -0.001em;
	height: .1px;
	margin-bottom: 1em;
	color: #8f8fc7;
	background-color: transparent;
	clear: left;
}


/*lists styling*/
ul.skip{
	clear: both;
	list-style-type: none;
	padding-bottom: 2em;
	font-family: "Helvetica Neue", Geneva, Arial, Helvetica, sans-serif;
	font-size: .875em;/*with body text-size at 100%, this is equiv to 14px*/
	line-height: 1.5em;
	margin: 1em 0 .5em -.5em;
	font-variant: small-caps;
}
ul.skip li{
	display: inline-block;
	padding: 0 .6em 0 .6em;
}
ul.contact li{
	clear: both;
	padding: 2em 0 0 0;
}

/*list styling for gallery pages, to get photos to display on right of text*/
ul.gallery li{
	clear: both;
	padding: 1em 0 1em 0;
	}
/*list styling for list of days in a quilting show etc*/	
ul.event{
	padding-top: 0;
	margin-top: -.5em;
}

ul.event li{
	margin-left: 1em;
	line-height: 1.5em;	
}

#content img.print {
	float:none;
	display: inline;
	vertical-align: text-top;
	padding: 0 0 .09em 0;
}
#content input {
	display: inline-block;
	vertical-align: top;
}

p, h1, h2, h3, h4, h5, h6 {

	font-size: 1em;
	line-height: 1.5;/*1.5 x 16px is lineheight "unit" of 24 px; keep consistent rhythm throughout page by using multiples of 24px*/
	margin-top: .75em;
	margin-bottom: .75em;
	text-align: left;
}
p {
	color: #3f1f42;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.125em;
}

p a href, a:link {
	color: #660099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.125em;
	display: inline; 
}


																																																					
p.address {
	font-family: "Helvetica Neue", Geneva, Arial, Helvetica, sans-serif;
	margin: -1.6em 0 0 5em;
	padding-bottom: .5em;
	font-size: 1.25em;/*with body text-size at 100%, this is equiv to 20px*/
	line-height: 1.2em;/*24px\20px=1.2*/
}

h1, h2, h3, h4, h5, h6, h7{
	font-family: "Helvetica Neue", Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

h1 {
	font-size: 2em;	/*with body text-size at 100%, this is equivalent to 32px*/
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used instead to deal with compound ie pc problems*/
}
h2 {
	font-size: 1.5em;/*with body text-size at 100%, this is equivalent to 24px*/
	line-height: 1em; /*keeps lineheight at 24px; note: RR would double margins cf these*/
	margin-top: .5em;
	margin-bottom: .5em;	
}
h3 {
	font-size: 1.25em;/*with body text-size at 100%, this is equiv to 20px*/
	line-height: 1.2em;/*24px\20px=1.2*/
	margin-top: .8em;
	margin-bottom: .4em;
}
h4{
	font-size: 1.125em;/*with body text-size at 100%, this is equiv to 18px*/
	line-height: 1.3333em;/*24/18=1.33333etc*/
	margin-top: .8888em;
	margin-bottom: .4444em;
}

h5{
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: .5em;
	font-variant: small-caps;
}
h6{
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: .5em;
}
h7, span.small{
	font-size: .875em;/*with body text-size at 100%, this is equiv to 14px*/
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: .5em;
	font-variant: small-caps;
}

/*links styling*/
#content a, a:link, a href {
	color: #660099;
	text-decoration:underline;
	font: inherit;
	display: inline;
	text-align: right;
}
#content a:visited {
	color: #8f8fc7;
}
#content a:hover, a:focus{
	color: #9138a9;
}
#content a:active {
	color: #652776;
}

li.stitch{	
	font-family: "Helvetica Neue", Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-variant: small-caps;
	font-size: .875em;
	text-align:center;
	background-image:url(../images/stitch.gif);
	background-position: bottom;
	height: 16px;
	background-repeat:repeat-x;
	margin-bottom: 1em;
}
	
#bottomDiv a, a href, a link{
	color: #660099;
	font-family: "Helvetica Neue", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:normal;
}
	
table.contact_info, table.contact_info a href{
	width:auto;
	border: none;
	font-family: "Helvetica Neue", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.25em;/*with body text-size at 100%, this is equiv to 20px*/
	line-height: 1.2em;/*24px\20px=1.2*/
	margin-top: .8em;
	margin-bottom: .4em;
}

.heading{
	font-size: 1.125em;/*with body text-size at 100%, this is equiv to 18px*/
	line-height: 1.3333em;/*24/18=1.33333etc*/
	margin-top: .8888em;
	margin-bottom: .4444em;	
	padding-right:.5em;
	border-spacing:.1em;
}

span.hide{
	display: none;
}

table.guestbook td{
	padding-bottom: 2em;
}
#leftside{
	width: 50%;
	float: left;
	text-align: center;
}
#rightside{
	width: 50%;
	float: right;
	text-align: center;	
}

#eXTReMe, #bottomDiv{
	clear: both;
	text-align: center;	
}


	
