/*@import url(content/forum.css);
@import url(content/form.css);
@import url(content/front.css);
@import url(content/gallery2.css);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);

@import url(styles/image.css);
@import url(styles/node.css);
@import url(styles/form.css);
@import url(styles/table.css);
@import url(styles/fancybox/fancybox.css);
@import url(styles/shop.css);

html {
	color:#444444;
	font-size:9pt;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	line-height:1.8;
}
p, dd, blockquote {
	font-size: 1.1rem;
}
#header, h4, h5, h6, .data thead, address, .heading, #site-name{
	font-family: Calibri,"Trebuchet MS",Arial,sans-serif;
}
h1, #edit-title, input#subject, #content-inner h2, #site-slogan{
	/*font-family: "Delicious","Qlassik Medium",Calibri,"Trebuchet MS",Verdana,sans-serif;*/
	font-weight: normal;
	font-size: 120%;
}
#site-slogan{
	font-size:200%;
	font-weight:bold;
}
h1 {
	font-size: 230%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: light;
	padding: 0 .35em;
	line-height: 1.2;
}
h3.subtitle{
	letter-spacing:0.2em;
	text-transform:none;
}
p {
	/*letter-spacing: 0.01em;*/
	margin: 1em 0;
}

/*.box {
	border: 1px solid #DDD;
	background-color: #F8F8F4;
	padding: 0 1em;
	margin: .4em;
}*/
a:link,
a:visited,
a:hover{
	color: #17167A;
	color: #008;
	text-decoration: none;
}
a:hover{
	color: #33B;
	text-decoration: underline;
}
h3, h4, h5, h6,
h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, 
h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
	color: #F83;
	color: #444;
}
h1, h2, .nodeh3,
h1 a:link, h2 a:link, .nodeh3 a:visited,
h1 a:visited, h2 a:visited, .nodeh3 a:visited,
h1 a:hover, h2 a:hover, .nodeh3 a:hover {
	text-decoration: none;
	color: #008;
	color: #F80;
}
q, blockquote {
	color: #666;
}
blockquote, q {
	quotes: "\201E" "\201C" "\201A" "\2018";
}
.quotes-quote {
	display: inline;
}
#content-inner blockquote {
	letter-spacing: .07em;
	padding: .1em 2em;
}
blockquote p:first-child:before
/*, blockquote p:last-child:after*/{
	font-size: 200%;
	content: "\201E";
	margin-right: 2px;
	margin-top: -10px;
}
blockquote p:first-child:before, blockquote p:last-child:after,
q:before, q:after {
	color: #999;
	font-family: "Bitstream Vera Sans", "Times New Roman", serif;
	font-weight: bold;
}
/*blockquote p:first-child:before,*/
q:before {
	content: open-quote;
}
/*blockquote p:last-child:after,*/
q:after {
	content: close-quote;
}
blockquote p {
	margin: 0;
}
blockquote p + p {
	margin-top: 1em;
}
blockquote small {
	display: block;
	margin-left: 2em;
}
dt, dd, p {
	line-height: 1.8em;
}
li {
	line-height: 1.6em;
}
ul, ol {
	padding-left: 2em;
}
ul.inline {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
ul.inline li{
	display: inline;
}
dt {
	font-weight: bold;
	font-size: 110%;
}
dd {
	margin-bottom: .9em;
}

#content-inner h2 {
	font-size: 180%;
	border-bottom: 2px solid #CCC;
	margin-bottom: .2em;
}
#content-inner h2.title {
	border-bottom: none;
	margin-bottom: 0;
	padding: 0 .5em;
}
h2.pane-title {
	margin-top: 0;
}
h3 {
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0;
	line-height: 1.4;
}
h1.title {
	margin-top: 0;
}
h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
	margin: .5em 0 .3em;
}

address, .address-holder, .vcard {
	background-color: #FFF;
	border: 1px solid #DDD;
	margin: .5em 1em;
	background: #FFFFDD;;
}
address{
	white-space: pre;
	font-style: normal;
	letter-spacing:0.05em;
	
	width: 20em;
	display: table-cell;
}
address, .vcard {
	line-height: 1.8em;
	padding: .5em 1em;
}
.address-holder {
	display: table;
	width: 95%;
}
.address-holder address{
	border: 0;
	margin: 0;
	width: 45%;
	float: left;
	background: transparent;
}

