/*#############################################################
Name: Coffee N Cream
Date: 2006-08-24
Description: A smooth coffee style template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/
/* Below code is for shadow creation*/
#outer {
	position: absolute;
	top: 0%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
 
#inner {
	width: 850px;
	height: auto;
	margin-left: -425px;  /***  width / 2   ***/
	position: absolute;
	top: auto;          /***  height / 2   ***/
	left: 50%;
}
#shadow-container {
    position: relative;
    left: 0px;
    top: 0px;
   /* margin-right: 3px;
    margin-bottom: 3px;*/
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -2px;
    top: -2px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container {
        background: #ffffff;
        /*border: 1px solid #848284;*/
        padding: 0px;
    }
	
/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #655A46 url(bg.gif);
	color: #5C743D;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: #FFFFFF;
	border: 1px solid #D5EDB3;
	color: #5C743D;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: normal;
}

code.sideAnnouncement {
	border-left: 5px solid #BE4915;
	width: auto;
}

code.sideAnnouncement span.head {
	color: #BE4915;
	font-size: 1.25em;
}

code.linksidenavR {
	border-top: 5px solid #BE4915;
	width: auto;
}

blockquote {
	background: url(quote.gif) top 90% no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-right: 10px;
}
h1,h2,h3 {
	color: #5C743D;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.bodycontainer {
	margin: 0 auto;
	width: 850px;
}



/* header */
.header {
	background: url(MadrasaBanner.png) repeat-x;
	height: 124px;
	margin: 0 auto;
	width: 850px;
}

/* title 
.title {
	padding: 32px;
}
.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}
*/

/* navigation
.navigation {
	background: #FFF url(bgnavigation.gif) repeat-x;
	font: bold 1.2em Verdana,sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 815px;
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #CEBDA1;
	color: #420;
}
*/

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenavL {
	float: left;
	width: 125px;
	padding-top: 20px;
	padding-left: 0px;
}

/* sub navigation */
.sidenavR {
	float: right;
	width: 210px;
	padding-top: 36px;
	padding-left: 0px;
}

/* content */
.content {
	padding-top: 20px;
	float: left;
	width: 445px;
	padding-left: 20px;
	border-left-color: #99cc66;
	border-left-width: 2px;
	padding-right: 5px;
}
.content .descr {
	color: #99cc66;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	background: #958463 url(bgfooter.gif) repeat-x;
	color: #CC0000;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 850px;
}
.footer a {
	color: #CC6600;
	text-decoration: none;
}
.footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}


/*text styles from the old site */

.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 12px;
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
/* Below code is a simulation of a table rows and columns */

div.row {
  clear: both;
  padding-top: 20px;
  }

div.row span.left {
  float: left;
  width: auto;
  text-align: center;
  }
  
div.row span.center {
  float: left;
  width: auto;
  text-align: left;
  padding-left: 10px;
  }
  

div.row span.right{
  float: right;
  width: auto;
  text-align: left;
  padding-left: 10px;
  } 
