/* CSS for portofwoodland.com
	 Hand coded by Matthew Farnell - Copyright 2007 Matthew Farnell
	 Feel free to make use of this code in your sites
	 with credit to http://www.farnellweb.com */

/* Body
------------------------------*/
body {
	background: #000060 url(/newimages/blue-fade.gif) repeat-x top;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 14px;
}

/* Colors
------------------------------*/
a {
	color: #009;
}

a:hover {
	text-decoration: none;
	}

/* Headings
------------------------------*/
#title h1, #title h2 {
    padding: 28px 0 0 30px;
    margin: 0;
    letter-spacing: 12px;
    line-height: 30px;
    color: #d4d4d4; 
    font-family: 'Times New Roman', times, serif; 
    font-weight: normal; 
    font-size: 37px; 
    text-align: left;
    float: left;
}

.facebook {
  float: right; 
  margin: 30px 20px 0 0;
}

/* Layout
-------------------------------*/
#container {
	margin-left: auto;
	margin-right: auto;
	width: 744px;
}

#title {
    height: 62px;
    width: 744px;
}

#top-bar {
    background: url(/newimages/top-curve.gif) top right no-repeat;
    height: 20px;
    padding-right: 108px;
    float: left;
}

#top-bar p {
    display: block;
    margin: 0;
    padding: 0;
    height: 20px;
    width: 510px;
    background: #D4940A;
}

#top-bar p a {
    display: none;
}

#content {
    border: 3px #D4940A solid;
    background: #E7E7E7 url(/newimages/background.gif);
    text-align: left;
    padding: 1px;
    margin: 0;
    height: 288px;
    width: 736px;
}

#bottom-bar {
    background: url(/newimages/bottom-curve.gif) left top no-repeat;
    height: 20px;
    padding-left: 108px;
    float: right;
}

#bottom-bar p {
    display: block;
    margin: 0;
    padding: 0;
    height: 18px;
    width: 405px;
    background: #D4940A;
    font-size: 11px;
    padding-top: 2px;
    padding-right: 5px;
}

.logo {
    display: none;
}

.add {
    margin-top: 4px; 
    display: block; 
    width: 170px; 
    text-align: right;
}

/* Navigation Menu
------------------------------*/

#navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: bold;
  font-size: 13px;
  }
  
#navigation li {
  display: inline;
  position: relative;
  padding: 0 0 4px 0;
  }
  
#navigation ul li a {
    padding: 3px 7px 4px 8px;
    margin-right: 4px;
    text-decoration: none;
    color: #000;
}

#navigation ul li a:hover {
    background: #F9DA97;
    color: #000;
}

#navigation li ul {
  display: none;
  width: 140px;
  position: absolute; 
  top: 20px;
  left: 0;
  font-size: 11px;
  }
  
* html #navigation li ul {
  top: 23px;
  }

#navigation li ul li {
  display: block;
  text-align: left;
  padding: 0;
  }
  
#navigation li ul li a {
  display: block;
  margin: 0;
  padding: 2px;
  padding-left: 6px;
  width: 100%;
  background: #D4940A;
  border-bottom: 1px solid #875E07;
  border-right: 1px solid #875E07;  
  border-left: 1px solid #875E07;
  }

#navigation li:hover ul, #navigation li.over ul{ display: block; }

/* Misc
----------------------------------------*/
hr {
    clear: both;
}

hr.bottomspace {
    margin-bottom: 15px;
}

zero-border {
    border: 0;
}

.top {
    margin-top: 0;
}
