/* CSS Document */

a:link {
	color: #cc5c3d;
	text-decoration: underline;
	}
a:visited {
	color: #cc5c3d;
	text-decoration: underline;
	}
a:hover {
	color: #9acfd6;
	text-decoration: underline;
	}
a:active {
	color: #cc5c3d;
	text-decoration: underline;
	}
	

.headerBox01 {
	width: 500px;
	height: 68px;
	padding-top: 58px;
	padding-bottom: 0px;
	margin-left: 200px;
	margin-right: 200px;
	float: left;
}

.headerBox02 {
	width: 500px;
	height: 22px;
	padding-top: 0px;
	margin-left: 200px;
	margin-right: 200px;
	float: left;
}

.footerBox01 {
	background-image: url(http://sallywadyka.com/images/footer.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
}

.homeBox01 {
	width: 225px;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
}

.homeBox02 {
	background-image: url(http://sallywadyka.com/images/homebox2bkgd.jpg);
	background-repeat:no-repeat;
	width: 575px;
	height: 340px;
	margin-right: 50px;
	margin-top: 20px;
	padding-top: 18px;
	margin-bottom: 10px;
	float: left;
}

.homeBox03 {
	width: 575px;
	margin-right: 50px;
	margin-top: 20px;
	padding-top: 18px;
	margin-bottom: 10px;
	float: left;
}

.contentBox01 {
	width: 800px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
}

.articleBox01 {
	width: 175px;
	float: left;
}

.articleBox02 {
	width: 600px;
	margin-left: 25px;
	margin-top: 20px;
	float: left;
}



.text1 {
	font-family:"Trebuchet MS";
	color: #453a2d;
	font-size: 12px;
	text-align: center;
}

.text1 a {
	color: #453a2d;
	text-decoration: none;
}

.text1 a:hover {
	color: #9acfd6;
	text-decoration: none;
}

.text2 {
	font-family:Georgia;
	color: #453a2d;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
}

.text3 {
	font-family: "Trebuchet MS";
	color: #453a2d;
	font-size: 14px;
	text-align: left;
	padding-left: 40px;
	padding-right: 20px;
}

.text4 {
	font-family: "Trebuchet MS";
	color: #453a2d;
	font-size: 14px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}


/*TOPLINKS*/
#topnavcontainer {
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
}
#topnav, #topnav ul {
	font-family: Trebuchet MS;
	font-size: 19px;	
	color: #cc5c3d;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

#topnav a {
	font-family: Trebuchet MS;
	color: #cc5c3d;
	font-size: 19px;
	padding: 0px;
	margin: 0px;
	text-decoration: none; 
}

#topnav a:hover {
	color: #453a2d;
	text-decoration: underline; 	
}
#topnav li {
	display: inline;
}

#topnav li.divider {
	margin: 0px 1px 0px 1px;
	color: #cc5c3d;
	display: inline;
}

/* ----- highlight active tab based on body @class attribute ----- */

body.bio #topnav li#topnav-bio a,
body.articles #topnav li#topnav-articles a,
body.books #topnav li#topnav-books a,
body.contact #topnav li#topnav-contact a,
body.home #topnav li#topnav-home a {
  color: #453a2d;
  display: inline;
  text-decoration: none;
}

