/* CSS code is a Copyright of Meet Kenyans; don't steal this code, learn from it. Last update: 17/06/2010. */





/* HTML Element tags.
------------------------------------------------------------------------------------*/
body { background: #696; color: #444; font-family: Arial, Helvetica, sans-serif; font-size: 75%; margin: 0; padding: 0; text-align: center; }

/* Headlines */
h1,h2,h3,h4,h5,h6 { color: #000; font-family: Georgia, "Times New Roman", Times, sans-serif; font-weight: normal; margin: 0 0 0.25em 0; }

h1 { font-size: 245%; line-height: 1em; }
h2 { font-size: 185%; line-height: 1.8em; }
h3 { font-size: 150%; line-height: 1em; }
h4 { font-size: 105%; line-height: 2em; }
h5 { font-size: 100% }
h6 { font-size: 116.67%; font-style: italic; }

h1 { border-bottom: 1px solid #222; color: #A1600F; padding: 10px 0 5px 0; }

p { margin: 1em 0 1em 0; }

img { border: none; }

hr { border: 1px solid #DDD; }





/* IDs:
#mastshead-container >> #mastshead
------------------------------------------------------------------------------------*/
/* #mastshead-container */
#masthead-container {
	background: #000;
	height: 110px;
	margin: 0;
	padding: 0;
	text-align: center;
	}

/* #mastshead */
#masthead {
	height: 0;
	margin: auto;
	padding: 0;
	width: 945px;
	}





/* IDs:
#tablinks-container >> #tablinks >> #lastlink
------------------------------------------------------------------------------------*/
/* #tablinks-container */
#tablinks-container {
	background: #000 url(../img/tab-bg.gif) repeat-x top;
	}

/* #tablinks */
#tablinks {
	background: #000 url(../img/tab-bg.gif);
	height: 58px;
	margin: auto;
	width: 947px;
	}

	#tablinks ul, #tablinks li {
		list-style: none;
		margin: 0;
		padding: 0;
		}

		#tablinks li {
			float: left;
			margin: 10px 0 0 0;
			}

			#tablinks a {
				color: #EEE;
				border-left: 1px solid #3C3C3C;
				display: block;
				font-size: 11px;
				font-style: normal;
				font-weight: bold;
				padding: 19px 0 18px 0;
				text-decoration: none;
				width: 134px;
				}

				#tablinks a:hover {
					background: #000 url(../img/tab-bg.gif) 1px 0 repeat-x;
					color: #FEBD01;
					text-decoration: blink;
					}

					#tablinks span {
						float: left;
						height: 16px;
						margin: 0;
						padding: 0;
						width: 16px;
						}

/* #lastlink */
#lastlink {
	border-right: 1px solid #3C3C3C;
	}





/* IDs:
Background images for tablinks positioning. "Not in use, took them down." 
Because of noticeable breaking within my code I might use them again in the future.
Date of last note: 17/06/2010.
------------------------------------------------------------------------------------*/
  #home span {
    }

      #about-us span {
        }

          #about-kenya span {
            }

              #kenyans span {
                }

                  #sponsor-kenya span {
                    }

                      #directory span {
                        }

                          #african-network span {
                            }

                              #rss span {
                                }





/* IDs:
#wrapper >> #content-container >> #inner-content
------------------------------------------------------------------------------------*/
/* #wrapper */
#wrapper {
	background: #FFF;
	height: 100%; /* For IE */
	height: auto !important; /* For Modern Browsers */
	margin: 0 auto;
	min-height: 100%; /* For Modern Browsers */
	padding: 0;
	position: relative;
	text-align: left;
	width: 945px;
	}

/* #content-container */
#content-container {
	background: #FFF;
	margin: 0;
	padding: 0;
	}

	#content-container:after {
		clear: both;
		content: ".";
		display: block;
		font: 1px/0px serif;
		position: relative;
		visibility: hidden;
		}

		#content-container a:link {
			background: transparent;
			color: #A1600F;
			font-weight: normal;
			text-decoration: underline;
			}

			#content-container a:visited {
				background: transparent;
				color: #A1600F;
				font-weight: normal;
				text-decoration: underline;
				}

				#content-container a:hover {
					background: transparent;
					color: #E1600F;
					font-weight: normal;
					text-decoration: underline;
					}

					#content-container a:active {
						background: transparent;
						color: #A1600F;
						font-weight: normal;
						text-decoration: underline;
						}

