/*  
Theme Name: MREEM
Theme URI: http://mreem.com
Description: MREEM's default canvas
Version: (v1.0)
Author: Ulan McKnight
Author URI: http://yvod.com/ulan

Created:        02-08-08
Last Modified:  07-29-08

--------------------------------------------------
Structure:

.entire-page
  .navigation
  .body-image (background image for body)
    .body-content (all blog content goes in here)
      .content
      .sidebar
  .footer
--------------------------------------------------
Colors:

white:				#000000		text
grey:         #838383   navigation and footer
red:				  #792020		header 2
blue:         #001b3b   box
brown:        #e4decc   background color

--------------------------------------------------
*/

/*
--------------------------------------------------
IE hacks
hide from IE
show only in IE
--------------------------------------------------
*/

/*\*/
html>body .ie-hack {
}
/**/

* html .ie-hack {
}

/*
--------------------------------------------------
main stuff
--------------------------------------------------
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, "Times New Roman", "Times", serif;;
	background-image: url(assets/background.jpg);
	background-repeat: repeat;
	background-color: #e4decc;
	margin: 30px auto 30px auto; 
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #000000;
}

/*\*/
html>body {
	text-align: left;
}
/**/

/* fallback fonts for Windows and Mac */

.utf8sans {
  Verdana, "Lucida Grande","Arial Unicode MS", sans-serif;
}

.macronserif {
  font-family: Verdana, "Times CE", "Times", "Times New Roman" sans-serif
}

.macronnoserif {
  font-family: Verdana, "Helvetica CE","Geneva CE", "Arial", sans-serif
}

p { 
	font-size: 1.1em;
	text-align: left;
	line-height: 1.4em;
	margin: 5px 5px 10px 0px;
	padding: 0px 0px 0px 0px;
}

* html p {
  font-size: 1.0em;
}

p.large { 
	font-size: 1.4em;
}

ul {
	list-style-type: none;
  margin: 10px 0px 20px 0px;
}

li {
  font-size: 1.2em;
  line-height: 1.3em;
  background-image: url(assets/square.jpg);
  background-repeat: no-repeat;
  background-position: 0 .5em;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 10px;
}

* html li {
	list-style-type: none;
  background-position: 0 .6em;
	text-align: left;
  margin: 0px 0px 5px 10px;
  padding: 0px 0px 0px 10px;
}

/*
--------------------------------------------------
link definitions
--------------------------------------------------
*/

a:link,
  a:visited {
    color: #001b3b;
    text-decoration: none;
}

a:hover,
  a:active {
    color: #f7941d;
}

.entry a:link,
  .entry a:visited {
    color: #001b3b;
    text-decoration: none;
    border-bottom: 1px dotted #001b3b;
}

.entry a:hover,
  .entry a:active {
    color: #f7941d;
    border-bottom: 1px dotted #f7941d;
}

.white a:link,
  .white a:visited {
    color: #ffffff;
    text-decoration: none;
}

.white a:hover,
  .white a:active {
    color: #f7941d;
}
/*
--------------------------------------------------
entire-page
--------------------------------------------------
*/

.entire-page {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 1px solid #838383;
}

/*
--------------------------------------------------
navigation
--------------------------------------------------
*/

