/*
-----------------------------------------------
Client: DLJ Photo
Description: Index page
Author: Copious Ltd - www.copious.co.uk
Copyright: 2007 Copious Ltd
Version:  12 Apr 2007
----------------------------------------------- */


/* Resets: */
html, body { margin: 0; padding: 0 0 25px 0; font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; color: White; }
body { background: #5A5E51 url(../images/bkgrd.jpg) repeat-x top left; font-size: 62.5%; }

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, p { margin: 0; padding: 0; }


/* Miscellaneous conveniences: */
img { border: 0; display: block; }
.clear { height: 1%; clear: both; }

	
/* Postioning
----------------------------------------------- */

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 734px;
}

/* Common Typography
----------------------------------------------- */

h1 { 
	color : White;
	margin: 8px 0 16px 0;
	padding: 8px 0 8px 0;
	font-size: 2.4em;  
	border-top: 1px solid #5C6153;
	border-bottom: 1px solid #5C6153;
	font-weight: normal;
	line-height: 110%;
}

h1 span {
	color: #C3C2C1;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1.2em; 
}

blockquote {
	margin: 20px;
	padding:  0 0 20px 0;
	font-size: 1.2em; 
	font-style: italic;
}

p a,
blockquote a {
	color: white;
}

/* Misc Elements
----------------------------------------------- */

.skiplink {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

.clear {
	clear: both; 
	margin: 0;
	font-size: 1px; 
	line-height: 1px; 
	height: 100px; /* used for clearing elements */
}
	
.hide { display: none; }
