/* We make this look good */

html,body {
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bodybg.png);
	background-repeat: repeat-x;
	background-color: #fff;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 30px;
	color: #7C1D20;
	text-align: right;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	font-weight: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-weight: bold;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
}

.appt p {
	color: #333333;
	line-height: 16px;
	text-align: right;
}

.appt strong {
	color: #7C1D20;
	line-height: 22px;
}

.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #563F23;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 20px;
	padding-right: 20px;
}

.number {
	font-family: "Times New Roman", Times, serif;
	font-size: 125%;
	letter-spacing: 2px;
	font-weight:bold;
	text-transform: uppercase;
	color: #000000;
}

.nine {
	font-family: "Times New Roman", Times, serif;
	font-size: 125%;
	letter-spacing: 2px;
	font-weight:bold;
	text-transform: uppercase;
	color: #7C1D20;
}

.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.bg {
	background-image: url(img/bodybg.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
}

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	}

.contactfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f0b0d;
	margin-bottom: 8px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	display: block;
	width: 315px;
	background-color: #ffffff;
	}
.contactfielderror {
	color: #3f0b0d;
	font-weight: bold;
	margin-bottom: 8px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	display: block;
	width: 315px;
	background-color: #ffffff;
	}
.contacttf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f0b0d;
	margin-bottom: 8px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	display: block;
	width: 315px;
	height: 70px;
	background-color: #ffffff;
	}
.contacttferror {
	color: #c30;
	font-weight: bold;
	margin-bottom: 8px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	display: block;
	width: 315px;
	height: 70px;
	background-color: #ffffff;
	}
a:link, a:visited {
	color: #3f0b0d;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active {
	color: #563f23;
	font-weight: bold;
	text-decoration: none;
}

/* Google Feed */

#feedControl { 
  margin-top : 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width : 580px;
}

.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  font-size:12px;
  font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif;
  color:#999;
  line-height:18px;
}

.gfg-title {
  color:#000000;
  font-size:14px;
  font-weight:bold;
  margin-bottom:12px;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-title a {
  color : #3f0b0d;
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color : #3f0b0d;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle a {
  color : #3f0b0d;
}

.gfg-entry {
  width : 100%;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result .gfg-title {
  position : relative;
  background-color : white;
  width : auto;
  height : 100%;
  padding-left : 20px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 15px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
}

.gfg-listentry-odd {
  background-color : #F6F6F6;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
  background-image : url('http://www.number9salon.com/img/garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 14px;
  line-height : 1.2em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #000000;
  margin-top : 3px;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #0000cc;
  margin-right : 3px;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}

.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('arrow_close.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}
