/* 
=========================================
basic 
=========================================
*/

body {
	font-family: Georgia, Times, sans-serif;
	background-color: #0066FF;
	}
	
div#page {
	text-align: left;
	background-color: #ffffff;
	margin: 5em auto 3em auto;
	width: 55em;
	position: relative;
	top: 0;
	left: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}
	
	
span#staci { color: white; font-weight: normal; }
span#gray { color: #dd0000; font-weight: normal; }
span#music { color: blue; font-weight: normal; }

div#header, div#headerHome {
	background-color: transparent;
	margin: 0 1em 1em 11em;
	position: relative;
	top: -38px;
	left: 0;
	vertical-align: bottom;
	}
div#header {
	height: 2em;
	}
div#headerHome {
	height: 5em;
	}
	
div#navbar, div#navbarHome {
	background-color: #ffffff;
	width: 11em;
	left: 0em;
	margin: 0em 0em 0em 0em;
	position: absolute;
	}
div#navbar, div#navbarHome {
	background-color: #ffffff;
	width: 11em;
	position: absolute;
	left: -11em;
	margin: 0em 0em 0em 0em;
	}
div#navbar {
	top: 0;
	}
div#navbarHome {
	top: -3em;
	}
	
div#content {
	margin: 2em 1em 2em 11em;
	position: relative;
	top: 0;
	left: 0;
	width: 42em;
	min-height: 25em;
	height: 100%;
	}
	
div#colophon {
	background-color: #00cc00;
	margin: 0em 1em 0em 11em;
	position: relative;
	bottom: -1em;
	left: 0;
	color: gray; 
	text-align: left;
	vertical-align: top;
	height: 2em;
	clear: both; 
	}
div#colophon p {
	font-size: x-small;
	padding: 5px 0px 25px 6px;
	font-family: "Comic Sans MS", "Lucida Grande", Verdana, Tahoma, sans-serif;
	color: black;
	margin: 0;
	}

h1, h2, h3, h4 {
	text-transform: capitalize;
	letter-spacing: 0px;
	color: #aaaaaa;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: "Comic Sans MS", "Lucida Grande", Verdana, Tahoma, sans-serif;
	}
h1 {
	font-size: large;
	padding-left: 5px;
	}
div#headerHome h1 {
	font-size: xx-large;
	}
h2 {
	text-transform: uppercase;
	font-size: x-large;
	letter-spacing: 6px;
	border-bottom: 0 !important;
	color: #aaaaaa !important;
	margin-bottom: 2em;
	}
h3 {
	font-weight: normal;
	font-size: large;
	border-bottom: 1px solid #000000;
	margin-top: 2.5em;
	margin-bottom: 0.5em;
	color: #ff6600 !important;
	color: #000000 !important;
	}
h3.noEntries, h4.noEntries {
	text-transform: none;
	}
h4 {
	font-size: small; 
	letter-spacing: 1px; 
	text-transform: uppercase; 
	}
a {
	color: #0000dd;
	text-decoration:none;
	}
a:hover {
	color: #ff6600;
	}

.small {
	font-size: smaller;
	}
.heavy {
	font-family: "Comic Sans MS", "Lucida Grande", Verdana, Tahoma, sans-serif;
	}
img.headshot,
img.headshotLeft, 
img.headshotRight {
	border: 1px solid gray;
	margin-bottom: 1em;
	}
img.headshotLeft {
	float: left;
	margin-right: 1em;
	}
img.headshotRight {
	float: right;
	margin-left: 1em;
	}
	
table.priceBlock {
	width: 30%;
	float: right;
	margin: 0 0 0.5em 1em;
	padding: 0.25em;
	}	

table.packagePrices {
	border: 0px solid blue;
	background-color:#ddeeFF;
	}

table.servicePrices {
	border: 0px solid green;
	background-color:#ddffee;
	}

table.priceBlock td {
	font-family: "Comic Sans MS", "Lucida Grande", Verdana, Tahoma, sans-serif;
	vertical-align: top;
	font-size: smaller;
	font-weight: normal;
	}	

table.priceBlock td.price {
	text-align: right;
	white-space: nowrap; 
	}	
	
ul.packageBlock {
	width: 40%;
	float: right;
	margin: 0 0 0.5em 1em;
	padding: 0.25em 0.25em 0.25em 0.5em;
	border: 0px solid blue;
	background-color:#ddeeFF;
	list-style-position:inside; 
	}	
	
ul.packageBlock li {
	font-family: "Comic Sans MS", "Lucida Grande", Verdana, Tahoma, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 85%;
	}	

	
/* 
=========================================
content 
=========================================
*/
ul.linksList {
	padding-left: 0;
	width: 45%;
	float: left; 
	margin-right: 20px; 
	}
ul.linksList li {
	margin-bottom: 10px;
	list-style-type: none;	 
	}
ul.linksList li a { 
	margin-left: 1.5em;
	display: block; 
	color: #4444cc !important;
	}
	
div#bio a {
	font-family: "Comic Sans MS", "Lucida Grande", Verdana, Tahoma, sans-serif;
	}

		
		
