/*  
Theme Name: zp
Theme URI: http://zekepipher/
Description: A simple template for use the website
Version: 1.0
Author: Dan Conner
Author URI: http://danmarvelo.us
*/

body {
  margin:0; padding:0;
  background:#F7F9FB;
  font-size: 70.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
  line-height: 180%;
}
a {
  font-size:100%;
  color:#333;
}
a:hover {

}
small a {
  font-size:100%;
}
/* ********** Layout ***** */
#container {
  width:786px; 
  margin:0 auto;
}
body.home #header {
  background:url(/wp-content/themes/zp/images/header_background.jpg) no-repeat; 
  height:390px; width:100%;
  
}
body.home #nav {
  position:absolute;
  height:45px; margin-top:345px;
}

body.secondary #header {
  background:url(/wp-content/themes/zp/images/second_header_background.png) no-repeat; 
  height:200px; width:100%;
  
}
body.secondary #nav {
  position:absolute;
  height:45px; margin-top:155px;
}
br {clear:both;}
#nav ul {
  margin:0 20px; padding:0;
  list-style:none;
}
#nav ul li {
  display:inline;
  margin:0; padding:0 15px 0 10px;
  line-height:45px;
  border-right:1px solid #C0B8AE;
}
#nav ul li.last {
  border:0;
}
#nav ul li a {
  font-size: 1.3em; color:#fff; text-decoration:none;
  
}
#nav ul li a:hover {
  text-decoration:underline;
}
#content {
  background:url(/wp-content/themes/zp/images/content_background.png) repeat-y;
}
#content h3 {
  font:150% Georgia;
  width:780px; margin:0 auto; padding:15px 0;
  text-align:center;
  display:block; 

}
div.primary h3 {
  background:#D0D8E3;
}
div.secondary h3 {
  background:#B4CCAC;
}
#content div.textchunk {
  margin:0 20px;
}
#content div.links {
  text-align:center;
}
#content p {
  font-size: 125%;
  margin:15px 0; padding:0;
}
#content p.notice {

}
#content p.contentimage {
  float:right; margin:5px 0px 5px 15px;
}
#content p.contentimage img, #content p.lineimage img {
  padding:3px;
  border:1px solid #ccc;
}
#content p.lineimage {
  text-align:center; margin:15px;
}
div.post h4  {
  margin:15px 0; padding:0;
  font-size:170%;
  
}
div.post h4 a {
  text-decoration:none; 
  color:#405812;
}
div.post h4 a:hover {
  color:#1a1a1a;
}
div.navigation a {
  font-size:130%;
}
#footer {
  clear:both;
  background:url(/wp-content/themes/zp/images/footer_background.png) top no-repeat; 
  padding:15px; text-align:right;
  font:100% Arial, sans-serif;
}
/* End Layout */

a.rss {
  padding:0 0 0 20px;
  background:url(/wp-content/themes/zp/images/feed-icon16x16.png) no-repeat; 
}

.clear {
  clear:both;
}
div.links h4 {
  font-size:150%;
  margin:30px 5px; padding:0;
}
ul.links {
  list-style:none;
  margin:0; padding:0;
}
ul.links li {
  margin:0;padding:0 15px 25px 15px;
  font-size:125%;
}
ul.links li  img {
  border:1px solid #ccc;
  padding:4px;
}

div.textchunk object {
    display:block; margin:30px auto 40px;
}

#photo-pages {
    display:none;
}