/*
Theme Name: Tao Sangha
Theme URI: http://www.taosangha.at
Description: Standard-Theme f&uuml;r Taoshiatsu.at
Version: 1.0
Author: Thomas Neumann
Author URI: http://www.newtone.cc

*/


* {
	margin: 0;
	padding: 0;
}

/* structure 
--------------------------------*/

body {
	height: 100%;
	background: #E0E0E0;
}
#container {
	height: 100%;
	min-height: 100%;
	text-align: left;
	background: #fff;
}
#container, #width {
	/* max-width hack for IE since it doesn't understand the valid css property */
	width: expression(document.body.clientWidth > 960 ? "960" : "97%");  
	max-width: 960px;
	margin: 20px auto;
}
#container[id], #width[id] {
	width: 97%;
	height: auto;
}
#top {
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.top {
	text-align: center;
	margin-top: 4px;
}
#header {
	height: 130px;
	width: 960px;
	background: #E0E0E0;
}
#logo {
	text-align: center;
	margin-left: -130px;
}
#main1, #main2 {
	background: #fff;
}
#main-nembutsu-1, #main-nembutsu-2 {
	background: #fff;
}
#main-shiatsu-1, #main-shiatsu-2 {
	background: #fff;
}
#main-uni-1, #main-uni-2 {
	background: #fff;
}
#main-amida-1, #main-amida-2 {
	background: #fff;
}
#right {
	float: right;
	width: 240px;
	text-align: left;
}
#content {
	background: #fff;
	text-align: left;
	margin: 0 250px 0 20px;
	border-right: 1px solid #E4E4E4;
}
.column-in {
	padding: 30px 50px 20px 20px;
}
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	background: transparent;
}
#footer {
	height: 250px;
	background: #ccc url(images/footer_bottom.png) bottom no-repeat;
	margin-top: -2px;
	border-top: 3px solid #aaa;
}
#content-front {
	float: left;
}
#front-right {
	line-height: 16pt;
}


/* main navigation 
--------------------------------*/

#nav-category {
	width: 960px;
	height: 32px;
}
#nav-category ul {
	list-style: none;
	width: 100%;
}
#nav-category ul li {
	display: block;
	float: left;
	text-align: center;
}
#nav-category ul li a {
	display: block;
	padding: 5px 0;
	color: #fff;
	text-decoration: none;
	font-size: 14pt;
}
.page-item-1461, .page-item-45, .page-item-1463, .page-item-87, .page-item-1586 {
	width: 20%;
}
.header-nembutsu, .nav-nembutsu, .nav-nembutsu-main, .page-item-1461 {
	background: #6D6CAB;
}
.header-shiatsu, .nav-shiatsu, .nav-shiatsu-main, .page-item-45 {
	background: #FABB22;
}
.header-uni, .nav-uni, .nav-uni-main, .page-item-1463 {
	background: #98A203;
}
.header-amida, .nav-amida, .nav-amida-main, .page-item-87 {
	background: #EF7F02;
}
.header-member, .nav-member, .nav-member-main, .page-item-1586 {
	background: #666;
}
.header-main, .page-item-74 {
	background: #D32017;
}
.page-item-74 {
	 width: 220px;
}
.nav-nembutsu-main, .nav-shiatsu-main, .nav-uni-main {
	margin-right: 4px;
}


/* sidebar
------------------------*/

.mainnav {
	margin-top: 10px;
	width: 220px;
	float: right;
}
.mainnav ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
.mainnav li a {
	display: block;
	padding: 5px;
	width: 200px;
	border-bottom: 1px solid #E4E4E4;
	color: #333;
	background: #fff;
	text-decoration: none;
}

.taosangha-before, .taosangha_home {
	margin-top: 20px;
}
#sidenav {
	width: 230px;
	margin-top: 20px;
}
#sidenav li {
	list-style: none;
	position: relative;
	width: 100%;
}
#sidenav li ul {
	margin-left: 1em;
}
#sidenav li a {
	display: block;
	padding: 5px;
	margin-left: 20px;
	color: #333;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #E4E4E4;
}
#sidenav li li a {
	color: #333;
	background: #fff;
}
#sidenav li li li a {
	color: #333;
	background: #fff;
}
#sidenav .menuToggle {
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	color: #999 !important;
	margin: 0 !important;
	font-weight: bold !important;
	font-size: 12pt;
	border: none !important;
	background: none !important;
}
#sidenav .menuToggle:hover {
	color: #397388 !important;
	background: #F4F4F4 !important;
}
#sidenav a:hover, .mainnav a:hover {
	background: #999 !important;
	color: #fff !important;
}
#sidenav li.current-cat a, 
#sidenav li.current-cat-parent a, 
#sidenav li.current_page_item a,
.mainnav li.current_page_item a,
.active a {
	background: #999;
	color: #fff;
}

