body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix {
  from { opacity: 1; }
  to { opacity: 1; }
}
*{ 
	padding:0;
	margin:0;
}
img { 
	border: none;
}
.clear{
	clear:both;
}
.invisible{
	overflow: hidden;
	position: absolute;
	height: 0px;
	width: 0px;	
}
body {
	font-family: "Century Gothic", Verdana, sans serif;
	color: #404D56;
	font-size: 85%;
}

body{background: url(images/bghome.jpg) repeat-x center top;}
body.pink{background: url(images/bg_pink.jpg) repeat-x center top;}
body.blue{background: url(images/bg_blue.jpg) repeat-x center top;}
#topnav {
	height: 35px;
	padding-top: 12px; 
	width:550px;
	float:left;
}
#topnav li {
	display: inline;
	margin-right: 10px;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #404D56;
}
#topnav a:hover {
	background: #404D56;
	border: 1px solid #666666;
}
#searchbox{
	height: 39px;
	padding-top: 8px; 
	width:250px;
	float:right;
	text-align:right;
}
#searchbox img{ margin-right:10px;}
input{  
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background:#F9F9F9;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #cccccc;
	width:155px;
	padding:5px;
}
#map input { width:auto; background: none; border: none;}
input.button{
	background: #728796;
	color:#FFFFFF;
	width:65px;
	padding:5px;
	border-bottom: 1px solid #404D56;
	border-left: 1px solid #666666;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
}

#container{
	width:890px;
	margin:0 auto;
	padding: 0 30px;
}
#header{ 
	height: 105px;
	padding: 65px 0 0 0;
}
#banner{
	height: 340px;
	color:#FFFFFF;
}
#banner a{ color: #FFFFFF;}
#parents{ height:44px; margin:21px 0 0 0;}
#person{ height:130px; margin:80px 0 0 0;}
#person h1{ float:left; margin: 0 10px 0 0;}
#person div{ float:left; margin: 10px 10px 0 10px;}
#children{ height:44px; margin:21px 0 0 0;}
h1 {
	font-weight: normal;
	font-size: 200%;
	margin: 0 0 20px 0;
}
h2 {
	font-weight: normal;
	font-size: 150%;
	margin: 0 0 20px 0;
}
h3 {
	font-weight: normal;
	font-size: 120%;
	margin: 20px 0 20px 0;
}
p{
	font-weight: normal;
	font-size: 100%;
	margin: 0 0 10px 0;
}

.header{ 
	float:left; 
	width:120px;
	font-weight: bold;
	font-size:110%;
}
.info{
	float:left; 
	width:700px;
	font-weight: normal;
	font-size:90%;
	
}
.margintop10{ padding: 10px 0 0 0;}

th{padding: 10px;}
td {
	padding: 10px;
	background: rgba(64, 77, 86, 0.8);
	border: 1px solid #FFFFFF;
	vertical-align: top;
	color:#FFFFFF;
}
a{ color:#5C89B7;}
a:visited{
	color:#B157BB;
}
td a{ color:#ffffff;}

td a:visited{
	color: #ddd;
}


a:hover{ text-decoration: none;}

table{
	background: rgba(247, 246, 239, 0.5);
	width: 100%;
	margin-bottom: 20px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	font-size:85%;
	clear:both;
	border-right: 10px solid rgba(247, 246, 239, 0.5);
	border-left: 10px solid rgba(247, 246, 239, 0.5);
	padding:0 0 10px 0;
}

.hl {color:#ffffff;background-color:#A9B75C;font-weight:bold; padding:0 3px; border: 1px white solid;}

.gallery img{ float:left; margin:10px; border:1px dashed #eeeeee; background: rgba(255, 255, 255, 0.8); padding:10px}

#footer{ background: rgba(247, 246, 239, 0.5); 	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	font-size:85%;
	padding:10px;
	margin:50px 0 10px 0;
	clear:both;
	}
#contactinfo{ float:left; width:500px;}
#ilikecakelogo{ float:right; width:100px; text-align:right;}

#bookmarks { 
	background: rgba(247, 246, 239, 0.5);
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	font-size:85%;
	padding:10px; 
	clear:both;
	margin:50px 0 10px 0;
}
#bookmarks.blue { 
	background: rgba(102, 154, 204, 0.2);
}
#bookmarks.pink { 
	background: rgba(204, 102, 152, 0.2);
}
	
#bookmarks li{
	float: left;
	margin: 0 10px 0 0;
	list-style-type: none;
	list-style-image: none;
}
#bookmarks a { text-decoration: none;}

blockquote{
	font-style: italic;
	color: #5C89B7;
	font-size: 110%;
	margin:0 40px 0 40px;
}

.col{ float: left; width:390px; padding:10px 20px 10px 20px; background: rgba(247, 246, 239, 0.5); 	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	margin:10px 10px 10px 0;}