/* @override http://ourquiltingroom.net-at-hand.com/stylesheets/design/86.css */

html,body,h1,h2,h3,h4,h5,ul,ol,li,p,tr,td,table,a,a:hover,a:link,a:visited,form {
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
}
table {
	border-collapse:collapse;
}
td {
	vertical-align:top;
}
	
/*******colors******
	blue			#4792ed
	light blue		#aeceff
	light blue 2	#8fc1ff
	cream			#fff0c4
	light cream		#FFFADA
	dark cream		#ffa35c
	plurgundy		#bf084b
	*/

/* @group layout */

/* @group contact form */

.contactform label {
	display: block;
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #bf084b;
}
.contactform input[type="text"],
.contactform textarea {
	width: 500px;
	padding: 4px;
	font-size: 120%;
	border: 2px solid #999;
}
.contactform textarea {
	height: 7em;
}
.contactform.submission.error {
	padding: 10px;
	margin-bottom: 20px;
	background: #bf084b;
	color: white;
	text-align: center;
}
.contactform.submission {
	padding: 10px;
	margin-bottom: 20px;
	background: #4792ed;
	color: white;
	text-align: center;
}


/* @end */

/* @group old */

body {
	width: 844px;
	margin: 10px auto;
	background: #fff0c4;
	font: normal normal 12px/1 Helvetica,sans-serif;
}
#sidebar {
	width:190px;
	float:right;
}
#main {
	background: white url(/stylesheets/design_images/86/main_background.jpg) right 85px no-repeat;
	border: 2px solid #ffa35c;
	width:640px;
	max-width: 640px;
	min-height: 400px;
	float:left;
}
* html #main {
	background-position: 149px 87px;
}
#header {
	background: url(/stylesheets/design_images/86/header_background.jpg) top right no-repeat;
	height:115px;
	width: 640px;
	text-indent:-10000px;
	float:left;
}
#home {
	display:block;
	width:340px;
	height:85px;
	background: url(/stylesheets/design_images/86/home_background.jpg) left top no-repeat;
}
#home:hover {
	background-position: bottom left;
}
body.home #home:hover {
	background-position: top left;
}
#title {
	font-size:2em;
	font-weight:bold;
	float:left;
	margin: 0 0 18px 18px;
}
#title.short {
	width: 302px;
}
h2.title {
	font-size:2em;
	font-weight:bold;
	margin: 0 0 18px 18px;
}
#content {
/*	clear: both;*/
	display: inline;
	float: left;
	padding: 0 30px 18px 30px;
}
#content a {
	color: #bf084b;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
	background: #bf084b;
	color: white;
}
#footer {
	text-align:center;
	clear:left;
	margin: 0 200px 0 0;
	color:#ff8847;
	padding-top: 10px;
}
h2 {
	line-height: 1.2;
}
p {
	margin: .5em 0;
}

/* @end */

/* @group blog */

.blog.post {
	margin-bottom: 2em;
}
.blog.post .published {
	color: #666;
}
#blog_nav {
	text-align: center;
	position: relative;
}
#blog_nav #older_posts {
	position: absolute;
	left: 0;
}
#blog_nav #newer_posts {
	position: absolute;
	right: 0;
}
.blog_archive {
	padding-left: 20px;
}
.blog_archive a {
	display: block;
	padding: 5px 10px;
}

.blog.post .next {
	float: right;
}

/* @end */

/* @group pattern templates */

img.right {
	float: right;
	margin: 0 0 20px 20px;
	border: 2px solid black;
}
#main h2 {
	clear: right;
	margin-top: 1em;
}
.pattern.info {
	background: #4792ed;
	padding: 10px;
	width: 370px;
	margin-bottom: 20px;
}
.pattern.info p {
	margin: 0;
}


/* @end */

/* @end */

/* @group other */

/* @group functionality */

