/*

	1) General selectors - body,h1/h3,a,blockquote,code,p
	2) Structure - container,content,tagline
	3) Left selectors - main,meta,comments
	4) Right selectors - author,links,line,search,themes
	5) Footer - extras
	6) Forms - input,textarea
	7) Accessibility - skip,hr
	8) Hacks - clearfix

*/

/* 1) -=-=-=- General selectors -=-=-=- */

/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	background: #FCFEE7 url(images/bg_wood.jpg);
	margin: 68px 0 20px 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
}


/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 720px;
	text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header
{
	display: none;
}

.entry-header
{
	font-size: 1.2em;	
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.entry-body {
	margin: -10px 0 0px 0;
}

.entry-more-link{
	margin: -14px 0 15px 0;
}



.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 20px 0 0px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}


.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 10px 20px 0px;
}

.module-list,
.archive-list
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	list-style: none;
}

.module-list-item
{

	margin-top: 5px;
	margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
	border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}


h1 {
	color: #FCFEF4;
	margin: -65px 0 0 0px;
	position: absolute;
   font-weight: normal;
	font-size: 1.5em;
	}

	
h1 a:link, h1 a:visited {
	color: #FCFEF4;
	text-decoration: none;
	}
	
h1 a:hover, h1 a:active {
	background: none;
	color: #99CCFF;
	text-decoration: none;
	}
	
h2 {
	font-size: 1.3em;
	margin: 20px 0 0px 0;
	font-weight: normal;
	}
	
h2 a:link, h2 a:visited {
	font-size: 1.0em;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}

h2 a:hover, h2 a:active {
	font-size: 1.0 em;
	color: #FFF;
	background: none;
	font-weight: normal;
	text-decoration: none;
	}
	
	
h3 {
	font-size: 1.5em;
	margin: 10px 0 0px 0;
	font-weight: normal;
	}
	
a:link {
	color: #AA0000;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:visited {
	color: #AA3333;
	text-decoration: underline;
	}
	
a:hover, a:active {
	background: #AA0000;
	color: #fff;
	text-decoration: underline;
	}
	
	
#banner a { color: #fff; font-weight: bold; text-decoration: none; display:none;}
	
blockquote {
	border-left: 4px solid #3F3F3F;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
	}
	
code {
	display: block;
	padding: 10px;
	color: #444E1F;
	background: #F5F8E8;
	font-size: 1.5em;
	border-top: 2px solid #D0EC98;
	}

p {
	line-height: 1.4;
	}
	
/* 2)-=-=-=- Structure -=-=-=- */
		
#container {
	width: 775px;
	margin: 0 auto;
	text-align: left;
	background: url(images/container.gif) repeat-y;
	}
	
.container_left {
/*	background: url(images/container_left.jpg) no-repeat;*/
	}
	
.container_right {
/*	background: url(images/container_right.jpg) no-repeat top right;*/
	}
	
.topline {
	background: url(images/container_top.gif) no-repeat;
	}
	
#content {
	padding-top: 2px;
	margin: 50px;
	width: 400px;
	}

#container-inner
{
	margin: 200px 10px 0 40px;
	background: url(divider-bg.gif) 297px 0 repeat-y;
}


#banner 
{
	margin: -200px 0 0 -40px;
	padding: 0px 0 0 7px;
	position: absolute;
	display:block;
	width:780px; height:200px;
	background: url(images/bg_banner.gif) repeat-y;
}

#banner-description {
	display:none;
 }

/* 3)-=-=-=- Left selectors -=-=-=- */	
	
.main li {
	background: url(images/content_bullet.gif) no-repeat 0 7px;
	padding: 2px 0 0 10px;
	list-style: none;
	}
	
.main ul {
	padding: 0 0 20px 10px;
	margin: 0;
	}
	
.main img {
	padding: 10px;
	border: 0px solid #ACE149;
	}
	
.entry-footer  {
	background: #E0EEFB;
	font-size: .9em;
	font-style: italic;
	padding: 0px 0px 0px 10px;
	display:none;
	}
	
.entry-footer:hover {
	background: #EFEFEF;
	}
	
.comment-footer  {
	background: #E0EEFB;
	font-size: .9em;
	font-style: italic;
	padding: 0px 0px 0px 10px;
	}
	
