/* -------------------------------------------------------------- 
   NEIGHBOURHOOD EFFECTS CSS
    * Filename:        style.css
    * Version:         1.0 (12-12-2008) DD-MM-YYYY
    * Website:         http://www.neighbourhood-effects.org/css/
	
  Created by:
    * Morgan Faichney
-------------------------------------------------------------- */
/*****************************************************
* Reset
*****************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body{line-height:1.5em;}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
a { outline: none;
	cursor:pointer;
	text-decoration:none;
	color:#A90F6A;
}
a:hover{text-decoration:underline;}
ul, li {
	list-style:none;
}
/*****************************************************
* 960 Grid
*****************************************************/
/* Sets up basic grid floating and margin. */
.width-1, .width-2, .width-3, .width-4, .width-5, .width-6, .width-7, .width-8, .width-9, .width-10, .width-11, .width-12 {display:inline;float:left;margin-left: 10px;margin-right: 10px;}
/* Use these classes to set the width of a column. */
.width-1  { width: 60px;}
.width-2  { width: 140px;}
.width-3  { width: 220px;}
.width-4  { width: 300px;}
.width-5  { width: 380px;}
.width-6  { width: 460px;}
.width-7  { width: 540px;}
.width-8  { width: 620px;}
.width-9  { width: 700px;}
.width-10 { width: 780px;}
.width-11 { width: 860px;}
.width-12 { width: 940px;}
/* Add these to a column to append empty cols after. */
.after-1  { padding-right: 80px;}
.after-2  { padding-right: 160px;}
.after-3  { padding-right: 240px;}
.after-4  { padding-right: 320px;}
.after-5  { padding-right: 400px;}
.after-6  { padding-right: 480px;}
.after-7  { padding-right: 560px;}
.after-8  { padding-right: 640px;}
.after-9  { padding-right: 720px;}
.after-10 { padding-right: 800px;}
.after-11 { padding-right: 880px;}
.after-12 { padding-right: 960px;}
/* Add these to a column to prepend empty cols before. */
.before-1  { padding-left: 80px;}
.before-2  { padding-left: 160px;}
.before-3  { padding-left: 240px;}
.before-4  { padding-left: 320px;}
.before-5  { padding-left: 400px;}
.before-6  { padding-left: 480px;}
.before-7  { padding-left: 560px;}
.before-8  { padding-left: 640px;}
.before-9  { padding-left: 720px;}
.before-10 { padding-left: 800px;}
.before-11 { padding-left: 880px;}
.before-12 { padding-left: 960px;}

/*add these to remove the padding*/
.left-nopad{margin-left:0px;}
.nopad{margin-left:0px; margin-right:0px;}
.line-above{padding-top:10px;}
.line-below{padding-bottom:10px;}

/*****************************************************
* main structure 
*****************************************************/
body{color:#5a5a5a;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; font-size:14px;}

#header_wrapper {
	width: 100%;
	background:#819cc9;
	height:100px;
	margin-bottom:20px;
}
.header_container {
  width: 960px;
  margin: 0 auto;
  height:100px;
  color:#fff;
}
#footer_wrapper {
	width: 100%;
	background-color:#819cc9;
	height:220px;
	margin-top:20px;
}
.footer_container {
  width: 960px;
  height: 220px;
  margin: 0 auto;
  position:relative;
  color:#fff;
}
.container {
  	width: 960px;
  	overflow:hidden;
  	margin-left: auto;
	margin-right: auto;
}
/*****************************************************
* navigation 
*****************************************************/
#nav {position:relative;top:6px;}
ul#nav { background:url(../img/nav.png); width:780px;}
ul#nav li { float:left; list-style-type:none }
ul#nav li a { height:35px; display:block; text-indent:-9999px; outline:none }

li#navHome a, li#navSeminar a, li#navBackground a, li#navLiterature a, li#navAbout a { background:url(../img/nav.png)}

li#navHome a 						{ background-position:0 0; width:102px; left:0 }
li#navHome a:hover					{ background-position:0 -35px }
body#pageHome li#navHome a 			{ background-position:0 -35px }

