/********************** *  theme stylesheet definition * *  Copyright, 2007 Alex G Doll Consulting Ltd * ***********************/ /********  * general objects  ********/body {	background-color: #ffe4af;	font-family : Palatino, Linotype, Palladio, Perpetua, serif;	font-size : 100%;	color : black;	/*width : 800px;*/	margin-left : auto;	margin-right: auto;	margin-top : 0px;	border : none;}.light { color : #ffe4af;}.small { font-size : small;}HR { 	border : none;	border-bottom: dashed #7d0c2e  1px; }/****************** * A tag colours for use against a LIGHT background ******************/A:link {color: #7d0c2e;text-decoration: underline;}A:active {color: #7d0c2e;text-decoration: underline;}A:visited {color: #7d0c2e;text-decoration: underline;}A:hover {color: #ff00FF;text-decoration: underline;}/****************** * A tag colours for use against a DARK background ******************/ h1 { color : #ffe4af;} A.light:link {color: #ffe4af;text-decoration: none;font-weight : bold;}A.light:active {color: #ffe4af;text-decoration: none;font-weight : bold;}A.light:visited {color: #ffe4af;text-decoration: none;font-weight : bold;}A.light:hover {color: #ff00FF;text-decoration: underline;font-weight : bold;} /********  * header objects  ********/.topcell {	width : 995;/*	height : 125;*/	margin-right: auto;	background-image:  url("http://www.mistymamas.com/theme/default/topbanner.jpg");	background-repeat : no-repeat;	background-position : center;	clear : right;}div.addresscell {	float : right;	color : #ffe4af;	font-size : x-small;	text-align : center;	border : solid #ffe4af 2px;}.menucell {	/*background-color : #540034;*/	background-image : url("http://www.mistymamas.com/theme/default/violet50pc.png");	/*width : 100%;*/	width : 995px;}td.menuitem {	background-repeat : repeat-x;	color :#7d0c2e;	padding : 5px;	font-style : bold;	text-align : center;	width : 11%;}/******** * Body objects ********/.bodycell {  margin-top : 0.5em;}.content { width : 800px; text-align : left;}.photo {	float:right;	margin: 1em;	margin-top: 0;	border: solid #7d0c2e  0.25em;}.bio {	clear: left;	width : 800px;	text-align: left;	border-bottom: dashed #7d0c2e  1px;	}.biopic {	border: solid #7d0c2e  2px;	padding : 1px;	margin : 0.25em;	float : left;} /********  * footer objects  ********/.slogancell {	background-image : url("http://www.mistymamas.com/theme/default/goldtopbk.png");	height : 26px;	text-size : 20px;	color : black  ;	font-size : x-small;	text-align : center;	border-right : solid #7d0c2e  2px;	border-bottom : solid #7d0c2e  2px;	border-top : solid #7d0c2e  2px;	border-left : solid #7d0c2e  2px;}.bottomcell{	text-align: center;	font-size : 100%;} /********  * gigs page objects  ********/  div.sched {	border-bottom: dashed #7d0c2e  1px;	padding-top : 2em;	/*background-image : url("../../fruitPeach.jpg");	background-position : top right;	background-repeat : no-repeat;	background-attachment : fixed;*/ }  span.sched {	border: solid #7d0c2e  0.25em;	float:right;	width: 175px;	font-size : small;	font-family : sans-serif; }.schedcell {	padding-left : 1em;	padding-right: 1em;	font-size : 11px;}p.schedcell {	padding : 0px;	margin : 0px;	border-bottom: dashed #7d0c2e  1px;	padding-left : 1em;	padding-right: 1em; }p.schedentry {	padding : 1em;	margin : 0.25em;	border-bottom: dashed #7d0c2e  1px;	font-size : normal; } span.schedcell {	border-left: solid #7d0c2e  1px;	padding-left : 1em;	padding-right: 1em;}  .longsched {width : 800px;text-align: left;margin : 0;}    /*  PRINTOUT RELATED SETTINGS */@media print {	div.body{		margin-left:2%;	}	div.menu {		display : none;	}}/* IE6  bugfixing */@media screen  {  * html    {    overflow-y: hidden;    }  * html body    {    height: 100%;    overflow: auto;    }  }