/*
Theme Name: QUER
Description: QUER Custom Theme
Version: 0.01
Author: Arno Nöbl
Author URI: http://noebl.com/
*/



/* reset --------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset ----------------------------------------------------------------------------------- */






/* layout -------------------------------------------------------------------------------------- */
hr {
	display: none;
}
body {
	background: url('images/background.png') 889px 0 no-repeat;
}
#page {
	width: 889px;
}
#header {
	width: 889px;
	height: 517px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
	background: url('images/logo.png') no-repeat;
}
#header #logo {
	text-indent: -9999px;
}
#header .menu-top {
	position: absolute;
	top: 12px;
	left: 699px;
}
#header .menu-top li {
	display: inline;
	margin-right: 13px;
}
#header .menu-main {
	position: absolute;
	top: 259px;
	left: 404px;
}
#header .menu-main li {
	float: left;
	margin-right: 13px;
}
#header #facebook-link {
	display: block;
	width: 51px;
	height: 37px;
	text-indent: -9999px;
	background: url('images/facebook.gif') no-repeat;
	position: absolute;
	top: 540px;
	left: 40px;
}
#header #facebook-link:hover, #header #facebook-link:active {
	background: url('images/facebook-over.gif') no-repeat;
}
#header .home-link {
	position: absolute;
	display: block;
	top: 90px;
	left: 50px;
	width: 370px;
	height: 150px;
}

#content {
	position: relative;
	margin-top: 332px;
	margin-left: 174px;
	/* width: 681px;*/
	/* use margin instead of width, so IE <= 7 hasLayout bug (preventing margin-top from becoming ineffective) will not be triggered */
	margin-right: 19px;
}
#content table {
	table-laout: fixed;
	margin-top: 23px;
	margin-top: 23px;
	margin-bottom: 64px;
}
#content table col.time {
	width: 83px;
}
#content table col.event {
	width: 174px;
}
#content table td {
	padding: 7px 0;
	padding-right: 20px;
	border-top: 1px solid;
	border-color: #000;
}
#content table td:last-child {
	padding-right: 0;
}
#content .eventlist h3 {
	margin: 20px 0;
}
#content img.map {
	margin-top: 20px;
}

/* Signup Form */
form {
	margin-top: 40px;
}
fieldset, fieldset div {
	position: relative;
}
form .error {
	position: absolute;
	width: 150px;
	top: 2px;
	left: -157px;
	text-align: right;
}
.radio-container {
	margin-bottom: 10px;
}
.text-field-container {
	margin-bottom: 26px;
}
.text-field-container label{
	display: none;
}
.text-field-container input {
	display: block;
	width: 293px;
	margin-bottom: 7px;
}
.events-container {
	margin-bottom: 40px;
}
.events-container .error {
	top: 53px;
}
.events-container legend {
	margin-bottom: 17px;
}
.events-container .event {
	border: 1px solid;
	margin-bottom: 13px;
	padding: 7px 12px 15px 12px;
}
.events-container .event.selected {
	background-color: #eaeaea;
}
.events-container div:last-of-type{
	margin-bottom: 21px;
}
.events-container div p {
	margin-bottom: 19px;
}
.newsletter-container {
	margin-bottom: 46px;
}
.newsletter-container legend {
	margin-bottom: 6px;
}




#footer {
	width: 889px;
	height: 195px;
	background: url('images/footer.png') no-repeat;
	margin-top: 50px;
	position: relative;
}
#footer .logos {
	position: absolute;
	left: 173px;
	top: 110px;
}
#footer .logos a {
	margin-right: 19px;
}

/* end layout ---------------------------------------------------------------------------------- */





/* typography ---------------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
}
.content {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
}
.error {
	color: #e2007a;
	font-size: 11px;
}
legend {
	font-size: 15px;
	font-weight: bold;
	color: #5f6b74;
	width: 100%;
	border-top: 1px solid;
	padding-top: 2px;
}
legend strong {
	font-size: 11px;
	color: #000;
}
strong {
	font-weight: bold;
}
sup {
	vertical-align: super;
}
dl {
	margin-bottom: 60px;
	/* trigger hasLayout to prevent floated children from vanishing in IE6 */
	width: 100%;
}
dt {
	font-weight: bold;
	margin-right: .4em;
	float: left;
}
/* TeilnehmerInnen page */
.page-id-17 dd {
	margin-bottom: 7px;
}
dd {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
}
dl.partner dd {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #000;
	text-decoration: underline;
}
a:focus, a:hover, a:active, li.current_page_item a {
	color: #e2007a;
}
p {
	margin-bottom: 1em;
}
address {
	margin-bottom: 1em;
	font-style: normal;
}
address.imprint {
	margin-bottom: 1.5em;
}
h2 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
h2 .subheading {
	font-weight: normal;
	font-size: 13px;
}
h2.alert {
	color: #e2007a;
}
h3 {
	font-weight: bold;
	font-size: 15px;
	color: #e2007a;
	margin-bottom: .5em;
}
h3 a {
	color: #e2007a;
}
h3 .date, h3 a .date {
	color: #000;
	font-weight: normal;
}
h3 .subheading, h3 a .subheading {
	font-weight: normal;
	font-size: 13px;
	color: #000;
}
h3 a {
	text-decoration: none;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #5f6b74;
	margin-top: 20px;
}

#header .menu-main {
	font-weight: bold;
}
#header .menu-main li a {
	font-weight: bold;
	font-size: 16px;
	border-top: 3px solid;
	border-color: #fc1990;
	padding-top: 2px;
	text-decoration: none;
	display: inline-block;
}
#header .menu-top {
	font-size: 11px;
}
#header .menu-top li a{
	text-decoration: underline;
}


#content .abstract {
	font-size: 15px;
	font-weight: bold;
	color: #5f6b74;
	margin-bottom: 2em;
}
/* not supported by IE <= 8, so .content class will handle that case
#content table td:last-of-type {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
}*/
#content table p {
	margin: 0;
}
#content table strong {
	font-family: Arial, Helvetica, sans-serif;
}
#content table .event-name {
	font-weight: bold;
	color: #5f6b74;
	font-family: Arial, Helvetica, sans-serif;
}
#content table td a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* Signup Form */
label {
}
.radio-container label {
	font-size: 11px;
	margin-right: 6px;
	font-family: inherit;
}
.text-field-container input {
	font-size: 11px;
}
.events-container h3 {
	margin-bottom: 0;
}
.events-container a {
	font-size: 11px;
}



/* end typography ------------------------------------------------------------------------------ */



