/* Stylesheet for stpatricksday.de */

body {
  background-color: #7FB521;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	position: relative;
}
/* 
 * Some browsers might not conform to the CSS specification 
 * so that child elements of body do not inherit correctly, so:
 */
h1, h2, h3, h4, h5, h6, p, td, caption, ul, ol, li, dl, dt, dd, input, textarea, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }

hr { 
  width: 100%;
	height: 1px;
	color: #666666;
}

.smallText { font-size: small; }
.caption { font-size: small; line-height: 1em; }
.largeText { font-size: large; }
.boldText  { font-weight: bold; }
.italicText { font-style:italic; }
.largeBoldText { font-size: large; font-weight: bold; }
.centeredText { text-align: center; }
.leftText { text-align: left; }
.rightText { text-align: right; }
.indentedText { margin-left: 1em;}

a:link { 
  text-decoration: none; 
  color: #0000FF;
}
a:visited { 
  text-decoration: none; 
  color: #3300FF;
}
a:hover{ 
  text-decoration: underline; 
}


/* --- Layout divs --- */
div#wrap {
  background-color:#BFEF8F;
	width: 960px;
  margin: 10px auto; /*margin l/r = auto  centers div on screen */
  position: relative;
}
div#header {
  border-bottom: 1px solid black;
}
div#header img { border: 0;}
div#banner {
  background-color: transparent;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  height: 160px;
  position: relative;
  background: url(../img/crowd.jpg) no-repeat left bottom;
}

div#banner img { position: absolute; bottom: 0px; vertical-align: top; border: 0; }

div#pageheader {
  height: 25px;
  position: relative;
  padding:0.25em;
  background: #006600;
  color: #7FB521;
  font-weight: bold;

}
div#pageheader h1 {
  display:inline;
}
div#pageheader a {
  color: #FFFFFF;  
  text-decoration: none; 
  font-size: small;
}
div#pageheader a:hover {
  color: 
  #000000;
  background:#339933; 
}
span#breadcrumb {float: left; padding-left: 176px; }
span#breadcrumb h1 { font-size: 100%;}
span#langsel { float: right; padding-right: 1em;}

div#pagebody { z-index: 0; }

div#navigation {
  background-color: #BFEF8F;
  float: left;
  width: 160px;
  z-index: 1000;
}

div#content {
  background-color:#BFEF8F;
	float: right;
	width: 768px;
	padding: 16px;
  z-index: 100;
}
/* make colums of equal width, leave 16px between cols */
div#content .leftCol  { margin: 0; padding: 0; float: left;  width: 376px; }
div#content .rightCol { margin: 0; padding: 0; float: right; width: 376px; }
div#content .colSpan  { margin: 0; padding: 0; clear: both;  width: 768px; }

div.logos { position: relative; margin: 1em 0; }
div.logos img { border: 0px; }

div.adsContainer {
  position: relative;
	margin: 25px 0 0 -1em;
}
/* .grpPartners div#content { padding-top: 0;} */
.grpPartners img { border: none; }
/*
#pageSponsors1 div#content { height: 1260px; }
#pageSponsors2 div#content { height: 1360px; }
#pageSponsors3 div#content { height: 1420px; }
*/
#content p, #content ol, #content ul, #content dl {
  line-height: 1.5em;
  float: none;
}

div#footer {
  clear: both;
  font-size: .9em;
  text-align: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
/* ------------------------------------------------------- */
.motto {
  font-size: 150%;
  font-weight: bold;
}
.clearRight { clear: right; }
.clearLeft { clear: left; }
.clearBoth { clear: both; }

div.quotebox {
  float: right; 
  padding: 0.5em 0;
  border: 1px dotted #333333;
  border-width: 1px 0 1px 0;
}
div.quotebox q {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 1.25em;
  font-style: italic;
  margin: 0;
  text-align: right;
}

div.quotebox cite { 
  display: block;
  text-align: right;
  margin-right: 0;
}

div.announceBox { clear: both; padding: 0 16px; margin: 0; }
div.eventBox    { clear: both; padding: 16px; margin-top: 16px; }
div.eventBox h2 { font-size: 150%; font-weight: bold; }
div.eventBox p  { font-size: 125%; font-weight: bold; }

