/*  ======================================  */
/*       www.billysmalawiproject.org        */
/*      Site created by Image & Design      */
/*   Copyright 2009. All rights reserved.   */
/*  ======================================  */

/* ------------------------------ */
/*           standard             */
/* ------------------------------ */

img {
  border: none;
  }

/* ------------------------------ */
/*            Design              */
/* ------------------------------ */

body {
	background-color:#000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #fafafa;
	font-size:100.01%;
	}

/* Header starts here */
	
#header {
	background-image: url(../images/background-header.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
	}
	
	@media screen, projection, print {
	.skip {display: none; }
	}

	#top-nav {
	background-image: url(../images/top-nav-background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	}
	
	#search {
	background-image: url(../images/search-box.png);
	background-repeat:no-repeat;
	}
	
	.searchbox {
	border:0px; /*important*/
	background-color:transparent; /*important  transparent*/
	font-family:Verdana, Helvetica,Arial,sans-serif;
	color: #AEC3D5;
	}
	
/* Content Area starts here */	

	#content {
	border-style: dotted;
	border-width: 0 1px 0 1px;
	border-color: #fafafa;
	}

	#menu {
	background-color:#000000;
	}
	
		#menu li a {
		color:#fafafa;
		font-family:Verdana, Helvetica,Arial,sans-serif;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
		}
		
		#menu li a:hover, #menu li a:active{
		color:#FFF000;
		}
		.currentpage {
		background-color: #FFF000;	
		}
		
		#menu li a.currentpage, #menu li a.currentpage[title=Donations] {
		color: #000000;
		}
		
		#menu li a[title=Donations] { 
		color:#FFF000;
		font-weight: bold;
		}
			
	#boxes-wrapper {
	background-color:#000000;
	}

/* Footer starts here */	

		#photo-banner {
		background-color: #000000;
		border-style: dotted;
		border-width: 1px 0 0 0;
		border-color: #fafafa;
		}
		
/*  ======================================  */
/*                  tags                    */
/*  ======================================  */

h1 	{
	color: #FFF000;
	font-family: Georgia, "Times New Roman", "Palatino Linotype", "Book Antique", "Trebuchet MS", serif
	}
	
.title-banner {
	height: 11px;
	background-image: url(../images/swirl-h1.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: -9px 0 5px 0;
	display: none;
	}
	
.title-small-banner {
	height: 11px;
	background-image: url(../images/swirl-h3.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: -3px 0 5px 0;
	display: none;
	}
	
#content .title-small-banner {
	display: none;
	}
	
h2, h3 	{
	color: #fafafa;
	font-family: Verdana, Arial, "Lucida Sans", Unicode, Tahoma, sans-serif;
	}
	
a:link, a:visited, a:hover, a:active {
	color: #FFF000;
	font-family: Verdana, Arial, "Lucida Sans", Unicode, Tahoma, sans-serif;
	}

/*  ======================================  */
/*                classes                   */
/*  ======================================  */
		
	.darkbrown {
	color: #fafafa;
	}
