/*
Learning System CSS
Author : Sandhika Galih
Date : 30 July 2009
www.sandhikagalih.net
*/

/* General Resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* Utility */
.clear { clear:both; }

/* Here We Go !!*/

body{
	background:url(../images/body-bg.png) white;
	font-family:Arial, Helvetica, sans-serif;
}

#page-wrap 
{
	width:927px;
	margin: 5px auto 0 auto;
	margin-bottom:0;
}

#navigation
{
	background:url(../images/top-container-bg.png) top center no-repeat;
	height:82px;
	padding:3px;
	padding-bottom:0;
	margin-bottom:0;
}

#navigation img
{
	float:left;
	margin:22px 0 0 30px;
}

ul#nav-bar
{
	margin:17px auto 0 auto;
	padding:5px;
	padding-top:20px;
	padding-left:70px;
	width:806px;
	height:30px;
	background:#f1dd52;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

ul#nav-bar li
{
	display:inline;
}

ul#nav-bar li a
{	
	color:#403a17;
	font-size:1em;
	font-weight:bold;
	padding:10px;
	text-decoration:none;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;	
}

ul#nav-bar li a:hover
{
	background:#403a17;
	color:#fff;
}

#container
{	
	margin:-3px auto;
	width:927px;
	background:url(../images/container-bg.png) repeat-y;
	padding-bottom:10px;
}

#flash
{
	margin:0 auto;
	width:884px;
	min-height:251px;
	background:#403a17;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

#flash p
{text-align:right;}

#link
{
	width:884px;
	margin:8px auto;
	min-height:155px;
	background:#f1dd52;
	margin-bottom:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

ul#link-list
{
	margin:0 auto;
	padding:12px 0 0 10px;
}

ul#link-list li
{
	display:inline;
	
}

ul#link-list li a
{
	display:block;
	height:131px;
	text-indent:-9999px;
	float:left;
	padding-right:10px;
}

ul#link-list li.elearning a
{
	width:207px;
	background:url(../images/elearning.png) bottom center no-repeat;
}

ul#link-list li.digilib a
{
	width:207px;
	background:url(../images/digilib.png) bottom center no-repeat;
}

ul#link-list li.ereferences a
{
	width:206px;
	background:url(../images/ereferences.png) bottom center no-repeat;
}

ul#link-list li.elibrary a
{
	width:206px;
	background:url(../images/elibrary.png) bottom center no-repeat;
}

ul#link-list li a:hover
{
	background-position:top center;
}

#footer
{
	width:927px;
	margin:0 auto;
	background:url(../images/bottom-container-bg.png) no-repeat;
	min-height:61px;
}

#copyright
{
	margin:3px auto;
	width:884px;
	height:30px;
	background:#403a17;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#copyright p
{
	text-align:right;
	padding-top:7px;
	padding-right:5px;
	color:#f1dd52;
	font-size:.8em;
}

#copyright p.copy
{
	margin-top:-8px;
	float:right;
	padding-top:0;
	padding-right:5px;
	color:#f1dd52;
	font-size:.8em;
}

#copyright a
{
	text-decoration:underline;
	color:#f1dd52;
}

#copyright a:hover
{
	text-decoration:none;
}

#copyright img.html
{
	float:left;
	margin:-2px 0 0 15px;
}

#copyright img.css
{
	float:left;
	margin:-9px 0 0 2px;
}