/* Berriscot css file */
/* Copyright 2007 Chris J Berry */

/* title.php */
.titleback	{
			background-color: #FFFFFF;
			background-image: url(graphics/title_gradient.jpg);
			background-repeat: repeat-x;
			padding: 0px;
			margin: 0px;
		}
.titlespin	{
			margin: 0px;
			padding: 0px;
		}
.titletitle	{
			text-align: left;
			margin: 0px;
			padding: 0px;
			font-size: xx-large;
			font-weight:bolder;
			font-style:oblique;
			color:#00FF7F;
		}

/* footer.php */
.footermain	{
			clear: both;
			background-image: url(graphics/Background.jpg);
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			border-width: 0px 0px 0px 0px;
		}
.footerleft	{float:left; }
.footerright	{float:right; }
.footermid	{
			text-align: center;
			margin: 0px 10px 0px 0px;
			padding: 1px;
		}
.footerphp	{ border: 0px none black; }
.footerphp:link		{border: 0px none black;}
.footerphp:active	{border: 0px none black; }
.footerphp:visited	{border: 0px none black; }
.footerphp:hover	{border: 0px none black; }
.sitelink:link		{
				margin: 0px 10px 0px 0px;
				padding: 1px;
				color: #000000;
				text-decoration: none;
			}
.sitelink:active	{
				margin: 0px 10px 0px 0px;
				padding: 1px;
				color: #000000;
				text-decoration: none;
			}
.sitelink:visited	{
				margin: 0px 10px 0px 0px;
				padding: 1px;
				color: #000000;
				text-decoration: none;
			}
.sitelink:hover		{
				margin: 0px 10px 0px 0px;
				padding: 1px;
				color: #000000;
				text-decoration: none;
			}

/* menu.php */
.menumain	{
			margin: 0px;
			padding: 0px;
			vertical-align: middle;
			border-style: solid;
			border-width: 0px 0px 1px 0px;
		}
.menuback	{
			background-color: white;
			margin: 0px;
			padding: 0px;
			white-space: nowrap;
		}
.menuselected	{
			background-color: white;
			color: blue;
			font-family: serif;
			font-weight: bolder;
			font-size: medium;
			text-decoration: underline;
			margin: 0px;
			padding: 0px 5px 0px 5px;
		}
.menuunselected	{
			background-color: white;
			color: blue;
			font-family: serif;
			font-weight: normal;
			font-size: medium;
			text-decoration: none;
			margin: 0px;
			padding: 0px 5px 0px 5px;
			border-spacing: 0px;
		}

/* construct.php */
.mainback	{
			margin: 0px;
			padding: 0px;
			min-width: 700px;
		}
.pageback	{
			background-color: transparent;
			font-size: medium;
			color: blue;
		}
.pagenext	{
			background-color: transparent;
			font-size: medium;
			color: blue;
		}
.iconxhtml		{ border: 0px none black; }
.iconxhtml:link		{ border: 0px none black; }
.iconxhtml:active	{ border: 0px none black; }
.iconxhtml:visited 	{ border: 0px none black; }
.iconxhtml:hover 	{ border: 0px none black; }
.iconcss		{ border: 0px none black; }
.iconcss:link		{ border: 0px none black; }
.iconcss:active		{ border: 0px none black; }
.iconcss:visited	{ border: 0px none black; }
.iconcss:hover		{ border: 0px none black; }

/* index.php */
.indexback	{
			background-image: url(graphics/Background.jpg);
			margin: 0px;
			padding: 0px;
			border-width: 0px;
			border-color: red;
			border-style: solid;
		}
.indexheader	{
			margin: 0px;
			padding: 10px;
			font-family: "Times New Roman, Times, serif";
			font-size: xx-large;
			font-weight: bolder;
			text-align: center;
			color: #000000;
		}
.indexcontain	{
			white-space: nowrap;
			border-width: 0px;
			border-color: blue;
			border-style: solid
		}
.indexleft	{
			float: left;
			text-align: left;
			width: 20%;
			border-width: 0px;
			border-color: yellow;
			border-style: solid;
			margin-left: 10px;
			margin-top: 10px;
			margin-bottom: 200px;
			margin-right: 30px;
		}
.indexright	{
			float: right;
			text-align: right;
			width: 20%;
			border-width: 0px;
			border-color: yellow;
			border-style: solid;
			margin-left: 30px;
			margin-right: 10px;
			margin-top: -150px;
			margin-bottom: 10px;
		}
.indexcentre	{
			border-width: 0px;
			border-color: black;
			border-style: solid;
			font-family: "Times New Roman, Times, serif";
			font-size: large;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			color: #000000;
			margin: 10px;
			padding: 10px;
			text-align: left;
			width: 60%;
		}
.indexlist	{
			border-width: 0px;
			border-color: black;
			border-style: solid;
			font-family: "Times New Roman, Times, serif";
			font-size: large;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			color: #000000;
			margin: 0px;
			padding: 50px;
			list-style-type: square;
			line-height: 1.5;
			list-style-position: inside;
			width: 60%;
			text-align: left;
		}
