/* RCS Information */

/* Title: albourne.css */

/* Description: CSS file for Albourne Partners */

/* Copyright (c) 1994-2005 Albourne Partners Limited */

/* $Revision: 1.7 $  */
/* $Date: 2005/03/01 18:06:31 $  */
/* $Author: alessio $  */
/* $Source: /cvs/root/www.albourne.com/htdocs/albourne.css,v $  */

body {
  background-color: white;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 150%;
  color: green;
}

h2 {
  font-size: 120%;
  color: green;
}

hr {
  color: green;
  background-color: green;
  border: 0;
  width: 100%;
  align: center;
  height: 2px;
}

.green {
  color: green;
  font-weight: bold;
}

.center {text-align: center}

A:LINK { color: green; }

A:VISITED { color: #003300; }

A:ACTIVE { color: red; }

p#imagestrip {
  margin: 0;
  margin-top: 0.2em;
  text-align: center;
}

div#content {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  border-bottom: 2px solid green;
}

div#footer {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}

/* Rules for two-column pages */

table#indexcontent {
  margin-top: 0.5em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

table#indexcontent td {
  border-right: solid 2px #bab5ab;
  padding: 1em;
  padding-top: 0;
}

table#indexcontent td#leftcol {
  padding-left: 0;
}
		   
table#indexcontent td#leftcol h1 {
  font-size: 120%;
}

table#indexcontent td#leftcol h2 {
  font-size: 100%;
  font-weight: bold;
  color: green;
}

table#indexcontent td#leftcol h3 {
  font-size: 100%;
  font-weight: bold;
}

table#indexcontent td#rightcol h2 {
  font-size: 100%;
  color: green;
  text-decoration: underline;
}

table#indexcontent td#rightcol p {
  font-size: 90%;
}

h3.widget-header {
	font-size: 100%;
	color: green;
}

div.widget-content ul li {
	font-size: 85%;
}

.asset-meta {
	font-size: 85%;
}

.content-nav {
	text-align: center;
	font-size: 90%;
	margin-top: 1em;
}

/* Special rules for the homepage */

h2#whatyes, h2#village {
  margin-top: 0;
}

/* Copied from Movable Type themes-base/blog.css */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

.widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

/* End of albourne.css */
