/*-----------------------------------------------------------------------------
lisa grifin photography Style Sheet 

version:   1.0
author:    Christine Reed
email:     cr@woodhamwebwriter.co.uk
website:   http://www.woodhamwebwriter.co.uk
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

img a:link, img a:visited{
	text-decoration:none;
	}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#2d649c; 
	font-size:12px;
	text-align:center;
	}


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/
a:link{
	color:#1f456c;
	}
	
a:visited{
	color:#2d649c;
	}
	
a:hover, a:active{
	color:#1f456c;
	text-decoration:none;
	}
	


/* =Branding
-----------------------------------------------------------------------------*/
#headlogo{
	text-align:center;
	margin: 20px auto 20px auto;
	padding:0;
		}



/* =Main Nav
-----------------------------------------------------------------------------*/
#gallerylist{
	list-style-type:none;
	margin:0 auto 0 55px;
	padding:0 0 40px 0;
	border-bottom: 1px solid white;
	}

#gallerylist li{
float:left;
width:130px;
margin:0 auto;
text-align:center;
}

#gallerylist img{
display:inline;
}


/* =Main Content
-----------------------------------------------------------------------------*/
#wrapper{
	text-align:left;
	width:760px;
	margin:0 auto;
	background-color:#FFFFFF;
	}

#content{
	margin:5em auto 3em auto;
	padding:40px 0 0 0;
	text-align:left;
	width:550px;
	}
	



/* =Footer
-----------------------------------------------------------------------------*/

.contactsmall{
	font-size:12px;
	font-weight:100;
	color:#2d649c;
	padding-left:80px;}
	
#copyrights{text-align:center;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#2d649c; 
	font-size:10px;
	margin:50px auto 0 auto;
	padding:0 0 0 40px;
	}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
