/* Global Reset + Core styles
----------------------------------------------- */
* {margin:0; padding:0;}
body {background:#000; color:#eee; font-family: Helvetica, Arial, sans-serif;}
h1,h2,h3,h4,h5 {color:#961E12; font-weight:bold; line-height:1.4em;}
h1, h2, h3 {margin-bottom:10px}
h1 {font-size:1.05em; line-height:1.4em;}
h2 {font-size:0.9em; line-height:1.4em;}
h3 {font-size:1.5em; line-height:120%; color:#b4b4b4; margin-bottom:0.8em;}
p {color:#b4b4b4; line-height:1.5em; font-size:0.85em; margin-bottom:1.4em;}
a {color:#961E12; text-decoration:none; outline:0;}
a:hover {text-decoration:underline;}
ul, ol {margin:0; font-size:0.9em; margin-bottom:0;}
ul {list-style-type:none;}
li {line-height:1.5em;}
hr {background:none;}
em {background:none; font-style:normal;}
img.right {float:right;}
img.left {float:left;}
input, textarea {font-family: Arial, sans-serif; font-size:0.8em;}
fieldset {border:none;}
button {border:1px solid #333; cursor:pointer;}
a img {border:0;}
a:hover img {border:0; text-decoration:none;}
.hidden {display: none;}


/* Main layout blocks
----------------------------------------------- */
html {
	background: #000;
}
body {
  position:relative;
}
#wrapper, #header {
  width: 97%;
}
#wrapper {
	display: inline;
  float:left;
  margin:0 0 9px 20px;
  position:relative;
  }
#header {
	float: left;
  padding-left:20px;
	zoom: 1;
}
#subnav ul li ul {
  margin-top:0;
}
h1#logo, h1#logo a {
  width:222px;
  height:41px;
  float:left;
  display:block;
  text-indent:-10000px;
  background:url(img/logo5.gif) no-repeat 0 0;
  outline:none;
}
ul#subnav {
  float:right;
  padding-right:20px;
  margin-bottom:0;
  text-transform:uppercase;
}
ul#subnav li {
  float:left;
  height:48px;
  font-weight:bold;
  display:inline;
}
ul#subnav li a {
  height:25px;
  color:#888;
  float:left;
  padding:0;
}
ul#subnav li a:hover {
  color:#961E12;
}
ul#subnav li.on a {
  background:#961E12;
  color:#000;
}
#content {
  float:left;
  position:relative;
  margin-left:0px;
  }
#wrapper .gallery ul li, #wrapper ul.featured li {
  float:left;
  margin-bottom:6px;
  padding-top:22px;
  width:148px;
  height:114px;
  background:url(img/thumb_bg_1.gif) no-repeat 0 0;
}
#wrapper .gallery {
  display:block;
  float:left;
	width: 100%;
}
#wrapper .gallery ul li a:hover img {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
#wrapper .anchor {
  width:500px;
  height:1px;
  background:none;
  margin-bottom:78px;
  float:left;
}
* html #wrapper .anchor {
  margin-bottom:60px;
}
#wrapper .anchor.top {
  margin-bottom:0;
}
#footer {
  border-top:1px solid #961E12;
  clear:both;
  padding-top:10px;
  margin-top:30px;
  color:#666;
}
#footer p, #footer li  {
  color:#666;
  font-size:0.75em;
}
#footer a {
  color:#666;
}
#footer a:hover {
  color:#f5f5f5;
}
#footer ul li {
  display:inline;
  float:left;
}
#footer #copyright {
  float:left;
  padding-left:20px;
}
#footer #terms {
  float:right;
  padding-right:15px;
}
#footer #terms ul li{
  padding:0 3px;
}


/* Main Navigation
----------------------------------------------- */
/* Level 1 nav */
ul#nav {
  float:left;
  width:auto;
  margin-left:20px;
  position:relative;
  height:76px;
}
ul#nav li {
  float:none;
  margin-bottom:0px;
  float:left;
}
ul#nav li#faces {
  width:74px;
}
ul#nav li#places {
  width:80px;
  margin-right:4px;
}
ul#nav li a {
  padding:0;
  width:65px;
  color:#961E12;
  font-weight:bold;
  /* border-bottom:1px solid #961E12; */
  outline:none;
}
ul#nav li.on a {
  background:#961E12;
  color:#000;
}
ul#nav li a:hover {
  background:#961E12;
}


/*Level 2 nav */
ul#nav li ul.second-level {
  float:left;
  margin-left:0px;
  padding:0 0 7px 0;
  width:530px;
  position:absolute;
}

ul#nav li ul li {
  margin-bottom:0;
  line-height:1.5em;
  font-size:0.95em;
  float:left;
  display:inline;
  border-right:1px solid #333;
  padding:0 8px;
}
ul#nav li ul li:last-child {
  border-right:0;
}
ul#nav li.on ul li a {
  color:#888;
  background:none;
  text-transform:none;
  width:auto;
  border-bottom:none;
}