.comment-footer:hover {
	background: #EFEFEF;
	}

.highlight { /* Basic highlight for text */
	background: #F7FEDC;
	}
	
/*
.comments {
	font-size: 1.2em;
	padding-bottom: 25px;
	border-bottom: 3px double #eee;
	}
	
.comments a:link, .comments a:visited {
	color: #78A515;
	font-weight: bold;
	text-decoration: none;
	}
	
.comments a:hover, .comments a:active {
	background: #78A515;
	color: #fff;
	text-decoration: none;
	}	
*/
	
.alt {
	background: #EAF8CF !important; 
	border: 1px solid #D5F0A4 !important;
	padding: 10px 10px 0 10px !important;
	}
	
.alt:hover {
	border: 1px solid #ACE149 !important;
	}
	
.commentlist li:hover {
	border: 1px solid #ACE149;
	}
	
.commentlist {
	padding: 0;
	margin: 0;
	}
	
.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #F6FCEB;
	border: 1px solid #DEF3B6;
	margin: 10px;
	color: #3C452D;
	}
	
p.metadate {
	font-size: .8em;
	margin: 0;
	text-transform: uppercase;
	}
	
p.comment_meta {
	margin: 0 0 10px 10px;
	font-size: .9em;
	}
	
.comment_author a:visited {
	font-weight: bold;
	text-decoration: none;
	}
	
.reply {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 0 10px;
	}
	
.warning p { /* Used on the search page (image will appear if no result is found) */
	background: url(images/warning.gif) no-repeat left;
	height: 160px;
	padding: 20px 0 0 90px;
	font-size: 1.5em;
	margin: 0 0 0 10px;
	}
	
.postinput {
	margin-left: 10px;
	}
	
/* 4)-=-=-=- Right selectors -=-=-=- */	
	
#beta {
	float: right;
	width: 240px;
	
	/* Box model hack used for IE5.5/5 */
	/* voice-family: "\"}\""; */
  	voice-family: inherit;
	}
	/*	
#author li {
	list-style: none;
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: .9em;
	line-height: 1.4;
	}
	
#author ul {
	padding: 20px 0 0 0;
	margin: 0;
	}
*/

#module-list li {
	list-style: none;
	background: url(images/links_bullet.gif) no-repeat 0 50%;
	padding: 0px 0 0px 20px;
	}
	
#module-list ul {
	padding: 0px 10px 0px 0px;
	margin: 0;
	}
	
#beta a {
	text-decoration: none;
	}
	
#beta a:link {
	color: #000;
	font-weight: normal;
	}
	
#beta a:visited {
	color: #000;
	}
	
#beta a:hover, #beta a:active {
	background: #AA0000;
	color: #fff;
	}
	
	*/
	
/* 5)-=-=-=- navigation style -=-=-=- */

#sidenav {
	font-size: 1.5em;
  list-style-type:none; 
  padding:0; 
  width:36em;
  height:2em;
  margin:0 0 0 -10px;
  }
#sidenav li {
  display:block; 
  height:2em; 
  float:left; 
  margin-right:0.4em;
  }
#sidenav a {
  display:block; 
  height:2em; 
  position:relative; 
  text-decoration:none;
  }
#sidenav a em {
  font-style:normal; 
  color:#000; 
  display:block; 
  height:1.3em; 
  border-bottom:0.2em solid #fff; 
  top:0; 
  left:0; 
  cursor:pointer;
  }
#sidenav a:hover {
	background: #FFF;
  color:#00;
  }
#sidenav a:hover em {
  border-bottom:0.2em solid #000;
  }


#sidenav a:active, #sidenav a:focus {
  /* reduce the link size to zero when the link is in the 
  active/focus state.
  This literally removes the dotted border which is ONLY applied
  to the link itself and not any containing elements WHEN THOSE
  ELEMENTS HAVE A POSITION ABSOLUTE! */
  width:0; height:0;
  outline:0; /* for browsers that understand */
  }
  
/* 5)-=-=-=-end navigation style -=-=-=- */


.line {
	border-top: 1px solid #fff;
	margin: -5px 10px 0 0;
	}
	
#search {
	background: url(images/search.gif) no-repeat;
	height: 56px;
	margin: 0 auto;
	padding-top: 22px;
	}
	
