/* Start of CMSMS style sheet 'climbKili-2col' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0 ;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 84%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #884488; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #996699;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
}

/*****************
basic layout 
*****************/
body {
	padding: 0;
	font-family: tahoma, verdana, sans-serif;
	background-color: #663366;
	color: #666;
	text-align: justify;
	margin: 0 20px 10px 20px;  	/* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0;       /* this centers wrapper */
width: 740px;
   background-color: #fff;
   color: white;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
	height: 66px;  	/* adjust according your image size */
	background: #fff;
	color: #884488; 
padding: 0 5px;    
width: 730px;
}

#bar { height: 152px; }
.donatebtn
{
	position: absolute;
	width: 150px;
	height: 23px;
	z-index: 5;
	top: 181px;
	left: 50px;
}

 div#content {
   margin: 25px 0 20px 0;   /* some air above and under menu and content */
	background: #fff;
	color: #666666;
	padding: 0;
}

div#main {
   margin: 0 25px 0 200px; 
   border-left: 1px solid #FFCC66;
padding-left: 25px;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 200px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   background-color: #996699; /* same bg color as in header */
padding: 3px 5px;
color: #EBE0EB;
}

div#footer p {
   font-size: 0.8em;
   padding: .5em;       /* some air for footer */
   /* text-align: center;  centered text */
   margin: 0;
}

div#footer img a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #FFCC66;
   margin: 1em;
}
div#btmnav { padding-bottom: 10px; }
/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
padding: 0 0 10px 0;
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
	color: #663366;
	font-size: 1.25em;
 line-height: 2.1em;
   margin: 0;
}
div#content h2 {
	color: #FFCC66;
	font-size: 1.10em;
        line-height: 1.5em;
}
div#content h3 {
   color: #294B5F; 
   font-size: 0.96em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #fff; 
   font-size: 0.88em;
   line-height: 1.25em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p, blockquote, li {
 font-size: 0.90em;
   margin: 0 0 0.80em 0; /* some air around p elements */
   line-height: 1.3em;
   padding: 0;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
color: #884488;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}
.photo { 
margin: 0 10px 10px 0;
padding: 2px;
border: 1px solid #996699;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

table.mail
{
	padding-left: 20px;
	background-color: #FFF4DD;
	color: #884488;
	font-family: arial, sans-serif;
	border-collapse: collapse;
	border: 1px solid #FFDD99;
}

td.labelcell
{
	font-size: 0.96em;
	color: #884488;
	border: 1px solid #FFDD99;
	padding: 2px 5px;
}

td.fieldcell
{
	color: #884488;
	text-align: right;
	padding: 2px 4px;
	border: 1px solid #FFDD99;
background-color: #fff;
}

input,textarea
{
/*
	border: 1px solid #FFDD99;
*/
	color: #884488;
	text-align: left;
}

.button
{
	background-color: #FFCC66;
	color: #884488;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 2px;
	border: 1px solid #996699;
cursor: pointer;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl 
div#main p {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.25em 0;
}
div#main p { padding-top: 5px; }

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0;
}
div#main dl dd {
   margin: 0 0 1em 1em;
font-weight: normal;
color: #666;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'climbKili-2col' */