li#navSeminar a 						{ background-position:-102px 0; width:196px; left:102px }
li#navSeminar a:hover					{ background-position:-102px -35px }
body#pageSeminar li#navSeminar a 		{ background-position:-102px -35px }

li#navBackground a 						{ background-position:-298px 0; width:196px; left:298px }
li#navBackground a:hover					{ background-position:-298px -35px }
body#pageBackground li#navBackground a 		    { background-position:-298px -35px }

li#navLiterature a 						{ background-position:-494px 0; width:166px; left:494px }
li#navLiterature a:hover					{ background-position:-494px -35px }
body#pageLiterature li#navLiterature a 		    { background-position:-494px -35px }

li#navAbout a 					{ background-position:-660px 0; width:120px; left:660px }
li#navAbout a:hover				{ background-position:-660px -35px }
body#pageAbout li#navAbout a 	{ background-position:-660px -35px }

h1.logo a{
	text-indent:-9999px;
	background:url(../img/header2.png) no-repeat;
	width:780px;
	height:50px;
	float:left;
	overflow:hidden;
	position: relative;
	margin-top:9px;
}
/*****************************************************
* typography
*****************************************************/
h2.CHR {
	font-size:17px;
	padding-top:5px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#A90F6A;
	margin-bottom:5px;
}
.middle h2{text-align:center;}
.middle h3{text-align:center; font-size:14px;}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#A90F6A;
	margin-bottom:5px;
}
.width-4 h3 {
	text-align:center;
}
h4 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
p{
	line-height:22px;
	margin-bottom:10px;
}
.footer p{
	text-align:center;
	font-size:14px;
	margin-top:10px;
}
.footer p.contact{
	font-size:11px;
}
.vertical-divider p{
	padding-right:10px;
}
span.heavy{font-weight:bold;}
span.smaller{font-size:17px; margin-bottom:2px;}
span.pink{color:#A90F6A;}
/*****************************************************
* image classes
*****************************************************/	
img.left{float:left;margin-right:20px;}
img.CHR{float:left;margin:5px;}
img.right{float:right;padding:5px;}

.footer h4 img:hover{opacity:0.75;}
a.logo:hover{opacity:0.75;}
/*****************************************************
* miscellaneous classes
*****************************************************/
.vertical-divider{
	border-right:1px dashed #A90F6A;
	display:inline;
	float:left;
	margin-right:9px;
}
.horizontal-divider{border-top:1px dashed #A90F6A;}

.expand{height:400px;}

#footnotes{border-top:1px dashed #A90F6A; padding-top:10px; margin-top:20px;}
#footnotes p{font-size:12px; line-height:12px; margin-bottom:5px;}

ul.main{margin-left:20px; padding-top:10px;}
ul.main li a{font-weight:bold;}

ul.sub{margin-left:40px; margin-bottom:10px;}
ul.sub li a{font-weight:normal; color:#5a5a5a;}

ul.seminar li{margin-left:20px;}

ul.literature li{padding-bottom:10px; line-height:22px;}

table.seminar{width:900px; margin-bottom:20px;}

table.seminar th{background-color:#819cc9; padding: 5px 0; color:#FFF; font-weight:bold;}
table.seminar td{padding:2px;}

tr.odd{background-color:#CCC;}
tr.last{height:2px; background-color:#819cc9;}
/*****************************************************
* tab styles
*****************************************************/	

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs{background:url(../img/tabs.jpg) no-repeat; width:940px;}
ul.tabs a { 
	background: url(../img/tabs.jpg);
	font-size:14px;
	font-weight:bold;
	display:block;
	height: 31px;  
	line-height:31px;
	width: 235px;
	text-align:center;	
	text-decoration:none;
	color:#fff;
	padding:0px;
	margin:0px;	
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0 -31px;	
	color:#819cc9;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0 -31px;		
	cursor:default !important; 
	color:#819cc9 !important;
}

/* initially all panes are hidden */ 
div.middle {
	background:url(../img/middle.jpg);
	padding:20px;
}

	