#search h3 {
	font-size: 1.5em;
	margin: 20px 0 -10px 0;
	font-weight: normal;
	}
	
p.searchinfo {
	margin: 2px 0 -8px 2px;
	font-size: .9em;
	color: #999;
	}
	
.searchfield {
	background: #fff;
	border: 1px solid #6699CC;
	color: #7DA721;
	padding: 2px 5px 1px 5px;
	width: 160px;
	}
	
.searchfield:hover {
	border: 1px solid #BFBFBF;
	color: #949494;
	}
	
.mailfield {
	background: #fff;
	border: 1px solid #6699CC;
	color: #7DA721;
	padding: 2px 5px 1px 5px;
	width: 160px;
	}
	
.mailfield:hover {
	border: 1px solid #BFBFBF;
	color: #949494;
	}

.submit {
	background: #ccc;
	color: #fff;
	border: 2px solid #fff;
	height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	text-indent: -9999px;
	cursor: pointer;
	}
	
.submit:hover {
	background: #333;
	color: #fff;
	padding: 5px;
	border: 2px solid #666;
	}
	
		
.themes {
	font-size: .9em;
	}
	
/* 5)-=-=-=- Footer -=-=-=- */	
	
#footer {
	background: url(images/footer.gif) no-repeat;
	height: 75px;
	}
	
#footer p {
	padding: 30px 0 0 70px;
	float: left;
	text-transform: uppercase;
	font-size: .9em;
	color: #777;
	}
	
.extras {
	float: right;
	padding: 33px 18px 0 0;
	}
	
.extras a {
	text-decoration: none;
	font-weight: bold;
	}
	
.extras a:link, .extras a:visited {
	background: #ccc;
	color: #fff;
	padding: 5px;
	border: 2px solid #fff;
	}
	
.extras a:hover, .extras a:active {
	background: #333;
	color: #fff;
	padding: 5px;
	border: 2px solid #666;
	}
	
.extras li {
	display: inline;
	}
	
.extras ul {
	padding: 0 0 10px 0;
	margin: 0;

	}
	
	
/* 7)-=-=-=- Accessibility -=-=-=- */
	
#skip {
	display: none;
	}
	
hr { /* Simple style when CSS not in use */
	display: none;
	}
	
/* 8)-=-=-=- Hacks -=-=-=- */
	
.clearfix:after { /* float hack used to float content correctly */
    content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}



/* timeline tweaks */

	.layout-timeline #container-inner { background-position: 377px 0; }
	
	.layout-timeline #alpha { width: 340px; }
	.layout-timeline #beta { width: 360px; }
	
	.layout-timeline #gamma,
	.layout-timeline #delta
	{
		width: 170px;
	}
	
	.layout-timeline .module-recent-photos .module-content { padding: 0 0 10px 0; }
	.layout-timeline .module-recent-photos .module-list { margin: 7px 0 0 7px; }



/* one-column tweaks */

	.layout-one-column body { min-width: 620px; }
	
	.layout-one-column #container
	{
		width: 620px;
		background: transparent url(images/container.gif) repeat-y;
	}
	
	.layout-one-column #container-inner
	{
		margin: 0 10px 0 10px;
		border-bottom: 1px solid #5b626a;
		background: none;
	}
	
	.layout-one-column #banner
	{
		width: 600px; /* necessary for ie win */
		background: #600 url(banner-bg.gif) repeat-x;
	}
	
	.layout-one-column #container-inner { background: none; }
	.layout-one-column #alpha { width: 560px; }
	
	.layout-one-column .module-powered
	{
		margin: 10px 0 20px 0;
	}


/* two-column-left tweaks */

	.layout-two-column-left #container-inner { background: none; }
	.layout-two-column-left #alpha { width: 200px; }
	.layout-two-column-left #beta
	{
		width: 500px;
		margin: 20px 0 0 20px;
	}

	.layout-two-column-left .module-powered
	{
		margin: 10px 0 20px 0;
	}


/* two-column-right tweaks */

	.layout-two-column-right #container-inner { background: none; }
	.layout-two-column-right #alpha { width: 400px; }
	.layout-two-column-right #beta
	{
		width: 290px;
		margin: 10px 0 1px 0px;
	}
