/*******************************************************************************
*  Migrant Cinema column design Chris Jennings
* ------------------------------------------------------------------------------
*******************************************************************************/
html {
height: 100%;
margin-bottom: 0.01em; 
}
	
	body {
	color: #000;
	background: #FEF8F7;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;

	}
	
	body.off {
	margin-top: 20px;
	}
	
	img {
	border: 0;
	}
	
		
	#everything {
	margin-top: 0;
	text-align: left;
	color: #333;
	background: #FEFCFB url("images/europe_eurolong.jpg") repeat-y -110px 50px;
	padding: 0;
	min-width: 720px;
	max-width: 1150px;
	border-right: 1px solid silver;
	}
	

	html>#everything	{
	width: 100%;
	}
	
	/* standard links */
	
div#content a, a:link {
border-bottom: 1px dotted #92A5CE;
background-color: #F7FAFC;

}

	
	div#content a:visited   {
	color: gray;
	}
	
	div#content a:hover {
background-color: #FCF1EF;
	}
	
	a:link, a   {
	color: #4060AF;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	border: 0;
	}

	a:visited   {
	color: #4060AF;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	border: 0;
	}

	a:hover   {
	color: #B2541A;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	border: 0;
	}

	a:active   {
	color: #4060AF;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	}
	

/* headings will have a different font */

    h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	}

	
	/* the whole page */
	
	div#thepage  {
	color: black;
	font-weight: normal;
	margin: 0;
	height: 100%;
	padding: 0;
	background: #F7F9FC url("images/backgroundshade.jpg") repeat-y left top;
	width: 720px;
	float: right;
	border-left: 1px solid #9EC9E3;
	}
	

	div#bannerhead {
	text-align: right;
	background: #97c5dd;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 150px;
	overflow: hidden;
	}
	
	div#bannerhead img {
	margin: 0 auto;
	float: right;
	;
	}
	
	body.off div#bannerhead img {
	border-top:	1px solid gray;
	border-bottom:	1px solid gray;
	}
	
	/* we want a heading on this page but we might want it hidden */
	div#bannerhead h1 {
	position: relative;
	left: -1000px;
	display:none;
	}
	
	
	/* this block is for login */
	
	div#admin {
	font-size: .9em;
	position: absolute;
	left: 14px;
	width: auto;
	top: 6px;
	border: 1px solid #F7F9FC;
	background: #BBD5E7;
	color: black;
	text-align: left;
	padding: 5px 4px;
	}
	
	
	/* this block is for simple search */
	
	div#searchbox {
	font-size: 1em;
	position: absolute;
	left: 14px;
	width: auto;
	top: 114px;
	border: 0px solid #F7F9FC;
	background: transparent;
	color: black;
	text-align: left;
	padding: 0;
	}
	
	div#searchbox form {
	padding: 0 4px 0 0px;
	margin: 0;
	display: inline;
	height: 30px;
	}
	
	div#searchbox div {
	display: inline;
	padding-left: 0px;
	}
	
	div#searchbox input.input {
	border: 1px solid #8B98D0;
	font-size: 1.1em;
	background: #E2EDF4;
	}
	
	div#searchbox input.submit {
	border: 1px solid #8B98D0;
	font-size: 1.1em;
	background: #BBD5E7;
	}
	
	div#searchbox fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
	
