/* ---------------------------------------------------- 
  
   default resets
   http://meyerweb.com/eric/tools/css/reset/index.html
   
   ---------------------------------------------------- */
   
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%; 
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 110%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border:none;
}

td, th {
	padding:3px;
	vertical-align:top;
}

th {
	font-weight:normal;
	text-align:left;
}


img {
	border:none;
	}

a:link, a:visited {
	text-decoration:none;
	color:#000000;
	}
	
a:hover {
	text-decoration:underline;
	color:#000000;
	}

	

/* ---------------------------------------------------- 
  
   debugging
   
   ----------------------------------------------------

div {
	border:1px solid #FF0000;
	}

  */ 

/* ---------------------------------------------------- 
  
   layout and visual
   ---------------------------------------------------- */
body {
		background-color:#FFFFFF;
		color:#1D1D1F;
	}
	

#page { 
	background-color:#FFFFFF;
	background: url("../graphics/greyside.jpg");
	background-repeat:repeat-y;
 	width: 965px;
	position:relative;
}

div#organisation {
	background:url("../graphics/textilestudygroupheader.jpg");
	height:150px;
	width:802px;
	margin-top:5px;
	margin-bottom:40px;
}
div#organisationmono {
	background:url("../graphics/textilestudygroupheadermono.jpg");
	height:150px;
	width:802px;
	margin-top:5px;
	margin-bottom:40px;
}


#organisation h1 {
	position:absolute;
	top:-9999px; 
}
#organisationmono h1 {
	position:absolute;
	top:-9999px; 
}



#organisation p#strapline {
	color:#00139d;
	font-weight:bold;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:110%;
	position: absolute;
	top:115px;
	left:460px;
}
#organisationmono p#strapline {
	color:#2b2b2b;
	font-weight:bold;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:110%;
	position: absolute;
	top:115px;
	left:460px;
}


div#contentmain {
 	width:802px;
	float: left;
	margin-left: 163px;
}


div#navigation {
	width:113px;
	position:absolute;
	top:99px;
	left:10px;
}

div#logo {
	width:113px;
	position:absolute;
	top:10px;
	left:10px;
}

 #navmenu li {
	width:113px;
	height:31px;
	text-align:center;
	font-family:  "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight:500;
	font-size:75%;
	text-transform: uppercase;
	margin-bottom:3px;
}

 #navmenumono li {
	width:113px;
	height:31px;
	text-align:center;
	font-family:  "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight:500;
	font-size:75%;
	text-transform: uppercase;
	margin-bottom:3px;
}

 #navmenu li a {
	display:block;
	padding:7px 0 5px;
	text-decoration:none;
	background:url("../graphics/lightpurple.jpg");
}

 #navmenumono li a {
	display:block;
	padding:7px 0 5px;
	text-decoration:none;
	background:url("../graphics/lightpurplemono.jpg");
}

 #navmenu li a:link,  #navmenu li a:visited {
	color:#00139d;
}

 #navmenumono li a:link,  #navmenumono li a:visited {
	color:#2b2b2b;
}

 #navmenu li a:hover {
	color:#FFF;
}

 #navmenumono li a:hover {
	color:#FFF;
}

#navmenu li#currentpage a {
	color:#FFF;
	background:url("../graphics/darkpurple.jpg");
}

#navmenumono li#currentpage a {
	color:#FFF;
	background:url("../graphics/darkpurplemono.jpg");
}


/* ---------------------------------------------------- 
  
   images, tables, utility
   
   ---------------------------------------------------- */


.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom:10px;
}

ul.imagelist li {
	display:inline;
	float:left;
	padding:10px 10px 0 0;
	}

.imagelist img {
	border:1px solid #ccddcc;
}
	
 .clearing {
  height: 0;
  clear: both;
} 

.clearonly {
	clear: both;
	line-height: 0px;
	height: 0px;
	margin:0px;
	font-size:1px;
}

.nodisplay { display:none; }

div.shortpage {
	height:150px;
}


/* ---------------------------------------------------- 
  
   type and style
   
   ---------------------------------------------------- */

body, p, li, dd, dt, h1, h2, h3, h4, h5 {
	font-family:Arial,Helvetica,sans-serif;
	font-weight: normal;
}
 
 
h1, h2, h3, h4, h5 {
	color:#8183d4;
}

div#info {
	padding-left:30px;
	padding-right:30px;
}

#info p {
	margin:0 0 9px 0;
}


#info p.first {
	margin:10px 0 18px 0;
}

#info p.preheading {
	margin-bottom:18px;
}


blockquote {
	margin-left:1.5em;
	margin-top:1em;
	margin-bottom:0.5em;
}

h2 {
	margin:0 0 15px 0;
	line-height:120%;
	}

h3 {
	margin:0 0 8px 0;
	line-height:120%;
/*	font-weight:bold; */
}