.indexlist0	{
			position:relative;
			left:0px;
		}
.indexlist1	{
			position:relative;
			left:10px;
		}
.indexlist2	{
			position:relative;
			left:20px;
		}
.indexlist3	{
			position:relative;
			left:30px;
		}
.indexlist4	{
			position:relative;
			left:40px;
		}
.indexlist5	{
			position:relative;
			left:50px;
		}
.indexlist6	{
			position:relative;
			left:60px;
		}
.indexlist7	{
			position:relative;
			left:70px;
		}
.indexlist8	{
			position:relative;
			left:70px;
		}
.indexlist9	{
			position:relative;
			left:60px;
		}
.indexlist10	{
			position:relative;
			left:50px;
		}
.indexlist11	{
			position:relative;
			left:40px;
		}
.indexlist12	{
			position:relative;
			left:30px;
		}
.indexlist13	{
			position: relative;
			left: 20px;
		}
.indexlist14	{
			position: relative;
			left: 10px;
		}
.indexlist15	{
			position: relative;
			left: 0px;
		}
.indexcheck	{
			clear: both;
		}
.indexem	{
			color: #FF0000;
		}

/* preface.php */
.prefaceback	{
			background-image: url(graphics/Background.jpg);
			margin: 0px;
			padding: 0px;
		}
.prefaceheader	{
			font-family: "Times New Roman, Times, serif";
			font-size: larger;
			font-style: normal;
			line-height: normal;
			font-weight: bold;
			color: #000000;
			margin: 0px;
			padding: 10px;
			text-align: center;
		}
.prefacetext	{
			font-family: "Times New Roman, Times, serif";
			font-size: large;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			color: #000000;
			margin: 0px;
			padding: 10px;
		}
