/* css Bridal Snap Photography */
/* Created by Bradley Anderson January 2005*/

.header {
	padding-bottom: 5px;
	background-color: #ffffff
}
.tojap {
	position: fixed; /*IE has position absolute*/
	left: 500px;
	top: 15px;
	z-index: 10;
}
body {
	background-color: #FFFFFF;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #000088;
   margin: 0px;
}
.content /*basic text or image area*/ {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 7px; /*space to separate navigation and content*/
	margin-left: 155px;
	margin-right: 10px; 
	width: auto;
	border-color: #D17FA0;
	border-style: solid;
	border-width: 1px;
	z-index: 20;
	background-color: transparent;
}
.photo img {
	border: 1px solid #666666;
}
.photo#p {
	font-size: smaller;
	float: left;
	margin-left: 10px;
	margin-right: 25%
}
.floatright img {
	float: right;
	margin: 10px;
}
.floatleft img {
	float: left;
	margin: 10px;
}

.pgdesc {
	display: none;
}
.content p /*paragraph*/ {
	padding: 5px;/*space to separate navigation and content*/
	margin-right: 15%;
	width: auto;
   display: block;
}
h3 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 18px;
	letter-spacing: 1px; 
	margin-bottom: 0px;
	color: #D1877F;
}
h4 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;
	margin-bottom: 0px;
	color: #D1877F;
}
h5 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	margin-bottom: 0px;
	color: #D1877F;
}
.photonavi {
	border: thin dotted #D3D3D3;
	width: 87px; /*IE sheet this should be 100*/
	padding: 4px;
	height: auto;
	right: 50%;
	margin-bottom: 3px;
}
#navlist {  /*positions the navbar in the body*/
	position: fixed; /*must be absolute in IE css sheet*/
	top: 92px;
	left: 8px;
	width: 140px;
	padding-right: 5px;
	padding-left: 5px;
	height: auto;
	/*line-height: 110%; line-height set to 110% in order to separate navigation*/
	z-index: 10;
}
#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: .9em;
}
#navlist li {
	margin: 0;
}
#navlist a {
	display: block;
	padding: 8px 8px 8px 35px;
	font-family: Tahoma, Verdana;
	color: #666666;
	font-size: 14px;
}
#navlist a#menu1:link, #navlist a#menu1:visited,
#navlist a#menu3:link, #navlist a#menu3:visited, 
#navlist a#menu5:link, #navlist a#menu5:visited {
	background-image:  url(../images/buttons/pink.gif); /*sets background for main pink images 1,3,5*/
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	font-weight: normal;
}
#navlist a#menu1:hover, #navlist a#menu1:active,
#navlist a#menu3:hover, #navlist a#menu3:active, 
#navlist a#menu5:hover, #navlist a#menu5:active {
	background-image:  url(../images/buttons/pink_f2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #666666;
	font-weight: bold;
}
#navlist a#menu2:link, #navlist a#menu2:visited,
#navlist a#menu4:link, #navlist a#menu4:visited
#navlist a#menu6:link, #navlist a#menu6:visited {
	background-image:  url(../images/buttons/grey.gif); /*sets background for main grey images 2,4*/
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: normal;
}
#navlist a#menu2:hover, #navlist a#menu2:active,
#navlist a#menu4:hover, #navlist a#menu4:active 
#navlist a#menu6:hover, #navlist a#menu6:active {
	background-image:  url(../images/buttons/grey_f2.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
#uberlink a:link, #uberlink a:visited {
	background-color: #F7E8ED;
	background-image:  url(../images/buttons/pink_f2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #666666;
	font-weight: bold;
}
a:link { /*links in the text*/
	font-weight: bold; 
	text-decoration: none; 
	color: #666699;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #003366;
}
.bg {
	z-index: -1;
	position: fixed; /*IE has position absolute*/
	left: 8px;
	top: 295px;
}
.emph {
	font-style: italic;
}
.form {
	font-size: 13px;
	color: #000099;
	background: #F7E7F4;
	border: 3px double #D17FA0;
	padding: 5px;
}
.footbox {
	/*this is a box where the bottom-navigation and the copyright will be placed*/
	background: #F7E8ED;
	color: #000099;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	margin: 2px;
	border-color: #bfcdcc;
	border-style: groove;
	border-width: 2px; /* the border property in longhand*/
}
.rose {
	color: #A0522D;
}
