/*

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;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 75%;
	color: #000;
	line-height: 1.5em;
        background: #fFFFFF url(http://www.crumpledpaper.ca/qbee/nbg6-1.png) repeat;
        background-repeat: repeat-x repeat-y;
        background-attachment: fixed;

       
}

img {
	border: 0;
}

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

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

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

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

form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

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

#wrap {
	width: 500px;
	margin: 0px auto 0 auto;
        
}

#header {
	height: 260px;
         background: #FFFFFF;
         border-top: 1px solid #e5435a;
         border-left: 1px solid #e5435a;
         border-right: 1px solid #e5435a;
}

#header a {
	position: static;
}

#content {
	padding: 15px 15px 1px 15px;
                    border-left: 1px solid #e5435a;
                  border-right: 1px solid #e5435a;
	background: #FFFFFF;
	text-align: left;
}

#content h1 {
	font-size: 110%;
	color: #e5435a;
	border-bottom: 1px solid #ffabb7;
	padding-bottom: 2px;
}

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

#content a {
	color: #e5435a;
	border-bottom: 1px dashed #ffabb7;
}

#content .quilt {
	text-align: center;
	margin-bottom: 20px;
}

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

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

#content p.pages a,
#content p.pages span {
	padding: 3px 6px;
	border: 0px solid #000;
	background-color: #ffabb7;
	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-bottom: 10 auto;
	width: 500px;
        height: 100px;
	padding:0px 0px 0px 0px;
	background: #ffffff;
	font-size: 85%;
         border-bottom: 1px solid #e5435a;
          border-left: 1px solid #e5435a;
           border-right: 1px solid #e5435a;
}

#footer a {
background: #FFFFFF;
	color: #e5435a;
	font-weight: bold;
}


/* CSS Document */

#tree {
	margin: 0 auto 0 auto;
	background: url(http://www.crumpledpaper.ca/qbee/Member/qbee_events/Xmas Ornament/stump.gif) no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
}
.insidelimb {
		width: 40px;
		height: 40px;
		overflow: hidden;
		background: url(http://www.crumpledpaper.ca/qbee/Member/qbee_events/Xmas%20Ornament/middlelimb.gif) no-repeat;
}
.leftlimb {
		width: 20px;
		height: 40px;
		overflow: hidden;
		background: url(http://www.crumpledpaper.ca/qbeeMember/qbee_events/Xmas Ornament/leftlimb.gif) no-repeat;
}
.rightlimb {
		width: 20px;
		height: 40px;
		overflow: hidden;
		background: url(http://www.crumpledpaper.ca/qbeeMember/qbee_events/Xmas Ornament/rightlimb.gif) no-repeat;
}
.top {
		width: 40px;
		height: 40px;
		overflow: hidden;
		background: url(http://www.crumpledpaper.ca/qbeeMember/qbee_events/Xmas Ornament/top.gif) no-repeat;	
}
.treerow {
	height: 40px;
	overflow: hidden;
	text-align: center;	
}



