/*
Theme Name: Lennon Hills
Theme URI: http://www.lennonhills.com/
Description: The default WordPress theme for Lennon Hills.
Version: 1.0
*/

html,body{
  background-color: #D3D3D3;
  color: #717171;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

body, th, td{ 

  font-family:Georgia, "Times New Roman", Times, serif;

  font-size:14px;

  }

form{ margin:0; padding:0; display:inline; }

img{ border:none; }

table{ border-collapse:collapse; }

th, td{ vertical-align:top; }

h1, h2, h3{ text-transform:uppercase; color:#a06201; }



/* Links */

a:link { color: #a06201; }

a:visited { color: #a06201; }

a:hover { color: #be7401; }

a:active { color: #a06201; }



/* Structure */



/* The container seperates everything from the body edges */

div#container{

  position:relative; /* needed for footer positioning*/

  height:auto !important; /* real browsers */

  height:100%; /* IE6: treated as min-height*/

  min-height:100%; /* real browsers */

  

  width:894px;

  margin:0 auto; /* center */

  padding:0;

  background:url(../../images/structure/brown_tile.gif) scroll repeat #94967d;

  }



/* This contains the header image, that's about it. It needs to sit behind content window */

div#header{ z-index:0; }

/* Footer is transparent - can be populated later if needed */

div#footer{

  position:absolute;

  bottom:0; /* stick to bottom */

  width:100%;

  height:30px;

  }

/* The content sits in a "floating" window thing */

div#content{

  width:500px;

  position:relative;

  z-index:2;

  /* bottom margin brings rest of page down */

  /* set left margin to auto for perfect center - moving to right b/c it overlaps the logo a bit */

  margin:-150px auto 40px 220px;

  padding:2px;

  background:#f9f2ea;

  }

/* Inner is needed to create a border inside window */

div#content_inner{

  margin:0 auto;

  padding:0;

  border:#ebdecf solid 2px;

  }

div#app-form{
  margin:0;

  padding:0;

  position:absolute;
  
  top:320px;

  left:720px;

  width:180px;

  text-align:right;
}

div#nav{

  margin:0;

  padding:0;

  position:absolute;

  top:320px;

  left:0;

  width:180px;

  text-align:right;

  }

div#nav ul{ 

  list-style:none;

  margin:0;

  padding:0;

  }

div#nav li{

  width:100%;

  border-bottom:#bbbcad solid 1px;

  margin:8px auto;

  }

div#nav a{

  color:#dfe0d6;

  font-family:Arial, Helvetica, sans-serif;

  font-weight:bold;

  font-size:14px;

  text-transform:uppercase;

  text-decoration:none;

  }

div#nav a:hover{ color:#FFF; }



/* Common Elements */

div#content_inner div.pad{ padding:8px; } /* put anything needed to be padded in this div (<p>, etc) */

div#content_inner p,

div#content_inner ul,

div#content_inner h4{ text-align:left; }

div#content_inner img#top_image{ margin-top:8px; } /* first image in content subpages */

div.seperator{

  border:#d5d0c9 1px;

  border-style:solid none;

  height:2px;

  width:260px;

  margin:4px auto;

  padding:0;

  }

/* Title div uses gif file in each dir as a backgroun image */

div.title{

  margin:30px auto 22px auto;

  padding:0;

  width:447px;

  height:18px;

  background-position:top center;

  background-repeat:no-repeat;

  }






.mapholder {
  background: #EFE1D0;
  border: #D8B690 solid 1px;
  margin: 0 auto;
  padding: 6px;
  text-align: center;
  width: 162px;
}

.mapholder span {
  display: block;
  font-size: 11px;
  margin: 0 auto;
  text-align: center;
}

.mapholder a {
  text-decoration: none;
}






div.article {
  width: 90%;
  margin: 10px auto;
  padding: 6px;
  border: #989694 1px solid;
  background: #FFFAF4;
}

div.article p {
  margin: 4px auto;
}

div.article_description {
  margin: 10px auto 10px 20px;
  padding: 0;
}

p.article_publisher {
  font-size: 18px;
  font-weight:bold;
}

p.article_publisher a {
  color: #717171;
  font-size: 18px;
  font-weight:bold;
  text-decoration: none;
}

p.article_title {
  font-weight: bold;
}

p.article_download {
  font-size: 10px;
}

p.article_download a {
  text-decoration: none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

div#content_inner .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 2px 4px 3px;
	margin: 0;
  text-align: center;
}
/* End captions */
