@charset "UTF-8";
* {
	padding:0;
	margin:0;
}

body {
	background-image: url(../images/bgd.gif);
	background-position: center;
	background-color: #22160c;
	background-repeat: repeat-y;
}
.gallery-title {
	font-size: 16px;
	color: #666666;
}
.gallery-subtitle {
	font-size: 12px;
	color: #999999;
}

p {
	margin: 20px 0;
}

a {
	color:#c5351b;
	text-decoration:none;
}

a img {
	border:none;
	
}

a:hover {
	color:#37738a;
	text-decoration:underline;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
#header {
	text-align: left;
	
}

#bgd {
	background-image: url(http://askenya.org/images/header.jpg);
	height: 128px;
}

#header img {
	float:left;
	padding: 5px 0 5px 20px;
}

#header h1 {
	color: #000066;
	font-size: 15px;
	float: left;
	padding-left: 35px;
	line-height: 20px;
	padding-top: 40px;
	width: 500px;

}

#signup {
	position:absolute;
	right:15px;
	top: 10px;
	text-align:left;
	font-size: 12px;
	width:189px;
	height: 95px;
	padding-top: 15px;
	padding-left: 80px;
	background-image: url(../images/signup-bg.png);
	background-repeat: no-repeat;	
}


#signup h2 {
	float:none;
	padding:0;
	width: 200px;
	color:#9d5f0f;
	font-size: 13px;
	
}

/* Navigation */


#navigation {
	text-align:center;
	background-image: url(../images/nav_bgd.png);
	background-repeat: repeat-x;
	height: 30px;
}

#navigation ul {
	list-style: none;
	position:relative;
	top:0;
	padding-top:0;
	
}


#navigation li {
	display:inline;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BDA352;
	padding-right: 20px;
	height:20px;
}

#navigation li a {
	color: #fff;
	text-decoration:none;
	font-size:13px;
	
}

#navigation li a:hover {
	color: #E7B92E;
	text-decoration:none;
	
}

#navigation li.last {
	border: none;
}

.highlight {
	color: #e28f26;
}

.jewel_heading {
	font-size: 16px;
	color: #E28F26;
	line-height: 24px;
}


.clear {
	clear: both;
	height:0;
}


/* Content */

#content .video {
	background-color: #e28f26;
	width: 700px;
	left: -60px;
	position: relative;
	height:387px;
}

#content .jewelry-slideshow {
	width: 154px;
	height: 226px;
	float: right;
	border: 3px solid #f8c686;
	margin-right: 0px;
	margin-left: 15px;
	padding: 8px;
}

#sidebar .jewelry-slideshow {
	width: 154px;
	height: 226px;
	border: 1px solid #0B3F69;
}



.video img {
	margin-left: 60px;
}

#student-sponsor {
	width: 160px; 
	float:left; 
	margin-right:30px; 
	margin-bottom:25px;
	
}



#main {
	background-image: url(../images/main_bgd.png);
	background-repeat: repeat-y;
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	position: relative;
	margin-top: 0;
	}


#content {
	width: 579px;
	padding-left: 60px;
}

#content h1 {
	font-size:26px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content h2 {
	color: #c5351b;
	padding: 20px 0 10px 0;
	font-size: 18px;
}

#sidebar {
	width: 200px;
	position: absolute;
	float: right;
	top: 0px;
	right: 25px;
	line-height: 20px;
	text-align: left;
}

#sidebar h1 {
	color: #c5351b;
	text-transform: uppercase;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sidebar li {
	list-style-position: outside;
	padding-bottom: 25px;
	background-image: url(../images/ask_world.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 0px;
	padding-left: 25px;
}

.sidebar_photos {
	border: 1px solid #0B3F69;
	margin-right: 15px;
	margin-left: 0px;
	border-color: #E28F26;
}

.button {
	background-image: url(../images/button.png);
	color: #FFFFFF;
	text-align: center;
	height: 27px;
	width: 139px;
	padding-top: 5px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.button a {
	color:#fff;
}

.button a:hover {
	color: #E7B92E;
	text-decoration:none;
}

.speakers_photos {
	float: left;
	border: 1px solid #0B3F69;
	margin-right: 15px;
	margin-left: 0px;
	border-color: #E28F26;
}

.sponsor_photos {
	border: 1px solid #0B3F69;
	border-color: #E28F26;
	margin-bottom: 15px
}

.img_left {
	float: left;
	border: 3px solid #f8c686;
	margin-right: 15px;
	margin-left: 0px;
	padding: 8px;
}

.img_right {
	float: right;
	border: 3px solid #f8c686;
	margin-right: 0px;
	margin-left: 15px;
	padding: 8px;
}

.img_center {
	border: 3px solid #f8c686;
	margin-right: 0px;
	margin-left: 15px;
	padding: 8px;
}

.img_home {
	border: 3px solid #f8c686;
	margin-right: 0px;
	margin-left: 0px;
	padding: 8px;
}



#myGallery {
	margin-left: auto;
	margin-right:auto;
}
#gallery {
	padding-left: 25px;
}

#myGallery h2 {
	color:#fff;
	padding:0;
	font-size: 12px;


}

#myGallery p {
	font-size: 10px;
	padding: 0;

}

#myGallery h3 {
	color:#fff;
}




/* Footer */

#footer {
	font-size: 11px;
	text-align: center;
	line-height: normal;
}

#footer a {
	color: #000066;
}

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

#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-color: #000066;
		
}

#footer li.last {
	border: none;
}

#footer .gray {
	color: #666666;

}

#footer .gray a {
	color: #666666;
}
