@charset "utf-8";
/************************
   CSS Document 
   Original css by 
   Afia Udofia...
*************************/

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 12px Arial, Tahoma, sans-serif;
	color: #555;
	background: #fff url(../images/bg-top.jpg) repeat-x;
	text-align: center;		
}

/* links */
a { background: inherit; color: #993300; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Arial', Tahoma, Sans-serif; }
h1 { font-size: 1.3em; color: #666666;
}
h2 { font-size: 1.1em; text-transform: titlecase; border-bottom:1px dotted #CCCCCC;}
h3 { font-size: 1.0em; border-bottom:1px dotted #CCCCCC;}

p, h1, h2, h3 {
	margin: 0px 10px;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 15px;		
}

/* images */
img {
	border: 0px solid #DADADA;
	padding: 0px;

}
img.float-right {
  margin: 0px 0px 5px 0px;  
}
img.float-left {
  margin: 0px 5px 0px 0px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 0px;	
}
th strong {
	color: #fff;
}
th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: auto;
}
td {
	padding-left: 5px;
	padding-right: 5px;
	/* border-left: 1px solid #FFE1C3; */
	
}


/* form elements */
form {
	margin:2px 2px 2px 2px; padding: 5px;
	border: 1px solid #ccc; 
	
}
label {
	display:block;
	font-weight:bold;
	margin:3px 0;
}
input {
	padding: 0px 5px;
	border:1px solid #ccc;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#666;
	height:20px;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #ccc;
	height:60px;
	display:block;
	color:#666;
}

select {
	
	padding:2px 2px 2px 5px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #ccc;
	height:20px;
	display:block;
	color:#666;
}

input.button { 
	margin: 0;
	margin-top: 5px;
	font: bold 1em "Trebuchet MS", Tahoma, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 5px; 
	color: #666;	
	border: 1px solid #ccc;	
}

/* search form */



/***********************
	  LAYOUT
************************/
#header {
	width: 100%;
	height: 100px;
	text-align: left;
	background: #369 url(../images/header-bg.jpg) repeat-x;
	border-bottom: 5px solid #000;

	
}

#header-content  {
	width: 855px;
	margin: 0 auto; padding: 0;
	height: 100px;
	border: none;
	background:url(../images/head-menu.png) no-repeat bottom center;
}


 #slogan {
 	position:absolute;
 	display:block;
 	margin:0;	padding: 0;
	text-align:left;
	float:right;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin-top: 20px;
	width:400px;
	height:30px;
	right:10px;
	border-top:none;
}

/* header menu */


#logo {
	position:absolute;
	float:left;
	width: 195px;
	height: 65px;
	padding: 0px;
	background: url('../images/logo.png') no-repeat left center;
}
/* content */
#content-wrap {
	clear: both;
	width: 100%;
	background: #fff url(../images/bg-bottom.jpg) repeat-x bottom;
	
}

#content {
	width:848px;
	text-align: left;	
	padding: 0;
	margin: 0 auto;
	border-left:1px solid #999;
	border-right:1px solid #999;
	height: 325px;
	background: #fff;
}

#splash-wrap {
	width:100%;
	height:200px;
	
}
#splash {
	width:848px;
	height:200px;
	margin: 0px auto;	
	border-left:1px solid #999;
	border-right:1px solid #999;
	background:#ccc url(../images/splash-img.jpg) no-repeat;
}

/* Menu */

#menu {
	margin: 0 auto;
	margin-top: 67px;
	position:absolute;
	width: 848px;
	height: 30px;
	padding:0px;

}

#menu ul {
	float:left;
	padding:0px;
	margin:0px;
	margin-left:10px;
	list-style: none;
}
#menu li {
	display: inline;
	list-style:none;
	font:bold 11px Arial, Tahoma, sans-serif;
}

#menu li a {
	float: left;
	color: #fff;
	padding: 9px 20px;
	margin-right:2px;
	text-decoration: none;
	border-right:1px solid #999;
	border-left:1px solid #999;

}

