/*
Theme Name: SIDeR 2010 beta theme
Theme URI: http://www.dh.umu.se/
Description: A better, quick and dirty WordPress theme for SIDeR 2010 conference
Author: Camille Moussette, Sor, Brian and others
Author URI: http://www.ingredientsingradients.com/
Tags: fixed width
Version: 3.0

*/
@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Helvetica;
	color: #000;
	background-color: #FFF;
	line-height: 14.4px;	
}

#container {
	width:980px;
	margin:auto;
       font-family: "Lucida Grande", Arial, Helvetica;
}


p {
	margin-bottom:0px;

}

a:link {
	color: #000;
	text-decoration:underline;
}

a:visited {
	color: #555;
	text-decoration:underline;
}

a:hover {
	color: #c80752;
	text-decoration:underline;
}

img{
	border:0px;
}



#header {
	height:126px;
	width:744px;
	margin-left:190px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#header #logo{
	float:left;
	width:340px;
	padding-top:20px;
}
#header #topright{
	float:right;
	width:340px;
	padding-right:0px;
}
#header #topright .comment{
	float:left;
	padding-top:64px;
	width:274px;
	text-align:right;
	color: #333;
}
#header #topright .comment h1{
	margin:0px;
	color: #000;
	font-size:1.0em;
	font-weight: bold;	
}
#header #topright .space {
	height:4px;
}
#header #topright #dh{
	float:right;
	padding-top:62px;
	width:50px;
}


.split {
	width:100%;
	height:66px;
	clear:both;
}
.split #info{
	color: #000;
	font-size:0.9em;
	font-weight: bold;
	padding-left:190px;
	padding-top:6px;
}
.break {
	width:100%;
	height:20px;
	clear:both;
}

.main{
	width:100%;
}

.main #menu{
	float:left;
	width:154px;
	text-align:right;
	font-size: 0.9em;
	line-height: 20px;
}
.main #menu p{
	margin:0px;
	color: #c80752;
}

.main #menu a:link {
	color: #333;
	text-decoration:none;
}
.main #menu a:visited {
	color: #333;
	text-decoration:none;
}
.main #menu a:hover {
	color: #c80752;
	text-decoration:none;
}
.main #menu a.current {
	color: #c80752;
	text-decoration:none;
}

.main #menu #update {
	color: #c80752;
        font-size: 0.7em;
}

.main #content0{
	float:left;
	width:324px;
	padding-left:36px;
	text-align: left;
	

}
.main #content0 .space{
	height:420px;

}
.main #content0 h1{
	margin:0px;
	font-size:18px;
	line-height:21.6px;
	color: #c80752;
	font-weight: bold;	
}
.main #content0 h2{
	margin-top:24px;
        margin-bottom:0px;
	font-size:14px;
	line-height:16.6px;
	font-weight: bold;	
}
.main #content0 h3{
	margin-top:24px;
        margin-bottom:0px;
	color: #c80752;
	font-size:12px;
	line-height:16.6px;
	font-weight: bold;	
}
.main #content0 p{
	margin-top:6px;
        margin-bottom:0px;
	line-height:16px;
	font-size: 0.8em;
}
.main #graphic0{
	float:left;
	width:360px;
	padding-left:52px;	
}
.main #content0 a:link{
	color: #c80752;
        text-decoration:none;
}
.main #content0 a:visited{
	color: #c80752;
        text-decoration:none;
}
.main #content0 a:hover{
	color: #c80752;
        text-decoration:underline;
}


.main #content{
	float:left;
	width:520px;
	padding-left:36px;
	text-align: left;
}
.main #content .space{
	height:420px;

}
.main #content h1{
	margin:0px;
	font-size:18px;
	line-height:21.6px;
	color: #c80752;
	font-weight: bold;	
}
.main #content h2{
	margin-top:12px;
        margin-bottom:0px;
	font-size:14px;
	line-height:16.6px;
	font-weight: bold;	
}
.main #content h3{
	margin-top:24px;
        margin-bottom:0px;
	color: #c80752;
	font-size:12px;
	line-height:16.6px;
	font-weight: bold;	
}
.main #content p{
	margin-top:6px;
        margin-bottom:0px;
	line-height:16px;
	font-size: 0.8em;
}
.main #content a:link{
	color: #c80752;
        text-decoration:none;
}
.main #content a:visited{
	color: #c80752;
        text-decoration:none;
}
.main #content a:hover{
	color: #c80752;
        text-decoration:underline;
}

.comment{
	font-size:0.8em;
}

.main #graphic{
	float:left;
	width:260px;
	padding-left:24px;
	
}


#footer{
	width:736px;
	margin-left:190px;
	text-align:right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer p{
	margin-top:8px;
	font-size:10px;
	color: #666;
}
#footer a:link {
	color: #666;
	text-decoration:underline;
}
#footer a:visited {
	color: #666;
	text-decoration:underline;
}
#footer a:hover {
	color: #c80752;
	text-decoration:underline;
}