div.resourceList {
	border: 1px solid silver;
	background-color: #77ddFF;
	margin-right: 2em; 
	width: 10em;
	padding: 1em; 
	}	
div.resourceList h3 {
	margin: 0 0 1em 0;
	border: 0px solid blue;
	}	
div.resourceList ul li.resource {
	margin-bottom: 1em;
	list-style-type: none;
	}	
div.resourceList ul {
	margin: 0; 
	padding: 0;
	}	
div.resourceList ul li.resource a {
	font-size: smaller;
	}	
div.resourceList ul li.resource a.selected {
	font-size: inherit;
	color: red;
	}	
div.resourceList div.resource a img {
	border: 1px solid gray;
	}	

div#contact form#contact {
	margin: 20px 0 50px 0;
	}
div#contact form#contact ul {
	margin-left: 0;
	padding-left: 0;
	}
div#contact form#contact ul li {
	list-style-type: none;	 
	}
div#contact form#contact ul li label{
	width: 4em;
	display: block;
	}
	

	
div#contact form#contact {
	width: 400px; 
	}
	
form#contact li {
	padding: 0 0 0.5em 0;
	}
	
form#contact li label{
	white-space: nowrap;
	}
	
div#gallery div.tablePager {
	vertical-align: bottom; 
	}
div#gallery div.galleryEntry {
	padding: 0; 
	border: 0 !important;
	width: 200px;
	float: left;
	margin: 0 1em 1em 0;
	}
div#gallery p.description {
	padding: 0; 
	border: 0 ; 
	margin: 0 0 0.5em 0; 
	font-size: smaller;
	}
div#gallery p.description span.count {
	color: #aaaaaa;
	display: block;
	}
div#gallery div.photoPreview {
	border: 0;
	}
div#calendar img.keyImage {
	float: right; 
	width: 233px; 
	border: 1px solid gray; 
	margin-left: 2em; 
	margin-bottom: 2em; 
	}
div#calendar div.entry {
	margin: 0px 233px 0px 0px; 
	}
	
	
	
	
	
div.event {
	background-color: #ddeeFF; 
	padding: 0.5em; 
	width: 50%; 
	}
	
div.event img {
	border: 1px solid silver; 
	}
	
div.event h4 {
	margin: 1em 0 0 0;
	padding: 0;
	color: red; 
	}
	
div.event p.title {
	margin: 0;
	padding: 0 0 0 0;
	font-weight: normal;
	font-family: "Comic Sans MS", "Lucida Grande", Verdana, Tahoma, sans-serif;
	}
	
div.event p.description {
	padding: 0;
	margin: 0 0 0.25em 0;
	color: black; 
	}


/* 
=========================================
navbar 
=========================================
*/

div#storeNavBar {
	margin: 0 0 0 0;
	padding: 0;
	white-space: nowrap;
	border-left: 0px dotted gray;
	}

div#storeNavBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	width: 10em; /* Width of Menu Items */
	}

div#storeNavBar ul li {
	position: relative;
	left: 0;
	width: 10em;
	margin: 0 0 1px 0;
	}
	

/* Styles for Menu Items */
div#storeNavBar ul li a {
	font-size: small;
	display: block;
	height:1%;
	margin: 0;
	text-decoration: none;
	color: #999999;
	background: white;
	padding: 2px 2px;
	background-image: none;
	background-repeat:repeat-y;
	background-position:left;
	text-align: left;
	border: 0px solid white; 
	border-left: 5px solid white;
	font-weight: normal;
	font-family: "Comic Sans MS", "Lucida Grande", Verdana, Tahoma, sans-serif;
	}


div#storeNavBar ul li a.selected {
	background: white;
	text-align: left;
	color: #dd0000; /* IE6 Bug */
	background-image: none;
	background-repeat:repeat-y;
	background-position:left;
	border-top-color: white; 
	border-right-color: white; 
	border-bottom-color: white; 
	border-left-color: white;
	font-weight: normal;
	font-size: 130%;
	}

div#storeNavBar ul li a:hover { 
	color: #ff9900; 
	background-color: white;
	border-top-color: white; 
	border-right-color: white; 
	border-bottom-color: white; 
	border-left-color: white; 
	background-image: none;
	background-repeat:repeat-y;
	background-position:left;
	font-weight: normal;
	margin: 0;
	} /* Hover Styles */
	
	
	
/* 
=========================================
print 
=========================================
*/
div#resume div {
	page-break-inside: avoid;
	}
div#resume div h3 {
	page-break-after: avoid;
	}

@media print {
div#page {
	margin: 1em 5% 2em 5%;
	}
div#header {
	margin: 0;
	border: 0px solid gray;
	border-bottom: 1px solid black;
	}
div#navbar {
	display: none;
	}
div#content {
	margin: 0;
	}
div#colophon {
	margin: 0;
	}
}



div.review {
	margin-bottom: 2em;
	}

p.sig {
	margin-top: 4px;
	margin-left: 1em;
	font-style: italic;
	}

p.quote {
	margin-bottom:  0;
	padding-bottom: 0;
	}



form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.5;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
