/* FJ-Designs.co.uk CSS for the website LT3comic.co.uk */
/* Created 25h November 2008 */

/* BODY section */

body {
	background-color: #000000;
	background-image: url(graphics/background.png); 
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top center;
	padding: 0;
	margin: 10;
		} 

/* TABLE section */

table.main {
	width: 1000;
	background: transparent;
	border: 0px;
		}

table.comic {
	width: 675;
	background: #CCCCCC;
	border: 2px;
	border-color: #000000;
	border-style: solid;
		}

table.news {
	width: 300;
	background: #CCCCCC;
	border: 2px;
	border-color: #000000;
	border-style: solid;
		}

table.characters {
	width: 600;
	background: transparent;
	border: 0px;
		}

table.other {
	width: 700;
	background: #CCCCCC;
	border: 2px;
	border-color: #000000;
	border-style: solid;
		}

/* IMG section */
	
img.normal {
	border: 0px;
	margin: 10 10 10 10;
		}

img.comic {
	border: 0px;
	margin: 5;
		}

img.link {
	border: 0px;
	margin: 5;
		}

img.characters {
	border: 2px;
	border-color: #000000;
	border-style: solid;
	margin: 10;
		}

img.gallery {
	border: 2px;
	border-color: #000000;
	border-style: solid;
	margin: 5;
		}

img.banner {
	border: 0px;
	margin: 0;
		}
	
/* PARAGRAPH section */

p.normal { 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	margin: 15;
		} 

p.footer { 
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: center;
	margin: 15;
		}

/* LIST section */

ol.archive {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
		}

ol.videos {
	list-style-type: decimal;
	list-style-position: outside;
		}

/* HEADER section */

h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin: 20 20 10 20;
		}

/* LINKS section */

a.normal:link {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	text-decoration: underline;
		}

a.normal:visited { 
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	text-decoration: underline;
		}

a.normal:hover {
	color: #FF6600;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
		} 

a.archive:link {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	margin: 10 10 30 10;
		}

a.archive:visited { 
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	margin: 10 10 30 10;
		}

a.archive:hover {
	color: #FF6600;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	margin: 10 10 30 10;
		} 

a.footer:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 7pt;
	text-decoration: underline;
		}

a.footer:visited { 
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 7pt;
	text-decoration: underline;
		}

a.footer:hover {
	color: #FF6600;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 7pt;
	text-decoration: none;
		}