@charset "utf-8";

/* CSS Document */
/*leighbarlow.com */

body 		{
			background:#FFF;
			padding: 0px;
			text-align: center;
			font: 12px;
			font-family: Arial, Helvetica, sans-serif;}

/* Text styles */

/* Banner style */
/* Used to keep minimal gap between banner image and text */

h1		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8px;
			color: #505050;
			text-align: right;}

/*Top navigation style */
/* Used to add weight and spacing from banner */

h2		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #1F686F;}

/*Outer Wrapper */

.wrapper	{	width:720px;
			margin-left:auto;
			margin-right:auto;
			min-height:1800px;
			text-align: center;
			background-color:#FFF;}


/*Picture banner */

.topbanner	{
			width: 720px;
			height: 180px;
			margin-left: auto;
			margin-right: auto;
			font-size: 30px;
			color: #1F686F;
			text-align: center;}

/*Main navigation links */

.topnav		{
			width: 720px;
			height: 30px;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #1F686F;}

/*Side navigation */

.sidenav	{
			width: 190px;
			height: 1300px;
			float: left;
			font-weight: bold;
			font-size: 16px;
			color: #1F686F;
			text-align: left;
			line-height: 20px;}

/*Side navigation indent*/

.sidenav2	{
			font-size: 12px;
			color: #1F686F;
			text-align: left;
			font-weight: normal;
			margin-left: 10px;
			line-height: 20px;}

/*Bottom navigation */

.botnav		{
			margin: 0;
			padding: 0px;
			width: 720px;
			height: 220px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			float: left;
			text-align: center;}

/*deviantART section */

.deviantart	{
			margin: 0;
			padding: 5px;
			width: 150px;
			float: center;
			text-align: center;
			font-weight: normal;
			color: #000000;
			font-size: 12px;
			line-height: 14px;}


/*Title for main text */

.maintitle	{
			margin: 0;
			width: 200px;
			height: 50px;
			float: left;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 20px;
			color: #1F686F;
			text-align: left;}

/*Links in main text (right-hand side) */

.mainlinks	{
			margin: 0;
			width: 250px;
			height: 50px;
			float: right;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #1F686F;
			text-align: right;}

/*Main section of text */

.mainblock	{
			margin: 0;
			padding: 0px;
			width: 480px;
			float: left;
			text-align: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;}

/*Main section - tables for roleplaying games and books */

.table		{
			margin: 0;
			padding: 0px;
			width: 230px;
			float: left;
			text-align: left;}

/*Removing all highlights */

a:link		{ 	text-decoration: none; color: #505050;}
a:active 	{	text-decoration: none; color: #505050;}
a:visited	{	text-decoration: none; color: #505050;}