#container-outer {
  border-left: 4px solid #888;
  border-right: 4px solid #888;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -3em;
}

.container {
  margin: 0 auto;
  padding: 0;
  text-align:left;
  width: 960px;
}

.photo-frame-5 {
  background-color: #444;
  border: 1px solid #777;
  padding: 5px;
}

.gw-green {
  color: #41BF49;
}

/*============================================================================*/

form input#ignore {
  display: none !important;
}

form label {
  display: block;
}

form input[type="text"], form input[type="password"], form select, form textarea {
  padding: 4px;
}

form textarea[name="query"] {
  background-color: #FFF !important;
  height: 140px !important;
  width: 328px !important;
}

#errors .form-errors {
  padding-left: 0;
}

#errors .form-errors li.error-entry {
  color: #C14187;
  background: transparent url(/images/exclamation.png) no-repeat;
  list-style: none;
  padding-left: 22px;
}

/*============================================================================*/

#header, #footer, #page, .page, .post, .content {
  clear: both;
}

/*============================================================================*/

#header {
  padding-top: 30px;
  text-align: center;
}

#header #top h1 {
  background: url(/images/gw_header.png) no-repeat center top transparent;
  height: 96px;
  font-size: 8em;
  margin-bottom: 0.25em;
}

#header #top h1 a {
  display: block;
  text-indent: -9999px;
}

#header #top h1 a:hover {
  border: none;
}

#header #top h2 {
  font-size: 1.75em;
  margin-top: -15px;
}

#header #bottom {
  margin-top: 30px;
}

#header #nav, #header #nav ul {
  height: 40px;
  float: left;
  margin: 0 auto;
  padding: 0;
}

#header #nav {
  background: url(/images/nav.png) repeat-x scroll 0 0 transparent;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #777;
  border-bottom: 1px solid #444;
  overflow: hidden;
  width: 950px;
}

#header #nav ul {
  left: 50%;
  position: relative;
}

#header #nav a {
  color: #DFC5A7;
  font-size: 1.25em;
  font-weight: bold;
  text-shadow: 1px 2px #000;
}

#header #nav li {
  /*background: url(/images/nav_li.png) repeat-x scroll 0 0 transparent;*/
  float: left;
  height: 40px;
  line-height: 40px;
  list-style: none;
  margin: 0 10px; 
  position: relative;
  right: 50%;
  /*width: 90px;*/
}

#header #nav li img {
  vertical-align: middle;
}

#header #nav li a:hover {
  border-bottom: 2px dotted;
  color: #111;
  text-shadow: 1px 1px #aaa;
}

#header #nav li a.no-hover:hover {
  color: #111 !important;
  border-bottom: none !important;
  text-decoration: none !important;
}

#header #nav li a.current {
  border-bottom: 2px solid;
  color: #222;
  text-shadow: 1px 1px #888;
}

#header #search {
  float: right;
  margin-right: 22px;
}

/*============================================================================*/

#container-outer, #footer-push, #footer {
  background-color: #111;
  width: 952px;
}

#footer-push {
  height: 5em;
  clear: both;
}

#footer {
  border-left: 4px solid #888;
  border-right: 4px solid #888;
  height: 3em;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
}

/*============================================================================*/

#page {
  margin: 0 auto;
  padding-top: 30px;
}

#page, #content {
  width: 700px;
  text-align: justify;
}

#content h2 {
  margin-top: 0;
}

/*============================================================================*/

.blog #page .post h2:first-child, .single #page .post h2:first-child {
  margin: 0;
}

.blog #page .post {
  padding-bottom: 20px;
}

/*============================================================================*/

#comments {
  padding-top: 20px;
}

#comments #comment-form textarea {
  background-color: #222;
  border: 1px solid #555;
  height: 100px;
  width: 400px;
}

/*============================================================================*/

#post-29 #contact-details {
  float: left;
  padding-right: 30px;
  width: 320px;
}

#post-29 #contact-form {
  float: left;
  width: 350px;
}

/*============================================================================*/

#about-description {
  float: left;
  /*width: 380px;*/
}

#about-map {
  background-color: #222;
  border: 1px solid #444;
  float: left;
  padding: 8px;
}

#about-map a {
  color: #000;
}

/*============================================================================*/

/* Portfolio */

#post-28 {
  margin-left: 80px;
}

#post-28 .entry:first-child {
  margin-top: 15px;
}

#post-28 .portfolio-image {
  clear: both;
  float: left;
  margin-bottom: 20px;
}

#post-28 .portfolio-image img {
  height: 100px;
  width: 100px;
}

#post-28 .portfolio-description {
  float: left;
  margin: 10px 0 0 10px;
}

/*============================================================================*/

.gw-contact-details p {
  margin: 0 0 .25em 0;
}

/*============================================================================*/


