/*
TOMASI Online Africa Mombasa All Rights Reserved 2009
*/

body {
	margin: 0;
	padding: 0;
	background: #AAC8C8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url("../images/airporthoteltransferskenya.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}

h1, h2 {
	font-weight: normal;
}

p, ol, ul {
	margin-top: 0;
}

a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:visited {
	COLOR: #CC6600; TEXT-DECORATION: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	height: 110px;
	margin: 0 auto;
	text-transform: uppercase;
}

#logo {
	float: left;
	padding: 24px 0 0 20px;
}

#logo h1, #logo p {
	margin: 0;
	font-weight: bold;
	font-size: .7em;
}
#logo h1 {
}

#logo p {
	padding-left: 1px;
	line-height: bold;
	font-size: .75em;
}

#menu {
	float: right;
	padding-top: 24px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 31px 20px;
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: #C3C3C3 url(../images/img02.gif) repeat-x;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 650px;
}
.hr {
	color: #FF0000;
	height: 1px;
}

.post {
}
.hr {
	color: #FF0000;
	height: 1px;
}

.meta {
	margin: 0;
	padding: 10px 0 15px 20px;
	border-top: 1px solid #F3F3F3;
}

.meta a {
	text-decoration: underline;
}

.meta a:hover {
	text-decoration: underline;
}

.meta .more {
	padding-left: 12px;
	background:  url(../images/img09.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 15px;
	background:  url(../images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}
a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:visited {
	COLOR: #CC6600; TEXT-DECORATION: none;
}

a img {
	border: none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #FFFFFF url(../images/img16.gif) no-repeat left bottom;
}

#sidebar li li {
	padding: 5px 10px;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 15px 0 0 10px;
	background:  url(../images/img15.gif) no-repeat;
	letter-spacing: -1px;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
}

/* Green Box */

.greenbox {
	background: #FFFFFF url(../images/img03b.gif) repeat-x;
}
.hr {
	color: #FF0000;
	height: 1px;
}

.greenbox .title {
	height: 93px;
	background:  url(../images/img04c.gif) no-repeat;
}

.greenbox .title h1, .greenbox .title h2 {
	height: 35px;
	margin: 0;
	padding: 15px 0 0 20px;
	background:  url(../images/img05c.gif) no-repeat right top;
	letter-spacing: -1px;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
}

.greenbox .entry {
	padding: 10px 20px 0 20px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.btm { background:  url(../images/img06c.gif) repeat-x left bottom; }
.btm .l { background:  url(../images/img07.gif) no-repeat left bottom; }
.btm .r { background:  url(../images/img08.gif) no-repeat right bottom; }

/* Two Columns */

.two-columns {
	clear: both;
	background:  url(../images/img11.gif) repeat-y;
	border-top: 15px solid #F5EFD7;
}

.two-columns .title {
}

.two-columns .title h2 {
	height: 53px;
	margin: 0;
	padding: 15px 0 0 20px;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}


.two-columns .title h3 {
	height: 53px;
	margin: 0;
	padding: 5px 0 0 10px;
	text-transform: uppercase;
	letter-spacing: -0px;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
}

.two-columns .title h4 {
	height: 53px;
	margin: 0;
	padding: 10px 0 0 20px;
	text-transform: uppercase;
	letter-spacing: -0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.two-columns .blue {
	background:  url(../images/img13.gif) no-repeat;
}

.two-columns .red {
	background:  url(../images/img14.gif) no-repeat;
}

.two-columns .columnA, .two-columns .columnB {
	width: 320px;
}

.two-columns .columnA {
	float: left;
}

.two-columns .columnB {
	float: right;
}

.two-columns .btm {
	clear: both;
	background:  url(../images/img12.gif) no-repeat left bottom;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	background: #CC9966 url(../images/img02b.gif) repeat-x;
	text-align: center;
	font-size: 12px;
	width: 100%;
	font-color: #FFFFFF;
}
.update {
	font-size: 12 px;
	color: #008080;
	align: center;
	font-weight: bold;
}
.category {
	color: #666666;
	font-weight: bold;
	font-size: 0.9em;
}
.visible {
	color: #FFFFFF;
}

.nyamlets12 {
	color: #FFFFFF;
	font-size: 1.0em;
}
.nyanges {
	color: #CC6600;
	font-weight: bold;
	font-size: 1.0em;
}
.kolobo {
	color: #000;
	font-weight: regular;
	font-size: 0.96em;
}
.searchbox {
	padding: 0px 0 0 10px;
	color: #990000;
	font-weight: bold;
}
.searchboxtitle {
	padding: 0px 0 0 10px;
	color: #990000;
	font-weight: bold;
}
#hr {
	color: #FF0000;
	height: 1px;
}
.justify {
	text-align:justify;
}
.align {
	text-align:center;
}
.justbold {
	font-weight:bold;
	text-align:justify;
}
.transfer {
	font-weight:bold;
}
.red {
	color:#F00;
	font-weight:bold;
}
.yuls {
	color:#F00;
	font-weight:bold;
}
.below {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.7em;
}
.jinajuu {
	margin: 0;
	font-weight: bold;
	font-size: .7em;
	color: #FFFFFF;
}
.center {
	text-align:center;
}