.navigation {
	background-image: url(assets/navigation.jpg);
	background-repeat: no-repeat;
	height: 31px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.page-link {
  text-align: center;
  font-size: 1.3em;
  margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.page-link a:link,
	.page-link a:visited {
		color: #838383;
		text-decoration: none;
}

.page-link a:hover,
	.page-link a:active {
    color: #003366;
}

/* navigation pages */
.home-navigation {
  float: left;
  width: 80px;
  height: 20px;
	margin: 8px 0px 0px 330px;
}

* html .home-navigation {
	margin: 8px 0px 0px 155px;
  width: 60px;
  border: 1px solid blue;
}

.the-team-navigation {
  float: left;
  width: 90px;
  height: 20px;
	margin: 8px 0px 0px -4px;
}

.news-navigation {
  float: left;
  width: 90px;
  height: 20px;
	margin: 8px 0px 0px 12px;
}

.research-navigation {
  float: left;
  width: 90px;
  height: 20px;
	margin: 8px 0px 0px 4px;
}

.contact-us-navigation {
  float: left;
  width: 86px;
  height: 20px;
	margin: 8px 0px 0px 12px;
}

.logo-row {
	width: 800px;
	height: 88px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

* html .logo-row {
	height: 87px;
	overflow: hidden;
}

.logo-column p {
	margin: 0px 0px 0px 10px;
}

/*
--------------------------------------------------
body-image
background image for content area - including sidebar
--------------------------------------------------
*/

.body-image {
	/*
	background-image: url(assets/content-background.jpg);
  background-repeat: repeat-y;
  */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
body-content
content area including sidebar 
does not include footer 
--------------------------------------------------
*/

.body-content {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	/*
	background-image: url(assets/content-camera.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  */
}

.blue-spacer {
  width: 100%;
  height: 20px;
  background-color: #001b3b;
  margin: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
content
--------------------------------------------------
*/

.main-content {
  width: 800px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

.content {
  float: left;
	width: 600px;
	font-size: 1.2em;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 80px;
	background-color: #ffffff;
}

* html .content {
	font-size: 1.1em;
	margin: 0px 0px 0px 0px;
}

.content-with-sidebar {
  float: right;
	width: 540px;
	font-size: 1.2em;
	margin: 0px 20px 0px 0px;
	padding: 10px 10px 0px 0px;
	background-color: #ffffff;
}

* html .content-with-sidebar {
	font-size: 1.1em;
	margin: 0px 0px 0px 0px;
}

.page-content {
  float: left;
	width: 720px;
	font-size: 1.2em;
	margin: 0px 0px 0px 30px;
	padding: 10px 10px 0px 0px;
	background-color: #ffffff;
}

* html .page-content {
	font-size: 1.1em;
	margin: 0px 10px 0px 15px;
}

.index-content {
  float: left;
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.index-images {
  width: 800px;
  height: 200px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

* html .index-images {
  height: 199px;
  overflow: hidden;
}

.index-marketing {
	background-color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/*
.index-marketing {
  border-bottom: 1px solid white;
}
*/

/*
--------------------------------------------------
column definitions
--------------------------------------------------
*/

.narrowcolumn {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: 500px;
	clear: both;
	/* border: 3px solid aqua; */
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 350px;
}
	
.left-index-column {
  float: left;
  width: 520px;
  font-size: 1.2em;
  margin: 0px 0px 0px 0px;
  padding: 8px 10px 20px 30px;
}

* html .left-index-column {
  padding: 20px 10px 10px 20px;
}

.index-header-left {
  font-size: 1.3em;
  color: #660000;
  font-weight: bold;
}

.left-index-column p {
  color: #444444;
  text-align: justify;
  line-height: 145%;
}

.right-index-column {
  float: right;
  width: 225px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

* html .right-index-column {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.index-header-right {
  font-size: 1.6em;
  color: #003366;
}

/*
--------------------------------------------------
column definitions
10px less than column width to allow for IE bug

left-column		  370
right-column	  370
picture-column  110
data-column     270
--------------------------------------------------
*/

.left-column {
	float: left;
  width: 370px;
	margin: 20px 0px 0px 25px;
  padding: 0px 0px 0px 0px;
}

* html .left-column {
  width: 350px;
	margin: 20px 0px 0px 15px;
}

.right-column {
	float: right;
  width: 370px;
	margin: 20px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
}

* html .right-column {
  width: 350px;
	margin: 20px 20px 0px 0px;
}

.picture-column {
	float: left;
	width: 110px;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.data-column {
	float: right;
	width: 250px;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

* html .data-column {
	width: 200px;
}

/*
.data-column ul {
	list-style-type: none;
  margin: 0px 0px 0px 0px;
}

.data-column li {
  font-size: 1.2em;
  line-height: 1.3em;
  background-image: url(assets/square.jpg);
  background-repeat: no-repeat;
  background-position: 0 .4em;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 10px;
}

* html .data-column li {
	list-style-type: none;
	text-align: left;
}
*/

.team-divider {
  width: 740px;
  height: 8px;
	background-image: url(assets/divider.jpg);
  background-repeat: no-repeat;
  margin: 10px auto 10px auto;
  padding: 0px 0px 0px 0px;
  clear: both;
}

.divider-line {
  width: 100%;
  height: 8px;
	background-image: url(assets/divider.jpg);
  background-repeat: no-repeat;
  margin: 20px auto 20px auto;
  padding: 0px 0px 0px 0px;
  clear: both;
}


/*
--------------------------------------------------
index definitions
--------------------------------------------------
*/

/*
.index-body {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 730px;
}

.index-box {
  margin: -15px 0px 5px 0px;
  padding: 5px 5px 0px 5px;
  border: 1px solid black;
}

.index-box-left {
  margin: -17px 0px 5px 0px;
  padding: 8px 5px 0px 5px;
  border: 1px solid #ff9900;
}

.index-left {
  margin: -10px 0px -8px 0px;
  padding 0px 0px 0px 0px;
}

.index-1 {
 color: #ff6600;
 text-align: center;
 font-size: 1.5em;
 font-weight: bold;
 margin: 5px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

.index-2 {
 color: #ff6600;
 text-align: center;
 font-size: 1.1em;
 margin: -2px 0px 10px 0px;
 padding: 0px 0px 0px 0px;
}

.index-header-2 {
  font-size: 1.6em;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}
*/

/*
--------------------------------------------------
the team template definitions
--------------------------------------------------
*/

.no-sidebar-content,
  .the-team-content {
  float: left;
	width: 740px;
	margin: 0px 0px 0px 60px;
	padding: 0px 0px 0px 0px;
}

* html .no-sidebar-content,
  * html .the-team-content {
  float: left;
	width: 720px;
	margin: 0px 0px 0px 35px;
	padding: 0px 0px 0px 0px;
}

.the-team-data {
	background-color: #ffffff;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
	border-right: 1px solid #c7bfa7;
	border-bottom: 1px solid #c7bfa7;
}

.the-team-column {
  float: left;
  width: 210px;
  text-align: left;
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}

h3.team-title {
  font-size: 1.6em;
  color: #792020;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

h2.team-title {
  font-size: 1.4em;
  color: #003366;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}

.team-investment-committee {
  font-size: 1.0em;
  color:  #838383;
  margin: 0px 0px 10px 0px;
}

* html .team-investment-committee {
  margin: 0px 0px 10px 30px;
}

.the-team-column li {
  font-size: 1.1em;
  margin: 0px 0px 5px 0px;
}

/*
.left-the-team-column {
  float: left;
  width: 220px;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}

.middle-the-team-column {
  float: right;
  width: 220px;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}

.right-the-team-column {
  float: right;
  width: 220px;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}
*/
/*
--------------------------------------------------
image formating
--------------------------------------------------
*/

.img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.img-left {
	/* border: 8px solid #534f50;
	border: 8px solid #231f20; */
	float: left;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

.img-center {
  text-align: center;
	/* border: 1px solid #003366; */
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.img-right {
	/* border: 8px solid #534f50;
	border: 8px solid #003366; */
	float: right;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

.img-right-transparent {
	/* border: 8px solid #534f50;
	border: 1px solid #003366; */
	float: right;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
content formating
--------------------------------------------------
*/

.entry {
  text-align: left;
  /* text-align: justify; */
  margin: 20px 0px 40px 0px;
}

.entry p {
  text-align: justify;
}

.widecolumn .entry p {
	font-size: 1.2em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

/*
--------------------------------------------------
contact us page formating
--------------------------------------------------
*/

.nyc-office {
  float: left;
  width: 250px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.sf-office {
  float: left;
  width: 250px;
  margin: 0px 0px 0px 200px;
  padding: 0px 0px 0px 0px;
}

.london-office {
  float: left;
  width: 250px;
  margin: -10px 0px 0px 250px;
  padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
sidebar
--------------------------------------------------
*/

.sidebar {
  float: left;
  text-align: left;
	width: 180px;
	font-size: 1.2em;
	margin: 0px 0px 0px 20px;
	padding: 10px 10px 10px 0px;
}

* html .sidebar {
	width: 145px;
	margin: 0px 0px 0px 10px;
}

.sidebar a:link,
  .sidebar a:visited,
  .sidebar a:hover,
  .sidebar a:active {
    font-weight: normal;
}

.sidebar form {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/* sidebar box */
.sidebar .box {
	margin: 0px 0px 15px 0px;
	border: 1px solid #001b3b;
}

.sidebar h2 {
	font-size: 1.2em;
	color: #ffffff;
	font-weight: normal;
	background-color: #001b3b;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
}

/* sidebar lists */

.sidebar .start ul {
	list-style-type: none;
  margin: 20px 0px 0px 10px;
}

.sidebar .start li {
  font-size: 1.2em;
  line-height: 1.3em;
  background-image: url(assets/square.jpg);
  background-repeat: no-repeat;
  background-position: 0 .4em;
  margin: 5px 0px 5px 5px;
  padding: 0px 0px 0px 10px;
}


.sidebar ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
  margin: 0px 0px 10px 0px;
}

.sidebar ul p, 
  .sidebar ul select {
	  margin: 5px 0px 8px;
}

.sidebar li p {
	font-size: 1.0em;
	width: 160px;
}

.sidebar .archives li {
  margin: 0px 0px 10px 0px;
}

.sidebar .archives li ul {
  margin: 5px 0px 0px 0px;
}

* html .sidebar .archives li ul {
  margin: -12px 0px 10px 0px;
}

.sidebar .archives li ul li {
  margin: 0px 0px 0px 10px;
}

.sidebar ul ul li, 
  .sidebar ul ol li {
	  /* color: #777777;*/
	  /*
	  list-style-image: url(assets/red-bullet.gif);
    background-repeat: no-repeat;
    list-style-position: inside;
    background-position: 3em 3em;
    padding: 0px 0px 0px -40px;
    border: 1px solid blue;
    */
}

.sidebar ul ul li:before {
	/* content: "\00BB \0020";*/
}

.sidebar ul ul, 
  .sidebar ul ol {
	  margin: 5px 0px 0px 10px;
}

.sidebar ul ul ul {
  margin: 0px 0px 15px 10px;
}

.sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, 
  .sidebar ul ol li {
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, 
  .sidebar ul ol li {
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.sidebar li .recommend {
  font-size: 0.8em;
  margin: 0px 0px 25px -10px;
  padding: 0px 5px 0px 5px;
}

/*
* html .recommend {
  font-size: 0.8em;
  margin: 0px 0px 25px -10px;
  padding: 0px 5px 0px 5px;
  border: 1px dotted blue;
}
*/

/*
--------------------------------------------------
forms
--------------------------------------------------
*/

#searchform {
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 0px; 
}

.sidebar #searchform #s {
	width: 140px;
	padding: 0px 0px 0px 0px;
}

.sidebar #searchsubmit {
	padding: 1px 1px 1px 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */

/*
--------------------------------------------------
footer
--------------------------------------------------
*/

.footer {
  height: 30px;
  width: 800px;
	margin: 10px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.footer p {
  color: #838383;
  text-align: center;
	font-size: 1.0em;
	padding: 0px 0px 0px 0px;
}

* html .footer p {
	font-size: 1.0em;
}

.footer a:link,
  .footer a:visited {
    color: #838383;
    text-decoration: none;
    font-weight: bold;
}

.footer a:hover,
  .footer a:active {
    color: #041430;
}

.alt {
	background-color: #939598;
	border-top: 1px solid #262261;
	border-bottom: 1px solid #262261;
}

small {
	font-size: 1.1em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-weight: bold;
	text-align: left;
}

h1 {
	font-size: 1.6em;
	line-height: 1.3em;
}

h2 {
	font-size: 1.4em;
	line-height: 1.3em;
	text-align: left;
	margin: 5px 0px 10px 0px;
}

h3 {
	font-size: 1.2em;
}

#headerimg .description {
	font-size: 1.4em;
	text-align: center;
}

.description {
	text-decoration: none;
	color: #29aae2;
}

.entry p a:visited {
	/* color: #b85b5a; */
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #041430;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 1.1em;
	letter-spacing: .07em;
}

/*
--------------------------------------------
cleaner
--------------------------------------------
*/

.cleaner {
	clear: both;
}

/*
--------------------------------------------
vertical
--------------------------------------------
*/

.vertical-5 {
	width: 100%;
	height: 5px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.vertical-10 {
	width: 100%;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.vertical-20 {
	width: 100%;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.vertical-40 {
	width: 100%;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
calendar
--------------------------------------------------
*/

#calendar {
}

#calendar table {
  text-align: center;
  margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 1px solid #999999;
}

#wp-calendar #prev a, #wp-calendar #next a {
	/* font-size: 1.1em; */
}

#wp-calendar a {
  color: #f7941d;
  /* text-decoration: underline; */
}

#wp-calendar caption {
	font-size: 1.2em;
	font-weight: bold;
	/* text-align: center; */
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/*
--------------------------------------------------
structure
--------------------------------------------------
*/

.pagetitle {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.post {
	background-image: url(assets/content-background.jpg);
  background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

* html .post {
	margin: 20px 0px 0px 0px;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0px 0px 0px 0px;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0px 30px 0px;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}



/*
--------------------------------------------------
headers
--------------------------------------------------
*/

h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3.comments {
	margin: 40px auto 20px;
	padding: 0px 0px 0px 0px;
}

h5 {
	font-size: 1.4em;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
images
--------------------------------------------------
*/

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img {
	/* border: 2px solid #ffffff; */
}

.image-border {
  border: 1px solid #ffffff;
  padding: 5px 5px 5px 5px;
} 

.img-border {
	/* border: 8px solid #231f20; */
}

img.centered {
	display: block;
	margin: 0px auto 5px auto;
}

img.alignright {
	padding: 4px;
	margin: 0px 0px 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0px 7px 2px 0px;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.img-left {
	float: left;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

.img-right {
	float: right;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	/* border: 8px solid #231f20; */
}

.white-border {
	border: 1px solid #ffffff;
}


/*
--------------------------------------------------
images

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets.
--------------------------------------------------
*/

.entry ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
}

.entry ol li {
  text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li {
	list-style: decimal outside;
	text-align: left;
}


/*
--------------------------------------------------
comments
--------------------------------------------------
*/

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 5px 0px 0px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/*
--------------------------------------------------
calendar
--------------------------------------------------
*/

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #ffffff; }


/*
--------------------------------------------------
various
--------------------------------------------------
*/

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.comment-navigation {
	display: block;
	text-align: center;
	margin: 10px 0px 20px 0px;
}

/*
--------------------------------------------------
contact.html table
--------------------------------------------------
*/

table.contact-table {
  width: 500px;
  font-size: 1.0em;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

table.contact-table td {
  vertical-align: top;
}

/*
--------------------------------------------------
team
--------------------------------------------------
*/

.row-heading {
  width: 100%;
  font-size: 1.4em;
  font-weight: bold;
  margin: 30px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

.team-column-1 {
  float: left;
  width: 150px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.team-column-2 {
  float: left;
  width: 150px;
  margin: 0px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
}

.team-column-3 {
  float: left;
  width: 150px;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.team-column-4 {
  float: left;
  width: 150px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.team-picture {
	float: left;
	width: 260px;
	height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.team-post-name {
  height: 35px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
	margin: 0px 0px -10px 0px;
	padding: 0px 0px 0px 0px;
}

.team-post-title {
  text-align: left;
  font-size: 0.9em;
  font-style: italic;
}

.team-left-column {
  float: left;
  width: 260px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.team-right-column {
	float: left;
	width: 290px;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

* html .team-right-column {
	width: 280px;
}

.team-name {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0px 0px -4px 0px;
  padding: 0px 0px 0px 0px;
}

.team-title {
  font-size: 1.2em;
  font-style: italic;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
}

.team-data {
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
fund
--------------------------------------------------
*/

.fund,
  .fund-middle,
  .fund-second-row {
    float: left;
    background: url(assets/fund-background-5.jpg);
    background-repeat: no-repeat;
    width: 150px;
    height: 200px;
    font-size: 0.9em;
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    border-bottom: 2px solid #666666;
}

.fund-middle {
  margin: 0px 20px 20px 20px;
}

.fund-second-row {
  margin: 0px 10px 20px 80px;
}

.fund p,
  .fund-middle p,
  .fund-second-row p {
    text-align: center;
}

* html .fund-second-row {
  margin: 0px 10px 20px 40px;
}

* html .fund,
  * html .fund-middle,
  * html .fund-second-row {
    width: 130px;
    padding: 15px 10px 0px 10px;
    border-bottom: none;
}

* html .fund-middle {
  margin: 0px 20px 20px 20px;
}

.fund-index {
	background-image: url(assets/tombstone-210.jpg);
  background-repeat: no-repeat;
  width: 210px;
  height: 300px;
  font-size: 0.9em;
  text-align: center;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #838383;
  border-left: 1px solid #838383;
  border-right: 2px solid #838383;
  border-bottom: 2px solid #838383;
}

* html .fund-index {
  margin: 10px 10px 0px 0px;
}

.fund-index img {
  /* border: 1px solid blue; */
}

.fund-title {
  height: 50px;
  /*
  font-size: 1.0em;
  color: #660000;
  font-weight: bold;
  */
  text-align: center;
  margin: 70px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.fund-index-title {
  font-size: 1.3em;
  text-align: center;
	line-height: 2.0em;
  padding: 0px 0px 0px 0px;
}

.fund-index-text {
  font-size: 1.3em;
  text-align: center;
	line-height: 1.4em;
  margin: 30px 10px 40px 10px;
  padding: 0px 0px 0px 0px;
}

.fund-total {
  font-size: 1.2em;
  height: 30px;
  font-weight: bold;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.fund-year {
  font-size: 1.0em;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.fund-citation {
  font-size: 0.8em;
  color: #838383;
  width: 500px;
  margin: 10px 0px 10px 0px;
}

.tiny {
	font-size: 0.7em;
}