/*
	Printable version of stylesheet
*/

@import url("reset.css");

body {
	/*	font-size: 62.5%;  Resets 1em to 10px */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
	color: #333;
	text-align: center;
	}

.noprint {
	display: none;
}

p {
	padding: 0.5em 0 0.5em 0;
}

#container {
  /* background: #5d010b url('images/container.jpg') top center no-repeat; */
	/* background: #666; */
  margin: 10px auto;
  text-align: center;
  }

#page {
  margin: 0 auto;
	text-align: left;
  }

#header {
	display: none;
  }

#headerimg  {
	display: none;
  }

#datum {
	display: none;
}

#menu {
	display: none;
}

#content {
	}

#footer {
	display: none;
  }

div.featured_item {
	display: none;
}

div.left {
	display: none;
}

.featured_item h2, .featured_item h2 a, .featured_item h2 a:visited {
	display: none;
}

.featured_item ul {
	display: none;
}

.featured_item a, .featured_item a:hover {
	display: none;
}

.featured_item a:hover {
	color: #000;
}

#subfooter {
  margin: 0 auto;
}

#subfooter p {
  text-align: center;
	font-size: 0.7em;
  }

#subfooter p, #subfooter a, #subfooter a:hover {
	color: #999;
}

small {
	font-size: 0.9em;
	}

.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	display: none;
	}
.commentlist li ul li {
	display: none;
}

.commentlist li {
	display: none;
}

.commentlist p {
	display: none;
	}

#commentform p {
	display: none;
	}

.commentmetadata {
	display: none;
	}


/*	Begin Headers */
a  {
	text-decoration: none;
	}

h1, h2, h3 {
  font-family: Arial, Sans-Serif;
  font-weight: bold;
	list-style: none;
  }

h1 {
  font-size: 1.8em;
  }

h1.pagetitle {
  font-size: 1.8em;
  }

h1.hidden {
	font-size: 1.8em;
	display: inline;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
  text-decoration: none;
  }

#headerimg .description {
	display: none;
  }

h2 {
  font-size: 1.4em;
	list-style: none;
  }

#sidebar {
	display: none;
  }

h3 {
  font-size: 1.3em;
  }

h3.comments {
	display: none;
	}

/* End Headers */

/* Begin Images */
p img {
	display: none;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: none;
	}

img.alignright {
	display: none;
	}

img.alignleft {
	display: none;
	}

.alignright {
	float: right;
	}

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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020"; 
	/* list-style: disc url(images/bullet.gif) inside; */
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	display: none;
	}

#sidebar #searchform #s {
	/* width: 108px; */
	width: 258px;
	padding: 2px;
	margin-left: -55px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	display: none;
	}
#submit {
	display: none;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	display: none;
	}

#commentform p {
	display: none;
	}

/* End Comments */

/* Begin Sidebar */
#sidebar {
	display: none;
	}

#sidebar.news { 
	display: none;
}

/* End Sidebar */


/* Begin Various Tags & Classes */

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

span.title, span.title a {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  color: #333;
	text-decoration: none;
}

span.desc, span.desc a {
  display: block;
  margin-top: 3px;
  margin-bottom: 20px;
  color: #333;
	text-decoration: none;
}

div.widget_rss {
	padding-bottom: 20px;
}

.widget_rss ul li {
  list-style: none;
	list-style-type: none;
  padding: 0 0 0 3px;
	text-indent: -9px;
  padding-left: 9px;
}

.widget_rss_title { 
	margin-top: 10px;
  font-size: 120%; 
  font-weight: bold; 
  border-bottom: 1px solid #5c010b; 
  padding: 5px 0 5px 3px; 
	text-indent: -20px;
  padding-left: 20px;
}

#breadcrumbs {
	display: none;
}

#breadcrumbs a {
	display: none;
}


