/*************************************************************
 
 -------------------------------------------------------------
 Theme:   Photos By Liz
 Author:  SecretPenguin
          http://www.secretpenguin.com
 
 
*************************************************************/



/*============================================================
Body
============================================================*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 11px; 
	color: #FFFFFF; 
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: Arial, Sans-Serif;
	background: #b7b0a7;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
	
p {
	padding-bottom: 10px;
	padding-left: 5px;
	}	
	
a, a:link, a:visited {
		color: #FFF;
		text-decoration: underline;	
		}
	
	a:hover {
		color: #CCC;
		text-decoration: underline;
		}	
	
#content {
	width: 955px;
	text-align: left;
	margin : 0px auto;
	padding-right: 12px;
	padding-top: 66px;
	}
	
#gallery {
	width: 900px;
	text-align: left;
	margin : 0px auto;	
	}		

blockquote {
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 18px;
	padding-bottom: 10px;
	margin: 15px 30px 20px 10px;
	padding-left: 20px;
	border-left: 5px solid #211f1b;
	color: #746d60;
	}
	
strong {
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 18px;
	margin-top: 100px;
	color: #746d60;
	}
	
h1, h2 {
	display: none;
	}

h3 {
	color: #707069;
	font-size: 160px; 
	line-height: 180px;
	letter-spacing: -7px;
	}

h4 {
	display: block;
	width: 955px;
	height: 71px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/header-home.gif);
	margin : 0px auto;
	background-repeat: no-repeat;
	}
	h4:hover, h4:active {
		background-position: bottom;
		}
	h4 a, h4 a:hover, h4 a:active {
		background-position: bottom;
		text-decoration: none;
		}


	
#footer {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	clear: both;
	color: #241e16;
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;	
	}			
	
	#footer a, #footer a:link, #footer a:visited {
		color: #241e16;
		text-decoration: none;	
		}
	
	#footer a:hover {
		color: #241e16;
		text-decoration: underline;
		}
		
		
				