

/*  
Theme Name: WordPress DGS 2009
Theme URI: http://wordpress.org/
Description: WordPress theme for DGS 2009 Congress in Frankfurt
Version: 2.0

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Serif;
	background-color: #ededed;
	color: #4F4F4E;
	text-align: center;
	}

#page {
	background-color: #FBFBFC;
	text-align: left;
}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.1em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.3em;
	}

.widecolumn {
	line-height: 1.3em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #FBFBFC;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#close {
	background-color: #FBFBFC;
	padding: 0 0 20px 0;
	height:25px;
	width: 910px;
	vertical-align:bottom;
	clear: both;
	}

#footer {
	background: transparent; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



#sidebar UL,
#sidebar #searchform button,
#sidebar H2{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	text-transform: uppercase;
	}



.submenu .page_item a:link, 
.submenu .page_item a:visited, 
.ci {
	color:#0BA1E2;
	}
.submenu .page_item.current_page_item a{
	color:#4F4F4E;
}
.permamenu .page_item a:link, 
.permamenu .page_item a:visited {
	color:#4F4F4E;
	}

.submenu .page_item a:hover {
	color:#4F4F4E;
	text-decoration: none;
}

.permamenu .page_item a:hover {
	color:#0BA1E2;
	text-decoration: none;
}

h1, h2 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	text-transform: uppercase;
	}
	
h3 {
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #4F4F4E;
	}

h2, h2 a, h2 a:visited {
	color: #0BA1E2;

	}
h3, h3 a, h3 a:visited {
	color: #4F4F4E;
	}


h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
h2 a:hover{
	color: #4F4F4E;
	text-decoration: none;
	}

h3 a:hover {
	color: #0BA1E2;
	text-decoration: none;
	} 
		
a:link, a:visited, a:active{
	color: #0BA1E2;
	text-decoration: none;
	}

a:hover {
	color: #4F4F4E;
	text-decoration: underline;
	}	


.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	font-family:  Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar, #sponsors {
	font-size: 1em;
	font-family:  Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #4F4F4E;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.dgs_timetable_spacer {
    margin-right: 4.5em;
}
	
.dgs_timetable_day, .dgs_timetable_day:visited {
    color:#0BA1E2;
}

.dgs_timetable_day:hover {
    color:#4F4F4E;
}

A.dgs_current, A.dgs_current:hover, A.dgs_current:visited {
    color:#4F4F4E;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	margin: 20px auto;
	padding: 20px;
	width: 910px;
	}

#header {
	margin: 0;
	padding: 0; 
	position:relative;
	height: 232px;
	width: 910px;
	}
	
#header ul {
	width:100%;
	}

#header li {
	position:absolute;
	top:-10px;
}
#header li#start {
	position:absolute;
	left:-21px;
	}
#header li#programm {
	left:52px;
	}
		
#header li#gastlaender-usa-frankreich {
	position:absolute;
	left:156px;
	}
	
#header li#informationen {
	position:absolute;
	left:388px;
	}
	
#header li#anmeldung {
	position:absolute;
	left:521px;
	}
#header li#presse {
	position:absolute;
	left:629px;
	}
	
#header li#english {
	position:absolute;
	right:0;
	}
				
	
#header ul, #header li {
	height:21px;
	list-style:none;
	text-indent:0;
	margin:0;
	padding:0;
	}
	
#header img {
    margin:0;
    }
	
#header img, #footer .logos {
	float:left;
	}

#headerimg 	{ 
	position:absolute;
	top:36px;
	left:-11px;
	margin: 0;
	padding: 0;
	} 
	
#headerimg IMG {
	margin:0;
}


#content,#sidebar{
	float:left;
}

DIV#sponsors{
	float:right;
}

DIV#sponsors UL{
	display:block;
	list-style: none;
	margin:0;
	padding:0;
}


DIV#sponsors UL LI{
	display:block;
	margin:0;
	padding:0;	
}


#sponsors a{
	clear:both;
	display:inline;
}


#sponsors {
    width: 120px;
    }

#sidebar{
	width: 170px;
}

#content{
	width: 565px;
}


.narrowcolumn {
	padding: 0 0 20px 0;
	margin: 0px 0 0;
	width: 570px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 14px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 28px 0 0;
	}



#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0 0 14px;
	}

UL.programm-uebersicht{
	width:100%;
	height:1.5em;
	list-style:none;
	text-indent:0;
	margin:0;
	padding:0;	
}

UL.programm-uebersicht LI{
	display:block;
	width:20%;
	float:left;
	font-weight: bold;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.straightright {
	padding:0;
	margin:32px 0 0 0;
	display:inline;
	float: right;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists*/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul.submenu {
	margin: 0;
	}
	
