/*  
Theme Name: ConventionTheme
Description: Das offizielle Theme des ConventionCamps.
Version: 1.0
Author: Marcel Böttcher
Author URI: www.marcel-boettcher.de 

 */
 
 
 /* - - - - - - - - - GENERAL */

html {
	background: url(img/bg_body.gif) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

body {
	background: none;
	color: #555;
	margin: auto;
	width: 865px;
}

a {
	color: #555;
	text-decoration: none;
	background: url(img/arrow_small.gif) 0px 3px no-repeat;
	padding-left: 12px;
}

div#content a {
	color: #ff8c00;
	text-decoration: underline;
	background: none;
	padding-left: 0;
}

div#content a:hover {
	text-decoration: none;
}

a:hover {
	color: #ff8c00;
}

#sharethis {
	border-top: 1px #ccc solid;
	display: block;
	padding: 10px 0 0 10px;
	margin-top: 50px;
}

#sharethis a {
	padding-left: 22px!important;
}

.stclose {
	background: none!important;
}

.textbold { font-weight:bold; }

.headerlink {
	position:absolute;
	left:50%;
	margin-left:-430px;
	top:10px;
	width:860px;
	height:320px;
	z-index:90;
	display:block;
	background:0;
	padding:0;
}

h1 a, h2 a, h3 a {
	background: none;
	padding-left: 0;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
}

p.errorhandler {
	color: #c00;
}

h2 {
	font-size: 1.5em;
	padding-bottom: 15px;
}

h3 {
	font-size: 1.25em;
	padding-bottom: 20px;
}

h3#comments {
	margin-top: 30px;
}

h4 {
	font-size: 1.18em;
}

textarea {
    width: 450px;
}

div#content {
	float: left;
	margin: 0 0 40px 40px;
	width: 570px;
}

/* - - - - - - - - - HEADER */

#header {
	background: url(img/header.gif) 0 0 no-repeat;
	height: 330px;
	width: 865px;
}

#header h1 {
	padding: 102px 0 0 40px;
}

#header h1 span.logo {
	background: url(img/logo-header.gif) 0 0 no-repeat;
	display: block;
	height: 20px;
	width: 292px;
}

#header h1 span.logo span {
	visibility: hidden;
}

#header h1 span.claim {
	background: url(img/claim-header.gif) 0 0 no-repeat;
	display: block;
	height: 14px;
	width: 176px;
	margin-top: 5px;
}

#header h1 span.claim span {
	visibility: hidden;
}

#header h1 span.date {
	background: url(img/date-header.gif) 0 0 no-repeat;
	display: block;
	height: 14px;
	width: 195px;
	margin-top: 20px;
}

#header h1 span.date span {
	visibility: hidden;
}

/* - - - - - - - - - NAVIGATION */

ul#navigation {
	font-size: 1.083em;
	margin: 20px 0 5px 40px;
	/* width: 990px;  */
}

ul#navigation li {
	display: inline;
	margin-right: 13px;
}

ul#navigation li a {
	padding-left: 17px;
}

/* - - - - - - - - - SUB-NAVIGATION */

.subnavi {
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
	margin-left:35px;
	padding-left:15px;
	padding-top:5px;
	width:690px;
}
.subnavi LI {
	margin:0;
	padding:0;
	display:block;
	float:left;
	margin-right:20px;
	padding-left:-10px;
	font-size:0.8em;
	height:10px;
}
.subnavi LI A {
	background:url(img/subnavi_arrow.gif) 0 50% no-repeat !important;
	}

/* - - - - - - - - - - SIDEBAR */

div#sidebar {
	float: left;
	margin-left: 60px;
	width: 180px;
}
div#sidebar h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin-bottom: 6px;
}
ul {
	margin-bottom: 5px;
}
ul li {
	margin: 4px 0;
	line-height: 120%;
}

/* - - - - - - - - - - FORMULAR: ANMELDUNG */

form#anmeldung label {
	float: left;
    display: block;
    width: 150px;
}
form#anmeldung input, form#anmeldung select {
    display: block;
    margin-bottom: 15px;
    width: 200px;
	float: left;
}

form#anmeldung select {
	width: 204px;
}

form#anmeldung textarea {
	width: 200px;
}

.pictureupload {
	width: 150px!important;
}

form br {
  clear: left;
  height: 1px;
}

/* - - - - - - - - - - FORMULAR: SESSION EINTRAGEN */

form#sessionanmeldung label {
	float: left;
    display: block;
    width: 150px;
}
form#sessionanmeldung input, form#sessionanmeldung select {
    display: block;
    margin-bottom: 15px;
    width: 200px;
	float: left;
}

form#sessionanmeldung select {
	width: 204px;
}

form#sessionanmeldung textarea {
	width: 200px;
	height: 100px;
	margin-bottom: 17px;
}

form br {
  clear: left;
  height: 1px;
}

/* - - - - - - - - - - SESSIONLISTE */
ol#sessionlist {
	margin-left: 20px;
}
ol#sessionlist p.description {
	margin-top: 10px;
}
ol#sessionlist li  {
	padding-bottom: 10px;
}
ol#sessionlist li a.head {
	display: block;
	margin-top: 10px;
	text-decoration: none;
}
ol#sessionlist li a h3 {
	cursor: pointer;
	display: inline;
}
ol#sessionlist li a small {
	color: #ccc;
	display:block;
	margin-top: 5px;
}
form.signinterested {
	padding: 10px 0;
}
form.signinterested p {
	color: #aaa;
	font-size: 11px;
}

.program_list {
	list-style:disc; 
	margin:-10px 0 7px 44px;
	}

/* - - - - - - - - - - TEILNEHMERLISTE */

ol#teilnehmerliste {
    list-style: decimal;
	margin-left: 40px;
	line-height: 120%;
    font-size: 13px;
}

ol#teilnehmerliste li {
    margin-bottom: 10px;
}

ol#teilnehmerliste a {
    font-size: 11px;
}

ol#teilnehmerliste a.profil-link {
	margin-left: 10px;
}


/* - - - - - - - - - - GOOGLE MAP */

div#map {
    margin-bottom: 20px;
}

div#map a {
    background: none;
}
.sponsoren  {
	margin-bottom:28px;
}
.sponsoren img {
    margin-bottom: 10px;
	margin-left:5px;
    width: 155px;
}
#media img { 	margin-bottom:15px; } /* für die lange Liste der Mediakoorps */
.sponsoren a { 
	text-decoration:none; 
	background:0;
	padding:0;
}
.sponsoren h2 {
	white-space:nowrap;
	}

.footer_navi {
	float:right;
    margin-right:10px;
}
.footer_navi A {}
#latest-newslist li {
    margin-bottom: 20px;
}
#trackback_list {
    margin-top: -10px;
}
#trackback_list h3 {
    padding: 20px 0 5px 0;
}