/*         Styles for ApplebyArchaeology.org.uk

hom  - #1D4164 29/65/100  - Home
cup  - #066333 06/99/51   - Current Programme
rep  - #E2BA3B 226/186/59 - Research Papers
cop  - #C38E47 195/142/71 - Conference Papers
lar  - #9C3E3E 156/62/62  - Programme Archive

*/

/* General, useful styles */

h1 {
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
	margin-top: 40px;
}
.clear {
	clear: both
}
.center {
	text-align:center
}
a:link {
	text-decoration: none;
    color: blue ; 
}
a:visited {
	text-decoration: none;
}
a.novis:visited {
	color: blue ; 
}
img.logo {
	float: left;
	margin-top: 6px;
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 20px;
	width: 50px;
}

/* Page styles : see p197 and 229 Missing Manual  */

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	text-align: center;
}
#wrapper {
	width: 760px;
	margin: 15px auto 10px auto;
	padding-bottom: 10px;
	background-color: #ffffff;
	text-align: left;
}


/* Header Styles  */

#header img.left {
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	width: 196px;
	height: 141px;
}
#header img.right {
	float: right;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	height: 141px;
	width: 558px;
}

/* Navigation Styles */
/* for ul style see p 219
   for li styles see p 225
   the null styles create the customised dummy link entry at the start of the navigation list */

#nav ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

#nav li {
	float: left;
}
#nav li.null {
	width: 196px;
	margin: 0px 2px 0px 2px;
	height: 1em;
}
#nav li.homnull {
	background-color: #1d4164;
	border-top: 10px solid #1d4164;
}
#nav li.cupnull {
	background-color: #066333 ;
	border-top: 10px solid #066333 ;
}
#nav li.copnull {
	background-color: #C38E47 ;
	border-top: 10px solid #C38E47 ;
}
#nav li.repnull {
	background-color: #E2BA3B;
	border-top: 10px solid #E2BA3B;
}
#nav li.larnull {
	background-color: #9C3E3E ;
	border-top: 10px solid #9C3E3E ;
}
#nav a {
	font-size: 9pt;
	display: block;
	border-top-style: solid;
	border-top-width: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #dfe3e6;
	padding-left: 5px;
}
#nav a.hom {
	border-top-color: #1d4164;
	width: 100px;
}

#nav a.cup {
	border-top-color: #066333;
	width: 100px;
}
#nav a.rep {
	border-top-color: #e2ba3b;
	width: 107px;
}
#nav a.cop {
	border-top-color: #c38e47;
	width: 116px;
}
#nav a.lar {
	border-top-color: #9c3e3e;
	width: 105px;
}
#nav a.hom:hover {
	background-color: #bec6cd;
}
#nav a.cup:hover {
	background-color: #b8ccc1;
}
#nav a.rep:hover {
	background-color: #EEE6CB;
}
#nav a.cop:hover {
	background-color: #E7DCCC;
}
#nav a.lar:hover {
	background-color: #DDC9C9;
}
#nav a:link {
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
}
#nav img {
	border-top-width: 0px;
	border-width: 0px;
}

/* Sidebar styles */

#sidebar {
	margin-top: 5px;
	width	: 200px;
	float: left;
}
#sidebar img {
	float: left;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	width: 196px;
}
#sidebar a {
	margin: 10px 25px 10px 25px;
	width: 126px;
	float: left;
	font-weight: bold;
	border-color: #C38E47;
	border-style: solid;
	border-width: 2px;
	padding: 10px;
	text-align: center;
	color: #c38e47;
	font-family: "Bradley Hand ITC";
}
#sidebar a:hover {
	background-color: #DDC9C9;
}
#sidebar a:visited {
	color: #c38e47;
}

/* Content styles */

#content {
	margin: 25px 20px 0px 20px;
	width: 520px;
	float: left;
}
#content h1 {
	float: left;
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
	margin-top: 15px;
}
#content h1.home {
	width: 408px;
}
#content h1.nonhome {
	width: 520px;
}
#content h2 {
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
}
#content table {
	border: 1px solid black;
	width: 520px;
	empty-cells: show;
	border-collapse: collapse;
}
#content td {
	border: 1px solid black;
	vertical-align: middle;
	border-collapse: collapse;
	padding-left: 5px;
}
/* column styles used on lecture tables as these seem to avoid 
   unpredicatble variation in column widths when td styles used 
   note that last column in a table is left unstyled to avoid 
   having to calculate its width*/
#content col.leccol1 {
	width: 85px;
}
#content col.leccol2 {
	width: 170px;
}
#content td.indtdcol1 {
	width: 424px;
}
#content td.indtdcol2 {
	width: 32px;
	padding-left: 0px;

}
#content span.small {
	font-size: 8pt;
}
#content img.pdf {
	border-width: 0px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	width: 24px;

}
#content a.pdfvisited:visited {
	background-color: #FF99FF;
}

/* Location styles */

#map {
	padding: 4px;
	margin: 15px 5px 10px 5px;
	width: 430px;
	float: left;
	border: 1px solid black;
}
#maptext {
	margin: 50px 20px 10px 20px;
	width: 270px;
	float: left;
}
#maptext p.maptexthead {
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
}

/* Application Form styles */

#appfor {
	padding: 10px;
}
#appfor table {
	border: 2px solid black;
	width: 740px;
	empty-cells: show;
	border-collapse: collapse;
}
#appfor td {
	border: 1px solid black;
	vertical-align: middle;
	border-collapse: collapse;
	padding-left: 5px;
	height: 2em;
}
#appfor td.apptdcol1 {
	width: 180px;
}
#appfor td.grey {
	background-color: #C0C0C0
}

/* Registration Form styles */

#regfor {
	padding: 10px;
}
#regfor table.regtable1 {
	border: 2px solid black;
	width: 740px;
	empty-cells: show;
	border-collapse: collapse;
}
#regfor table.regtable2 {
	border: 2px solid black;
	width: 275px;
	empty-cells: show;
	border-collapse: collapse;
}
#regfor td {
	border: 1px solid black;
	vertical-align: middle;
	border-collapse: collapse;
	padding-left: 5px;
	height: 2em;
}
#regfor td.regtdcol1 {
	width: 180px;
}
#regfor td.grey {
	background-color: #C0C0C0
}

/* Conference Programme styles */

#conf {
	padding: 10px;
}
#conf h1 {
	float: left;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	margin-top: 15px;
	width: 616px;
}
#conf p.confline2 {
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
	font-style: italic;
}
#conf p.confline3 {
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}
#conf table.conftable {
	border: 1px solid black;
	width: 740px;
	empty-cells: show;
	border-collapse: collapse;
}
#conf td {
	border: 1px solid black;
	text-align: center;
	border-collapse: collapse;
	empty-cells: inherit;
	height: 30px;
}
#conf td.conftdcol1 {
	width: 100px;
}
#conf td.conftdcol2 {
	width: 150px;
}
#confmap {
	padding: 4px;
	margin: 5px 5px 10px 5px;
	width: 320px;
	float: left;
	border: 1px solid black;
}
#confmaptext {
	margin: 40px 30px 10px 50px;
	width: 300px;
	float: left;
}
#confmaptext p.confmaptexthead {
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
}
	
