/*
CSS for Slimming Solved site
*/

 {
font-weight: bold;
color: brown;
}
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color:white;
line-height: 110%;
padding: 15px;
margin: 0px; 
}

h1, h3 {
font-family:Tahoma, "Trebuchet MS", Helvetica, Arial, sans-serif;
background-color: white;
color: black;
font-weight: normal;
}
h1 {
font-family:Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: xx-large;
background-color:maroon;
color: white;
padding-top: 2em;
padding-bottom: .2em;
padding-left: .4em;
margin: 20px;

}

h2 {
color: black;
font-size: 120%;
font-weight: normal;
padding-top: 2em;
margin: 20px;
}
li {
font-size: small;
list-style-type: circle; 
}

p {
font-size: 90%;

color: black;
}
em {
text-transform: uppercase;
}
#tagline p {
font-style: normal;
font-family: Georgia, Times, serif;
background-color: #FFFFB3;
border-top: 2px solid #0000FF;
border-bottom: 2px solid #0000FF;
padding-top: .2em;
padding-bottom: .2em;
padding-left: .8em;
margin: 20px;
}

a {
font-weight: bold;
color: black;
}
a {
font-weight: bold;
}
a:link {
color: black;
}
a:visited {
color: #0000AD;
}
a:hover {
text-decoration: none;
color: white;
background-color: blue;
}
a:active {
color: #63DC90;
background-color: red;
}
.fun {
color: #0000AD;
font-weight: bold;
font-family: Georgia, Times, serif;
letter-spacing: 0.05em;
}
#navigation {
background-color: #FFFFB3;
color: black;
font-weight: bold;
width: 180px;
height: 1165px;
border: 1px solid #0000AD;

}

h2, ul {
margin-top: 20px;
}
/*
This section deals with the position of items on the screen. It uses absolute positioning - fixed x and y coordinates measured from the top left corner of the browser's content display.
*/
#navigation, #bodycontent, #header {
position: absolute;
}
#navigation, #bodycontent {
top: 155px;
}

#bodycontent {
left: 225px;
right: 225px;
}
#header {
width: 97%;
border-top: 2px solid #0000FF;
}
.galleryphoto p {
font-size: 65%;
font-weight: bold;
margin-top: 0;
width: 430px;
line-height: 1.4em;
}
#boxright {
position: absolute;
top: 155px;
right: 10px;
background-color:  #FFFFB3;
color: black;
font-size: small;
font-weight: bold;
text-align: center;
width: 205px;
height: 1165px;
border: 1px solid #0000AD;
}




