/*

	This website was created by Natural Graphic

	Copyright:	2009 Natural Graphic Ltd All rights reserved
	Author(s):	Alex Traylen
	Web:		www.naturalgraphic.co.uk
	Email:		talk [at] naturalgraphic.co.uk
	Phone:		+44 (0) 20 7241 2264

*/





/* -----------------------------------
+
+
+	General
+
+
----------------------------------- */

body
		{
			/*font-family:arial,verdana,sans-serif;*/
			font-family:georgia,"Times New Roman",serif;
			background-color:#fff;
			margin:20px 0 0 0;
			line-height:130%;
			font-size:90%;
		}





/* -----------------------------------
+
+
+	Containers
+
+
----------------------------------- */

.container
		{
			/*background:red;*/
			
			overflow:hidden;
			padding:10px;
			width:960px;
			float:left;
			margin:0;
		}
		
.navigation
		{
			/*background:lime;*/
			
			margin:10px;
			width:220px;
			float:left;
		}
		
.logo
		{
			/*background:pink;*/
			/* Forced height while no logo is used.... */
			height:8px;
		}
		
.logo h1
		{
			/* Temp - while no logo is used.... */
			text-transform:uppercase;
			font-weight:bold;
			font-size:130%;
		}
		
.logo img
		{
			vertical-align:bottom;
		}
		
.menu
		{
			/*background:lime;*/
			
			margin:20px 0 0 0;
		}
		
.menu ul
		{
			/*background:cyan;*/
			
			margin:20px 0 0 0;
			line-height:150%;
			font-size:96%;
		}
		
.menu ul li a.active
		{
			text-decoration:line-through;
			color:#000;
		}
		
.menu ul li ul
		{
			margin:0;
		}
		
.menu ul li ul li a
		{
			margin:0 0 0 10px;
			color:#000;
		}
		
.menu ul li ul li a.active
		{
			color:#000;
		}
		
.content
		{
			/*background:blue;*/
			
			margin:0 10px 10px 10px;
			/*margin:105px 10px 10px 10px;*/
			width:700px;
			float:left;
		}
		
.pagination
		{
			/*background:lime;*/
			
			margin:40px 0 0 0;
			height:20px;
		}
		
.pagination ul li
		{
			/*background:green;*/
			
			margin:0 7px 0 0;
			font-size:96%;
			float:left;
		}
		
.pagination ul li a
		{
			color:#000;
		}
		
.pagination ul li a.active
		{
			color:#000;
		}
		
.page
		{
			/*background:pink;*/
			
			margin:20px 0 0 0;
		}
		
.page img
		{
			vertical-align:bottom;
		}
		
.page p
		{
			font-size:80%;
			width:220px;
			color:#000;
		}
		
.slideshow
		{
			margin:20px 0 0 0;
			float:left;
		}

.righttext
		{
			margin:20px 0 0 20px;
			width:220px;
			float:left;
		}
		
.text
		{
			margin:40px 0 0 0;
		}
		
.text h1
		{
		    margin:0 0 10px 0;
		}
		
		
		
		
		
/* -----------------------------------
+
+
+	Links
+
+
----------------------------------- */
	
a
		{
			text-decoration:none;
			color:#000;
		}
		
a:active
		{
			color:#000;
		}
		
a:visited
		{
			color:#000;
		}
		
a:hover
		{
			text-decoration:line-through;
			color:#000;
		}
		
		
		
		
		
		
.iewarning
		{
			display: none;
		}