* {
	margin:0;
	padding:0;
}
body {
	background:#9A9786;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}



/* wrapper */
div.wrapper {
	width:816px;
	margin:0px auto;
	padding:10px;
	border-right:10px solid #8D8A77;
	border-left:10px solid #8D8A77;
	background-color:#ffffff;
}


/* header & nav */
div.header {
	margin-bottom:10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}

div.header img {
	position: relative;
	z-index: 2;
}

div#blue-line {
	position: absolute;
	z-index: 1;
	height: 22px;
	width: 700px;
	top: 115px;
	margin: 0px;
	left: 116px;
	background-repeat: repeat-x;
	background-color: #4488b0;
}

div#venue h1 {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	padding:0px;
	margin:0px;
	right: 10px;
	font-size: 0.8em;
	top: 119px;
	z-index:2;
	color:#FFF;
	letter-spacing: 0.5px;
	font-weight: bold;
}

div.header-title {
	margin:0px;
	padding: 0px;
	position: absolute;
	right: 10px;
}

div.header-title h2 {
	color:#4488b0;
	text-align:center;
	font-size:1.5em;
	padding:0;
	margin:0;
}

div.header-title h3 {
	font-size:0.75em;
	color:#e77624;
	text-align:center;
	font-style:italic;
	margin-top:10px;
}

div.page-content {
	padding:5px 0;
	border-top:4px solid #E6E6E6;
}

/* headers */
h1 {
	font-size:3.2em;
	letter-spacing:-2px;
	text-align:left;
	line-height:1.0em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:10px;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	padding-left:10px;
}
h2 {
	color:#e77624;
	font-size:1.7em;
	font-weight:bold;
	text-align:left;
	text-transform:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
h3 {
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:10px;
	color: #1D3D4E;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight:bold;
	padding-bottom:10px;
	color:#1D3D4E;
}

h5 {
	padding-bottom:10px;
}

h6 {
	color:#4488b0;
	font-weight:bold;
	padding-left:5px;
	font-size:1em;
}

div.sidebar h4 {
	background-color:#32698B;
	border-top:4px solid #2B5B78;
	color:#FFFFFF;
	padding:10px;
}

/* element defaults */
p {
	margin-bottom:20px;
	line-height:1.5em;
	font-size:0.8em;
}

label{
		font-size:0.9em;
}

ul, ol {
	font-size:0.75em;
	padding:0 0 20px 35px;
	list-style:none;
}
ol { 
	list-style:decimal;
}

/* default links */
div.content a, div.content a:visited { 
	color:#4086AA;
} 
div.content a:hover {
	color:#2B5B78;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e77624;
}

div.sidebar a {
	color:#4086AA;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	text-decoration:none;
}

div.sidebar a:hover {
	color:#244C65;
}

/* content */
div.page-wrap {
	padding:20px;
	clear:both;
}

div.content {
	float:right;
	width:620px;
	color:#333;
	clear:none;
}

.black-text {
	color:#333;
}

ul.disc {
	font-size:0.8em;
	line-height: 1.5em;
	color:#e77624;
	list-style:disc;
}

ul.decimal {
	font-size:0.8em;
	line-height: 1.5em;
	color:#e77624;
	list-style:decimal;
}

ul.circle {
	font-size:0.8em;
	line-height: 1.5em;
	color:#e77624;
	list-style:circle;
}

/* sidebar */
#sidebar{
	float: left;
	width: 180px; /*width of menu*/
}

#sidebar .headerbar{
	margin: 0;
	padding: 0;
	margin-bottom: 20; /*bottom spacing between each UL and rest of content*/
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eaeada;
}

#sidebar .link-headerbar{
	margin: 0;
	padding: 0;
	margin-bottom: 20; /*bottom spacing between each UL and rest of content*/
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eaeada;
}

#sidebar .headerbar{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #4488b0;
	display: block;
	padding: 7px 0 7px 30px;
	line-height: 17px;
	text-decoration: none;	
	font-size: 13px;
	font-weight: bold;
}

#sidebar .link-headerbar a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #4488b0;
	display: block;
	padding: 7px 0 7px 30px;
	line-height: 17px;
	text-decoration: none;	
	font-size: 13px;
	font-weight: bold;
}

#sidebar .headerbar:hover, #sidebar .link-headerbar a:hover{
	background:#244C65;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20; /*bottom spacing between each UL and rest of content*/
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eaeada;
}

#sidebar ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

#sidebar ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	background: #d2dde4;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;	
	font-size: 12px;
	font-weight: normal;
}

#sidebar ul li a:hover {
color: #e77624;
}

