@charset "utf-8";
/* CSS Document */

body{
	text-align: center; /*centre in IE*/
	background-color: white;
	
}


/*Wrapper id for each page to start common look and feel*/
#wrapper {
	margin: 0 auto; /*centre in Firefox*/
	width: 800px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	/*border: 2px solid #000000;*/
	padding: 5px;
	text-align:left;
	background-image: url(Images/pinkdeckle.gif);
	overflow: hidden;
}

/*holds content away from the decoration in "wrapper"*/
#inner{
	margin-left: 35px;
	margin-right: 35px;
}

#logo{
	background-image: url(Images/cbbag_new_transparent_smaller.gif);
	background-repeat: no-repeat;
	float: left;
	height: 87px;	
	width: 100px;

}

#text{
	clear:left;
	padding: 10px;
}

/*standard top-of-page*/
#mast{	
	height: 100px;
	vertical-align: middle;
	margin-bottom: 5px;
}

/*main content area*/
#main{
	float:right;
	padding:0px 5px 5px 5px;
	clear: right;
	width: 500px;
	margin-top: -2px;
	overflow: hidden;
}

/*navigation section to left of page*/
#navigation{
	float:left;
	padding: 2px;
	border-right:1px solid #000000;
	border-top: 1px solid #000000;
	font-size:small;
	text-align:center;
	width:200px;
}

/*footer info including copyright and contact*/
#footer{
	clear: both;
	border-top: 1px solid #000000; 
	padding: 2px;
	margin-top: 5px;
	font-size:small;
	background-color:#00FFFF;
	overflow: hidden;
}

/*set styles for heading on the whole site*/
h1, h2, h3, h4 {
	text-align: center;
	color:#000099;
}

/*div for ach course offerred under the aegis of CBBAG-OVC on the workshops & courses page*/
div.course{
	border:	#000000 1px solid;
	padding: 5px;
}



p.title {
	font-weight: bold;
	font-variant: small-caps;
	color: #000066;
	text-decoration: underline;
}


p.name, p.doings {
	font-style: italic;

}
p.date {
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	padding: 5px;
}

p.coming {
	color: green;
	text-align:center;
}


p.takeMe{
	text-align:center;
}

/*paragraph to the left*/
p.leftside{
	float:left;
}

/*paragraph to the right*/
p.rightside{
	float:right;	
}

/*paragraph in middle clear of previous*/
p.update{
	clear: both;
	text-align: center;
}


/*footnotes, etc*/
p.note{
	font-size: small;	
}

/*mark off French text and publication titles*/
span.french, span.title{
	font-style: italic;
	 
}

/*mark off the beginnings of some paragraphs as bold*/
span.leadin{
	font-weight: bold;
	font-size: 0.95em;
}

/*mark off exceptions to general statements*/
span.takeNote{
	font-size: 0.80em;
	text-decoration:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}


#map{
	border: 1px #000000 solid;
}

/*unbulleted, unordered list*/
ul.noBull {
	list-style-type: none;
}

/*Book Arts Fair styles*/
/*for list of speakers each in separate div on the speakers page*/
div.speaker {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	overflow:hidden;
	margin-bottom:5px;
}

/*place the photo for speaker, if available*/
div.speakpic{
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*place first participant photo*/
div.partpic1{
	float:left;
	margin-right: 5px;
	margin-bottom:2px;
	padding: 1px;
	border: medium, #000, solid;
	/*background-color:#000;*/
}

/*place second participant photo*/
div.partpic2{
	float: right;
	clear: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 1px;
	/*background-color:#000;*/
}

p.caption{
	width: 280px;
	font-size: smaller;
}

span.bright{
	font-weight: bold;
	color: #000099;
}

div.photo{
	margin-bottom: 25px;
}

/*fit image in main section of page*/
img.feature{
	width:450px;
	height: auto;
}
