/* The Open University - Social Sciences - Standard Stylesheet */
/* Last updated 2008-12-15 by Andre Vock */

body {
	margin:8px; 
	background:black url(../images/background.gif) repeat-y;
	color:white;
	font:75%/150% Verdana, Arial, Helvetica, sans-serif;
}

div#header {
	background:white;
	float:left;
	min-width:890px;
	margin-bottom:18px;
	max-width:1504px;
	width:100%;
}

div#header-image {
	border:3px solid white;
	float:left;
	width:800px;
}

div#ou-logo {
	border:0 solid white;
	margin:35px 12px 12px;
	float:right;
	width:83px;
}

div#navigation {
	clear:left;
	color:#bf00bf;
	margin-bottom:18px;
	margin-left:256px;
}

#navigation ul {
	margin:0;
	padding:0;
}

#navigation li {
	display:inline;
}

div#navigation a {
	margin:0 0.5em;
	font-size:117%;
	text-decoration:none;
	color:#ff00ff;
}

div#navigation a:hover {
	text-decoration:underline;
}

div.section {
	padding:1em 0;
}

div.section-title {
	float:left;
	width:230px;
	color:#ff00ff;
}

div.section-content {
	margin-left:262px;
	margin-right:12px;
	max-width:1230px;
}

/*h1 {
	border-color:#003366;
	background-color:#ccd6e0;
	color:#003366;
}*/

h2 {
	margin:0 0 0.83em;
	border:0;
	padding:0;
	color:#ff00ff;
	font-size:1.5em;
	line-height:150%;
	font-weight:normal;
}

h2 a {
	text-decoration:none;
}

h2 a:hover {
	border-bottom:1px solid #003366;
}

h3 {
	color:white;
	font-size:1.17em;
	margin:1em 0;
}

h4 {
	margin:1em 0 0.25em;
	color:white;
	font-size:1em;
}

p {
	margin:0 0 1em;
}

img {
	border:0;
}
	
a { color:#FF00FF; }
a:active { color:white; }
a:hover { color:white; }
a:visited { color:#FF00FF; }
	
td {
	font-size:1em;
}
	
/**** ACTIVE NAVIGATION ITEM ****/
/** LEVEL 1 **/
.home #navigation li#nav-home a, 
.people #navigation li#nav-people a, 
.projects #navigation li#nav-projects a, 
.workshops #navigation li#nav-workshops a, 
.seminars #navigation li#nav-seminars a, 
.publications #navigation li#nav-publications a, 
.research #navigation li#nav-research a, 
.teaching #navigation li#nav-teaching a, 
.links #navigation li#nav-links a, 
.contact #navigation li#nav-contact a { background-color:#ccd6e0; color:#003366; }

/* Invisible content */
.hidden { display:none; }

#ou-skip, #ou-skip2, #ou-skip3, #ou-skip4, #ou-ski5 {
	display:none;
}

#home {
	background-color:black;
	background-image:none;
}

#home div {
	text-align:center;
	margin-top:100px;
}

#home div#navigation {
	color:#ff00ff;
	margin-bottom:18px;
	margin-left:0;
	text-align:center;
}

/* socsci-footer */
div#socsci-footer {
    color:silver;
    float:none;
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:10px;
    margin:80px 0 20px 0;
    width:auto;
}
div#socsci-footer p {
    line-height:normal;
}
div#socsci-footer .socsci-feedback {
    border-left:1px solid #808080;
    margin:0 0 0 4px;
    padding:0 0 0 8px;
}
div#socsci-footer a, div#socsci-footer a:visited {
    color:silver;
    font-style:normal;
    text-decoration:none;
}
div#socsci-footer a:hover {
    color:#CCCCCC;
    font-style:normal;
    text-decoration:underline;
}