.submenu .page_item, .permamenu .page_item {
	display:inline;
	}
	
.submenu .page_item a, .permamenu .page_item a {
	display:block; 
	margin: 0;
	padding:7px 0 8px 0;
	width: 160px;
	}	
	
UL.menu_search LI DIV{
	padding-top:6px;
}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	text-indent: 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	text-indent: 0;
	}

#sidebar li {
	display:inline;
	text-indent: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0; 
	text-align: left;
	}

#sidebar #searchform #s {
	border: 1px solid #444;
	width: 90px;
	padding: 0px;
	height:1.3em;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar #searchform button {
	cursor:pointer;
	border:0px;
	background:transparent;
	font-size: 1em;
	padding:0px;
	color:#4F4F4E;
	margin-left: 2px;
	margin-right:2px;
	margin-bottom:4px;
	vertical-align:middle;
	line-height:1.3em;
	}
	
#sidebar #searchform button:hover {
	color:#0BA1E2;
    }


/* End Form Elements */




/* Begin Sidebar */
#sidebar
{   
	padding: 22px 10px 10px 0;
	margin: 0;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Sponsors */
#sponsors {
	padding: 30px 0px 10px 0;
    color:#0BA1E2;
    }
    
#sponsors img {
    margin: 5px 0 20px 0; 
    }
/* End Sponsors */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
DIV.more{
	font-size:0.9em;	
}	

.navigation {
	display: block;
	width:100%;
	margin-top: 10px;
	margin-bottom:0px;
	font-size:0.9em;	
	}
.navigation .next{
	width:30%;
	float:right;
	text-align:right;
}
.navigation .prev{
	width:30%;
	float:left;
	text-align:left;
}
/* End Various Tags & Classes*/


/*Formular*/

DIV.input{
	float:right;
	text-align:right;
	margin:0.5em 0;
	width:60%;
	text-align:left;
}

DIV.label{
	margin:0.5em 0;
	position:relative;
	float:left;
	display:block;
	width:36%;
	text-align:right;
	padding:4px 0;
}

DIV.input INPUT{
	width:200px;
	padding:1px 2px;
	margin:0;
	margin-left:5px;
}

DIV.input SELECT{
	padding:1px 2px;
	margin:0;
	margin-left:5px;
}


DIV.input INPUT.invalid,
SPAN.invalid{
	background-color:#BEE2F1;
}

DIV.input INPUT.radio.invalid{
	border:1px solid #0BA1E2;
}

DIV.input SPAN.radio{
	display:block;
	position:relative;
	padding:5px 10px 5px 25px;
	line-height:1em;
	vertical-align: baseline;
}

DIV.input SPAN.radio.float{
	float:left;
}

DIV.input SPAN.radio INPUT{
	width:auto;
	position:absolute;
	left:0;
	padding:0;
	height:1em;
}

P.messages{
	background-color:#BEE2F1;
	padding:0.5em 0;
}


DIV.input INPUT.M{
	width:220px;
}
DIV.input INPUT.S{
	width:67px;
}




DIV.form  LABEL, DIV.form H3, DIV.form SPAN.label, DIV.strong H3{
	text-transform: uppercase;
	/*background-color: yellow;*/
}

DIV.form H3{
	margin:1.5em 0 0.5em 0;
	padding:0 0 4px 0;	
}

DIV.strong, DIV.strong H3, DIV.form  LABEL, DIV.form H3, DIV.form  SPAN.label{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1em;
	/*background-color: yellow;*/
}

DIV.label SPAN.asterisk{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	text-transform: none;
	position:absolute;
	top:0px;
	right:-10px;
	font-size:1.5em;
}

INPUT.submit{
	float:right;
	padding:3px 8px;
	background-color: #0D8DC3;
	color:white;
	border-bottom-color:#0D82B3;
	border-right-color:#0D82B3;
	border-top-color:#BEE2F1;
	border-left-color:#BEE2F1;	
	font-size:0.9em;
	font-family: Verdana, Arial, Sans-Serif;
	margin-top:1.5em;
	width:25%;
}

BR.clear{
	clear:both;
}