#sidebar li a.current, #sidebar li a.current:hover, #sidebar .link-headerbar a.current, #sidebar .link-headerbar a.current:hover {
	color: #ffffff;
	background-color:#e77624;
	cursor: default;
	font-weight:bold;	
}

#sidebar-organizers{
	float: left;
	width: 180px;
	height:250px;
	padding: 0px;
	background-image: url(images/sidebar-o.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#sidebar-f-sponsers{
	float: left;
	width: 180px;
	height:250px;
	padding: 0px;
	background-image: url(images/sidebar-f.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar-t-sponsers{
	float: left;
	width: 180px;
	height:90px;
	padding: 0px;
	background-image: url(images/sidebar-t.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* About Kuwait Image */

#aboutq8 {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/* About Kuwait Table */

table.about_q8 {
	width:60%;
	border-collapse:collapse;
	margin:0em 0;
}
table.about_q8 td {
	border-collapse:collapse;
	text-align: left;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 1em;
	background: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* footer */
p.footer {
	text-align:center;
	color:#fff;
	background-color:#4488b0;
	font-size:0.7em;
	padding:5px 5px;
	margin:0;
	font-weight: bold;
	letter-spacing: 0.15em;
}
p.footer a {
	color:#fff;
	border-bottom:none;
	text-decoration:underline;
}

/*/* search form */
form.searchform {
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}

div.soon {
	background-attachment: scroll;
	background-image: url(images/comingsoon.png);
	background-repeat: no-repeat;
	height: 330px;
	width: 620px;
	background-position: center top;
}
.title {
	font-size: 1.3em;
}
.email {
	font-style: italic;
}

div#position {
	position: relative;
	height: 600px;
}

#position ul {
	padding-left: 20px;
}

#position p {
	line-height: 1.6em;
}

div#Applications {
	position: absolute;
	top: 20px;
	left: 20px;
}


div#Technologies {
	position: absolute;
	top: 20px;
	left: 350px;
}

div#Services {
	position: absolute;
	left: 20px;
	top: 340px;
}

div#Social {
	position: absolute;
	top: 340px;
	left: 350px;
}

div.organizer {
	height: 300px;
	width: 600px;
	position: relative;
}
div.kuniv {
	position: absolute;
	height: 220px;
	width: 155px;
	text-align: center;
}
div.paaet {
	position: absolute;
	height: 220px;
	width: 180px;
	left: 175px;
	text-align: center;
}
div.gust {
	position: absolute;
	height: 220px;
	width: 100px;
	left: 380px;
	text-align: center;
}
div.auk {
	position: absolute;
	height: 200px;
	width: 100px;
	left: 500px;
	text-align: center;
}
div.financial-sponsors {
	height: 280px;
	width: 150px;
	position:relative;
}

div.kfas {
	position: absolute;
	height: 220px;
	width: 180px;
	left: 175px;
	text-align: center;
	padding-top:5px;
}

div.financial-sponsors div.auk {
	position: absolute;
	height: 200px;
	width: 150px;
	left: 400px;
	text-align: center;
}


div.technical-sponsors {
	height: 230px;
	width: 400px;
	position:relative;
}
div.McGill {
	position: absolute;
	text-align: center;
}

div.acm {
	position: absolute;
	text-align: center;
	padding-top:30px;
	left: 20px;
}

div.pending {
	width: 600px;
	height: 190px;
	position:relative;
}

div.ieee {
	position: absolute;
	text-align: center;
}

.no-style {
	border:none;
}
.page-content a.no-style:hover {
	border-bottom:none;
}

.center {
	text-align:center;
}

/* ---------- Keynote gallery styles start here ----------------------- */

div.content div.gallery a:hover{
	border-bottom:none;
}

div.gallery {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 150px;
	height: 170px;
}
div.gallery img {
	background: #e5f1f4;
	border: solid 1px #4488b0;
	padding: 5px;
}
div.gallery em {
/*	background: #fff url(images/grey-gradient.gif) repeat-y;*/
	background-color: #4488b0;
	color:#fff;
	width:140px;
	font-style:normal;
	padding: 2px 5px;
	display: block;
	position: absolute;
	top: 162px;
	left: 1px;
	border: 1px solid #4488b0;
	border-left-color: #4488b0;
	font-size:0.7em;
	font-weight:bold;
	text-align:center;
}
div.gallery a em {
	background-color: #4488b0;
	color:#fff;
}

div.gallery a:hover em {
	background: #006699;
}

div.keynote {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.blink {
	color:#e77624;
	font-weight:bold;
	text-decoration:blink;
}