#sidenav li.current_page_item li a, #sidenav li.current_page_item li li a {
	background: #fff;
	color: #333;
}

#home {
	float: right;
}
#home a {
	display: block;
	color: #D32117 !important;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	width: 220px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #E4E4E4;
}
#home a:hover {
	color: #fff !important;
	background: #D32117;
}
#home p {
}
.ads {
	float: right;
	width: 196px;
	padding: 20px 20px 20px 0;
}
#ads ul {
	list-style-type: none;
}


/* content 
-------------------------*/

body {
	font-size: 10pt;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
.entry {
	padding: 10px 0;
	display: block;
	float: left;
	width: 100%;
}
#content p, #footer p {
	line-height: 14pt;
	margin-bottom: 10px;
}
#content strong, #left strong, .bold, .bold-underline {
	font-weight: bold;
}
.bold-underline  {
	border-bottom: 1px solid #333 !important;
}
#front-right p {
	padding: 0 10px;
}
#content li, #footer li {
	line-height: 14pt;
	font-size: 10pt;
	padding-left: 5px;
	list-style-position: inside;
}
#footer li {
}
#content ul, #content ol {
	margin: 0 20px 10px;
}
.linklist {
	list-style-image: url(images/square.gif);
}
.entry table {
	margin-bottom: 10px;
}
.entry td {
	padding: 5px;
}
div.hr {
	height: 10px;
	margin: 30px 0 20px;
	border-bottom: 1px solid #ccc;
}
div.hr hr {
}
.breadcrumb {
	padding: 7px 20px;
	background: #E4E4E4;
	font-size: 10pt;
	line-height: 16pt;
}
.navigation {
	height: 20px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.postmetadata {
	border: 1px dotted #FFDDC6;
	background: #FFFDFB;
	padding: 5px;
	margin-top: 30px !important;
}
.topp {
	padding: 20px 0 10px;
}
#front-right p {
	margin: 0 10px;
}
.mapp-div {
	border: 3px solid #666;
}


/* footer 
-------------------------*/

.international, .gallery, .themen, .termine {
	float: left;
	padding: 20px 10px;
	width: 220px;
}
#footer h3, #footer h2 {
	margin-bottom: 10px;
	font: bold 11pt Arial, Helvetica, sans-serif;
}
#footer {
	color: #333;
}
#footer li {
	list-style-image: url(images/listarrow.png);
}


/* images 
-------------------------*/

.leftimage, img.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
.centerimage {
	margin: 0 auto;
}
.rightimage, img.alignright {
	float: right;
	margin: 0 0 5px 10px; 
}
a img {
	border: 0;
}


/* links 
-------------------------*/

#content a, #front-columns a, .breadcrumb a, #featured-articles a, #about a {
	color: #db2118;
	text-decoration: none;
}
#footer a {
	color: #333;
	text-decoration: none;
	background: #ccc;
}
#content a:hover, #footer .international a:hover, #footer .themen a:hover, .breadcrumb a:hover, #featured-articles a:hover, #about a:hover {
	background: #db2118;
	color: #fff;
	text-decoration: none;
}
#content h2 a, #content h3 a {
	text-decoration: none;
}
.topp a:hover {
	background: none !important;
}


/* headings 
-------------------------*/

#head h1 {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	letter-spacing: 1px;
	font-weight: lighter;
}
#content h2, #content-front h2, #featured-articles h1, #about h2 {
	color: #333;
	margin-bottom: 14px;
	font-family: "Trebuchet MS", Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: lighter;
	letter-spacing: 1px;
}
#content h3 {
	color: #333;
	margin-bottom: 14px;
	font-family: "Trebuchet MS", Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#content h4, #content h5, #right h3 {
	color: #333;
	margin-bottom: 12px;
	font-family: "Trebuchet MS", Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


/* frontpage
--------------------------------*/