/* the navigation stuff box on the left */
	
	div#navbar {
	float: left;
	background: green;
	text-indent: 0;
	margin-right: 0px;
	margin-top: 0px;
	width: 100%;
	}
	
	div#navbar p {
	color: black;
    font-size: 1em;
	line-height: 1.2em;
	background-color: transparent;
	margin: 0 16px 4px 10px;
	padding: 0;
	}
	
	/* the speacial stuff box on the right */
	
	div#specialsbar {
	float: right;
	background: transparent;
	text-indent: 0;
	margin-right: 0px;
	margin-top: 1px;
	padding: 0;
	width: 256px;
	}
	
	div#specialsbar p {
	color: black;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	background-color: transparent;
	margin: 0 8px 4px 10px;
	padding: 0;
	 
	}
	
	div#specialsbar p img {
	text-align: center;
	margin-right: 4px;
	padding: 0px;
	border: 1px solid silver;
	}
	
		
	div.feature   {	
	color: black;
	background: white;
	border: 1px solid silver;
	padding: 0px 0;
	margin: 10px 20px 12px 20px;
	}
	
	
	.feature  p.heading img {
	margin: 0;
	float: right;
	border: 0;
	padding: 0;
	}
	
	div#specialsbar div.feature p { 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	line-height: 1.6em; 
	text-align: left; 
	text-indent: 0px;
	padding: 0;
	margin: 2px 4px;
	background:transparent;
	border-bottom: 1px solid #EAD0D0;
	}
	
	.feature a, .feature a:link, .feature a:visited { 
     text-decoration: none;
     border: 0;
	}
	
	.feature a:hover, .feature a:active { 
     text-decoration: none;
	}
	
	div#specialsbar div.feature > p:last-child {
	border-bottom: none;
	}
	
	.feature img { 
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 2px;
display: inline;
	}
	
	.logos {
	text-align: center;
	}
	
	div#specialsbar div.feature p.heading {
	background:#FDF9FA;
font-size: 1.1em;
line-height: 2.2em;
font-weight: normal;
margin: 0;
padding: 0px 3px 2px 4px;
border-bottom: 1px solid silver;
	}

	
	div#footerbar { 
	color: #6F9AD3;
	background-color: #F9E0DA;
	padding: 12px;
	margin: 0;
	border-top: 1px solid #9EC3DE;
	border-bottom: 1px solid #DE5433;
	clear: both;
	}
	
	div#footerbar p { 
	font-size: 0.9em;
	line-height: 1em;
	background-color: #F9E0DA;
	text-align: right; 
	text-indent:6px;
	padding: 0px;
	margin: 0;
	}
	
	div#footerbar a, a:link {
border-bottom: 0px solid #6F9AD3;
	}
	
	div#footerbar a:hover {
border-bottom: 0px dotted;
	}
	


/* the main content box */
	
	div#content { 
	color: black; 
	font-weight: normal; 
	background-color: transparent; 
	text-indent: 0; 
	margin-left: 0px;
	margin-right: 250px;
	margin-top: 0;
	padding: 6px 8px 0 8px;
	}
	
	div#content p {
	font-size: 1.2em;
	line-height: 1.8em;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-top: 0px;
	margin-top: 2px;
	text-align: left;
	}
	
	
	div#content .feature p {
	font-size: 1em;
	line-height: 1.7em;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-top: 0px;
	margin: 0px 10px 3px 12px;
	text-align: justify;
	}
	
	div#content .more {
	text-align: right;
	font-size: .9em;
	padding: 0;
	margin-top: -1.5em;
	}
		
/* images in the content area can be designated as float to the left or right*/

/*  #content img {
	display: block;
	border: 1px solid gray;
	margin-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 4px;
	} */
	
#content img {
float: right;
margin-top: 4px;
	margin-left: 4px;
	margin-right: auto;
	margin-bottom: 2px;
padding: 2px;
	border: 1px solid silver;
	}
	
body.sub_filmstills #content img, body.sub_conferencephotos #content img {
float: none;
display: block;
margin: 4px auto 10px auto;
}
	
	
#content img.left {
	float: left;
	margin-right: 8px;
	}	
	
#content img.right {
	display: block;
	float: right;
	margin: 0 0 0 4px;
	padding: 3px;
	border: 1px solid silver;
	}

	
#content blockquote {
line-height: 1.4em;
font-size: .9em;
margin: 0px;
padding: 0px 10px 4px 16px;
	}
	
