/* 
    Document   : kashmir
    Created on : 2008-feb-03, 00:12:26
    Author     : Anders Bergh
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;    
    background-color: #6699ff;
}

* { /* sets 0 margin and 0 padding on everything */
	margin: 0; 
	padding: 0; 
}

body {
	background: #6699ff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2 {
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
}

p { 
	margin: 0 0 10px 0;
}

ul {
	padding: 5px 0 5px 20px;
}
	
li {
	padding: 3px 0 3px 0;
}
	
#wrapper, #content-wrapper {
	float: left;
	width: 100%;
}

#header {
	height: 60px;
	padding: 15px 0 5px 0;
	border-bottom: 0px solid #ccc;
	background: #6699ff;
        color:#FFF;
}


#content {
	margin: 0 15% 0 20%; /*Margins for content column. Should be “0 RightColumnWidth 0 LeftColumnWidth*/
}

#left {
	float: left;
	width: 15%; /*Width of left column in percentage*/
	margin-left: -100%;
	background: #EEFFDF;
}

#left h2, #right h2 {
	border-bottom: 0px dotted #CCC;
}

#right {
	clear: left;
	width: 100%;
	background: #6699ff;
	color: #6699ff;
	text-align: center;
	padding: 4px 0;
}

#footer {
	clear: left;
	width: 100%;
	background: #6699ff;
	color: #6699ff;
	text-align: center;
	padding: 0 0;
}

#footer a {
	color: #FFFF80;
}

.in {
	margin: 1px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 1px;
	background: #6699ff;
	color: #FFF;
         
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
background:#6699ff;

}

#menu {
position: relative;
top: 1em;
left: 1em;
width: 10em;
background:#6699ff;
}

#menu dt {
cursor: pointer;
background: #A9BFCB;
height: 20px;
line-height: 20px;
margin: 2px 0;
padding: 4px;
border: 1px solid gray;
text-align: left;
font-weight: bold;
}
#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 10em;
background: #A9BFCB;
border: 1px solid gray;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: left;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}