h4 {
	margin:0 0 8px 0;
	line-height:120%;
/*	font-weight:bold; */
}

h5 {
	margin:0 0 8px 0;
	line-height:120%;
	font-weight:bold;
}

ul.bulleted {
	margin:15px;
	padding-left:15px;
	list-style:square;
}

.bulleted li {
	padding-bottom:7px;
}

.bulleted li.last {
	padding-bottom:0;
}

#info a:link, a:visited, a:hover, a:active {
	color:#00139d;
}

#info a:visited {
	color:#575E7F;
}

#info a:hover, a:active {
	color:#00139d;
}

.box {
	border:1px solid #c9caed;
	padding:15px;
	margin-right:auto;
	margin-left:auto;
}

div.hr {
	background-color: #c9caed;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 12px;
}

hr {
	display:none;
}

/* .membertitle h1 {
	font-size:140%;
}

.membertitle h2 {
	font-size:120%;
} */


/* text size stuff */


p, li, dd, dt {
	 font-size:85%;
}

p.credit {
	font-size:70%;
}

h1 {
	font-size:150%;
}
h2 {
	font-size:120%;
}
h3 {
	font-size:105%;
}
h4 {
	font-size:90%;
}

h5 {
	font-size:80%;
}


div#events_ss {
	width:475px;
	margin-top:20px;
	text-align:center;
}

ul.linkslist {
	margin-bottom:20px;
}

.linkslist li {
	padding-bottom:2px;
}

/* =========== gallery =========== */

table.exhibs, table.bankfield, table.ironbridge {
	margin-right:auto;
	margin-left:auto;
}
.exhibs td, .bankfield td {
	padding:5px 20px 5px 20px;
}
.ironbridge td {
	padding:5px 10px 5px 10px;
}
 .exhibs div.exhib {
	width:225px;
}

.exhibs h2 {
	font-size:110%;
}
.exhibs h3 {
	font-size:95%;
}


#info .exhibs h2 a:link, #info .exhibs h2 a:visited, #info .notices h3 a:link, #info .notices h3 a:visited, #info .notices h4 a:link, #info .notices h4 a:visited  {
	color:#8183d4;
}

#info .exhibs h2 a:hover, #info .exhibs h2 a:active, #info .notices h3 a:hover, #info .notices h3 a:active, #info .notices h4 a:hover, #info .notices h4 a:active  {
	color:#00139d;
}

div.exhib {
	padding:0px;
	margin:0px;
}
.exhib img {
	border:1px solid #CCCCCC;
}
.exhib p, .exhib img, .exhib span {
	padding:0px;
	margin:0px;
}
.exhib img {
	vertical-align:text-bottom;
}


.detail, .gallery {
	text-align:center;
}
.detail .captiontext, .gallery .maintext {
	text-align:left;
}

/* ============ tooltip ================= */

#tooltip {
    padding: 3px;
    background: #cccccc;
    border: 1px solid #333333;
    font-size: 75%;
}


/* ============ fade ================= */
#photoholder {
	margin-right:auto;
	margin-left:auto;
	width:300px;
	height:400px;
	background:#ffffff url('../gallery/imgs/ironbridge/ibbefore.jpg') no-repeat;
}
#ibafter {
  width:300px;
  height:400px;
}



/* ============ noticeboard ================= */

.notices .header {
	background-color: #EBEBEB;
	padding:15px;
	margin-bottom:10px;	
}
.notices .header h2 {
	text-align:center;
	margin-bottom:0;
}
.notices {
	border: 1px solid #DADCF1;
	padding:6px;
	margin:6px;
}
.notices img {
	float:left;
	margin:6px;
	}
.notices td {
	padding:3px;
}
.notice1, .notice2 {
	padding:5px;
	margin:6px auto 10px auto;
	
	}
.notice1 {
	border:1px solid #EBC2AE;
	}
.notice2 {
	border:1px solid #FFCF8C;
	}
.notices .name {
	color:#CC3399;
}
.notices .clear {
	clear: both;
}
.centred {
	text-align:center;
}
.notice11 {	padding:5px;
	margin:6px auto 10px auto;
}
.notices .imgtable td {
	 padding:20px;
	 font-size:80%;
}
.notices .imgtable td img {
	 margin:0px;
}


/* ============ members ================= */

div.membertitle {
	margin-bottom:15px;
}
.membertitle h2, .membertitle h3 { 
	padding-bottom:7px;
	margin:0;

}

.memberimg {
	text-align:center;
}
.memberimg img {
	padding-bottom:5px;
}
.memberimgtitle {
	font-weight:bold;
}
table.memberimgs2 {
	margin-right:auto;
	margin-left:auto;
}
.memberimgs2 td {
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
}

table.memberimgs1 {
	 width:100%;
	 margin-top:20px;
}
.memberimgs1 td {
	padding-top:5px;
	padding-left:15px;
}

.members p {
	padding-top:2px;
	margin-top:0px;
}