/*
Theme Name: Urban Forest Project San Francisco Theme 
Theme URI: http://www.hgharrygo.com/
Description: This theme is capturing the essence of urban scenery, mixed with the forest.
Version: 1.0
Author: Harry Go
Tags: urban, forest, green, brown, tree

*/

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #D9D3B4;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	border: none;
	outline: none;
}

a {
	color: #55AF28;
}

a:hover {
	color: #631a00;
}

img {
	border: none;
	outline: none;
}

ul {
	list-style: none;
	margin: 0;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(images/container.jpg);
	background-repeat: repeat-y;
	/*padding-bottom: 75px;*/
	overflow: auto;
}

h1 {
	margin: 0;
	display: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #631a00;
	font-weight: bold;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;	
}

#header {
	width: 900px;
	height: 214px;
	background-image: url(images/header.png);
	position: relative;
}

#header #navbar {
	bottom: 18px;
	left: 200px;
	position: absolute;
}

#navbar ul li {
	display: inline;
	float: left;
	padding-right: 16px;
	height: 20px;
}

#navbar a {
  display: block;
  text-indent: -9000px;
  outline: none;
  background-position: top;
}

#navbar a:hover {
  background-position: bottom;
}

#navbar a:hover span {
  display: block;
}

#navbar .banners {
  width: 83px;
  background: url(images/button_banners.png) no-repeat;
}

/* Dynamic Navbar */
.page_item:hover {
	background-position: left bottom;
}

.page-item-36 {
  width: 83px;
  background: url(images/button_banners.png) no-repeat;
}

.page-item-20 {
  width: 92px;
  background: url(images/button_students.png) no-repeat;
}

.page-item-34 {
  width: 40px;
  background: url(images/button_map.png) no-repeat;
}

.page-item-28 {
  width: 47px;
  background: url(images/button_shop.png) no-repeat;
}

.page-item-31 {
  width: 57px;
  background: url(images/button_press.png) no-repeat;
}

.page-item-14 {
  width: 92px;
  background: url(images/button_partners.png) no-repeat;
}

.page-item-16 {
  width: 81px;
  background: url(images/button_contact.png) no-repeat;
}

#navbar li.current_page_item {
	background-position: left bottom;
}

#navbar li.current_page_item a{
	cursor: default;
} 


/* for static navbar */

#navbar .students {
  width: 92px;
  background: url(images/button_students.png) no-repeat;
}

#navbar .map {
  width: 40px;
  background: url(images/button_map.png) no-repeat;
}

#navbar .shop {
  width: 47px;
  background: url(images/button_shop.png) no-repeat;
}

#navbar .press {
  width: 57px;
  background: url(images/button_press.png) no-repeat;
}

#navbar .partners {
  width: 92px;
  background: url(images/button_partners.png) no-repeat;
}

#navbar .contact {
  width: 81px;
  background: url(images/button_contact.png) no-repeat;
}

#logo {
	width: 230px;
	height: 174px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: -12px;
}

#logo span {
	width: 230px;
	height: 174px;
	text-indent: -9999px;
}

.content {
	float: left;
	margin-left: 30px;
	width: 500px;
	position: relative;
	margin-bottom: 120px;
}

#gallery {
	float: left;
	width: 500px;
	position: relative;
	padding-bottom: 70px;
}

#gallery img {
	border: #55AF28 1px solid;
	padding: 2px;
	margin: 5px;
}

.content p {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	color: #370900;
}

.content p.page_title {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #55AF28;
}

.content p.page_subtitle {
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
	font-size: 9pt;
	font-style: italic;
}

.content li {
	list-style: circle;
	margin: 0;
	font-size: 10pt;
	color: #370900;
	padding-bottom: 10px;
	padding-left: 0;
}

#sidebar {
	width: 210px;
	float: left;
	padding-bottom: 70px;
}

#sidebar ul {
	list-style: none;
	margin-top: 2px;
	margin-left: 10px;
}

#sidebar ul a {
	text-transform: uppercase;
}

#sidebar ul li.list_title {
	color: #55AF28;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 5px;
}

#sidebar ul li {
	color: #370900;
	font-size: 8pt;
	margin-bottom: 3px;
}

#sidebar ul a {
	color: #631a00;
}

#sidebar ul a:hover {
	color: #55AF28;
}

#footer {
	position: absolute;
	width:900px;
	left:0;
	bottom:0; /* stick to bottom */
	background: url(images/footer.png) no-repeat;
   	height: 70px;
   	clear: both;
}

#footer #partners_logo {
	margin-left: 40px;
	margin-top: 15px;
	width: 200px;
	height: 50px;
	float: left;
}

#footer #credits {
	margin-top: 15px;
	width: 400px;
	height: 50px;
	float: left;
}

#footer #credits p{
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 9pt;
	color: #55AF28;
}

#footer #credits a{
	color: #631a00;
}

#footer #credits a:hover{
	color: #55AF28;
}

/*Map Style*/
#map_content {
	width: 500px;
	position: relative;
}

#desc {
	position: absolute;
	left: 320px;
	top: 0;
	width: 200px;
	height: 200px;
	float: left;
}

#content p.description {
	font-weight: bold;
	color: #060;
	font-family: Arial, Helvetica, sans-serif;
}

#map {
	position: relative;
	margin-bottom: 100px;
	float: left;
}