/*****************************************************
  CSS 2.10 Style Document
  Sarah Rutherford Lampitt Photography
  www.lampitts.co.uk
  
  Copyright©2007 by <a href="http://www.photography-prints.co.uk" target="_blank">Justin Kercher</a>
  www.photography-prints.co.uk | www.n2kdesign.co.uk
  
  Version History:
  01/09/2007 - Version 1.0a creation.
*****************************************************/

	body { 
			background-color: #393939;
			background-image: url(../images/bgtile.gif);
			color: silver;
			font-family: arial;
			font-size: 1.0em;
		}
	
	#frame {
		width: 900px;
	}
	
	a {
		color: #ff9700;
		text-decoration: none;
	}
	
	.navbar {
		background-color: #171717;
		height: 38px;
		margin-bottom: 5px;
		text-align: right;
		background-image:url(../images/navtile.jpg);
		background-repeat: repeat-y;
	}
	
	#main {
		background-color: #171717;
		height: 420px;
		width: 900px;
		margin-bottom: 5px;
	}
	
	.padding14 {
		  padding: 14px;
	}
	
	.padding10 {
		  padding: 10px;
	}
	
	#content {
		float: right;
		clear: none;
		background-color: #3f3f3f;
		width: 276px;
		height: 392px;
		text-align: justify;
	}
	
	
	#photoviewer {
		float: left; 
		clear: none;
		height: 392px;
		width: 586px;
		overflow: hidden;
	}
	
	#photoviewer_fade {
		float: left; 
		clear: none;
		height: 392px;
		width: 586px;
		overflow: hidden;
		filter: alpha(opacity=0); -moz-opacity:0;
	}
	 
	  #content p {
	  	margin: 0px;
		padding: 6px;
		font-size: 0.8em;
	  }
	
	
	#menu {
		color: white;
		font-weight: bold;
	}
		#menu a {
			color: white;
			text-decoration: none;
			font-size: 0.6em;
			margin: 0px 5px 0px 5px;
		}
		
		#menu a.active {
			color: #ff9700;
			font-size: 0.8em;
			margin: 0px 5px 0px 5px;
		}
	
	.thumb {
		border: solid 1px #ffffff;
		margin-bottom:6px;
	}
	
	.thumbactive {
		border: solid 2px #feb300;
				margin-bottom:6px;
	}
	
	input, textarea {
		background-color: silver;
		border: solid 1px gray;
		color: #333333;
	}