/* ----------------------------------------------------------------------
CSS Document

CSS Stylesheet by Sajoba LLC - All Rights Reserved
Sally Eberhart, Sajoba LLC

This is a basic stylesheet that can be customized for individual sites.

site		:	http:// joannabaltzo.com
filename	:	/_css/basic.css
version		:	09.01.2020
-----------------------------------------------------------------------*/

/*Div Settings*/

#banner {
	width: 800px;
	padding-right: auto;
	padding-left: auto;
}
#banner2 {
	width: 795px;
	height: 280px;
	background-image: url(../img/header_image_home.jpg);
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#banner3 {
	width: 795px;
	height: 280px;
	background-image: url(../img/header_image_home.jpg);
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#topnav {
	width: 796px;
	background-color: #FFFFFF;
	background-position: center center;
	height: 35px;
	font-size: 1em;
	text-align: center;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#leftnav {
	width: 250px;
}
#rightnav {
	width: 235px;
	float: right;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #cbc6ac;
	height: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#content {
	width: 515px;
	float: left;
	min-height: 225px;
	margin-bottom: 10px;
	font-size: 1.1em;
	height: auto;
	background-color: #dad6c4;
	padding: 15px;
}

#footernav {
	width:800px;
}
#footer {
	width: 795px;
	background-color: #5c3154;
	clear: both;
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.9em;
	height: 25px;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#surround {
	font-family: Geneva, Arial, Verdana;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 4px solid #FFFFFF;
}
#surround2 {
	font-family: Geneva, Arial, Verdana;
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}



/*Tags*/
body {
	font-family: Arial, Verdana, sans-serif;
	background-image: url(../img/bg.jpg);
	background-color: #9b6f9b;
	background-repeat:repeat-x;
	background-position:top left;
	font-size: 12px;
	color: #333333;
}
p{
	color:#333333;
	font-size: 12px;
	padding: 5px 20px 5px 20px;
	font-family: Arial, Verdana, sans-serif;
} 

h1 { font-family: Arial, Verdana, sans-serif; font-size: 12px; font-weight: normal; text-align: left; color: #3d192b; padding: 10px 20px 0px 20px }
h2 { font-family: Arial, Verdana, sans-serif; font-size: 12px; font-weight: normal; text-align: left; color: #cccccc; padding: 10px 20px 0px 20px }
h3 { font-family: Arial, Verdana, sans-serif; font-size: 12px; text-align: center; color: #642200; padding: 1px 5px 0px 10px }
h4 { font-family: Arial, Verdana, sans-serif; font-size: 12px; text-align: center; color: #d9541e; padding: 1px 5px 0px 10px }
h5 { font-family: Arial, Verdana, sans-serif; font-size: 12px; font-weight: normal; text-align: left; color: #ffffff; padding: 0px 0px 0px 0px }
}

hr{ color:FFFFFF; width:95%; height:1px; } 

li{
	color:#333333;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}

.style3 {
	font-weight: bold;
	color: #65364A;}
	
.style4 {font-weight: bold; color: #3D192B; }
.style6 {color: #FFFFFF}
.style5 {
	color: #65364A;
	padding-bottom: 5px;
}
#topnav a {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
#topnav a:hover {
	color: #006697;
}

/*Link Settings*/

a { font-family: Arial, Verdana, sans-serif; weight: 100; font-size: 12px; color: #006699 }

a:hover { font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #4B3900 }

a:link    {color:#8C4A86}
a:visited {color:#8C4A86}
a:active  {color:#8C4A86}
a:hover   {color:#3D192B}
