/* Start of CMSMS style sheet 'Default' */
/* Rigdrol Yeshe Buddhist Institute -  Daniel Brownlees 27/8/2008 */

/* Page setup */

html,body {
    margin:0; 
    padding:0;
    height:100%;
}

body {
    color:#303030;
    background:#430000 url(uploads/images/lotus-tile.jpg) repeat;
    font:0.76em Verdana,Tahoma,sans-serif;
}

/* Container */
#outerwrap {
    position:relative;
    margin: 0 auto;
    text-align: left;
    min-width:770px;
    max-width:80em;
    height:100%;
}

#innerwrap {
    position:relative;

    height:auto !important; /* real browsers */
    height:100%; /* IE6: treated as min-height*/
    min-height:100%; /* real browsers */

    padding-left:4px; /* page border */
    padding-right:37px; /* page border */
    margin-left:15em; /* sidebar */
    margin-right:1em; /* a little red for looks */
    background:#fafafa;
}

#edgeL{
	position:absolute;
	bottom:0;
	left:0;
	width: 10px;
	height:100%;
	background:url(uploads/images/left-tile.gif) repeat-y 0 0;
}
#edgeR{
	position:absolute;
	bottom:0;
	right:-1px;/* hide background jog in IE6*/
	width: 47px;
	height:100%;
	background:url(uploads/images/mani-tile.jpg) repeat-y 0 0;
}

/* Sidebar */
#sidebar {
    position:absolute;
    left:0;
    padding-top:15em;
    padding-left:4px; /* width of border tile */
    width:15em; 
    text-align:right;
    z-index: 1;
}

/* Navigation menu */
#menu {

    width:100%;
}

#menu ul {
    list-style:none;
    margin:0;
    padding:0;
}

#menu li {
    padding-right:3px; /* space for page border */
}

#menu li.active {
    background:#fafafa url(uploads/images/left-tile.gif) repeat-y top left;
    border-top:1px solid #430000;
    border-bottom:1px solid #430000;
}

#menu a {
    display:block;
    width:90%;
    padding-right:10%;
    padding-top:0.2em;
    padding-bottom:0.2em;
    color:#fafafa;
    font-size:1.6em;
    font-weight:normal;
    text-decoration:none;
    letter-spacing:-1px;
}

#menu a:hover {
    color:#430000;
    background:#ffbd00 url(uploads/images/yellow-tile.jpg) repeat;
}

#menu a.active, #menu a.active:hover {
    color:#430000;
    background:none;
}

/* Header */
#header {
   padding:1.5em 1.5em 1em 3em;
}

#header a img {
   border: 0;
}

/* Footer */
#footer {
    position:absolute;
    bottom:0;
    width:100%;
    text-align:center; font-size:0.8em; color:#808080;
}

#footer a {
    color:#808080; text-decoration:none;
}

#footer a:hover {
    color:#505050;
    text-decoration:underline;
}
/* End of 'Default' */

