/*
Theme Name: abe	
Description: A Child Theme of Frame
Template: frame
*/
@import url(../frame/style.css);

#wrapper {
  margin: 0 auto;
  width: 850px;
  }

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #00628E url('images/background.gif') repeat-x;
	color: #333;
	text-align: left;
	}
	
#masthead {
  background:url("images/header.png") no-repeat;
  height: 200px;
  }
  
#footer {
	background: #00628e url('images/footer.png') no-repeat top;
	height: 65px;
	}

#colophon {
  text-align: center;
  padding-top: 5px;
  }
  
#site-info {
  font-size: 10px;
  }
  
#container, #header {
  background: url("images/bg_wide.png") repeat-y top; 
  border: none; 
  }

#content {
  padding-left: 20px;
  padding-right: 20px;
  }

#primary, #secondary {
  padding-right: 20px;
  }

#nav {
  background: url('images/nav.png') no-repeat;
  height: 44px;	
  font-size: 12px;	
  padding: 10px;
}

#nav a {
    margin-left: 40px;
	text-decoration: none;
	color: #fff;
    padding-top: 20px;	
}

h1.entry-title, h2.entry-title {
  font-size: 18px;
  font-weight: bold;
  }
  
h2.entry-title a {
  text-decoration: none;
  color: #333;
  }
  
h2.entry-title a:visited {
  color: #333;
  }
  
h1 {
  font-size: 20px;
  font-weight: bold;
  }

h2 {
  font-size: 18px;
  }
  
h3 {
  font-size: 16px;
  }

h4 {
  font-size: 14px;
  }
  
h5 {
  font-size: 12px;
  }

h6 {
  font-size: 10px;
  }
  
#primary ul {
  list-style-type: none;
  font-size: 11px;
  }
  
#primary ul a {
  text-decoration: none;
  }
