/* ------------------------------------------------------------
Title:	unity congress 2008 kuwait
Authored & Designed by: 	frederic tubale [eidderf at gmail dot com]
------------------------------------------------------------ */
@import url("css-reset.css");
@import url("unitycong-sidebar.css");
@import url("unitycong-admin.css");
@import url("unitycong-gallery.css");
@import url("unitycong-testimonials.css");
@import url("unitycong-registration.css");
@import url("unitycong-pages.css");

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #fff;
	color: #7b7d80;
	letter-spacing: 1px;
	}

#clear {
	clear: both;
}	

#clear-none{
	clear: none;
}	
h1,h2,h3,h4,h5,h6,h7 {
	font-family:  Georgia,"Times New Roman", Times, serif;
	color: #7b7d80;
	margin: 0;
	padding: 0;
}


input {
	cursor: pointer;
}
p, li{
	margin:0;
	padding:0;
	color: #7b7d80;
	line-height: 1.2em;
}

a{
	color:#3b89df;
	text-decoration: none;
}

a:hover {
	color: #ee2752;
}
/**main structure**/

#wrapper {
	width: 940px;
	margin: 5px auto;
	padding: 0;
}

#sidebar {
	float: right;
	width:255px;
	margin:  0 0 10px 0;
}

#sidebar h3 {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: x-large;
	color: #414141;
	letter-spacing: 2px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	margin:  0 15px 10px 0;
}

#sidebar p {
	text-align:justify;
	padding: 0 15px 0 0;
}

#sidebar p img {
	float: left;
	padding: 0 10px 5px 0;
}

#header{
	margin: 0 auto;
	background: url(../images/header-bg.jpg) repeat-x top left;
	
}

#header h1{
	width: 200px;
}

#header-inner {
	position: relative;
	width: 950px;
	margin: 0 auto;
	height: 230px;
	background: url(../images/unitycongress-header.jpg) no-repeat top left;
}

#header-inner ul.nav{
	position: absolute;
	left:0;
	top: 190px;
	float:left;
}

#header-inner ul.nav li{
	float:left;
	margin:0 2px;
}

#header-inner ul.nav li a{
	padding: 4px 6px;
	color: #fff;
}

#header-inner ul.nav li a:hover{
	padding: 4px 6px;
	color: #fff;
	border-bottom: 2px solid #fff;
}



/**footer**/
#footer {
	clear:both;
	height: 100px;
	margin:0;
	padding:0;
	background: url(../images/footer.jpg) repeat-x top left;
}

#footer p {
	margin: 0 auto;
	width:950px;
	padding: 10px;
}

#footer p a {
	color: #333;
	text-decoration: none;
	font-size: .8em;
}

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

/* ------------------------------------------------------------

	IE fixes

------------------------------------------------------------ */

/* hide from IE/Mac \*/

* html div, html p.profile-post-blue-blog-post img {
	height: 1%;
	}
/* end hide */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}