/* The Open University - Social Sciences - Standard Stylesheet */
/* Last updated 2008-09-08 by Andre Vock */

@import url("facstyle.css");

#ou-content #site-title {
	border-color:#003366;
	background-color:#ccd6e0;
	color:#003366;
}

div#partners {
	clear:both;
	margin:48px 0 12px 0;
	border-top:1px solid silver;
	padding:12px 6px;
}

div#partners img {
	margin-right:12px;
	vertical-align:top;
}

h1 {
	color:#003366;
}

h2 {
	color:#003366;
}

h2 a {
	text-decoration:none;
}

h2 a:hover {
	border-bottom:1px solid #003366;
}

h3 {
	margin:1em 0 0.5em;
	color:#003366;
	font-size:1.17em;
}
	
a {color:#336699;}
a:active {color:#003366;}
a:hover {color:#003366;}

table.programme td {
	
}

.subproject {
	margin-left:40px;
}

.speaker {
	color:#0066cc;
}

.abstract, .summary {
	margin-left:20px;
	margin-right:20px;
}


/**** NAVIGATION ****/
#navigation li a {
	border-color:white;
	background-color:#003366;
	color:white;
}

#navigation li a:hover {
	border-color:#003366;
	background-color:#ccd6e0;
	color:#003366;
}

#navigation ul li a {
	border-color:white;
	background:#ccd6e0 ! important;
	color:#003366 ! important;
}
	
#navigation ul li a:hover {
	border-right-color:#003366;
	border-left-color:white;
	background-color:#ccd6e0 ! important;
	color:#003366 ! important;
}
	
td {
	font-size:1em;
}

/* conference programme */
tr {border-bottom:1px solid #ccc;}
th, td {vertical-align:top; padding-top:0.5em;}
th {background-color:#eeeeee;}
td {padding-top:0.5em;}

.programme {
	margin-bottom:1.5em;
	border-color:white;
}

.programme table tr {border-bottom:1px solid #666;}

.programme tr.head th {
	background:none repeat left top white;
	border:0 solid #666666;
	border-width:1px 0 3px 0;
	font-size:115%;
	padding-bottom:9px;
	padding-top:18px;
	color:#0066cc;
}

.programme tr.head th:first-child {
	background:none repeat left top white;
	border:0 solid #666666;
	border-width:1px 0 3px 0;
	font-size:115%;
	padding-bottom:9px;
	padding-top:18px;
	color:inherit;
}






.programme .break td {background-color:#eeeeee;}
.programme .break th {background-color:#dddddd;}
.programme h4 {margin-top:0;}
.programme ul {list-style-type:none;}

.date {
	color:#888888;
	margin-bottom:0.25em;
}


/* arrow left */
.arrow-left {
	float:right;
	width:312px;
	background:#f4f4f4 url(../../a/images/bg/arrow-left.gif) no-repeat scroll left center;
}

.arrow-left a {
	padding:8px 0 9px 24px;
	text-decoration:none;
	display:block;
}
	
/**** 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, 
.ikd-media #navigation li#nav-media a {
	background-color:#ccd6e0;
	color:#003366;
}

/* Invisible content */
.hidden {display:none;}


/* additions for OUICE V2 */
.site {
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}

a.to-top, 
a.to-top:visited {
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	display:inline-block;
	background:none left top no-repeat #549cbf;
	color:white;
	text-decoration:none;
	padding:4px 1em 4px;
	z-index:100;
	font-size:91.66%;
	border-bottom:1px solid #49829d;
	margin:0 0 0 30px;
	line-height:1.5em;
}

a.to-top:hover {
	background-color:#4699C1;
	color:white;
}

/*
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;

-moz-border-radius-topleft:10px;
-moz-border-radius-topright:20px;
-moz-border-radius-bottomright:30px;
-moz-border-radius-bottomleft:0;

-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:20px;
-webkit-border-bottom-right-radius:30px;
-webkit-border-bottom-left-radius:0;
*/


small {
	font-size:smaller;
}

.fineprint {
	color:#888888;
	line-height:1.3em;
}

/* blog implementation */
.from-blog {
	margin-bottom:1em;
}

.from-blog h3 {
	margin:1em 0 0;
}

.from-blog h3 a {
	text-decoration:none;
}

.meta {
	border-bottom:1px solid #d8d8d8;
	color:#888888;
	margin:0;
	padding-bottom:0.25em;
	padding-top:0.25em;
}
