/* 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
     Clearfix CSS from http://www.positioniseverything.net/easyclearing.html */


/* Layout
-------------------------------*/
#content {
    padding: 0;
    height: 100%;
    width: 738px;
}

#logo {
    background: url(/newimages/logo-grey.gif) top right no-repeat;
    padding: 5px 10px 5px 10px;
}

.logo {
    display: block;
    padding: 5px 0 0 18px; 
    border: 0;
}


.add {
    margin-top: 8px; 
    width: 204px; 
    float: left;
}

#text {
    border-bottom: solid 1px #947024;
    padding: 12px;
    padding-bottom: 5px;
    clear: both;
    background: #FFF5DF url(/newimages/logo-tan.gif) top right no-repeat;
    position: relative;
}

#right {
    width: 304px;
    margin-left: 10px;
    float: right;
    position: relative;
    margin-top: -28px;
}

#motto {
    background: url(/newimages/motto.gif) no-repeat right bottom; 
    height: 20px; 
}

/* Headings
-------------------------------*/
#text h1 {
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    font-size: 22px;
    color: #875E07;
}

#logo h2 {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 25px;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 7px;
}

h3 {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Navbar and Footer-bar
-------------------------------*/
#navbar {
	background: url(/newimages/brown.gif) bottom repeat-x;
}

#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font: 12px arial, sans-serif;
	font-weight: bold;
	background: url(/newimages/brown.gif) bottom repeat-x;
	padding-left: 10px;
	width: 708px;
    height: 18px;
}

#navbar ul li {
	display: block;
	float: left;
	padding-right: 4px;
}

#navbar ul a {
    display: block;
    float: left;
    border: solid 1px #947024;
    border-bottom: 0;
    padding-right: 7px;
    padding-top: 1px;
    padding-left: 7px;
    padding-bottom: 0px;
    text-decoration: none;
    background: #C7C7C7 url(/newimages/tab-fade.gif) repeat-x;
}

#navbar ul a.active {
    background: #FFF5DF;
    border-bottom: solid #FFF5DF 1px;
    color: #000;
}

#navbar ul a:hover {
    background: #FFF5DF;
    color: #00f;
    }
    
#navbar ul a.active:hover {
    color: #000;
    }

#footer-bar {
    padding-top: 3px;
    text-align: center;
    padding-bottom: 10px;
}

#footer-bar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font: 12px arial, sans-serif;
	font-weight: bold;
}

#footer-bar ul li {
	display: inline;
	padding-left: 12px;
    padding-right: 12px;
}

#footer-bar a.active {
    color: #000;
    text-decoration: none;
}


/* Images
------------------------------*/
.right {
    float: right;
    margin-left: 10px;
}

.left {
    float: left;
    margin-right: 10px;
}

.right, .left, .border {
    position: relative;
    padding: 1px;
    border: solid #775306 1px;
}

a img {
    border: 0;
}


/* Misc
-------------------------------*/
p {
    margin: 5px 0 12px 0;
    padding: 0;
}

ul {
    margin: 10px 0 20px 25px;
    padding: 0;
}

.center {
    text-align: center;
}

.caption {
    font-size: 10px;
    text-align: center;
}

.clearfix:after, #text:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.large {
    font-size: 18px;
}

.small {
    font-size: 12px;
}

.clearfix, #text {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, * html #text {height: 1%;}
.clearfix, #text {display: block;}
/* End hide from IE-mac */

.span {
    display: none;
}

.field {
    width: 110px;
    font-size: 12px;
    margin-top: 0px;
}

.button {
    font-size: 12px;
}

.back {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
