/*  
 *  Theme Name: NOWW Wordpress Theme v2
 *  Theme URI: http://dmk.dyndns.org/noww2
 *  Description: Theme custom built for NOWW by <a href="http://dmk.dyndns.org">hand|paper|lake</a>.
 *  Version: 2.0
 *  Author: Daniel M. Klein
 *  Author URI: http://dmk.dyndns.org
 *
 *  		 http://www.yazsoft.com/content/download.html 
 *
 *  		 	The CSS, XHTML and design is released under GPL:
 *  		 		http://www.opensource.org/licenses/gpl-license.php
 *
 *  		 		*/



/* Begin Typography & Colors */
.main {  margin:0 auto; width:75%;text-align:center; }

#header-menu {
	background-image: url( images/menu-background.png );
	height: 30px;
}

#header {
	text-align: center;
	background-image: url( images/logo-background.png );
	height: 87px;
	border-bottom: 1px solid black ;	
}

#subheader {
	text-align: center;
	padding-top: 13px;
	background-image: url( images/menu-background.png );
}

.shadow {
	width: 100%;
	height: 15px;
	background-image: url( images/shadow.png ) ;
}

#logo {
	position: relative;
	right: auto;
	left: auto;
}

#header-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;	
}

#header-menu li {
	display: inline;
	float: right;
	margin-top: 5px;
}

#header-menu ul li a {
	text-decoration: none ;
	color: black;
	padding:  0px 20px 0px 20px;
}


body {
  font-family: trebuchet ms, sans-serif ;
}

#calendar {
  padding: 0px 0px 0px 0px ;
}

#calendar img {
  margin-left: 10px;
}

#actual-calendar {
  margin: 0px 10px 10px 10px ;
  border: 1px solid #aaa ;
}

#wp-calendar {
  width: 100% ;
}

#calendar caption {
  border-bottom: 1px solid #aaa;
  background: url( images/menu-background.png ) center repeat-x ;
}

#news {
  border: 1px solid #aaa ;
  margin: 0px 10px 0px 0px ; 
}

#news h2 {
  padding-left: 3px ;
  margin: 0px ;
  font-size: 25px ;
}

#news h2 a { text-decoration: none ; } 
#news h2 a:hover { text-decoration: underline ; }

#news small {
  margin-left: 10px ;
  color: #aaa ;
  font-style: italic ;
  font-size: 10pt ;
}

#news .entry {
  padding-left: 10px ;
  padding-bottom: 20px ;
}

.entry p {
  margin: 15px 5px 5px 0px ;
}

#comment-link {
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	font-style: italic;
}

/*
 * EVENTS
 */
#events {
  border: 1px solid #aaa ;
  margin: 0px 10px 0px 0px ; 
  width: 35%;
}

#events h1 {
  border-bottom: 1px solid #999 ;
  background: url( images/menu-background.png ) center top repeat-x ;
  height: 25px ;
  font-size: 25px ;
  margin: 0;
}

#events h2 {
  font-size: 14pt ;
  padding: 10px 0px 0px 3px ;
  margin: 0;
}

#events h2 a { text-decoration: none; }
#events h2 a:hover { text-decoration: underline; }

#events small {
  font-style: italic ;
  font-size: 10pt ;
  margin-left: 5px;
}

#events .entry {
  padding: 0px 3px 0px 5px ;
}

#post h2 {
  font-size: 25px;
  margin: 0;
}

#post h2 a { text-decoration: none; }
#post h2 a:hover { text-decoration: underline; }

#post small {
  font-style: italic;
}

#post p {
  margin: 15px 0px 0px 0px ;
}

#sideblock {
  margin: 0px 10px 10px 10px ;
  border: 1px solid #aaa ;
}

#sideblock h2 {
  border-bottom: 1px solid #999 ;
  background: url( images/menu-background.png ) center top repeat-x ;
  height: 25px ;
  font-size: 25px ;
  margin: 0;
}

#sideblock h2 a { text-decoration: none; color: #000; }
#sideblock h2 a:hover { text-decoration: underline; }
#sideblock h2 a:visited { color: #000; }

#sideblock ul {
  padding: 0px ;
  margin: 5px 0px 0px 15px ;
  list-style: none ;
}

#sideblock ul a { text-decoration: none; }
#sideblock ul a:hover { text-decoration: underline; }

/*
 *  
 *  COMMENT PAGE
 *   
 */
#commentspopup h2 {
	margin-left: 10px;
}

#commentspopup p {
	margin-left: 15px ;
	padding-bottom: 10px ;
}

#commentspopup a {
	text-decoration: none ;
}

#commentspopup code {
	display: none;
}

#commentspopup label {
	float: left ;
	width:  150px;
}

#commentform {
	border: 1px solid #ccc;
	width: 500px ;
	margin-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#commentform p {
	padding: 0px;
	margin-left: 5px;
}

#commentform textarea {
	width: 400px ;
}

.nocomments {
	display: none ;
}

.entry .sociable {
	display: inline;
	margin: 0px;
}

#events .sociable {
  display: none ;
}

.homepage-img-link {
  text-decoration: none;
}

.homepage-img-link img {
  border:none;
}

#forum-link {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: url( images/menu-background.png ) center repeat-x ;
	border: 1px solid #aaa;
}

#forum-link a {
	text-decoration: none;
}

.paypal-form {
  margin: 15px 5px 0px 5px;
  border:1px solid #999;
}

.paypal-form form {
  padding:3px;
}

.ppf-kind {
  border-bottom: 1px solid #999 ;
  background: url( images/menu-background.png ) center top repeat-x ;
  height: 25px ;
  font-size: 25px ;
  margin: 0;

}

a img { border:none; }
