﻿/* this is how I add a comment in a CSS document. */
/* This is the CSS style sheet for the Sunflower Quilting Website. */
/* The URL is www.sunflowerquilting.com.au. */
/* Info for quilting, Canberra, basting, pantograph, edge-to-edge, binding. */
/* Also available are backing fabrics from Widebacks. */
/* if there are non ASCII characters add - @charset "encoding" */
/* Note that URLs in an external style sheet are relative to the location
of the style sheet file on the server, not to the HTML pages. 
float:left;margin 300px 30px 30px 30px; position:fixed; #93a9d5 */

#navbar {
	background-color: white ;
	text-align: left; 
	padding:0px 0px 0px 0px; 
	text-decoration: none;	
	width:100%
	;
	}
	
table {
background-color: ebecf6 ;
border: 5px inset black;
}	

#banners {background-color: white; text-align:left; padding:0px; width:100%;}

/* --for making the background colour white padding:0px 15% 0px;-- */
#whitecolour {
background-color: white;
padding: 0px 2% 0px}

/* --body {background-color: #fef76e; padding:0px 15% 0px;} border-style:solid;
border-color: white;
border-width: 10%;*/
body {
background-image: url(images/background.jpg); 
background-attachment: fixed;
margin:0px; 
padding:15px 15% 40px; 
cursor: default; 
border-width: 0px;
}

/* paragraph styles. fantasy, cursive, */
p {background-color: white; font:12pt serif; text-indent:1em; clear:both;}

h {background-color: white; font:14pt "Vivaldi", "freestyle", serif;color: rgb(232, 128, 13); font-style:italic; clear:both}

/* This changes the colour of links depending on what stage they are at */

a:link {color:blue; text-decoration:none;}

a:visited {color:blue; cursor:default; text-decoration:none;}

a:focus {color:purple; text-decoration:none;}

a:hover {color:purple; cursor:default; text-decoration:none;}

a:active {color:purple; cursor:default; text-decoration:none;}

/*
#buttons {
 {margin:5px 0px 0px 15%}
a {padding: 4px; text-decoration: none; width: 5em; margin: 0px; color: #8D4F10; font-family: "Trebuchet MS", Verdana, sans-serif;}
a:link, a:visited {background: #efb57c; border: 2px outset #efb57c;}
a:focus, a:hover {background: #DAA670; border: 2px outset #DAA670; color: black; cursor:default;}
a:active {background: #BB9E60; cursor:default}
}*/
/* for vertical block display display: block; */
/* Used to add margins on the page left and right.
#left {background-image: url("images/sunflower_new.jpg"); width:10%; float:left; padding:0px 0px 500px}
#right {width:10%; float:right; padding:0px 0px 500px}*/

/* Allows for adding a box containing text that has an image behind it that does not repeat. */

.imageRepeatBox {
  width:800 pt;
  height:1600 pt;
  font:20pt/36pt;
  background-image: url("images/sunflower_new.jpg");
  background-repeat:no-repeat;
}