.errorExplanation, #flash {
	background: #aeceff;
	padding: 20px;
	margin-bottom: 20px;
	border: 2px solid #4792ed;
}
#flash a {
	color: #bf084b;
	text-decoration: underline;
}
#flash a:hover {
	color: white;
	text-decoration: none;
	background: #bf085b;
}
.errorExplanation h2 {
	margin-bottom: 10px;
}
.errorExplanation ul {
	margin: 5px 0 0 20px;
}
div.fieldWithErrors {
	display: inline;
}
div.fieldWithErrors input {
	background: #4792ed;
	color: white;
}

/* @end */

/* @group page links */

#pages {
	text-align:right;
	width: 302px;
	float:left;
}
#pages .page {
	line-height:1.25em;
	padding: .2em .4em;
	background:#ffb86b;
}
#pages span.current {
	background:#bf084b;
	color:white;
	font-weight:bold;
}
#pages a:hover {
	background:#ff8847;
}
#pages .first {
	border-left: 2px solid #bf084b;
}
#pages .last {
	border-right: 2px solid #bf084b;
}

/* @end */

/* @group sidebar */

#sidebar input[type="text"], #sidebar input[type="password"] {
	width: 190px;
}
#sidebar #logged_in {
	background: #4792ed;
	color: white;
	font-weight: bold;
	font-size: 80%;
	padding: 5px;
	text-align: center;
	margin-left: 0px;
}
#sidebar a {
	color:#bf084b;
	text-decoration:underline;
}
#sidebar a:hover {
	text-decoration:none;
	background:#bf084b;
	color:white;
}
#sidebar ul {
	list-style-type:none;
}
#navigation_links a, 
#information_links a, 
#login_links a, 
#admin_links a,
#user_links a {
	color:black;
	text-decoration:none;
	display:block;
}
#admin_links a {
	color: #4792ed;
}
#admin_links a:hover {
	color: white;
	background: #4792ed;
}
#sidebar .block {
	margin-bottom: 1.5em;
}
#sidebar .navigation {
	font-size:1.5em;
}
#sidebar .navigation li {
	margin-left:-10px;
	padding-left:10px;
	background: url(/stylesheets/design_images/86/sidebar_nav_arrow.gif) -7px center no-repeat;
}
#sidebar .navigation li + li {
	margin-top: .4em;
}
#navigation_links li.current  {
	font-weight:bold;
	background-position: left center;
}
#sidebar #generations {
	display: block;
	margin-left: -10px;
	margin-top: -10px;
	background: url(/stylesheets/design_images/86/gallery_background.png) left -52px no-repeat;
	width: 198px;
	height: 52px;
	text-indent: -10000px;
}
#sidebar #generations:hover {
	background-position: left top;
}

/* @end */

/* @group category nav */

#category_navigation {
	list-style-type: none;
	padding: 0 2px;
	height: 62px;
	width: 600px;
	background: url(/stylesheets/design_images/86/cat_nav_background.gif) bottom left repeat-x;
	margin-bottom: 30px;
}
#category_navigation li {
	float: left;
}
#category_navigation #cat_all a {
	background-image: url(/stylesheets/design_images/86/cat_nav_all.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#category_navigation #cat_quilts a {
	background-image: url(/stylesheets/design_images/86/cat_nav_quilts.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#category_navigation #cat_quilting a {
	background-image: url(/stylesheets/design_images/86/cat_nav_quilting.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#category_navigation #cat_applique a {
	background-image: url(/stylesheets/design_images/86/cat_nav_applique.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#category_navigation #cat_odds a {
	background-image: url(/stylesheets/design_images/86/cat_nav_odds.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#category_navigation #cat_all a:hover,
#category_navigation #cat_quilts a:hover,
#category_navigation #cat_quilting a:hover,
#category_navigation #cat_applique a:hover,
#category_navigation #cat_odds a:hover {
	background-position: center left;
	background-repeat: no-repeat;
	background-color: transparent;
}
#category_navigation a {
	width: 120px;
	height: 62px;
	display: block;
	text-indent: -10000px;
}

body.cat_all #category_navigation #cat_all a, 
body.cat_patterns #category_navigation #cat_quilts a, 
body.cat_designs #category_navigation #cat_quilting a, 
body.cat_templates #category_navigation #cat_applique a, 
body.cat_odds #category_navigation #cat_odds a  {
	background-position: bottom left !important;
}
body .cat_all{
	background: #bf084b;
}
body .cat_quilt {
	background: #f58445;
}
body .cat_quilting {
	background: #bb4873;
}
body .cat_applique {
	background: #f35113;
}
body .cat_odds {
	background: #8d5c98;
}
.category {
	padding: 0px 10px;
	font-weight: bold;
	color: white;
}

/* @end */

/* @group tag listing */

#tag_listing {
	text-align: center;
}
#tag_listing a {
	text-decoration: underline;
	color: #bf084b;
}
#tag_listing a:hover {
	text-decoration: none;
	color: white;
	background: #bf084b;
}
#tag_listing .tag_box {
	border: 1px solid #940036;
	color: #940036;
	padding: 0px 5px;
	font-weight: bold;
}