div.videoBox { border-top: 1px dotted #333333; margin-top: 20px; padding-top: 20px;}

div.logoBox { position: relative; }
div.logoBox a img { border: 0px; }

.imgLeft  { float: left; padding-right: 1em; border: 0;}
.imgRight { float: right; padding-left: 1em; border: 0;}
.imgCentered { display: block; margin-left: auto; margin-right: auto; }
.imgCaption {   font-size: small; line-height: 1em;}
/* --------------------------------------------- */
/*formatting for tables on the event group pages */
/* --------------------------------------------- */
table.eventsTable {
  border-collapse: collapse;
  table-layout: fixed;
  caption-side: top;
	width: 540px;;
}

table.eventsTable caption {
  color: #008000;
  background-color: white;
  border: 5px solid;
  border-color: #008000 #FFA500 #FFA500 #008000;
  padding: .25em .5em;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  font-variant: small-caps;
}

table.eventsTable td { padding: .5em; vertical-align: top; }
table.eventsTable tr { background-color: #FFFFCC; }
table.eventsTable tr.altrow { background-color: #FFCC99; }

.firstCol.extSchedule  { width: 10em; }
.firstCol.order        { width:  3em; text-align: right; }
.firstCol.schedule     { width:  6em; }
.secondCol {}
.thirdCol { width: 6em; }

/* --------------------------------- */
/* formatting for address tables etc */
/* --------------------------------- */
table.addressTable { }
table.addressTable td { 
  vertical-align: top;
	border-bottom: 1px dotted #000000;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
	z-index:1000;
	font-size:small;
	font-weight:bold;
	width:140px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
  padding:0;
  margin:0;
  list-style-type:none;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
  position:relative;
  z-index:1000;
  background:#006600;
  height:26px;
}
.menu a.cascade { background-image: url(../img/cascade.gif); background-position: right; background-repeat: no-repeat;}
.menu a.cascade:hover { background-image: url(../img/cascade.gif); background-position: right; background-repeat: no-repeat;}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
  display:block; 
  text-decoration:none;
  height:25px;
  line-height:25px;
  width:139px;
  color: #FFFFFF;
  text-indent:5px;
  border:1px solid #000000;
  border-width:0 1px 1px 0;
}
/* allow wider second level menu items */
.menu li li a, .menu li li a:visited { width: 150px; }
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#006600; width:140px; w\idth:139px;}
/* style the link hover */
* html .menu a:hover {color:#000000; /*fff*/ text-decoration: none; background:#339933;}
* html .menu a.cascade:hover {
	background-image: url(../img/cascade_hover.gif); background-position: right; background-repeat: no-repeat;
}

.menu :hover > a {
  color:#000000; /*fff*/
  text-decoration: none;
  background:#339933;
}
.menu :hover > a.cascade {
  background-image: url(../img/cascade_hover.gif); background-position: right; background-repeat: no-repeat;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
  visibility:hidden;
  position:absolute;
	z-index: 1000;
  top:0;
  left:140px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
  visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
  visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
  visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
  visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
  visibility:visible;
}
/* See also IE7 specific amendment for menu styles in template */
.quicklinks {
	font-size:small;
  font-weight:bold;
  width:140px;
  margin:0px auto 50px auto;
}
.quicklink {
	margin: 0;
}

/* --- Styles for magazine and photo thumbnails --- */
.thumbnails {
  width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnails table td {
  text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 10px;
}
.thumbnails img { border: 3px solid #009900; }
.thumbnails a:hover img { border: 3px solid #FFA500; } 

/* --- Styles for Question & Answer pages --- */
dl.faq dt, dl.faq dd { 
  padding-left: 1em; 
  margin-left: 1em; 
  text-indent: -1em;
  line-height: 1.5;
}
dl.faq dt { font-style:italic;}
/* doesn't work in IE
dl.faq dt:before { content: "Q: "; font-weight: bold; }
dl.faq dd:before { content: "A: "; font-weight: bold; }
*/
dl.faq dd { margin-bottom: 0.5em; }

/* --- Styles for magazine titles --- */
.titleContainer {
  width: 540px;
	margin-left: auto;
	margin-right: auto;
}

.titleContainer table td {
  text-align: left;
	vertical-align: top;
	width: 250px;
	margin: 0;
	padding: 10px;
}
.titleContainer img { border: 3px solid #009900; }
.titleContainer a:hover img { border: 3px solid #FFA500; } 

/* --- Styles for download pages --- */
#pageDownload table caption {
  font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000; 
}
#pageDownload table th {
	padding: 3px 10px 3px 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#pageDownload table td {
  /*text-align: right;*/
	padding: 3px 10px 3px 0px;
	border-bottom: 1px solid #000;
	vertical-align: top;
}

#pageDownload .downloadSize { 
  width: 5em; 
}
.insensitive {
  text-decoration: line-through;
	color:#666;
}

.bandDescr { float: left; padding: 0 0 16px 16px; width: 360px; font-size: small; }

dl.events {}
dl.events dt {margin-left: 2em; font-weight: bold; font-size: large;}
dl.events dd {margin-left: 4em;}