/* 	list items in content area */
	
	div#content ul, div#content ol {
	margin: -6px 0 10px 8px;
	padding: 0px 4px 4px 35px;
	}
	
	div#content ul ul {
	margin: 1px 0 0px 1px;
	padding-left: 10px;
	}
	
	div#content ul li {
	display: normal;
	font-size: 1.2em;
	line-height: 1.4em;
	list-style: disc;
	list-style-position: outside;
	background-color: transparent;
	margin: 3px 6px 0 0px;
	padding: 0px;
	}
	
	div#content ol li {
	display: normal;
	font-size: 1.1em;
	line-height: 1.4em;
	list-style-position: outside;
	background-color: transparent;
	margin: 3px 6px 0 0px;
	padding: 0px;
	}
	
	div#content li li {
	font-size: 1em;
	line-height: 1.4em;
	list-style:circle;
	list-style-position: outside;
	padding-left: 0px;
	margin: 3px 6px 0 0px;
	}
	
	h1	{
	font-size: 2.3em;
	font-weight: normal;
	color: #E88C79;
	background-color: transparent;
/*	padding-bottom: 2px;*/
	padding-left: 4px;
	padding-top: 0px;
	margin: 0px 8px 3px 0;	
}

/* this seems to solve the problem with ie windows 5 */

	html>body h1 {
	margin-right: 8px;
	}
	
	h1 strong {
	font-weight: bold;
	}
	
/*  */
	
	h2	{
	font-size: 2em;
	background-color: transparent;
	color: #889DC9;
	margin: 4px 8px 5px 0;
	padding: 4px;
	border-bottom: 1px #95A7CF solid;
	}
	
	h2 strong {
	font-weight: bold;
	}
	
	#content h2 a, h2 a:link {
	font-weight: bold;
	text-decoration: none;
	border: none;
	color: #7979C0;
	padding-right: 1em;
	background: transparent url("images/youarehere.gif") no-repeat right center;
	}

	
	
	h3	{
	font-size: 1.7em;
	line-height: 1.5em;
	color: #889DC9;
	background-color: #FAFCFD;
	margin: 12px -8px 6px -8px;
	padding-bottom: 1px;
	padding-left: 14px;
	}
	
	#content h3 a, h3 a:link {
	text-decoration: none;
	border: none;
	padding-right: 1em;
	background: transparent url("images/youarehere.gif") no-repeat right center;
	color: #889DC9;
	}
	
	#content  h3 a:visited {
	color: #889DC9;
	}
	
	h3 strong {
	font-weight: bold;
	}
	
	h4	{
	font-size: 1.4em;
	line-height: 1.3em;
	color:black;
	margin: 0 3px 3px 0px;
	padding-bottom: 6px;
	padding-left: 4px;
	}
	
	
	h5	{
	font-size: 1.3em;
	line-height: 1.7em;
	color:gray;
	margin: 0 3px 0px 0px;
	padding-bottom: 1px;
	padding-left: 4px;
	}

	/*html p	  {
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0.75em;
	}
*/

	
/* 	and breadcrumbs */
	
	#breadcrumbs   {
	color: black;
	background-color: transparent;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	height: 1px;
	}
	

	/* picture credits */
	.credit {
	color: gray;
	font-size: 9px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	}

/* 	in the early browser stylesheet this will show */

#showhidemessage {
    text-align:right;
    color: gray;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
    display: none;
    }
    
    
div.menus {
border-top: 1px solid #9EC3DE;
border-left: 1px solid #9EC3DE;
border-right: 1px solid #9EC3DE;
color: black;
background: #FBFDFE;
padding: 0;
padding-top: 0px;
margin: 16px 20px 12px 20px;
}


div#specialsbar div.menus p.heading {
color: #21578A; 
font-size: 1.1em;
line-height: 2.2em;
font-weight: bold;
margin: 0;
border-bottom: 1px solid #9EC3DE;
padding: 0px 3px 2px 4px;
background: #D1E3EF;
}

div#specialsbar div.menus p.heading a {
font-weight: bold;
padding-right: 12px;
background: transparent url("images/youarehere.gif") no-repeat right center;
}

div.menus ul {
margin: 0; 
padding: 0; 
background: transparent;
border-left: 0px solid gray;
border-right: 0px solid gray;
}
  
.menus li {
font-size: 1.0em; 
line-height: 1.1em;
list-style: none; 
margin: 0;
padding: 4px 4px;
background: transparent;
border-bottom: 1px solid #9EC3DE;
}