/* #inner-content */
#inner-content {
	background: #FFF;
	font-size: 12px;
	height: 1300px; /* For IE */
	height: auto !important; /* For Modern Browsers */
	line-height: 150%;
	margin: 0 0 100px 24px;
	min-height: 1300px; /* For Modern Browsers */
	padding-top: 21px;
	position: relative;
	text-align: justify;
	width: 597px;
	}





/* ID:
#sidebar
------------------------------------------------------------------------------------*/
#sidebar {
	background: #FFF;
	border-left: 1px solid #EEE;
	float: right;
	font-style: normal;
	font-weight: normal;
	height: 750px; /* For IE */
	height: auto !important; /* For Modern Browsers */
	line-height: 0; margin: 0;
	min-height: 750px; /* For Modern Browsers */
	padding: 0;
	position: relative;
	width: 300px;
	}

	#sidebar ul {
		font-size: 12px;
		line-height: 115%;
		list-style: none;
		margin: 0 0 35px 0;
		padding: 0;
		}

		#sidebar ul a {
			color: #A1600F;
			display: block;
			margin: 0;
			padding: 3px 15px 5px 15px;
			text-decoration: none;
			}

			#sidebar ul a span {
				color: #FFF;
				font-size: 12px;
				font-style: normal;
				font-weight: normal;
				}

				#sidebar ul a em {
					color: #808080;
					display: block;
					font-size: 11px;
					font-style: normal;
					font-weight: normal;
					}

					#sidebar ul a:hover {
						background: #555;
						color: #FFF;
						}

						#sidebar ul a:hover span {
							color: #FEBD01;
							}

							#sidebar ul a:hover em {
								color: #E1600F;
								}





/* Unordered list within IDs:
#content >> #sidebar
------------------------------------------------------------------------------------*/
#content ul,#sidebar ul li {
	list-style: none none;
	}





/* IDs:
#footer-container >> #footer >> #nav-a >> #copyright >> #flag
------------------------------------------------------------------------------------*/
/* ID: #footer-container */
#footer-container {
	background: #444 url(bg_footer_wrapper.gif);
	height: 0; /* For IE */
	height: auto !important; /* For Modern Browsers */
	margin: 0 auto;
	min-height: 0; /* For Modern Browsers */
	position: relative;
	width: 947px;
	}

/* ID: #footer */
#footer {
	font-size: 10px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 852px;
	}

	#footer ul {
		float: left;
		list-style: none;
		margin: 30px 0 0 20px;
		padding: 0;
		}

		#footer ul li {
			line-height: 140%;
			}

			#footer ul li a {
				background-position: 0 50%;
				background-repeat: no-repeat;
				color: #DDD;
				padding-left: 10px;
				text-decoration: none;
				}

				#footer ul li a:hover {
					color: #FFF;
					}

					#footer ul#nav-a li a {
						background-image: url(../img/bullet-footer-green.gif);
						}

						#footer p#copyright {
							bottom: 30px;
							color: #CCC;
							margin: 0;padding: 0;
							position: absolute;
							right: 20px;
							}

							#footer #flag {
								background-image: url(../root-img-flag-kenya.png);
								height: 67px;
								position: absolute;
								right: 20px;
								top: 25px;
								width: 100px;
								}





/* ID:
#hotty
------------------------------------------------------------------------------------*/
#hotty ul {
	margin: 20px;
	}

	#hotty li {
		margin: 20px;
		}





/* Classes:
.clearfix >> .h3 >> .ngo-box >> .story-box >> .tn-border
------------------------------------------------------------------------------------*/
/* .clearfix */
.clearfix { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/* .h3 */
.h3 { border-bottom: 1px solid #AAA; color: #19570E; font-size: 14px; font-weight: bold; line-height: 115%; margin: 0; padding: 0 0 3px 0; }

/* .ngo-box and .story-box */
.ngo-box,.story-box { background: #FFF; border: 1px solid #DDD; content: "."; display: block; margin: 20px 0 20px 0; padding: 20px; }

/* .tn-border */
.tn-border { border: 1px solid #DDD; float: left; margin: 5px 9px 0 0; }





/* Classes:
.border >> .bold >> .boldRedText >> .boldBlackText >> .italic >> 
.italicGreenText >> .italicOrangeText
------------------------------------------------------------------------------------*/
.border { border: 1px solid #555; }

.bold { font-weight: bold; }

.boldRedText { color: #F00; font-weight: bold; }

.boldBlackText { color: #000; font-size: 14px; font-weight: bold; line-height: 120%; }

.italic { font-style: italic; }

.italicGreenText { color: #696; font-style: italic; font-weight: normal; }

.italicOrangeText { color: #A1600F; font-style: italic; font-weight: normal; }




