body {
	background:#fff;
}
header, nav, footer {
	background:#fff;
}
#container {
	background:#fff;
}
#main {
	min-height:500px;
}
#background, #gallery_image {
	width:620px;
	overflow:hidden;
}
#gallery_image {
  
}
#gallery_image img {
  margin:0;
          box-shadow:0px 1px 3px #a8b28d;
  -webkit-box-shadow:0px 1px 3px #a8b28d;
     -moz-box-shadow:0px 1px 3px #a8b28d;
  
}
header {
  background:#f5f6f2;
  
	margin-bottom:20px;
	min-height:60px;
	-webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  
          box-shadow:0px 1px 3px #a8b28d;
  -webkit-box-shadow:0px 1px 3px #a8b28d;
     -moz-box-shadow:0px 1px 3px #a8b28d;
  
}
header h1 {
	font-size:24px;
	line-height:60px;
	padding:0 20px;
	font-family: 'Maven Pro', sans-serif;
}
header h1 a {
	text-decoration: none;
	color:#111;
}
#welcome h2 {
	text-align: center;
	font-size:2em;
	padding:40px 0 0 0;
	margin-bottom:20px;
}
#welcome p {
	text-align:center;
	padding:0 20px;
}
footer {
	margin-top:20px;
}
#nav {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background:#f5f6f2;
  
          box-shadow:0px 1px 3px #a8b28d;
  -webkit-box-shadow:0px 1px 3px #a8b28d;
     -moz-box-shadow:0px 1px 3px #a8b28d;
}
#nav ul {
	margin-left:0;
	list-style-type: none;
}
#nav ul li {
  list-style-type: none;
}
#nav #portfolio ul li {
	padding:0 0 2px 0;
}
#nav ul#pages li.sub_page {
	padding-left:15px;
}
li.section {
	font-weight:bold;
	color:#999;
	text-shadow: #fff 0px 1px 0px;
	padding:5px;
	letter-spacing: 0.1em;
}
li.category_header {
	color:#ccc;
	text-align:left;
	font-size:80%;
	border-bottom:1px solid #eee;
	margin:10px 0;
	text-transform: uppercase;
}
#nav ul li a {
	text-decoration: none;
}
ul#tabs {
  background:#d6dbca;
  height:40px;
  
   -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
       -moz-border-radius-topleft: 6px;
      -moz-border-radius-topright: 6px;
           border-top-left-radius: 6px;
          border-top-right-radius: 6px;
}
ul#tabs li {
  float:left;
  height:25px;
  margin:15px 5px 0 5px;
   -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
       -moz-border-radius-topleft: 3px;
      -moz-border-radius-topright: 3px;
           border-top-left-radius: 3px;
          border-top-right-radius: 3px;
}
ul#tabs li a {
  display:block;
  height:25px;
  line-height:25px;
  font-weight:bold;
  padding:0 10px;
  color:#98a578;
  
  text-shadow: #f5f6f2 0px 1px 0px;
}
ul#tabs li a:hover {
  color:#899665;
}
ul#tabs li.current {
  background:#f5f6f2;
}
ul#tabs li.current a {
  color:#a8b28d;
  text-shadow: #fff 0px 1px 0px;
}

#portfolio, #info, #contact {
  padding:10px;
}
#contact ul li {
  color:#889665;
  padding:0 0 2px 0;
}

div#caption {
  background:#f5f6f2;
	padding:10px;
	color:#a8b28d;
	font-family: Georgia, Times, serif;
	font-style: italic;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top:20px;
  
          box-shadow:0px 1px 3px #a8b28d;
  -webkit-box-shadow:0px 1px 3px #a8b28d;
     -moz-box-shadow:0px 1px 3px #a8b28d;
  
}
div#thumbs {
	margin:40px 0 0 17px;
	padding:0;
}
div#thumbs div {
	padding:0;
	width:75px;
	height:75px;
	overflow:hidden;
	float:left;
	margin:0 17px 17px 0;
}
#page {
	margin:10px;
	line-height:1.5em;
}
#page h2 {
	text-transform: uppercase;
	margin-bottom:20px;
}
footer div {
	color:#ccc;
  margin-bottom:5px;
}