#menu li a:hover {
	background: #333;
	color: #fff;
	
}

#menu li a#current {
	background: #333;
	color: #fff;
	
}

#menu-2 {
	width: 100%;
	height: 35px;
	background: #369 url(../images/menu-2-bg.jpg) repeat-x;
	
}
/* sidebar */
#sidebar {
	float: left;
	width: 200px;
	height:300px;
	border-right:1px solid #ccc;
	margin-right:5px;

}	

#sidebar-right{
	float: right;
	width: 180px;
	margin-right:3px;
	border:1px solid #ccc;
	height: 250px;

}

#sidebar-right h1{
	padding: 5px 20px;
	margin: 0;
	font: bold 11px Arial, Tahoma, Sans-serif;
	text-align:left;
	color:#666;
	border-bottom: 1px solid #ccc;
}
#sidebar h1 {
	padding: 5px 20px;
	margin: 0;
	color:#666;	
	font: bold 11px Arial, Tahoma, Sans-serif;
	text-align:left;
	border-bottom: 1px solid #ccc;
}

#sidebox {
	width:100%;
	margin-bottom: 3px;	
}
#sidebox form{
	border:none;
		
}

#sidebox input.username{

	height:20px;
	border: 1px solid #ccc;
	width:120px;
	padding:2px;
	padding-left: 25px;
	margin-bottom: 5px;
	background: #fff url('../images/user.png') no-repeat 5px center;
}

#sidebox input.password{
	display:block;
	height:20px;
	border: 1px solid #ccc;
	width:120px;
	padding:2px;
	padding-left: 25px;
	margin-bottom:5px;
	background: #fff url('../images/pass.png') no-repeat 5px center;	
}

#sidebox input.login{
	height:20px;
	vertical-align:middle;
	border:none;
	font: bold 11px Arial, Sans-serif; 
	color: #666;	
	width: 60px;
	padding: 2px 6px;
	line-height:120%;
	background:url('../images/login.jpg') no-repeat center;
		
}

/* main */
#main {
	float:left;
	width: 650px;
	padding: 0;
	margin-bottom:5px;
	margin-left:5px;
	border:1px solid #ccc;
	border-top:none;
	text-align:justify;
	font: normal 11px Arial, Tahoma, Sans-serif;
}

#main img{
	padding:5px;
	margin:5px;
	background:#fff;
	border:1px solid #ccc;

}

#main h1 {
	padding: 5px 20px;
	margin: 0;
	font: bold 11px Arial, Tahoma, Sans-serif;
	text-align:left;
	color:#666;
	border-bottom: 1px solid #ccc;
	background:url(../images/menu-bg.jpg) repeat-x;

}

#main p {
	padding-bottom:5px;
}

.post {
	float:left;
	width: 455px;
	padding: 0;
	margin-top:10px;
	margin-bottom:5px;
	border: 1px solid  #CCCCCC;
	text-align:justify;
}

.post img {
	margin-left:5px;
}


/* footer */

#footer {
	width: 100%;
	height:50px;
	clear: both;
	margin: 0; padding: 0;
	font: normal 11px Tahoma, Arial, sans-serif;
	text-align: left;
	background:#333;
}

#footer-content {
	width:848px;
	margin: 0 auto;
	height:40px;
	padding-top:10px;
	color:#fff;
	background:#333;
	text-align:center;
}
#footer-content a {
	text-decoration: none;
	color: #999;	
}
#footer-content a:hover {
	text-decoration: none;
	color: #ccc;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }



#speakers {
	width: 100px;
	height: 130px;
	float:left;
	background: #DAE3F1;
	border:1px solid #ccc;
	margin-left: 5px;
	margin-top: 5px;
	text-align:left;

}
#speakers:hover{
	background:#fff;

}
#speakers img {
	width:80px;
	height: 80px;
	padding: 4px;
	background: #fff;

}
#speakers img:hover{
	background:#eee;

}
#speakers span {
	display:block;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#333;
	}

