/*
-----------------------------------------------
Bartlett Piano Service - CSS Styles
Author:   Karol Golka
Company:  http://www.webstruments.com
Version:  September 21, 2005
----------------------------------------------- 
*/


/* generics
-------------------- */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
body {
	background: #577FA5 url(../images/bps-contentbkgnd.gif) no-repeat left 72px;		
	background-attachment: fixed;
	text-align: left;
	margin: 0;
	padding: 0;				
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	line-height: 1.5em;	
	color: #f1f1f1;			
	}
img {
	display: block;
	border: 4px solid #9CB0C1;
	}	
a:link {
	color: #FBF1B4;
	border-bottom: 1px dotted #F8E156;
	}
a:visited {
	color: #FBF1B4;
	border-bottom: 1px dotted #F8E156;
	}
a:hover {	
	color: #F8E156;
	border-bottom: 1px solid #224F79;
	}	
a:active {
	color: #FBF1B4;
	border-bottom: 1px dotted #F8E156;
	}

/* layout
-------------------- */	
html, body {
	height: 100%;
	}		
#page {
	min-height: 100%;
	position: relative;
	}
#header {
	height: 72px;
	position: relative;
	background: url(../images/bps-header.gif) repeat-x 0% 0%;			
	}
h1 {
	position: absolute;
	top: 130px;
	left: 46px;
	}
h1 a {
	text-indent: -9000px;
	background: url(../images/bps-bartlettpianoservice.gif) no-repeat 0% 0%;
	display: block;
	width: 203px;
	height: 87px;
	border: none;		
	}	
h2#logo {
	position: absolute;
	top: 22px;
	left: 99px;
	text-indent: -9000px;
	background: url(../images/bps-logo.gif) no-repeat 0% 0%;
	width: 94px;
	height: 99px;		
	}	
#container {
	width: 970px;				
	}
#left1 {
	width: 295px;
	float: left;		
	padding-top: 476px;
	}	
#left2 {
	margin: 0;
	}		
#middle1 {
	width: 553px;
	float: left;			
	}
#middle2 {
	margin: 58px 35px 130px;		
	}
#footer {
	background: url(../images/bps-footer.gif) repeat-x 0% 0%;
	height: 72px;		
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;		
	}	
br.clear {
	clear: both;
	}
/* photo picinfos
-------------------- */	
#picinfo-homepagepic {
	background: url(../images/bps-picinfo-homepagepic.gif) no-repeat 0% 0%;
	width: 155px;
	height: 17px;
	text-indent: -9000px;		
	float: right;
	margin-right: -2px;
	}
/* title fonts
-------------------- */	
h3 {
	font-weight: normal;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #F8E156;
	padding: 0 0 .7em;
	}
h3.padded { padding-top: 1.7em; }
h3 strong {
	text-transform: none;
	font-weight: normal;
	font-size: 75%;
	padding-left: 15px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Serif;	
	}
h3.liner {
	border-bottom: 1px dotted #FBF1B4;
	margin-bottom: 1.5em;
	}
h4 {
	font-family: Georgia, "Times New Roman", Serif;
	color: #FAEEA2;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 7px;
	}
	
/* middle column stuff
-------------------- */		
#middle2 p {
	display: block;
	margin-bottom: 1em;
	font-size: .9em;
	}		
/* navigation (top)
-------------------- */
ul#nav {
	position: absolute;
	top: 43px;
	left: 294px;
	margin: 0;
	padding: 0;
	list-style: none;			
	height: 29px;	
	}			
ul#nav li {
	float: left;
	height: 29px;
	margin-right: 2px;
	}	
ul#nav li a {
	display: block;
	background: url(../images/bps-navtab-left.gif) no-repeat 0% 0%;						
	border: none;
	color: #102740;	
	width: 1px; 
	}
#header > ul#nav li a { width: auto; } /* clickable area IE hack */
ul#nav li a span {
	display: block;
	background: url(../images/bps-navtab-right.gif) no-repeat 100% 0%;
	padding: 4px 15px 5px;				
	}
ul#nav li a.current {
	background-image: url(../images/bps-navtab-left.gif);
	background-position: 0% -58px;
	font-weight: bold;
	color: #fff;
	}
ul#nav li a.current span { 
	background-image: url(../images/bps-navtab-right.gif); 
	background-position: 100% -58px;
	}
ul#nav li a:hover { background-image: url(../images/bps-navtab-left.gif); background-position: 0% -29px; }
ul#nav li a:hover span { background-image: url(../images/bps-navtab-right.gif); background-position: 100% -29px;}	
/* cancel out hover for .current */
ul#nav li a.current:hover { background-image: url(../images/bps-navtab-left.gif); background-position: 0% -58px; }
ul#nav li a.current:hover span { background-image: url(../images/bps-navtab-right.gif); background-position: 100% -58px; }

/* left bottom extra info
-------------------- */	
#footer #extrainfo {
	position: absolute;
	top: -170px;
	left: 52px;
	}