/* @end */

/* @group resource list */

.resource {
	margin-top: 30px;
}
.resource tr {
	border-top: 1px solid black;
}
.resource .picture {
	width:150px;
	padding-bottom: 20px;
}
.resource .picture a, body.home #most_recent_picture { /*will also style the block on the home page*/
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	background-color: #bf084b !important;
	display:block;
	width:150px;
	height:150px;
	text-indent:-10000px;
}
.resource .picture a:hover, body.home #most_recent_picture:hover { /*will also style the block on the home page*/
	width:140px;
	height:140px;
	border: 5px solid #bf084b;
}
.resource .description {
	width:314px;
	padding: 10px 10px 20px 10px;
}
* html .resource .description {
	width: 334px;
}
.resource .description a:hover {
	text-decoration: underline;
}
.resource .description h3 {
	font: italic normal bold 1.75em/1 Times,serif;
}
.date {
	font-size: 50%;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	color: #5c5c5c;
	display: block;
	float: right;
}
.resource .description .text {
	line-height:1.1;
	margin: 4px 0 0 10px;
}
.resource .tags {
	width:120px;
	padding-bottom: 20px;
	text-align: center;
}
.resource .tags h4 {
	color:white;
	text-align:center;
	padding: .5em 0;
}
.resource .tags ul {
	list-style-type:none;
}
.resource .tags li {
	display: block;
}
.resource .tags li a {
	display: block;
	padding: 2px 0;
	/*border-left: .8em solid #5c5c5c;*/
	border: 1px solid #940036;
	margin-top: 2px;
	text-align: center;
	color: #940036;
}
.resource .tags li a:hover {
	text-decoration: none;
	background: #940036;
	color: white;
}
.read_more {
	display: block;
	float: right;
}
#content .read_more a {
	text-indent: -10000px;
	display: block;
	width: 78px;
	height: 16px;
	background-image: url(/stylesheets/images/view_pattern.png);
	background-position: top left;
}
* html #content .read_more a {
	background-image: url(/stylesheets/images/view_pattern.gif);
}
#content .read_more a:hover {
	background-position: bottom left;
	background-color: transparent !important;
}

/* @end */

/* @group admin */

table.admin {
	border-collapse: collapse;
	width: 100%;
}
table.admin td {
	border: 1px solid white;
	padding: 2px;
}
table.admin th {
	color: #666;
}
table.admin th a {
	color: black;
	text-decoration: underline;
}
table.admin td a:hover {
	text-decoration: none;
	background: #000;
	color: white;
}

/* @end */

/* @group home */

body.home #main {
	font-size: 120%;
	line-height: 1;
}
body.home #main h2 {
	border-bottom: 2px solid #ffa35c;
}
body.home #main h2 a {
	text-decoration: none;
}
body.home #most_recent {
	width: 150px;
	text-align: center;
	float: right;
	margin-bottom: 20px;
}
body.home #content > div > div {
/*	padding: 0 40px;*/
	margin: 10px 40px;
}
body.home #content >  div + div {
	margin-top: 20px;
}
body.home #main ul {
	list-style-type: none;
	color: white;
}
body.home #categories {
	margin-right: 175px;
}
body.home #categories li a {
	display: block;
	padding: 8px;
	color: white;
