/*
	PAVEY PAINTINGS
	
	Copyright Danson Digital, all rights reserved
	http://www.dansondigital.co.uk	Created by Stuart Hutchinson	
	Version 1.0	
	Last modified 30th December 2007
	
	PRIMARY STYLE SHEET

*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		IMPORT ADDITIONAL SHEETS AS NECESSARY
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS, anything sitewide
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	body {
	background-color: white;
	margin: 0; /* Gets rid of default margin on body that most browsers add. */
	padding: 0; /* Gets rid of default padding on body that Opera adds. */
	text-align: center;
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	}
	
	h2 {
		font-weight: normal;
		font-size: 2em;	
	}
	
	h3 {
		font-weight: normal;
		font-size: 1.3em;	
	}
	a {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	color: black;
	text-decoration: none;
	}
	
	a:hover {
	text-decoration: underline;
	}

	li {
		list-style-type: none;
	
	}
/* Main div for all other content on page. A main wrapper div allows us to easily center everything in the viewport. */
	#holder {
		color: black;
		width: 850px; /* Sets width of main container. */
		text-align: left;
		padding-top:75px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		background-color: white;
		position: relative;
		}
		
/* Needed to hold link to main content in compliance with Section 508, rule o. */
	#skipnav {
		position: absolute; /* Sets the div to be positioned in a precise spot in relation to its nearest postioned ancestor, or barring that, the 			body. Also removes it from the flow, so it will not push down the header image. */
		top: 0; /* Places the div at the top of body. */
		left: 0; /* Places the div at the left side of body. */
		margin-left: -1000px; /* Moves the div off the left side of the screen, making it invisible to those using visual browsers but accessible to 		those using screen readers and other user agents. */
		}
		
	#menu_home { /*Home Page site navigation */
	padding-right: 35px;                          
	float: left;                          
	width: 200px;
	height: 490px;
	text-align: right;
	}
	
	#menu_home ul {
		font-size: 2em;
		line-height: 1.2em;
	}
	
	#menu { /*Main site navigation */
	float: right;
	width: 850px;
	text-align: right;
	height: 60px;
	font-size: 0.95em;
	}
	
	#menu ul {
		float:right;
	}
	
	#menu li {
		display: inline;
		}
	
	#showcase {
		float: left;
	}
	
	#gallery_info {
		padding-top:10px;
		padding-left: 15px;
		float:left;
		width: 235px;
	
	}
	
	#gallery_info p {
		text-align: left;
		color: black;
		font-size: .85em;
	}
		
	#main_body {
		width:490px;
		float:left;
		padding-top: 10px;
		padding-left: 10px;	
	}
	
	#main_body p {
		text-align: left;
		color: black;
		font-size: .85em;
		}
		
		#main_body li {
		text-align: left;
		color: black;
		font-size: .85em;
		}
		
	#main_body_about p {
		text-align: left;
		color: black;
		font-size: .85em;
		}
		
		#main_body_about li {
		text-align: left;
		color: black;
		font-size: .85em;
		}
		
	#footer {
	background-image: url(../images/mini_title.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:850px;
	float:left;
	clear: both;
	padding-top: 40px;
	color: #666666;
	font-size: 12px;
	}
	
	#footer_home {
		width:850px;
		float:left;
		clear: both;
		padding-top: 40px;
		color: #666666;
		font-size: 12px;
	}
	
	.news_home {
		text-align: left;
		color: black;
		font-size: .85em;
	}
	
	.news_home h1 {
		font-size: 1.1em;
		text-decoration: underline;
	}
	.active {
		text-decoration: none;
		color: #999999;
	}
#main_body table {
	font-size: .95em;
}
#post {
	padding: 10px;
}

