@charset "utf-8";
/* EWLM Kamatana page CSS */

#kamatana {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	width: 948px;
	text-align: left;
	color: #EEE;
	background: #333 url(../images/kamatana/photo_kamatana_main_002.jpg) no-repeat;	
    -moz-box-shadow: 0px 0px 10px #222; 
	-webkit-box-shadow: 0px 0px 10px #222; 
    box-shadow: 0px 0px 10px #222;
	border: 1px solid #333; 
	}

#kamatana a {
	color: #EEE;
	}

#kamatanaleft {
	margin: 420px 0px 50px 20px;
	padding: 160px 0px 0px 0px;
	width: 536px;
	background: url(../images/kamatana/logo_kamatana_orange.png) no-repeat;
	float: left;
	}
	
#kamatanaleft p {
	margin: 0px 50px 10px 50px;
	color: #DDD;
	font-size: 1.1em;
	line-height: 1.8em;
	}

#kamatanaleft hr {
	margin: 25px auto 20px 50px;
	width: 80%;
	height: 1px;
	border: 0px;
	color: #DDD;
	background-color: #DDD;
	}


#tour_dates {
	margin: 0px 50px 0px 50px;
}

#tour_dates h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	font-size: 2em;
	letter-spacing: .3em;
	border-bottom: 1px dotted #CCC;
}

#tour_dates ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#tour_dates  ul li {
	margin: 0px 0px 10px 0px;
}


#kamatanaright {
	margin: 570px 0px 50px 0px;
	padding:0px;
	width: 325px;
	color: #CCC;
	float: left;
	}	
	
#kamatanaright h3 {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	font-size: 2em;
	letter-spacing: 1em;
	border-bottom: 1px dotted #CCC;
	}


	
.name {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	letter-spacing: .3em;
	font-weight: 100;
	}
	
.button {
	margin: 20px 50px;
	padding: 0px;
	text-align:center;
	}
	
.button a {
	padding: 8px;
	display: block;
	background: #555;
	border-radius: 10px;
	-moz-border-radius: 10px;
	}
	
.button a:hover {
	background: #666;
	}	
	
	
#photos	{
	margin: 0px 0px 20px 0px;
	width: 100%;
}

#photos img {
	margin: 0px 0px 2px 0px;
	display: inline;
}

	