ul#nav li.on ul li a:hover {
  color:#eee;
  background:none;
}
ul#nav li.on ul li.on a {
  color:#bfbfbf;
}


/* Old Level 2 nav 
ul#nav li ul {
  float:left;
  margin-left:0px;
  background:#000;
  filter:alpha(opacity=0.8);
  -moz-opacity:0.8; 
  -khtml-opacity: 0.8;
  opacity: 0.8;
  padding:0 0 7px 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}
ul#nav li ul li {
  margin-bottom:0;
  line-height:1.5em;
  font-size:0.95em;
  float:none;
  padding:0 10px 2px 10px;
}
ul#nav li.on ul li a {
  padding:0;
  color:#888;
  background:none;
  text-transform:none;
  width:auto;
  border-bottom:none;
}

ul#nav li.on ul li a:hover {
  color:#eee;
  background:none;
}
ul#nav li.on ul li.on a {
  color:#bfbfbf;
}
*/

/* Level 3 nav */
ul#nav li ul li ul {
  float:right;
  margin-top:0px;
  padding-left:8px;
  border-left:1px solid #434343;
}
ul#nav li ul li ul li {
  line-height:1.6em;
  font-size:0.95em;
}
ul#nav li.on ul li.on ul li.on a {
  color:#fff;
}
ul#nav li.on ul li.on ul li a:hover {
  color:#fff;
  background:none;
}



ul#nav ul.level3 {
  border-left:1px solid #434343;
  padding-left:8px;
}



/* Nav sprites */
ul#nav li#faces a,
ul#nav li#places a,
ul#nav li#spaces a,
ul#nav li#commercial a,
ul#subnav li.page-item-76 a,
ul#subnav li#nav_blog a,
ul#subnav li.page-item-80 a,
ul#subnav li.page-item-83 a {
  text-indent:-10000px;
  display:block;
  height:48px;
  background-position:0 0;
  background-repeat:no-repeat;
}
ul#subnav li.page-item-76 a:hover,
ul#subnav li#nav_blog a:hover,
ul#subnav li.page-item-80 a:hover,
ul#subnav li.page-item-83 a:hover {
  background-position:0 -48px;
}
ul#nav li#faces a:hover,
ul#nav li#places a:hover,
ul#nav li#spaces a:hover,
ul#nav li#commercial a:hover {
  background-position:0 -48px;
}
ul#nav li#faces.on a,
ul#nav li#places.on a,
ul#nav li#spaces.on a,
ul#nav li#commercial.on a,
ul#subnav li.page-item-76.current_page_item a,
ul#subnav li#nav_blog.current_page_item a,
ul#subnav li.page-item-80.current_page_item a,
ul#subnav li.page-item-83.current_page_item a {
  background-position:0 -96px;
}
ul#nav li#faces a {
  background-image:url(img/nav/faces.gif);
  width:69px;
}
ul#nav li.focussed {
  background-position:0 -48px;
}
/*
ul#nav li#faces.on {
  margin-right:-103px;
}
*/
ul#nav li#places a {
  background:url(img/nav/places.gif) no-repeat 0 0;
  width:79px;
}
ul#nav li#spaces a {
  background:url(img/nav/spaces.gif) no-repeat 0 0;
  width:81px;
}
ul#nav li#commercial a {
  background:url(img/nav/commercial.gif) no-repeat 0 0;
  width:125px;
}
ul#subnav li.page-item-76 a {
  background:url(img/nav/about.gif) no-repeat 0 0;
  width:62px;
}
ul#subnav li#nav_blog a {
  background:url(img/nav/blog.gif) no-repeat 0 0;
  width:52px;
}
ul#subnav li.page-item-80 a {
  background:url(img/nav/buy.gif) no-repeat 0 0;
  width:45px;
}
ul#subnav li.page-item-83 a {
  background:url(img/nav/contact.gif) no-repeat 0 0;
  width:78px;
}

