/*
CSS for Steve Karlik site
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #EEF0EA;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Verdana", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 30px;
  font-weight: normal; 
  color: black;
  padding-top: 1.20em;
  padding-bottom: .2em;
  padding-left: 200px;
  margin: 0;
  background: #9c9890; 
}

#tagline  {
  background-color: #ff0023;
  padding-top: .0;
  padding-bottom: 0;
  padding-left: 0;
  margin: 0;
  
}

/* 
h2 Nothing Yet
*/

h2 {
  color: black;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
  padding-left: 1px;
}

h2, ul {
  margin-top: 0px;
}

li {
  font-size: 85%;
  list-style-type: none;
  line-height: 34px;
}

p {
  font-size: small;
  color: black;
  padding-right: 100px;
  padding-left: 1px;
}

a {
  font-weight: normal;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: gray;
}

a:active {
  color: aqua;
  background-color: navy;
}


img.feature {
  margin-bottom: 30px;
  margin-top: 0;
  padding-bottom: 25px;
  padding-top: 0;
}


/*
This section deals with image styling and placement for painting, flat Work 
and archive pages
*/

.paintingphoto {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.paintingphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.paintingphoto p span {   
  font-weight: normal;   
  color: gray; 
}

.paintingphoto img {
  border: 15px solid white;
  position: relative;

}


/*
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.
*/

#header, #navigation, #bodycontent {
  position: relative;
}

#navigation, #bodycontent{
  margin-top: 50px;
}

#bodycontent {
  left: 200px;
  margin-bottom: 100px;
  margin-right: 200px;
  margin-top: -8px;
}
	
#header {
  width: 100%;
}

#navigation {
  width: 180px;
  height: 0px;
}

#header  {
  border-bottom: 2px solid #ff0023;
}


  
  
  

