/*

style.css
The stylesheet for your quilt page.  You can change this file to whatever you want, this is just a sample.

*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffc5cc; 
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 75%;
	color: #000;
	line-height: 1.5em;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
}

.center,
p.pages {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	line-height: normal;
}

ul {
	margin: 0 0 20px 40px;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #ff6d82;
}

a:hover {
color: #ffc5cc;
}

input, select, textarea {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #ffebed;
	border: 1px solid #ff7383;
	padding: 3px;
}

#wrap {
	width: 500px;
	margin: 0 auto;
	border: 3px solid #282018;
	background-color: white;
}

#header {
	height: 250px;
}

#header a {
	position: static;
}

#content {
	padding: 15px 15px 1px 15px;
	background-color: white;
	text-align: left;
}

#content h1 {
	font-size: 130%;
	color: #ff6d82;
	border-bottom: 2px solid #ffebed;
	padding-bottom: 2px;
}

#content h2 {
	font-size: 120%;
	color: #ff6d82;
	border-bottom: 2px solid #ffebed;
	padding-bottom: 2px;
}

#content abbr,
#content acronym {
	border-bottom: 1px dashed #ffc5cc;
	cursor: help;
}

#content .quilt {
	text-align: center;
	margin-bottom: 20px;
		position: static;
	border-bottom-width: 0;
	line-height: 0px;
}

#content #cat-1 {
	margin-bottom: 0;
	padding: 0px;
}

#content .quilt a {
	position: static;
	border-bottom-width: 0;
}

#content p.pages span {
	padding: 3px 6px;
	border: 1px solid #000;
	background-color: #ffc5cc;
	margin-right: 3px;
	color: #669900;
}

#content p.pages span {
	color: #fff;
}

#content fieldset {
	margin: 0 auto;
	padding: 0;
	border: 0 solid #000;
	width: 30em;
}

#content fieldset ol {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#content fieldset ol li {
	margin-bottom: 15px;
}

#content fieldset ol li label {
	float: left;
	width: 10em;
	padding-right: 1em;
	text-align: right;
}

#content fieldset ol li input,
#content fieldset ol li select,
#content fieldset ol li textarea {
	width: 18em;
}

#content fieldset ol li input.auto,
#content fieldset ol li select.auto,
#content fieldset ol li textarea.auto {
	width: auto;
}

#content fieldset ol li.button {
	padding-right: 0.5em;
	text-align: right;
}

* html #content fieldset ol li.button {
	padding-right: 1.5em;
}

#content fieldset ol li input.button {
	width: auto;
	margin-bottom: 20px;
}

#content ul.trade-log,
#content ul.trade-log-archives {
	list-style: none;
	line-height: 1.8em;
}

#content ul.trade-log li,
#content ul.trade-log-archives li {
	background: url(images/bullet.gif) 0 0.5em no-repeat;
	padding-left: 15px;
}

#footer {
	margin-top: 3px;
	width: 500px;
height: 11px;
background: url(images/footer.gif);
}

#footer a {
	color: #fff;
	font-weight: bold;
}

.credits {
background-color: white;
}


#navigation {
list-style-type: none;
margin: 0; padding: 0;
margin-top: -3px;
margin-bottom: 5px;

}
#navigation li {
display: inline;
}
#navigation li a{
float: left;
width: 98px;
height: 30px;
border: 1px #ff6d82 solid;
font: 12px century gothic;
text-transform: uppercase;
line-height: 30px;
text-decoration: none;
font-weight: bold;
background: #ffebed;
color:  #ff6d82;
}

#navigation li a:hover{
background: #ffffff;
}

.aboutme {
border: 2px solid #ff6d82;
background-color: #ffebed;
line-height: 13px;
padding: 5px;
}

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

a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
