/*
Theme Name: New Leisure Theme
Theme URI: http://wordpress.org/
Description: New Leisure Theme
Version: 1.0
Author: Brent Rieck
Author URI: http://spek.org/
Tags: 

*/

/*
div#header {
  outline: 1px dashed green;
}
*/

.clear {
  clear: both;
}

/* Begin Typography & Colors */
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background-color: #7ca2c1;
  background-image: url('images/pageBgWide.gif');
  background-repeat: repeat-y;
  color: #fff;
	text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
}

a {
  color: #fc3;
  text-decoration: none;
}

#pageWrapper {
  /* outline: 1px dashed red; */
  display: block;
  background-image: url('images/pageBg.gif');
  /* background-position: -119px; */
  background-position: -119px -30px; 
  background-repeat: repeat-y;
  min-height: 100%;
	text-align: left;
	margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
	padding: 0;
	width: 800px;
  height: 100%;
  background-position: fixed;
  
}
#page {
  /* outline: 1px dashed red; */
  display: block;
  background-image: url('images/pageBg.gif');
  background-position: -119px;
  background-repeat: repeat-y;
	text-align: left;
	margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
	padding: 0;
	width: 800px;
}


#headerimg .description,
#headerimg h1 {
	font-size: 14px;
	text-align: left;
	padding-left: 45px;
	display: none;
	text-indent: -9999px;
}

#header { 
  text-align: center;
  padding-bottom: 15px;
}

.entry {
  line-height: 1.25em;
}

  
/* Begin Sidebar */
#sidebar
{
  margin: 0;
  padding: 0;
	margin-left: 0;
  margin-right: 20px;
	width: 160px;
	float: left;
  display: block;
}

#sidebar #sidebarTop {
  display: block;
  margin: 0;
  padding: 0;
  width: 160px;
  height: 69px;
}

#sidebar #sidebarMiddle {
  display: block;
  margin: 0;
  padding: 0;
  width: 120px;
  background-image: url(images/sidebarMiddle.png);
  background-repeat: repeat-y;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 13px;
  
}

#sidebar #sidebarBottom {
  display: block;
  margin: 0;
  padding: 0;
  width: 160px;
  height: 67px;
}

#pages ul {
  margin-left: 15px; 
  padding-left: 0px;
  padding-bottom: 5px;
  /* outline: 1px dashed green; */
}

#pages ul li {
  text-indent: -5px;
  padding-top: 3px;
  font-size: 0.85em;
}

#pages ul li.current_page_item {
  list-style-type: disc;
  color: #fff;
}

#pages ul li a {
  color: #fff;
  text-decoration: none;
}

/*** wp nav ***/
/*
div.navigation div { 
  display: block;
  float: left;
}
*/
/********** footer */

#footer {
  display: block;
  width: 630px;
  margin-left: 148px;
  margin-top: 40px;
  /* outline: 1px dashed green; */
}

#footer table {
  margin-bottom: 10px;
}

#footer table tr th, 
#footer table tr td {
  font-size: 0.9em;
  padding-right: 10px;
}


/************* content block */
#content {
  display: block;
  float: left;
  width: 600px;
  /* outline: 1px dashed green; */
  padding-top: 20px;
}

img.alignright {
  display: inline;
  float: right;
  clear: both;
}

img.alignleft {
  display: inline;
  float: left;
  clear: both;
}

div#content.narrowcolumnFrontpage {
  width: 600px;
  margin-left: 110px;
}

div#content.narrowcolumnFrontpage div.post div.entry div.frontpage {
  margin-left: 70px;
}

div#content.narrowcolumnFrontpage div.post div.entry {
  width: 600px;

}

div#content.narrowcolumnFrontpage div.post {
  margin: 0;
  padding: 0;
}


/************ post block **/

div.post {
  display:block;
  clear: both;
}

div.entry {
  display: table-cell;
}

div.post p.postmetadata {
  display:block;
  clear: both;
  padding: 1em;
  padding-bottom: 2em;
  font-size: 0.75em;
}