.pre {
	white-space: pre;
}
em {
	font-style: italic;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}
.left {
	float: left;
	margin: 0 10px 10px 0;
	clear: left;
}
.infobox .image.right,
.infobox .image.left {
	clear: none;
}
.border{
	border: 1px solid #BBB;
}

.clear {
	clear: both;
}

div.container-inline div {
	display: inline;
}

.empty  {
	color: #888;
	font-size: 95%;
	font-style: italic;
}
/*
.geo {
	border: 1px solid #DDCC44;
	background-color: #FFFFDD;
	color: #666;
	font-size: 90%;
	padding-bottom: .8em;
}
.geo:hover{
	background-color: #FFFFCC;
}

.geo .title{
	display: block;
	font-size: 90%;
	padding: .2em .3em;
}

.geo a{
	padding: 1.6em 1.2em .9em 1.2em;
}*/

/*admin*/
.admin-required, .admin-dependencies {
	color: #666;
	font-size: 90%;
	border-top:1px dashed #BBBBBB;
	margin-top:0.5em;
}
.admin-enabled {
	color: #585;
}
.admin-disabled {
	color: #855;
}

/* pager */
.pager {
	padding: .8em 1em;
	border-top: 2px dotted #BBB;
	text-align: center;
	margin-top: 1em;
}
.pager a {
	padding: 0 .3em;
}
.pager-list {
	padding: 0 .5em;
}

div.MessageBox {
	border: 1px solid #CCC;
	padding: .5em;
	margin: 1em 0;
	background: #FFF;
	background: transparent url(img/FFFFFF-opaque.png) repeat scroll 0% 50%;
	-moz-border-radius-topleft: 1em;
	-webkit-border-radius-topleft: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-radius-bottomright: 1em;
}
.MessageBox h3 {
	background:#E4E4E4 none no-repeat scroll 0 0;
	color: #FF8800;
	margin: -.5em -.5em 0.5em;
	padding: .4em .5em .2em;
	border: 1px solid #CCC;
	border-bottom:2px solid #888888;
	-moz-border-radius-topleft: 1em;
	-webkit-border-radius-topleft: 1em;
}
.MessageBox .content {
	/*overflow: auto;*/
}
.MessageBox.condensed {
	width: 70%;
	margin: auto;
}
.MessageBox h3 img {
	margin-right: .5em;
	margin-top: -2px;
	vertical-align: middle;
}

.item-list ul{
	padding-left: 0;
}
/*.view-item-recent-articles div.view-data-node-title{
	display: block;
}
.view-item-recent-articles div.view-data-node-created {
	display: block;
	float: right;
	font-size:90%;
	margin-top:-2em;
}Ü*/

.next-and-last .last, .first-and-previous .previous,
.next-and-last .next, .first-and-previous .first {
	display: block;
}
.next-and-last {
	float: right;
}
.next-and-last, .first-and-previous {
	width: 49%;
}
.first-and-previous .first {
	float: left;
	padding-left: .5em;
	width: 5em;
}
.next-and-last .last {
	float: right;
	margin-top: -1.8em;
	padding-right: .5em;
	width: 5em;
	text-align: right;
}
.first-and-previous .previous {
	text-align: right;
	padding-right: 1em;
	margin-left: 6em;
}
.next-and-last .next {
	padding-left: .1em;
	margin-right: 6em;
}