.prefacelink {border: 0px none black; text-decoration: underline; color: #000000; text-align: center;  }
.prefacelink:link {border: 0px none black; text-decoration: underline; color: #000000; text-align: center; }
.prefacelink:active {border: 0px none black; text-decoration: underline; color: #000000; text-align: center; }
.prefacelink:visited {border: 0px none black; text-decoration: underline; color: #000000; text-align: center; }
.prefacelink:hover {border: 0px none black; text-decoration: underline; color: #000000; text-align: center; }

/* cyanian trilogy pages */
.bookback	{
			background-image: url(graphics/Background.jpg);
			margin: 0px;
			padding: 0px;
		}
.bookheader	{
			font-family: "Times New Roman, Times, serif";
			font-size: larger;
			font-style: normal;
			line-height: normal;
			font-weight: bold;
			color: #000000;
			margin: 0px;
			padding: 10px;
			text-align: center;
		}
.booktext	{
			font-family: "Times New Roman, Times, serif";
			font-size: large;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			color: #000000;
			margin: 0px;
			padding: 10px;
		}
.bookimage {margin: 10px; }
.booklink {border: 0px none black; text-decoration: none; color: #000000; text-align: center;  }
.booklink:link {border: 0px none black; text-decoration: none; color: #000000; text-align: center; }
.booklink:active {border: 0px none black; text-decoration: none; color: #000000; text-align: center; }
.booklink:visited {border: 0px none black; text-decoration: none; color: #000000; text-align: center; }
.booklink:hover {border: 0px none black; text-decoration: none; color: #000000; text-align: center; }
.bookposterline {text-align: center; width: 60%; margin-left: auto; margin-right: auto; }
.bookposterleft {float: left; width: 20%;}
.bookposterright {float: right; width: 20%;}

/* trilogypage.php */
.posterone { float: left; margin: 10px; }
.postertwo { float: right; margin: 10px; }
.posterthree {float: left; margin: 10px; }

/* cataclysmearth.php */
.catposter {float: left; margin: 10px; }

/* heritage.php */
.hertposter {float: left; margin: 10px; }

/* avataria.php */
.avaposter {float: left; margin: 10px; }

/* treasures pages */
.bookback	{
			background-image: url(graphics/Background.jpg);
			margin: 0px;
			padding: 0px;
		}
.bookheader	{
			font-family: "Times New Roman, Times, serif";
			font-size: larger;
			font-style: normal;
			line-height: normal;
			font-weight: bold;
			color: #000000;
			margin: 0px;
			padding: 10px;
			text-align: center;
		}
.booktext	{
			font-family: "Times New Roman, Times, serif";
			font-size: large;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			color: #000000;
			margin: 0px;
			padding: 10px;
		}
.bookimage {margin: 10px; }
.booklink {border: 0px none black; text-decoration: none; color: #000000; text-align: center;  }
.booklink:link {border: 0px none black; text-decoration: none; color: #000000; text-align: center; }
.booklink:active {border: 0px none black; text-decoration: none; color: #000000; text-align: center; }
.booklink:visited {border: 0px none black; text-decoration: none; color: #000000; text-align: center; }
.booklink:hover {border: 0px none black; text-decoration: none; color: #000000; text-align: center; }
.bookposterline {text-align: center; width: 60%; margin-left: auto; margin-right: auto; }
.bookposterleft {float: left; width: 20%;}
.bookposterright {float: right; width: 20%;}

/* treasposter.php */
.posterone { float: left; margin: 10px; }
.postertwo { float: right; margin: 10px; }

/* treasures.php */
.treasposter {float: left; margin: 10px; }

.treasuresback	{
			background-image: url(graphics/Background.jpg);
			margin: 0px;
			padding: 0px;
		}
.treasuresheader	{
			font-family: "Times New Roman, Times, serif";
			font-size: larger;
			font-style: normal;
			line-height: normal;
			font-weight: bold;
			color: #000000;
			margin: 0px;
			padding: 10px;
			text-align: center;
		}
.treasuresgraphic	{
			float:left;
			margin: 10px;
		}
.treasurestext	{
			font-family: "Times New Roman, Times, serif";
			font-size: large;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			color: #000000;
			margin: 0px;
			padding: 10px;
		}

/* projects.php */
.projectback	{
			background-image: url(graphics/Background.jpg);
			margin: 0px;
			padding: 0px;
		}
.projectheader	{
			font-family: "Times New Roman, Times, serif";
			font-size: larger;
			font-style: normal;
			line-height: normal;
			font-weight: bold;
			color: #000000;
			margin: 0px;
			padding: 10px;
			text-align: center;
		}
.projectgraphic	{
			float:left;
			margin: 10px;
		}
.projecttext	{
			font-family: "Times New Roman, Times, serif";
			font-size: large;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			color: #000000;
			margin: 0px;
			padding: 10px;
		}

/* poems.php */
.poemsposter {float: left; margin: 10px; }
.poemsback	{
			background-image: url(graphics/Background.jpg);
			margin: 0px;
			padding: 0px;
		}
.poemsheader	{
			font-family: "Times New Roman, Times, serif";
			font-size: larger;
			font-style: normal;
			line-height: normal;
			font-weight: bold;
			color: #000000;
			margin: 0px;
			padding: 10px;
			text-align: center;
		}
.poemsgraphic	{
			float:left;
			margin: 10px;
		}
.poemstext	{
			font-family: "Times New Roman, Times, serif";
			font-size: large;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			color: #000000;
			margin: 0px;
			padding: 10px;
		}

/* aboutme.php */
.aboutback	{
			background-image:url(graphics/Background.jpg);
			margin: 0px;
			padding: 0px;
		}
.aboutheader	{
			font-family: "Times New Roman, Times, serif";
			font-size: larger;
			font-style: normal;
			line-height: normal;
			font-weight: bold;
			color: #000000;
			margin: 0px;
			padding: 10px;
			text-align: center;
		}
.abouttext	{
			font-family: "Times New Roman, Times, serif";
			font-size: large;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			color: #000000;
			margin: 0px;
			padding: 10px;
		}
.aboutchris	{
			float:left;
			margin: 10px;
		}
.aboutdog	{
			float:right;
			margin: 10px;
		}
.aboutcat	{
			float: left;
			margin: 10px;
		}
.aboutbottom	{ clear: both; }

/* contacts.php */
.contacterror	{
			font-family: "Times New Roman, Times, serif";
			text-align: center;
			font-size: large;
			color: #FF0000;
		}
.contactback	{
			background-image:url(graphics/Background.jpg);
			margin: 0px;
			padding: 0px;
		}
.contactform	{
			font-family: "Times New Roman, Times, serif";
			font-size: large;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			color: #000000;
			margin: 0px;
			padding: 10px;
			width: 500px;
			margin-left: auto;
			margin-right: auto;
		}
.contacttable	{
			border-width: 0px;
			border-style: none;
			padding: 5px 5px 5px 5px;
		}
.contactline	{ text-align: center; }
.contactright	{ text-align: left; }
.contactleft	{ text-align: left; }
.contactleftred	{
			text-align: left;
			color: #FF0000;
		}
.contacttext	{
			font-family: "Times New Roman, Times, serif";
			font-size: large;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			color: #000000;
			margin: 0px;
			padding: 10px;
			text-align: center;
		}

/* wheretobuy.php */
.wbuyback	{
			background-image:url(graphics/Background.jpg);
			margin: 0px;
			padding: 0px;
		}
.wbuyheader	{
			font-family: "Times New Roman, Times, serif";
			font-size: larger;
			font-style: normal;
			line-height: normal;
			font-weight: bold;
			color: #000000;
			margin: 0px;
			padding: 10px;
		}
.wbuytext	{
			font-family: "Times New Roman, Times, serif";
			font-size: large;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			color: #000000;
			margin: 0px;
			padding: 5px 10px 10px 80px;
		}
.wbuyline	{
			font-family: "Times New Roman, Times, serif";
			font-size: large;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			color: #000000;
			margin: 0px;
			padding: 10px 10px 5px 40px;
		}
.wbuylink		{ color: #000000; }
.wbuylink:link		{ color: #000000; }
.wbuylink:active	{ color: #000000; }
.wbuylink:visited	{ color: #000000; }
.wbuylink:hover		{ color: #000000; }