li:hover {
background: #FCEFED;
text-decoration: none;
cursor:auto;
}


li a:hover  /* Insert for IE's sake */ {
text-decoration: none;
}

div.menus li a {
display: block; 
text-decoration: none;
border: 0;
}


.menus>ul a {
width: auto;
}

div.menus ul ul {
position: absolute; 
width: 155px;
left: 153px;
display: none;
border: 1px solid black;
background: #F0EB9E;
voice-family: "\"}\""; 
voice-family:inherit;
}

/* proper value */

html>body div.menus ul ul {
left: 157px;
}


/* light up where we are */

body.home li.home,  body.about li.about, body.aims li.aims, body.network li.network, body.participants li.participants, body.events li.events, body.news li.news, body.contactus li.contactus, body.films li.films, body.filmstills li.filmstills, body.bibliography li.bibliography, body.glossary li.glossary, body.podcasts li.podcasts, body.links li.links {
background: #FDF6F5 url("images/youarehere.gif") no-repeat left center;
padding-left: 10px;
}

/* light up where we are sub pages*/

body.sub_participants li.participants, body.sub_events li.events, body.sub_news li.news, body.sub_films li.films, body.sub_filmstills li.filmstills, body.sub_books li.books, body.sub_glossary li.glossary, body.sub_links li.links, body.sub_bibliography li.bibliography {
background: #FDF6F5;
}

#specialsbar.title li.title, #specialsbar.bydirector li.director, #specialsbar.by_year li.year  {
background: #FDF6F5 url("images/youarehere.gif") no-repeat left center;
padding-left: 10px;
}

/* something to hide */

.hidethis {
display: none;
}

/* next and previous buttons */

div#nextandprevious {
height: 15px;
background-color: white;
padding: 4px 9px;
margin-bottom: 6px;
}

a.next {
font-size: 9px; 
width: 200px;
background: #F3F5F0;
border: 1px solid gray;
padding: 3px;
text-align: center;
margin-left: 280px;
}

a.previous {
font-size: 9px; 
width: 300px;
background: #F3F5F0;
border: 1px solid gray;
padding: 3px;
text-align: center;
}


#content .paginate {
clear: both; 
font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size: 9px;
 font-weight: normal;
 letter-spacing: .1em;
 padding:	10px 6px 10px 4px;
 margin:	4px 8px;
 background-color:	transparent;  
}

.pagecount {
 font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size: 9px;
 color: #666;
 font-weight: normal;
 background-color: transparent;  
}

.entry  {
margin-bottom: 2px;
margin-left: 0px;
padding: 3px 0 4px 0;
border-bottom: 1px solid #F9E9E9;
}

#content > div.entry:last-child {
border-bottom: none;
}


	#content .entryalt1 h3, #content .entryalt2 h3	{
	margin: 12px 8px 6px 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	}
	
	#content .entryalt1 h2, #content .entryalt2 h2 {
	font-size: 1.6em;
	}
	
	#content .entryalt1 h3, #content .entryalt2 h3 {
	font-size: 1.5em;
	}
	
    #content .entryalt1    {
	margin: 1px 5px 16px 5px;
	border: 1px solid silver;
    background: #FEFBFB;
    padding: 8px 6px 20px 6px;
	}

     #content .entryalt2    {
	margin: 1px 5px 16px 5px;	
	border: 1px solid silver;
    background: white;
    padding: 8px 6px 20px 6px;
	}

	
#content div.entry  p.postdetails, #content div.entryalt1  p.postdetails, #content div.entryalt2  p.postdetails {
font-size: 1em;
line-height: 1.3em;
color: gray;
font-weight: normal;
}

#content p.postdetails {
font-size: 1em;
line-height: 1.3em;
color: gray;
font-weight: normal;
}
		