/*.node-inner .section p,*/
.view-calendar-event .node-inner p,
.node-teaser  .node-inner p,
.gallery-teaser .node-inner p,
.node-teaser .node-inner .section,
.view-calendar-event .node-inner .section,
.node-inner .tagline p,
.node-inner dl dd p,
.node-inner .box p,
#content-inner .section blockquote {
	background: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0;
	margin: 0 0 .4em 0;
}
.no-bg {
	background-image: none !important;
}
/*.node-inner p,
.node-inner .section,
.node-teaser .node-inner,
.view-calendar-event .node-inner,
dd, dt,
#content .view-weblinks .item-list,*/
.node-data,
.comment,
.box,
.block-similarterms,
fieldset,
#content-inner blockquote{
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	background-color:#EEEEFF;
	background-image: url(img/FFFFFF-opaque.png);
	background-image: url(img/schoenstatt-logo-DDDDFF-2.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: .3em .5em;
	margin: 1em 0;
}
dd {
	-moz-border-radius-topright: 0;
	-webkit-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius-topleft: 0;
	margin-top: 0;
}
dt {
	-moz-border-radius-bottomright: 0;
	-webkit-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius-bottomleft: 0;
	margin-bottom: 0;
	background-image: none;
}
#main {
	background-color: #ddf;
	position: relative;
	z-index: 0;
}

.view-weblinks .item-list {
	background-color: #EEF;
	margin-bottom: 1.4em;
}
#content .view-weblinks  ul li {
	border-top: 1px solid #D6D6D6;
	padding: .3em 0;
	margin: 0 2em;
	clear: right;
	list-style: none;
}
.view-weblinks .views-field-field-website-url {
	font-size: 90%;
	display: inline;
}
.view-weblinks .views-field-field-website-url a,
.view-weblinks .views-field-field-website-url a:hover,
.view-weblinks .views-field-field-website-url a:visited,
.view-weblinks .views-field-edit-node a,
.view-weblinks .views-field-edit-node a:hover
.view-weblinks .views-field-edit-node a:visited {
	color: #888;
}
.view-weblinks .views-field-field-image-fid,
.view-weblinks .views-field-field-image-teaser-nid{
	float: right;
}
.view-weblinks .views-field-title{
	font-weight: bold;
	display: inline;
}
.view-weblinks .views-field-edit-node {
	display: inline;
	font-size: 90%;
	visibility: hidden;
}
.view-weblinks li:hover .views-field-edit-node{
	visibility: visible;
}

span.new {
	color:#FF9900;
	font-size:70%;
	font-weight:normal;
	text-transform:uppercase;
	vertical-align:super;
}
.comment h3 {
	margin: 0;
}

.more-link {
	padding-right: .5em;
	font-size: 90%;
	font-weight: bold;
}
p .more-link {
	float: right;
	display: block;
}

.smf-post-title {
}
.smf-post-infos {
	color:#777777;
	font-family:tahoma,arial,sans-serif;
	font-size:90%;
	display: inline-block;
	white-space: nowrap;
}
.smf-post-infos a:link,
.smf-post-infos a:visited{
	color: #555;
}

#content-inner .view-id-pjk_quotes {
	
}
.view-id-pjk_quotes .views-row *{
	display: inline;
}
.view-id-pjk_quotes .views-row .views-field-nothing {
	display: inline-block;
	white-space: nowrap;
	font-size:95%;
}
#content-inner  .box blockquote {
	background: transparent;
	padding: 0;
	margin: 0;
	font-style: italic;
	letter-spacing: .03em;
}

div.feed-icon {
	float: left;
	margin-top: -1.5em;
}

.box.gruleiwiki {
	overflow: auto;
	background-image: none;
	background-color: #FFC;
	border: 2px solid #DDA;
}
.box.gruleiwiki .meta{
	color: #222;
}
.gwiki-main {
	margin-left: 50px;
	padding-left: 1em;
}
.gwiki-link {
	font-weight: bold;
	font-size: 150%;
	padding: .2em 1em;
}
.gwiki-img {
	float: left;
}
.box.gruleiwiki,
.box.extra {	
	margin:2em 1em;
	padding:1em;
}
.box.extra {
	-moz-border-radius:0 0 0 0;
	background:none repeat scroll 0 0 #CCCCFF;
	color:#000044;
	border:2px solid #AAF;
}

.messages.status {
	border: 2px solid #4B4;
	background-color: #CFB;
	padding: .5em;
	color: #050;
	margin: .5em 0;
}

.box.extra h3{
	margin: -.2em 0 .5em;
	color: #459;
}
.box.extra ul{
	margin-bottom: 0;
}

.view-events table .views-field-field-ort-value,
.view-events table .views-field-field-audience-value{
	font-size: 90%;
	color: #555;
}