#front-columns {
	float: left;
	width: 100%;
	border-bottom: 1px solid #999;
}
.front-column {
	height: 180px;
	padding: 10px;
}
.front-column img {
	float: left;
	width: 170px;
	height: 170px;
}
#front-columns strong {
	float: left;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.front-nembutsu, .front-taoshiatsu, .front-uni, .front-amida, .front-member {
	float: left;
	width: 20%;
	height: 220px;
}
.front-nembutsu { background: #d3d1e7; }
.front-taoshiatsu { background: #feebc6; }
.front-uni { background: #dfe1ba; }
.front-amida { background: #fcdbb9; }
.front-member { background: #ccc; }
.more-info-nembutsu { background: url(images/info-nembutsu.png) no-repeat; }
.more-info-shiatsu { background: url(images/info-shiatsu.png) no-repeat; }
.more-info-uni { background: url(images/info-uni.png) no-repeat; }
.more-info-amida { background: url(images/info-amida.png) no-repeat; }
.more-info-nembutsu, .more-info-shiatsu, .more-info-uni, .more-info-amida {
	width: 170px;
	height: 25px;
	color: #fff !important;
	padding-top: 5px;
	cursor: pointer;
}

#about {
	float: left;
	width: 669px;
	list-style-type: none;
	padding: 30px 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E4E4E4;
}

#featured-articles {
	padding: 0 0 20px 10px;
}
#featured-left {
	float: left;
	width: 315px;
	margin: 10px 25px 0 0;
}
#featured-right {
	float: left;
	width: 315px;
	margin: 10px 0 0 0;
}
.featured {
	float: left;
	width: 310px;
	padding: 10px 5px 0 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #F4F4F4;
}
.recent {
	float: left;
	width: 310px;
	padding: 10px 5px 0 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #F4F4F4;
}
#featured-articles h2 {
	font: 12pt Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-weight: bold;
}
#featured-articles h3 {
	font: 10pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom: 5px;
	font-weight: bold;
}
#featured-articles h2 a, #featured-articles h3 a {
	color: #333;
}
#featured-articles h3 a:hover, #featured-articles h2 a:hover, .pgee-read-more a:hover {
	background: #db2118;
	color: #fff;
}
#featured-articles p {
	margin-bottom: 5px;
}
.pgee-read-more a {
	float: left;
	margin-top: 5px;
	text-decoration: none;
	color: #db2118;
}
#featured-articles img {
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0 7px 5px 0;
}
.read_more {
	margin: 5px 0;
}
.front-article {
	float: left;
	width: 500px;
	clear: both;
	padding: 20px 0;
}

.archiv {
	width: 300px;
	float: left;
	clear: both;
	margin: 20px 0;
}

/* image sizes */
.mini {
	width: 80px;
}
.med {
	width: 140px;
}



/* forms 
-------------------------*/

#content input, #content textarea {
	border: 1px solid #999;
	padding: 2px;
	background: #F3F3F3; 
}
#content input:hover,
#content textarea:hover,
#content select:hover, 	{
	background:#fff; 
}
#content input:focus,
#content textarea:focus, {
	background: #666; 
}
#searchform {
	padding: 10px 0 5px 0;
}
#s {
	border: 1px solid #FFDDC6;
	padding: 2px;
	width: 80px;
	font-size: 9pt;
}
#searchsubmit {
	border: 1px solid #adadad;
	font-size: 9pt;
	background: #FFFDFB; 
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.search {
	color: #b38864;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1pt;
}


/* buttons 
-------------------------*/

.btn {
  display:inline-block;
  background:none;
  margin: 10px 0;
  padding:3px 0;
  border-width:0;
  overflow:visible;
  font:100%/1.2 Arial,Sans-serif;
  text-decoration:none;
  color:#333;
  }
* html button.btn {
  padding-bottom:1px;
  }
/* Immediately below is a temporary hack to serve the 
   following margin values only to Gecko browsers
   Gecko browsers add an extra 3px of left/right 
   padding to button elements which can't be overriden.
   Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
  margin:0 -3px;
  }
.btn span {
  background:#ddd url(images/bg-button.gif) repeat-x 0 0;
  margin:0;
  padding:3px 0;
  border-left:1px solid #bbb;
  border-right:1px solid #aaa;
  }
* html .btn span {
  padding-top:0;
  }
.btn span span {
  position:relative;
  padding:3px .4em;
  border-width:0;
  border-top:1px solid #bbb;
  border-bottom:1px solid #aaa;
  }

/* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
button.pill-l span {
  border-right-width:0;
  }
button.pill-l span span {
  border-right:1px solid #bbb;
  }
button.pill-c span {
  border-right-style:none;
  border-left-color:#fff;
  }
button.pill-c span span {
  border-right:1px solid #bbb;
  }
button.pill-r span {
  border-left-color:#fff;
  }

/* only needed if implementing separate hover/focus/active state for buttons */
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
  cursor:pointer; /* important for any clickable/pressable element */
  border-color: #999 !important;
  color:#000;
  }
.btn:active span {
  background-position:0 -400px;
  outline:none;
  }
.btn:focus, .btn:active {
  outline:none; /* doesn't seem to be respected for <button>, only <a> */
  }

/* use if one button should be the 'primary' button */
.primary {
  font-weight:bold;
  color:#000;
  }