#content .datestamp {
font-size:   .8em;
margin-left: 0px;
margin-bottom: 2px;
padding-bottom: 4px;
color:gray;
font-weight: normal;
}
 	
 	#content .category {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size:   9px;
 	margin-right: 40px;
 	margin-bottom: 0;
 	color:black;
 	font-weight: normal;
 	width: 400px;
 	}
 	
 	#content .category em {
 	font-weight: bold;
 	}

.spacer {
 font-size:	10px;
 margin:		5px 0 5px 0;
}

.commentlink {
 margin:            4px 0 8px 0;
}

li {
 margin:            0 0 15px 0;
 font-family:       Verdana, Geneva, Tahoma, "Trebuchet MS", Arial, Sans-serif;
 font-size:         11px;
 color: 				#333;
 background-color:  transparent;
 text-align: 		left;
 padding-bottom: 	5px;
}

.stats {
 margin:            4px 0 4px 0;
 font-family:       Verdana, Geneva, Tahoma, "Trebuchet MS", Arial, Sans-serif;
 font-size:         10px;
 font-weight: 		normal;
 color:             #fff;
}

.imageBG {
 text-align: center;
 background-color:  #8185A9;  
}

.categories {
 padding:           5px 10px 5px 12px;
 background-color:  #E9E9F2;  
}

div#content table.galleryTable {
width:auto;
margin-left: auto;
margin-right: auto;
border: 0;
}

.galleryTable td {
 font-family:       Verdana, Geneva, Tahoma, "Trebuchet MS", Arial, Sans-serif;
font-size: 10px;
color: #000;
margin: 0;
padding:0;
}

div.thumbs {
float:left;
padding: 0;
text-align: center;
margin: 1px;
background-color: transparent;
width: 148px;
border: 0px solid #E9E9F2;
height: 150px;
}

.entryalt1 div.thumbs, .entryalt2 div.thumbs {
float:right;
padding: 0;
text-align: center;
margin: 0px;
background-color: transparent;
border: 0px solid #E9E9F2;
height: auto;
}

div#content .thumbs p {
padding:	0;
margin: 0;
}

div#content .thumbs img {
display: block;
float: none;
margin-left: auto;
margin-right: auto;
padding: 2px;
border: 1px solid silver;
}

div#content .thumbs a {
border-bottom: 0px dotted #92A5CE;
background-color: transparent;
padding: 0;
}

body.sub_films  div.thumbs, body.sub_books  div.thumbs, body.sub_conferencephotos  div.thumbs {
float:right;
padding: 0;
text-align: center;
margin: 0px;
background-color: transparent;
border: 0px solid #E9E9F2;
height: auto;
}

.title {
 margin: 3px 0 0 0;
 font-family: Verdana, Geneva, Tahoma, "Trebuchet MS", Arial, Sans-serif;
 font-size: 10px;
 font-weight: normal;
 color:             #000;
}

.caption {
display: block;
margin:4px 2px 0px 2px;
background-color:	transparent;
 font-family: Verdana, Geneva, Tahoma, "Trebuchet MS", Arial, Sans-serif;
font-size: 10px;
color: black;
}

.caption h2, .caption h3 {
padding-bottom: 6px;
border: 0;
}


#content .aboutcats {
   padding-left: 6px;
}

body.mediumsingleimage .caption, body.largesingleimage .caption {
padding: 16px;
background-color: transparent;
 font-family: Verdana, Geneva, Tahoma, "Trebuchet MS", Arial, Sans-serif;
font-size: .8em;
color: black;
}

/* picture blocks was class / right and left -- change in markup to */
/* all small pictures should float right */

#content .rightpic, #content  .leftpic {
	border: 1px solid #E9E9E9;
	padding: 4px 0;
	margin: 10px 0;
	background: white;
	font-size: .8em;
	}
	
	.rightpic {
	float: right;
	margin-left: 4px;
	}
	
	.leftpic {
	float: left;
	margin-right: 4px;
	clear: left;
	}
	
	#content .rightpic img, #content .leftpic img {
	display: block;
        border: none;
       float: none;
margin: auto;
padding: auto;
	}
	
	#content .rightpic p, #content .leftpic p {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	line-height: 1.2em;
	margin-bottom: 3px;
        font-size: .8em;
	}