    /* <!-- */
/* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:760px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:79%;
		font-family: Geneva, Arial, Helvetica, sans-serif;
    }
	#search {float: right; margin-right: 25px;}
	a {
		text-decoration: none; color: #333333; font-weight: bold;
	}
	#mainnav a:hover, #pagenav a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
	h2 { 
		font-size: 1.22em;
		font-weight: bold;
	}
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	q, .bio { 
	color : #fff;
  /* color : #000; (lite colors option - uncomment to use) */
  padding : 1px 4px; 
  border : 1px solid #000; 
  background-color : #669900;
  /* background-color : #d6e3ba; (lite colors option - uncomment to use) */
  margin : 10px 3px 3px 3px;
  text-align : center;
  display: block;
  clear: both;
	}
	q.religion {display: block; margin-top: 10px; padding:0; border: none; background-color: #d9e3f9; text-align: left; color: #000000;}
	.booksub {display: block; margin: 0px; padding:0; border: none; background-color: #d9e3f9; text-align: center; color: #111; line-height: 0.87em; white-space: 0.14em; word-spacing: 0.17em; font-size: 0.82em; font-style: italic;}
	dl {margin-top: 0; font-family: "Times New Roman", Times, serif; font-size: 1.14em; line-height: 1em;}
	dl dt {margin-bottom: 10px;}
	img {
		margin:10px 0 5px;
	}
	a img {border: 0;}
	dfn { font-style: normal; border-bottom: 1px #666666 dotted;}
	
/* Header */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	
	#header h1 {
		
		font-size: 1.67em;
	}
	#header h2 {
	
		font-size: 0.76em;
		font-weight: normal;
		color: #444444;
	}
	#header #about {
		padding: 0;
		margin: 5px 0 5px 30px;
		font-size: 0.76em;
		font-weight: normal;
		color: #444444;
		padding: 0;
	}
	#header ul#about li strong {text-transform: capitalize;}
	#header ul#about li:hover strong.green {color: black;}
	#header ul#about li:hover strong.red {color: black;}
	#header ul#about li:hover strong {color: red;}
	#header ul#about li { list-style-image: url(img/v.gif);
		
	}
		
	#header  ul#mainnav, ul#pagenav {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		text-align: center;
		padding:0;
	}
	ul#pagenav {padding-top: 1em; margin-bottom: 1em; _margin-bottom: 0;}
	#header  ul#mainnav li, ul#pagenav li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header  ul#mainnav li a, ul#pagenav li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header  ul#mainnav li a:hover, ul#pagenav li a:hover {
		background:#369;
		color:#fff;
	}
	#header  ul#mainnav li a.active,
	#header  ul#mainnav li a.active:hover, ul#pagenav li a.active,
	#header  ul#pagenav li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header  ul#mainnav li a span, ul#pagenav li a span {
		display:block;
	}
/* end Header */

/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:4px 15px !important;
		text-align:right;
	}
	#layoutdims  h2 {padding: 1px 5px; margin: 0; font-size: 1.08em; display: block; text-align: left; float: left; font-size: 0.74em;}
	#layoutdims h2 a {border-bottom: 1px #333333 dashed; font-weight: normal;font-size: 1em;}
	#layoutdims h2 a:hover {color: silver;}
	#layoutdims p, #layoutdims2 p {font-size: 0.84em; text-align: right; margin:0; padding: 0;}
	#layoutdims p a:hover {text-decoration: underline;}
	#layoutdims2 {
		clear:both;
		background:#eee;
		border-top:1px solid #000;
		border-bottom:4px solid #000;
		margin:0;
		padding:4px 15px !important;
		text-align:right;
		}
/* column container */	
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	.colmask a:hover {text-decoration: underline;}
    .colmask ul li {list-style: none;}
/* holy grail 3 column settings */
	.holygrail {
	    background:#d9e3f9;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-14em; 		/* Width of right column */
        position:relative;
        right:100%;
        background:#d9e3f9;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:28em;         		/* Left column width + right column width */
        background:#d9e3f9;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:14em;       		/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 15em 0 15em;     		/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:12em;        		/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:1em;         		/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:12em;        		/* Width of right column content (right column width minus left and right padding) */
        margin-right:3em;  		/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }

/* Footer */
	#footer {
	clear:both;
		background:#fff;
		margin:0;
		padding:0px 15px 6px 15px !important;
		text-align:center;
		}

