/* nickrother.css */
/* written by Brett Harmon http://www.brettharmon.net */


/* styles navigation */

#navigation			{
			display: block;
			margin: 0px;
			padding: 0px;
			position: relative;
			left: 35px;
			top: 40px;
			font-family: helvetica, arial, sans-serif;
			}
			
#allcategories		{
			display: block;
			position: relative;
			left: 15px;
			top: 20px;
			}
			
h1#name				{
			font-size: 200%;
			font-weight: 100;
			}
			
h3.categories		{
			font-size: 95%;
			font-weight: 100;
			line-height: 200%;
			}
			
			
/* styles navigation links */
			
h3 a:link				{
			text-decoration: none;
			color: #000;
			}
			
h3 a:hover				{
			text-decoration: none;
			color: #444;
			}
			
h3 a:visited			{
			text-decoration: none;
			color: #000;
			}
			
h1 a:link				{
			text-decoration: none;
			color: #000;
			}
			
h1 a:hover				{
			text-decoration: none;
			color: #444;
			}
			
h1 a:visited			{
			text-decoration: none;
			color: #000;
			}


/* formats thumbnail galleries */

#gallery			{
		position: relative;
		left: 206px;
		top: -111px;
		}
		
/* removes blue outline from image links in firefox */

#gallery a img		{
		border: none;
		}


/* lightens font color on contacts page */

h3.categoriescontact					{
			font-size: 95%;
			font-weight: 100;
			line-height: 200%;
			}
h3.categoriescontact a:link				{
			text-decoration: none;
			color: #ccc;
			}
			
h3.categoriescontact a:hover			{
			text-decoration: none;
			color: #444;
			}
			
h3.categoriescontact a:visited			{
			text-decoration: none;
			color: #ccc;
			}
			
h3.categoriescontactblack				{
			font-size: 95%;
			font-weight: 100;
			line-height: 200%;
			}
			
h3.categoriescontactblack a:link		{
			text-decoration: none;
			color: #000;
			}
			
h3.categoriescontactblack a:hover		{
			text-decoration: none;
			color: #444;
			}
			
h3.categoriescontactblack a:visited		{
			text-decoration: none;
			color: #000;
			}

/* formats contact info */

#contactinfo			{
		display: block;
		position: relative;
		top: 50px;
		left: 50px;
		font-family: helvetica, arial, sans-serif;
		font-size: 85%;
		font-weight: 100;
		line-height: 160%;		
		}
			