ul#nav li#faces ul li a,
ul#nav li#faces.on ul li a,
ul#nav li#places ul li a,
ul#nav li#places.on ul li a,
ul#nav li#spaces ul li a,
ul#nav li#spaces.on ul li a,
ul#nav li#commercial ul li a,
ul#nav li#commercial.on ul li a {
  background:none;
  color:#dcdcdc;
  font-size: .9em;
  letter-spacing:.1em;
  text-indent:0;
  width:auto;
  height:auto;
  display:inline;
  text-transform: uppercase;
}
ul#nav li#faces ul li a:visited,
ul#nav li#places ul li a:visited,
ul#nav li#spaces ul li a:visited,
ul#nav li#commercial ul li a:visited {
  color:#999;
}
ul#nav li#faces ul li.on a {
  color:#ccc;
}
ul#nav li#faces ul li ul li.on a,
ul#nav li#places ul li ul li.on a,
ul#nav li#spaces ul li ul li.on a,
ul#nav li#commercial ul li ul li.on a {
  color:#961E12;
}
ul#nav li#faces ul li ul li.on a:hover,
ul#nav li#places ul li ul li.on a:hover,
ul#nav li#spaces ul li ul li.on a:hover,
ul#nav li#commercial ul li ul li.on a:hover {
  color:#961E12;
}
ul#nav li#faces ul li a:hover,
ul#nav li#faces.on ul li a:hover,
ul#nav li#places ul li a:hover,
ul#nav li#places.on ul li,
ul#nav li#spaces ul li a:hover,
ul#nav li#spaces.on ul li a:hover,
ul#nav li#commercial ul li a:hover,
ul#nav li#commercial.on ul li a:hover {
  background:none;
  color:#eee;
}


/* Wordpress class overwrites */
ul#nav li#faces ul li.current-cat a,
ul#nav li#places ul li.current-cat a,
ul#nav li#spaces ul li.current-cat a,
ul#nav li#commercial ul li.current-cat a {
  color:#fff;
  text-decoration: underline;
}
.post {
  border-bottom:1px dashed #333;
  margin:1em 0;
  float:left;
}
.post h2 {
  font-size:1.5em;
  border-bottom:1px solid #961E12;
  padding-bottom:0px;
  margin-bottom:6px;
  color:#fff;
}
p.postmetdata {
  margin-bottom:0;
}
#wrapper ul.post-meta {
  color:#999;
  float:right;
  font-size:0.8em;
  margin-top:-31px;
  position:relative;
}
#wrapper ul.post-meta li span {
  display:none;
}

/* Home
----------------------------------------------- */
body#page_home #footer {
	display: none;
}
body#page_home ul#nav {
	height: 53px;
}
.home h2 {
  color:#fff;
  font-size:0.7em;
  background:#282828;
  color:#ccc;
  float:left;
  padding:4px 8px 3px 8px;
  margin:0 0 -1px 0;
  position:relative;
  letter-spacing:.1em;
  text-transform: uppercase;
}
#wrapper #homepage_gallery {
	display: block;
	position: relative;
	width: 100%;
}
#wrapper #homepage_gallery li {
	position: absolute;
	top: 0;
}

/* Content
----------------------------------------------- */
#wrapper ul {
	clear: both;
  float:left;
  margin-bottom:0;
  margin-right:0;
	width: 100%;
}
#wrapper ul.post-meta {
	width: auto;
}
.title {
  border-bottom:1px solid #961E12;
  float:left;
  margin-bottom:15px;
}
.title h3 {
  float:left;
  margin-bottom:0px;
  text-transform:uppercase;
  font-size:0.8em;
}
.title a {
  padding-right:32px;
  float:right;
  color:#888;
  font-size:0.8em;
}
.title a:hover {
  color:#fff;
}
a.backtotop {
  float:right;
  position:relative;
  margin-top:-25px;
  padding:3px 5px;
  background:#961E12;
  color:#000;
  font-size:0.8em;
}

/* About
----------------------------------------------- */
#about {
  width:793px;
  float:left;
  position:relative;
  margin-top:-20px;
}
#about_text h3 {
  color:#961E12;
}
#about_text {
  float:left;
  width:478px;
  padding-right:20px;
  margin-top:23px;
}
#about_photos {
  float:left;
  width:295px;
}
#slider {
  width:295px;
  height:445px;
  float:left;
  margin-right:0;
  margin-left:0px;
  position:relative;
  }
.scroll {
    width: 295px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}
.scrollContainer div.panel {
    padding:0;
    height: 800px;
    width: 295px;
    display:inline;
    position:relative;
    padding:0 7px;
}
.scrollContainer div.panel p {
  font-size:0.82em;
}
.scrollContainer div.panel img {
  display:block;
  margin-bottom:14px;
}
#wrapper ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 4px;
    float:right;
    width:auto;
}
ul.navigation li {
    margin-left: 4px;
    float:left;
}
ul.navigation a {
    padding:3px 6px 2px 6px;
    color: #961E12;
    text-decoration: none;
    color:#999;
    font-size:0.85em;
}
ul.navigation a:hover {
    background-color: #961E12;
    color:#000;
}
ul.navigation a.selected {
    background-color: #961E12;
    color:#000;
}
ul.navigation a:focus {
    outline: none;
}
.scrollButtons {
    display:none;
}
.scrollButtons.back {
    right: 80px;
}
.scrollButtons.next {
    right: 0px;
}
.hide {
    display: none;
}

/* Contact
----------------------------------------------- */
#hcard-Robin-Baird {
  float:left;
  width:470px;
}
#hcard-Robin-Baird h3 {
  line-height:125%;
}


/* Buy
----------------------------------------------- */
#buy {
  width:470px;
}