/*	font-size: 120%;*/
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
}
body.home #categories li a:hover {
	background: black;
}

/* @end */

/* @group show flat */

.flat {
	margin: 0 40px;
	font-size: 125%;
	line-height: 125%;
}
.flat p {
	margin: 0 0 .75em 0;
}
.flat ul {
	margin: 0 0 0 3em;
}
.flat li + li {
	margin: .25em 0 0 0;
}
.flat h3 {
	border-bottom: 2px solid #ffa35c;
	margin: 1em 0 .25em 0;
}
.flat h3.NoLine {
	border-bottom: none;
}
.flat a {
	color:#bf084b;
	text-decoration:underline;
}
.flat a:hover {
	text-decoration:none;
	background:#bf084b;
	color:white;
}

/* @end */

/* @group show pattern */

#pattern_info {
	margin:  0 40px 40px 10px;
	width: 150px;
	height: 150px;
	border: 1px solid black;
	float: right;
	display: inline;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000px;
}
* html #pattern_info {
	background-position: 1px 1px;
}
#download_area {
	margin-bottom: 1em;
	padding: 5px 5px 5px 0;
	float: left;
	width: 390px;
	background: #8fc1ff url(/stylesheets/design_images/86/download_area.gif) top left repeat-y;
}
#download_button {
	text-indent: -10000px;
	background: url(/stylesheets/design_images/86/download_button.jpg) top left no-repeat;
	display: block;
	width: 235px;
	height: 60px;
	float: left;
}
#download_area #download_button:hover {
	background: url(/stylesheets/design_images/86/download_button.jpg) bottom left no-repeat;
}
#download_info {
	margin-left: 235px;
}
#download_help {
	margin:0 40px 2em 40px;
	clear: left;
}
#resource_html {
	clear: both;
	margin: 20px 40px;
	font-size: 125%;
	line-height: 1.25;
}
#resource_html table {
	width: 100%;
}
#resource_html td {
	padding: 4px 20px;
}
.GeneralInfo td {
	padding: 4px;
}
.GeneralInfo tr {
	border-top: 1px solid #ffa35c;
	border-bottom: 1px solid #ffa35c;
}
.GeneralInfo tr.row0 {
	background: #FFEBBF;
}
.GeneralInfo tr.row1 {
	background: #FFF1CC;
}
#resource_html #teaser {
	margin-bottom: 1em;
}

/* @end */

/* @group user */

#user_history tr.download td.description {
	padding-left: 1.5em;
}
#user_history {
	font-size: 80%;
}

#user_profile td {
	padding: 5px;
	vertical-align: top;
}
#user_profile {
	width: 100%;
}

/* @end */

/* @group miscellaneous layout */

