/* Start of CMSMS style sheet 'mk3' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
font-family:Palatino,'Palatino Linotype','Book Antiqua',serif;
font-size:16px;
}

html, body {
height:100%;
}


body {
position:relative;left:0px;top:0px;z-index:0;
text-align: left;
font-size:100%;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/

a,
a:link, 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #9F084F; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #9F084F;  
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #C20089;
}

/*****************
basic layout 
*****************/
body {
background-color: #fff;
}

#bbg {
background: #FFF9ED url(uploads/mk3/mk3_bg.gif) top left repeat-x;
   color: #550E62;
margin:0;
}

#bbg * {
/*margin:0;
padding:0;*/
}


div#pagewrapper {
   margin: 0 auto;     /*this centers wrapper */
width: 972px;
   background: transparent;
}

div#ctwrapper {
   border-right: 1px solid #B1ABA3;
   border-left: 0px solid #F0EEEB;
}



span#quote {
   display: block;
margin-left:0;
margin-top:30px;
width:550px;
z-index: 10000;
}

div#test {
position: absolute;
z-index: -1;
margin-left: -98px;
width: 98px;
height: 261px;
background: url(uploads/mk3/mk3gore_02.jpg) no-repeat 0 0;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
position:relative;
text-align:left;
height: 261px;  
background: transparent url(uploads/mk3/mk3gore_04.jpg) no-repeat;background-position: bottom right;*/
}

div#header div#hdr a {
   float:left;
   display: block; 
   width:322px;
   height: 261px;
   text-indent: -999em;
   text-decoration:none;
   background: url(uploads/mk3/mk3gore_03.jpg) no-repeat 0 0px;

}

div#header div#sitename {
display: block; 
float:right;
margin-right:30px;
top:0;
width:555px;
height:202px;
}

#pagewrapper div.breadcrumbs {
   float: right;
   padding: 0 1em 0.2em 0; 
   font-size: 90%;             
   margin: 0 1em;             
}

div#main {
/*position:relative;*/
backgriund-color: #ffffff;
background: url(uploads/mk3/mk3_08.gif) bottom left repeat-y;
padding-top: 20px;
}

#main div.thrcol, #main div.twcol{
margin-top: 20px;
}

div#ltcol, div#ctcol, div#rtcol {

}

div#ltcol {
float:left;
width: 220px;
margin: 0 0 0 8px;
text-align:center;
}

div#ltcol * {

}

div#ctcol {
float:left;
width: 545px;
margin: 0 0 0 12px;
}

#main div.twcol div#ctcol {
float:left;
width: 700px;
margin: 0 0 0 23px;
}

div#rtcol {
float:right;
width: 170px;
margin: 0 8px 0 0;
text-align:center;
}

#main a.noprint {margin-top:3px;}
/*--- div#content img { margin-right: 10px;}

div#content h2 + p { margin-top: 20px;} ---*/


#pagewrapper div.footbg{
   clear:both;       /* keep footer below content and menu */
   color: maroon;
   background: url(uploads/mk3/mk3_09.gif) no-repeat;
height:55px;
}

div#footer {
}

#pagewrapper div.footbg p {
   font-size: 12px;
   padding: 12px;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

#pagewrapper div.footbg p a {
   font-size: 12px; 
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

#main div.right49 {
  float: right;
  width: 49%;
  text-align: right;
margin: auto auto 0 0;
}

#ltbox, #nms {
position: relative;
width:200px;
margin: 6px auto 10px;
border: 1px solid #F0DCE6;
text-align: center;
font-family: verdana;
font-size: 10px;
/*padding-bottom: 4px;*/
background: #fff;
}

#ltbox * {padding:0;}

#cardbox{
position: relative;
width:130px;
margin: 5px auto 10px;
border: 1px solid #F0DCE6;
text-align: center;
font-family:verdana;
font-size: 12px;
padding-bottom: 4px;
background: #fff;
}

#cardbox a {
font-family: verdana;
font-size: 10px;
}

#main .rtBoxHead,
#nms a{
display:block;
color: white;
background: #C6298F; /*#cc3399;*/
border-bottom: 1px solid #D7B47A;
font-family: verdana;
font-size: 12px;
font-weight: bold;
padding: 1px 5px 2px 5px;
}

img.brd {
margin-top: 8px;
border: 1px #996699 solid;
}




/********************
CONTENT STYLING
*********************/
div#content {
color: #666;
border-bottom:1px dotted silver;
margin-bottom:10px;
}

div#content * {
font-size:16px;
line-height: 1.3em;
}

div#content a {

}

div#content a,
div#content a:link, 
div#content a:active,
div#content a:visited {
   text-decoration: underline;
   background-color: inherit; 
   color: #9F084F; 
}

div#content a:hover {
   text-decoration: none;
   color: #C20089;
}

/* HEADINGS */
h1, div#ctcol h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}

h2, div#ctcol h2 {
background: url(uploads/mk2_test/div.png) repeat-y;
   color: #9F084F; 
font-style: italic;
   font-size: 20px; 
   text-align: left; 
   padding-left: 0.5em;
   padding-bottom: 1px;
   line-height: 1.5em;
   margin: 0 0 1em 0;
}

div#ltcol h2 {margin-bottom:0;}

h3, div#ctcol h3 {
color: #9F084F; 
font-style: italic;
   font-size: 17px;
   padding-left: 0.5em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

h4, div#ctcol h4 {
   font-size: 15px;
   line-height: 1.2em;
   margin: 0 0 0.25em 0;
}

h5, div#ctcol h5 {
   font-size: 13px;
   line-height: 1em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 11px;
   line-height: 1em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p, #content p {
text-align: justify;
   margin: 0 7px 0.5em 7px;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* 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%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#content ul,
div#content ol,
div#content dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#content ul li,
div#content ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

img.l, #main img.l {
float:left;
margin: 6px 10px 0 0; 
border:1px solid gray;
}



img.r, #main img.r {
float:right;
margin: 6px 0 0 10px; 
border:1px solid gray;
}

input {
background: white;
border:1px solid #888;
margin: 0 0 4px 0;
outline-style:none;
}

label input {
border:0;
}

#main div.cms-module-bookmarks-header {
font-size:110%; font-weight:bold;
margin-bottom:5px;
}


/* End of 'mk3' */

