/* Start of CMSMS style sheet 'victorianbasket' */
/*****************
Victorian Basket Stylesheet
Designed by: Heather Feuerhelm
Uniquely Yours Business Services
******************/


* {
margin:0;
padding:0;
}

body {
/* Set initial font styles */
	text-align: left;
   font-family: "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
   font-size: 62.5%;
   line-height: 1.5em;
/* Basic layout */
	background-image: url(images/victoriaedge.jpg);
	background-color: #ffffff; background-repeat: repeat-y;
   color: #420062;
   margin: 1em;    /* gives some air for the pagewrapper */
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 10pt;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
	padding: .5em; 
	text-decoration: none;
}

/* default link styles */
/* set all links to have underline and bluish color */
a,
a:link, 
a:active,
a:visited {
   text-decoration: underline;
   background-color: transparent; 
   color: #819417; font-weight: bold;
}

/* remove underline on hover and bold text */
a:hover {
   text-decoration: none;
   font-weight: bold;
}

a .external {
	padding: 0 12px 0 0;
	background-image: url(images/cms/external.gif);
	background-position: 100% 0pt;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 10px 10px 10px 160px;  /* offsets content beyond the left border */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
}

/*** header ***/
div#header {
   height: 210px;
	margin: 0 auto;
	text-align: center;           
}

div#header a, a:hover, a:visited {
	text-decoration: none;
}

div#header h1 {
	display: none;
}

div#content {
   margin: 4em 0 3em auto;   /* some air above and under menu and content */
}

div#main {
	float: left;
	width: 67%; padding-right: 2%;
	text-align: left;
}

div#sidebar {
   float: right;        /* set sidebar on the right side.  */
	display: inline;
   width: 30%; 			/* sidebar width */
	border-left: 1px dotted #819417;
	padding-left: 5px;

}

div#footer {
   clear: both;       /* keep footer below content and menu */
	margin-top: 1em;
}

div#footer p {
   font-size: 9pt;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
h1 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 24pt; line-height: 1.5em;
}

h2{
	font-family: "Monotype Corsiva", "Calligraph421 BT", "Apple Chancery", "URW Chancery L", cursive;
	font-size: 26pt; line-height: 1.5em;
	padding-bottom: .5em;
}

h3 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt; line-height: 1.5em;
	padding-left: 15px; padding-bottom: .3em;
	background: transparent url(images/victoriabtn.gif) no-repeat left;
}

h4 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt; line-height: 1.5em;
}

h5 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt; line-height: 1.5em;
}

h6 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt; line-height: 1.5em;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 10pt;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.5em;
   padding: 0; text-align: left;
}

blockquote {
   border-left: 10px solid #819417;
   margin-left: 15px; padding-left: 10px;
	text-align: justify;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

hr {
	background-image: url(images/lantanabutterflyrule.gif);
	margin: 0 auto; text-align: center;
	background-repeat: no-repeat;
	width: 394px; height: 14px;
}

/* End of 'victorianbasket' */

