@charset "utf-8";

/*
=========================================================
Default Stylesheet | Nancy Sarra-Allen Photography

Web Design By:
Hollyn Harter
HH Graphic Design
http://www.HHgraphicdesign.com

Created:
September 2009
=========================================================
*/

body {
	margin-top: 15px; 
	padding: 0px;
	background-color:#000000;
	background-image: url(images/leaf_bkgrd_2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:100% 100%;
	
}

a:link {
	color: #666600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666600;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}

p {
	font-family: "High Tower Text", Georgia, Times, serif;
	font-size: 20px;
	color: #666666;
}

h1 {
	font-family: "High Tower Text", Georgia, Times, serif;
	font-size: 15px;
	color: #000000; 
	text-transform:capitalize;
}

#container {
	padding: 0px;
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFCC;
	border: solid #666600 3px; 
}

#side_nav {
	width: 190px;
	height: 442px;
	margin: 0 0 0 0;	
}

#content {
	float:right;
	width: 760px;
	background-color: #FFFFCC;
	margin: 0;
	padding-top: 5px;
	
}

#press {
	width: 160px;
	height:260px;
	text-align:center;
	float:left;
}

#footer {
	padding: 0px;
	width: 960px;
	margin: 0 auto;
		
}

.nav {
	font-family: "High Tower Text", Georgia, Times, serif;
	font-size:16px;
	font-weight:bold;
	color: #666666;
	text-transform:capitalize;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 5px;
	list-style: none;
}

.sub_nav {
	font-family: "High Tower Text", Georgia, Times, serif;
	font-size:14px;
	color: #666666;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: disc;
	margin-left: -10px;
}

.about {
	font-family: "High Tower Text", Georgia, Times, serif;
	font-size: 18px;
	line-height: 1.25em;
	color: #666666;
	padding-right: 30px;
	padding-left: 30px;
	text-indent: 25px;

}

.press {
	font-family: "High Tower Text", Georgia, Times, serif;
	font-size: 18px;
	line-height: 1.25em;
	color: #666666;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	text-indent: 0px;
	border-top:dotted 1px #660000;

}

.contact {
	font-family: "High Tower Text", Georgia, Times, serif;
	font-size: 18px;
	line-height: 1.25em;
	color: #666666;

}

.frame {
	height: 34px;
	width: 942px;
	background-image: url(images/textured_bkgrd.gif);
	background-repeat: repeat;
	text-align: right;
	padding-right: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.frame_bottom {
	height: 34px;
	width: 942px;
	background-image: url(images/textured_bkgrd.gif);
	background-repeat: repeat;
	text-align: right;
	padding-right: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.icon {
	float: right;
	
}

.contact_image {
	float: left;
}

.press_image {
	padding: 15px 5px 5px 5px;
}

.facebook {
	padding: 0px 5px 0px 5px;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666600;
	text-align: center;
	
}

.galleries {
	font-family: "High Tower Text", Georgia, Times, serif;
	font-size: 15px;
	color: #666600;
	
}

.gallery_button { 
	margin: 10px 0 0 0; 
	padding: 0; 
	border: 3px solid;
	
}	

div.frame {
	border-top: solid #CC9966 1px;
	border-bottom: solid #CC9966 1px;
}

div.frame_bottom {
	border-top: solid #CC9966 1px;
	border-bottom: solid #CC9966 1px;
	clear: both;
}