/* Paragrafs */	
	.topic, .topic_center {border-top: #ffffff 1px solid; border-bottom: #FFFFFF 1px outset; margin-top: -1px; padding-top: 15px; margin-bottom: 1px; padding-bottom: 15px;}
	.topic h1, .topic_end h1 {font-size: 1.24em; margin: 0; padding: 0;}
	.topic h3, .topic_end h3 {font-size: 1.12em; margin: 0; padding: 0; color: #555}
	.topic ul, .topic_together ul, .topic_end ul {margin: 0; padding: 0;}
	.col1 ul {margin-top: 0.4em;}
	.topic ul li ul, .topic_together ul li ul {padding-left: 10px;}
	
	.topic_together {z-index: -1;}
	.topic_together li a {font-weight: normal; font-size: 1.05em}
	.topic_a {float: left; width: 49%; z-index: 5;}
	.topic_b {float: left; width: 48%; padding-left: 5px;}
	.topic_c {float: left;}
	.topic_d {float: left; padding-left: 5px;}
	
	.topic_end {border-top: #ffffff 1px solid; margin-top: -1px; padding-top: 15px; margin-bottom: 1px; padding-bottom: 15px;}
	.col2 .topic_end, .col3 .topic_end { font-size: 0.72em; color: silver; padding-top: 0;}
	
	.clearing {clear: both; padding-bottom: 0; margin-top: 0; padding-top: 5px}
	
		
	.clip {float: left; margin: 0;}
	.flashfile, .foto {margin: 10px;}
	object.myspace { position: relative; top: 10px; padding-bottom: 10px;}
	.cliptitle p, .cliptitle h2 {margin: 5px;}


/* accessibility */
	#copyright {text-align: right; font-size: 0.75em; color: #333; line-height: normal; margin: 5px 1% 0 0;}
	#copyright a {text-decoration: none; color: #000000; font-weight: bold;}
	#copyright strong a, #motto a strong {font-size: 1.08em;}
	#copyright a:hover {text-decoration: underline;}
	
	#copyright .sponsor {color: green;}
	#copyright .sponsor a {color: green; font-weight: bold;}
	#copyright .sponsor a:hover {color: green; font-weight: bold;}
	
	#motto {text-align: center; margin: 0; padding: 0;margin: 0; padding: 0; font-size: 0.8em; font-weight: 400; color: #333333;}
	#motto a:hover {color: silver; text-decoration: none;}

/* Semantics */
	.middle {text-align: center; margin-left: auto; margin-right: auto;}
	code {font-size: 0.82em; font-style: normal; padding-left: 3px;}
	.projects h3 {display: inline;}
	small {font-size: 0.72em; font-weight: normal; color: #777777}
	.green {color: green;}
	.red {color: red;}
	cite {display: block; text-align: right; margin-bottom: 10px; color: #666666}
	
	
	
	.col1 ul {margin-bottom: 10px}

/* Resources */

.categories {width: 320px; border: #666666 1px solid;}
table.categories {margin-bottom: 1em; margin-top: 0.4em;}
.categories tr {}
.categories tr td {border: #dadfdf 1px solid; text-align: center; background-color: #d9e3f9;}
.categories a {display: block; padding: 0.9em 0;}
.categories a:hover {background-color: #dadfdf; text-decoration: none;}
.pdf-file {margin: 0; margin-bottom: -2px; margin-top: 2px;}


li.list-a { background: url(http://www.animalsuffering.com/img/icons/article.png) 3px 0px no-repeat; padding-left: 2.5em; clear: both;}
li.list-b { background: url(http://www.animalsuffering.com/img/icons/book.png) 3px 0px no-repeat; padding-left: 2.5em; clear: both;}
li.list-v { background: url(http://www.animalsuffering.com/img/icons/video.png) 3px 0px no-repeat; padding-left: 2.5em; clear: both;}
li.list-i { background: url(http://www.animalsuffering.com/img/icons/image.gif) 3px 0px no-repeat; padding-left: 2.5em; clear: both;}
li.list-p { background: url(http://www.animalsuffering.com/img/icons/pdf.png) 3px 0px no-repeat; padding-left: 2.5em; clear: both;}

li.list-a:hover, li.list-b:hover, li.list-v:hover, li.list-i:hover, li.list-p:hover {background-color: #FFFFFF;}

/*
li.list-a:hover {background-image: url(http://www.animalsuffering.com/img/list-a-hover.gif)}
li.list-b:hover {background-image: url(http://www.animalsuffering.com/img/list-b-hover.gif)}
li.list-v:hover {background-image: url(http://www.animalsuffering.com/img/list-v-hover.gif)}
li.list-i:hover {background-image: url(http://www.animalsuffering.com/img/list-i-hover.gif)}
li.list-p:hover {background-image: url(http://www.animalsuffering.com/img/list-p-hover.gif)}
*/

ul.resources {margin-top: 15px;}
ul.resources li {margin-top: 10px;}
ul.resources h3 {margin-bottom: 0;}