form.email_signup {
	float: right;
	width: 270px;
	text-align:right;
	padding: .5em;
}
form.email_signup input[type="text"] {
	width: 200px;
}
#first_pattern {
	width: 150px;
	float: right;
	font-size: 80%;
	line-height: 1;
	text-align: center;
	margin: 0 0 20px 20px;
}
#first_pattern img {
	margin-top: 5px;
}
#signup_description {
	font-weight: bold;
	padding-right: 330px;
	font-size: 90%;
	line-height: 1.1;
	text-align: right;
	background: url(/stylesheets/design_images/86/signup_arrow.gif) top 205px no-repeat;
}
#signup_box {
	margin-top:40px;
}
table.form input[type="text"] {
	max-width: 300px;
}
#growing_list {
	font-size:120%;
}
#SignUpBenefits, #SignUpPrivacy {
	width: 150px;
	clear: left;
	float: left;
	margin: 0 10px 20px 0;
}
#SignUpBenefits {
	background: #fff0c4;
	border: 2px solid #ffa35c;
	padding: 10px;
}
#SignUpBenefits p {
	margin-top: 1.25em;
}
#SignUpBenefits a, #SignUpPrivacy a {
	text-decoration: underline;
	color: #bf084b;
}
#SignUpBenefits a:hover, #SignUpPrivacy a:hover {
	text-decoration: none;
	color: white;
	background: #bf084b;
}
.arrow {
	background: #8fc1ff url(/stylesheets/design_images/86/signup_arrow.gif) 5px center no-repeat;
}
.AlignLeft.arrow {
	padding: 5px 5px 5px 30px;
	height: 25px;
	vertical-align: center;
	margin-bottom: 1em;
}
#TermsAndConditions {
	margin-top: 1em;
}
#SignUpNow {
	float: right;
	width: 160px;
	background: #fff0c4;
	padding: 10px;
	text-align: center;
	border:2px solid #ffa35c;
}
td.Top {
	vertical-align: top;
}
.note {
	padding: 15px;
	background: #FFFADA;
	font-size: 80%;
	margin: 1.5em 0 20px 0;
}
p.note strong.heading {
	font-size: 120%;
}
p.note.grey {
	padding: 0;
	background: none;
	color: #666;
}
p.small {
	font-size: 80%;
}

/* @end */

/* @group tips and techniques */

#content .tip h3 a {
	text-decoration: none;
}
#content .tip h3 {
	border-bottom: 2px solid #ffa35c;
	font: italic normal bold 1.75em/1 Times,serif;
}
#content .tip h3 span.date {
	margin-top: .75em;
}
* html #content .tip h3 span.date {
	margin-top: 0;
}
#content .tip .content {
	padding: 0 20px;
	margin-bottom: 20px;
}
	
.flat .purchase.option h2 {
	float:  left;
	width: 190px;
	width/**/:/**/ 140px;
	background:  url(/stylesheets/design_images/86/signup_arrow.gif) top right no-repeat;
	text-align:  right;
	padding: 0 30px 10px 0;
	color: #bf084b;
}
.flat .purchase.option div {
	margin-left: 200px;
}
.flat .purchase.option h3 {
	border-bottom-color: #ffa35c;
}
.flat .purchase.option form, .invoice form {
	background: #8fc1ff;
	padding:  5px;
	text-align:  right;
}
.invoice form {
	border-top: 2px solid white;
	/*	background: url(/stylesheets/design_images/86/signup_arrow.gif) top 20px no-repeat;*/
}
.invoice h3 {
	border-bottom: 2px solid white;
}
.invoice {
	background: #8fc1ff;
	padding: 10px 20px;
}
.invoice .price {
	text-align: right;
	font-size: 120%;
}
.invoice .price small {
	font-size: 60%;
}

/* @end */

/* @group throughout */

.row0 {
	background: #aeceff;
}
.row1 {
	background: #8fc1ff;
}
.clear.both {
	clear:both;
}
.FormField {
	padding: 2px 0;
}
.AlignRight {
	text-align: right;
}
.AlignCenter {
	text-align: center;
}
.flat table.form {
	max-width: 524px;
}
table.form td {
	vertical-align: bottom;
	padding: 2px 2px;
}
table.form td.Top {
	vertical-align: top;
}
table.form textarea {
	width: 350px;
}
td.label {
	vertical-align: top;
	color: #666;
}
table.form td.VerticalAlignTop {
	vertical-align: top;
	padding-top: 2px;
}
table.form td.VerticalAlignCenter {
	vertical-align: center;
}
table.form tr.TableSection {
	border-top: 2px solid #bf084b;
}
table.form tr.LastRow td{
	padding: 1px 2px 5px 2px;
}
span.underline {
	text-decoration: underline;
}
.large {
	font-size: 140%;
	line-height: 1.2;
}
.colored {
	color: #bf084b;
}

/* @end */

/* @end */

/* @group typography */

html #content{
	font: 120%/1.2 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/* @end */