/* YUI CSS Reset */
@import url(http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css);

body {
	background:#999 url(../images/background-grad.gif) repeat-y top center;
	color:#111;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-weight:bold;
	color:#222;
	font-size:125%;
	margin-bottom:.5em;
}
/* used as a complement to h1 */
h4 {
	font-size:80%;
	margin-top:-1em;
	margin-bottom:1em;
}
strong {
	font-weight:bold;
}
#container {
	width:820px;
	margin:0 auto;
	background:#f3f3f3 url(../images/container-grad01.png) repeat-x 0 200px;
}
#header {
	height:250px;
	position:relative;
}
#header .logo {
	position:absolute;
	right:20px;
	bottom:5px;
}
#content {
	width:520px;
	float:right;
	margin:0 20px 0 50px;
	font-size:90%;
	line-height:1.7;
	
}
#content p {
	margin-bottom:1em;
}
#navbar {
	width:188px;
	float:right;
	padding:5px 10px;
}
#navbar a {
	text-decoration:none;
}
#navbar a:hover {
	text-decoration:underline;
}
#navbar ul li {
	font-weight:bold;
	padding-bottom:1em;
}
#navbar ul li a {
	width:188px;
	left:-10px;
	display:block;
	padding:0 10px;
	position:relative;	
	text-decoration:none;
}
#navbar ul li a:hover {
	text-decoration:none;
}
#navbar ul li ul li {
	font-weight:normal;
	font-size:73%;
	padding:.15em 0;
}
#navbar ul li ul li a {
	color:#333;
	background:none;
	left:auto;
	padding:0;
}
#navbar ul li ul li a:hover {
	text-decoration:underline;
}
#navbar ul li ul li a.selected {
	font-weight:bold;
	text-decoration:none;
}
#navbar .upcomingprograms {
	color:#5971ED;
}
#navbar .upcomingprograms:hover, #navbar .upcomingprograms.selected {
	background-color:#5971ED;
	color:#fff;
}
#navbar .workshops {
	color:#989B2A;
}
#navbar .workshops:hover, #navbar .workshops.selected {
	background-color:#989B2A;
	color:#fff;
}
#navbar .dfbypdk {
	color:#E92F30;
}
#navbar .dfbypdk:hover, #navbar .dfbypdk.selected {
	background-color:#E92F30;
	color:#fff;
}
#navbar .intersubjectivity {
	color:#D674B9;
}
#navbar .intersubjectivity:hover, #navbar .intersubjectivity.selected {
	background-color:#D674B9;
	color:#fff;
}
#navbar .contact {
	color:#6485D6;
}
#navbar .contact:hover, #navbar .contact.selected {
	background-color:#6485D6;
	color:#fff;
}
#footer {
	clear:both;
	margin: 6em 4em 0;
	padding:2em;
	text-align:center;
	font-size:66%;
}
div.single {
	clear:left;
}
.single img {
	display:block;
	margin:1em auto;
}
div.double {
	clear:left;
}
.double img {
	vertical-align:middle;
}
.double img:first-child {
	margin-right:20px; 
}
div.triple {
	clear:left;
}
.triple img {
	vertical-align:middle;
	margin-left:20px;
}
.triple img:first-child {
	margin:0; 
}
.lefthalf {
	width:48%;
	float:left;
	clear:left;
}
.righthalf {
	width:48%;
	float:right;
	clear:right;
	text-align:right;
}
ul.dfbypdknav  {
	clear:both;
	color:#333;
}
.dfbypdknav li {
float:left;
}
.dfbypdknav a {
	font-size:80%;
	color:#333;
	text-decoration:none;
	display:block;
	padding:3px 10px;
	border:2px solid #E92F30;
	border-width:2px 0;
	margin-bottom:1em;
}
.dfbypdknav a.last{
	border-right-width:2px;
}
.dfbypdknav a.home {
	color:#fff;
	background:#E92F30;
	
	font-weight:bold;
}
.dfbypdknav a.selected {	
	font-weight:bold;
}

.dfbypdknav a:hover {
    text-decoration:underline;
}
.hiddenLink { color:#111; text-decoration:none; cursor:text; }