/* CSS for tentalentsint.org
	 Hand coded by Matthew Farnell
	 Copyright 2007 Matthew Farnell */

/* Body
-------------------------------*/
body {
	font: 12px arial, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000000;
	background: #683B23;
}


/* Links
-------------------------------*/

a {
	color: #8C5712;
	text-decoration: underline;
}

a:hover, a.hover {
	color: #de9b26;
	text-decoration: none;
}


/* Layout
-------------------------------*/
#container {
	width: 736px;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background: url('/images/background.gif');
}

#header {
    width: 736px;
    height: 132px;
    padding-top: 35px;
    background: url('/images/header-background.gif') repeat-x;
}

#header h1, #header h2 {
    background: url('/images/logo.gif') no-repeat;
    width: 217px;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    margin-top: 0;
}

#header span, .span {
    display: none;
}

#flash {
    background: #928565;
    padding-bottom: 1px;
}

#sidebar {
    float: right;
    width: 220px;
    margin: 35px 15px 20px 0;
}

#content {
    float: right;
    width: 475px;
    margin: 35px 7px 10px 0;
}

html>body #content {
	margin-right: 14px;
}

#wide-content {
    margin: 20px 15px 10px 15px;
}

.sidebar {
    float: left;
    width: 220px;
    margin: 20px 0 0 0;
}

.content {
    float: right;
    width: 475px;
    margin: 20px 0 0 0;
    background: url('/images/africa-footer.gif') repeat-x bottom;
    padding-bottom: 20px;
}

.split {
    width: 220px;
    float: left;
    margin: 0 10px 20px 3px;
}

html>body .split {
	margin-left: 6px;
}

#footer {
    background: #CDC197 url('/images/footer-background.gif') repeat-x;
    clear: both;
    font: 14px 'Times New Roman', Times, serif;
    width: 736px;
}




/* Headers
-------------------------------*/

#content h1, #wide-content h1 {
    background: url('/images/h2-background.gif') repeat-x bottom;
    color: #421802;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
}

#wide-content h1 a {
text-decoration: none;
}

h2 {
    font-size: 14px;
    color: #742015;
    margin-bottom: 4px;
}


/* Sidebar
-------------------------------*/

#sidebar h2 {
    background: url('/images/africa-header.gif') no-repeat;
    height: 43px;
    color: #421802;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 31px 0 0 75px;
    margin: 0 0 0 0;
}

#sidebar p {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 14px;
    background: url('/images/africa-footer.gif') repeat-x bottom left;
}


/*Image Border
-------------------------------*/

.img {
    background: #DCCEB3;
    border: solid 1px #CCBD9E;
    padding: 13px;
    width: 176px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.img p, #sidebar .img p {
    text-align: center;
    background: none;
    margin: 5px 0 -5px 0;
    padding: 0;
    font-size: 10px;
}

.img div {
    background: #fff;
    border: solid 1px #B1A58F;
    padding: 6px;
}

.img img {
    border: 1px solid #000;
}


/* Misc
-------------------------------*/

.center {
    text-align: center;
}

.top {
    margin-top: 0;
}

.bottom {
    margin-bottom: 0;
}

.zero-border {
    border: 0;
}

.right {
    float: right;
    margin: 0 0 10px 10px;
}

.border {
    background: #DCCEB3;
    border: solid 1px #8C5712;
    padding: 2px;
}

.field {
	display: none;
}

.msg {
    background: #CDC197;
    padding: 5px;
    margin: 5px;
    border: solid 1px #683B23;
}

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

/* Rollover Links
-------------------------------*/
a.how-you-can-help {
    width: 299px;
    height: 106px;
    background: url('/images/how-you-can-help.jpg');
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a.how-you-can-help:hover {
    background-position: 0 -123px;
}

a.photo-album {
    margin-left: auto;
    margin-right: auto;
    width: 315px;
    height: 58px;
    background: url('/images/photo-album.jpg');
    display: block;
}

a.photo-album:hover {
    background-position: 0 -58px;
}

a span {
    display: none;
}


/* Footer Menu
------------------------------*/

#footer ul {
	list-style-type: none;
	padding: 0;
	margin-left: auto;
    margin-right: auto;
	width: 590px;
	padding-top: 8px;
	margin-bottom: 0;
}

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

#footer a {
    color: #772A20;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer a.active {
    color: #000;
    font-weight: bold;
}

#footer p   {
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0;
    font: 10px arial, sans-serif;
}


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

#navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  }
  
#navigation li {
  display: inline;
  position: relative;
  padding: 0 2px 4px 0;
  }
  
#navigation ul li a {
    padding: 9px 25px 9px 22px;
    text-decoration: none;
    color: #772A20;
    margin-right: -4px;
    background: url('/images/nav-separator.gif') right bottom no-repeat;
}

#navigation ul li a:hover, #navigation li:hover a, #navigation li.over a {
    background: #683B23;
    color: #D4C29E;
}

#navigation ul li ul li a:hover {
     background: #9D5A35;
     color: #fff;
}

#navigation li ul {
  display: none;
  width: 130px;
  position: absolute; 
  top: 25px;
  left: 0;
  font-size: 12px;
  }
  
* html #navigation li ul {
  top: 34px;
  }

#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: #E29D28;
  border-bottom: 1px solid #928565;
  border-right: 1px solid #928565;  
  border-left: 1px solid #928565;
  }

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

#navigation ul li a.active {
    background: #683B23;
    color: #D4C29E;
    font-weight: bold;
    padding-top: 8px;
}

#navigation ul ul.active {
    display: none;
}

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

#sub {
  position: absolute; top: 178px; left: 50%; width: 736px; margin-left: -368px;
  }
  
#sub2 {
  position: absolute; top: 200px; left: 50%; width: 736px; margin-left: -368px;
  }

#sub, #sub2 {
	background: #683B23;
	margin-top: -1px;
	padding: 4px 0 4px 0;
    font-size: 11px;
}

#sub ul, #sub2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sub ul li, #sub2 ul li {
	display: inline;
	padding-left: 1px;
    padding-right: 1px;
}

#sub a, #sub2 a {
    color: #D4C29E;
    text-decoration: none;
}

#sub a, #sub2 a {
	padding: 4px 12px 4px 12px;
}

#sub a:hover, #sub2 a:hover {
    text-decoration: underline;
    background: #9D5A35;
    color: #fff;
}

#sub a.active, #sub2 a.active {
    font-weight: bold;
}

#sub a.active:hover, #sub2 a.active:hover {
    font-weight: bold;
    text-decoration: none;
    background: none;
    color: #D4C29E;
}

#sub p, #sub2 p   {
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0;
    font: 10px arial, sans-serif;
}



/* Forms
------------------------------*/

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 50px;
	margin: 0;
}

.button {
	margin: 0;
	background: #742015;
	padding: 0;
	width: 110px;
	color: #ffffff;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}

form {
    margin: 0;
    padding: 0;
}


/* SnippetMaster
------------------------------*/
.mceContentBody { background-image: none; background-color: #fff; color: #000; } /*TinyMCE*/
.mceContentBody a:link, .mceContentBody a:visited   { color: #00f !important;    text-decoration: underline; } /* FF requires a important here */
.mceContentBody a:hover, .mceContentBody a:active   { color: #f00 !important; text-decoration: none; } /* FF requires a important here */