#extrainfo dl {
	line-height: 130%;
	color: #AFBFCD;
	}		
#extrainfo dl dt {
	font-weight: bold;	
	color: #eee;
	font-family: Georgia, "Times New Roman", Serif;	
	}
#extrainfo dl dd a {
	color: #AFBFCD;
	border-bottom: 1px dotted #fff;		
	}
#extrainfo dl dd.name {
	font-weight: bold;
	}
#copyright {
	color: #627B96;
	font-size: 90%;
	display: block;		
	position: absolute;
	bottom: 30px;
	left: 350px;
	}
#copyright a {
	color: #34597D;
	text-decoration: underline;
	border: none;
	}
#madebywebstruments {
	background: url(../images/made-by-webstruments.gif) no-repeat 0% 0%;
	display: block;
	width: 104px;
	height: 30px;
	text-indent: -9000px;
	border: none;
	position: absolute;
	top: 20px;
	left: 50px;
	}
#madebywebstruments:hover {
	cursor: help;
	}

/* services
---------------------------------- */	
dl#services dd {
	margin-bottom: 1.7em;
	}
/* referral
--------------------------------- */
dl.blockquote {
	margin: 0 0 2em;
	padding: 0;
	background: #40678C url(../images/bps-referral-top.gif) no-repeat 0% 0%;
	width: 483px;			
	}
dl.blockquote dt {
	margin: 0;
	padding: 20px 25px 15px;
	text-align: left;		
	}
dl.blockquote dd {
	text-align: right;
	font-size: 85%;
	margin: 0;
	padding: 5px 25px 0 0;
	background: #9CB0C1 url(../images/bps-referral-bottom.gif) no-repeat bottom left;	
	line-height: 140%;
	font-weight: bold;
	color: #FBF1B4;
	}
dl.blockquote dd em {
	display: block;
	padding-bottom: 10px;
	font-weight: normal;
	color: #fff;
	}	
/* tips
--------------------------------- */
dl#tips dt {
	color: #FBF1B4;	
	font-weight: bold;
	background: #9CB0C1 url(../images/bps-referral-bottom.gif) no-repeat bottom left;	
	font-weight: bold;
	color: #1B3F63;
	padding: 6px 10px;
	border-top: 3px solid #FBF1B4;
	margin-bottom: .7em;
	}
dl#tips dt em {
	border: 1px dotted #fff;
	border-top: 2px solid #fff;
	padding: 1px 4px;
	margin-right: 8px;
	color: #fff;	
	}
dl#tips dd {
	padding-bottom: 1.5em;
	}	

/* guestbook
---------------------------------- */
dl.guestbook-entry {
	margin: 0;
	padding: 0;		
	}
.guestbook-entry dt {
	background: #4E7499 url(../images/icon-guestbook-entry.gif) no-repeat 15px 9px;
	padding: 5px 10px 5px 35px;
	color: #FBF1B4;	
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Serif;	
	border: 1px solid #3F6285;
	border-bottom: none;
	}	
.guestbook-entry dt b {
	color: #F8E156;
	font-weight: normal;
	}
.guestbook-entry dt a {
	color: #F8E156;
	border-bottom: 1px dotted #FBF1B4;
	}
.guestbook-entry dt a:hover {
	color: #fff;
	border-bottom: 1px solid #F8E156;
	}
.guestbook-entry dd {
	padding: 5px 30px 10px 35px;
	margin: 0 0 20px;
	color: #666;
	font-size: 85%;	
	}	
dl.guestbook-entry dd {
	border: 1px solid #3F6285;
	border-top: none;
	color: #fff;
	}
h3 a.guestbook { 
	background: url(../images/icon-guestbook-entry.gif) no-repeat 0% 50%;	
	padding-left: 18px;
	margin-left: 15px;
	text-transform: none;
	font-weight: normal;
	font-size: 75%;
	padding-left: 15px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Serif;	
	}

/* links
-------------------- */	
ul.links { 
	list-style: square; 
	color: #C2CFDB;
	margin: 0 0 0 2em;
	padding: 0;
	}
ul.links li {
	margin: 0;
	padding: 0 0 .5em 10px;		
	}

/* photos
---------------------------------- */
ul#photos {
	margin: 0;
	padding: 0;	
	list-style: none;	
	}
ul#photos li {
	text-align: center;
	float: left;
	width: 120px;
	height: 120px;
	}
ul#photos a, ul#photos a img {	
	border: none;
	}
ul#photos li a img {
	border: 1px solid #C2CFDB;
	padding: 6px;
	}
ul#photos li a:hover img {
	padding: 0;
	border:7px solid #C2CFDB;
	}

/* view photos
---------------------------------- */
#viewphoto {
	margin: 30px auto 20px;
	padding: 0;	
	text-align: center;
	width: 100%;
	background-image: none;
	}
#viewphoto img {
	border:7px solid #C2CFDB;
	text-align: center;
	display: inline;
	}	

#viewphoto span {
	display: block;	
	margin: 10px 40px;
	color: #142B44;
	font-weight: bold;
	}
