/*-----------------------------------------------------------------------------
lisagriffin photography Style Sheet 

version:   Nov 07
author:    Christine Reed
email:     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;
}


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

body {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:.8em;
	color:#2d649c; 
	}




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



/* =Links
-----------------------------------------------------------------------------*/
a:link{font-family:"Trebuchet MS", Arial, sans-serif;
	color:#2d649c;
	text-decoration:underline;
	}
	
a:visited{
	color:#2d649c;
	font-family:"Trebuchet MS", Arial, sans-serif;
	text-decoration:underline;}	
	
 a:link:hover{
	color:#1f456c;
	font-family:"Trebuchet MS", Arial, sans-serif;
	text-decoration:none;
	}
	
a:active{
	color:#1f456c;
	font-family:"Trebuchet MS", Arial, sans-serif;
	text-decoration:none;
	}	


/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/

#nav{padding-top:50px;
	}

#nav ul{
	padding-left:5px;
	margin-left:0;
	text-align:center;
	}
	
#nav ul li{
	list-style-type:none;
	margin:0;
	display:inline;
	}
	
#nav ul li a{
	padding-left:15px;
	padding-right:15px;
	font-size:1.1em;
	font-weight:100;
	}
	



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




/* =Main Content
-----------------------------------------------------------------------------*/

#wrapper{
	width:760px;
	margin:0 auto;	
	padding:120px 0 0 0;
	text-align:left;
	}


/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
.contact {font-size:1em;
font-weight:100;
color:#2d649c;}

.contact a{
	font-size:1.1em;
	font-weight:100;
	}
	
.contactsmallcopyrights{
	margin-top:80px;
	font-style:"Trebuchet MS", Arial, sans-serif;
	font-size:.7em;
	font-weight:100;
	color:#2d649c;
	text-align:center;}
	


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

/*main pict front gallery images on homepage (index page and weddings index pages
*/

#gallthumbslist{list-style-type:none;
	text-align:center;
	margin:0 auto;
	}
	
#gallthumbslist ul{
margin:0 auto;
text-align:center;
	}

#gallthumbslist li{
margin:0 auto;
padding-right:12px;
font-family:"Trebuchet MS", Arial, sans-serif;
color:#2d649c;
text-align:center;
	}
	
#gallthumbslist img{
	display:inline;
	}
	
#gallthumblist a{
	font-size:1.1em;
	font-weight:100;
	}
	


/* =Misc 2
-----------------------------------------------------------------------------*/
#services{
	list-style-type:disc;
	margin:1em 0 1em 5em;
	padding:0 0 0 2em;
	}
	
#services li{
	padding:0.5em;
	}
	
.center{
margin:10px auto 20px 230px;
padding:0;

}