/* Start of CMSMS style sheet 'MickeyBstyles' */
/*****************
MICKEY BOURKES KOROIT HOTEL
******************/

img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* 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: #ffffff; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
            /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #fff;

}

a:visited:hover {
   text-decoration: none;
   color: #fff;
background:#54738F;
}

/*****************
basic layout 
*****************/
html{
margin:0;} 

body {
	margin:0;
	padding:0;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color: #f3f1e6;
	background-image: url(images/MickeyBourkesBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}



#outershell{
	margin: 0 auto;
	width: 1075px;
	text-align:center;


 }


#innershell{
	width:1075px;
	position:relative;
	background-repeat: no-repeat;
	background-position: left top;
			    
}


#topsection{position:relative;
	width: 1075px;
	margin-top:0px;
	height:250px;
	background-repeat: no-repeat;
	background-image: url(images/MickeyBourkesHeader.jpg);
	background-position: center top;
}


#menu {position:relative;
z-index:10;
text-align:left;
padding-top: 213px;
margin-left: 200px;
}



#contentwrapper, .contentwrapper{
                margin-left: 62px;
                margin-right: 63px;
                text-align:left;
                background: #C7D0D9;
                width: 950px;  
                padding-bottom: 15px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;	

}


/* position for the search box */
   div#search {
   float: right;
   width: 27em;    /* enough width for the search input box */
   text-align: right;
   padding-right: 5px;
   margin-top: 5px;
}

div.breadcrumbs {
   padding-bottom: 10px; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change        his/her        fontsize */
padding-left:20px;
   padding-top:10px;     
   margin-bottom:5px;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content {
    margin: 1.5em auto .5em 0;  /* some air above and under menu and content */
}


div#main {
   margin-left: 260px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 10px; /* and some air on the right */
   text-align:left;
}

div#mainhome {
color: #000000;
margin-left: 25px;
margin-right: 25px;
padding:20px;
width: 860px;
   text-align:left;
background:#55738F;
}

#mainthreecolumn {      float:left;   
   margin-left: 40px; 
width: 445px;
margin-right: 10px;
}
#rightcolumn {float:right;
width: 220px;

}
#innertube {float:right;
margin-right:10px;}


div#sidebar {
	float: left;
	width: 225px;
                padding: 10px;
	display: inline;
	margin-left: 7px;
                margin-top:25px;	
   display: inline;  /* FIX ie doublemargin bug */
}

#newsboxes {}

#footer {clear:both;
text-align: right;
margin-right: 62px;
	color: #4B5D6E;
	font-size: 0.8em;



}





/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px solid #c6c6c6;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
font-family: Georgia, "Times New Roman", Times, serif;
color:  #000000;  

   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
font-family: Georgia, "Times New Roman", Times, serif;
color:  #000000;  
	font-size: 1.5em; 
letter-spacing: .2em;
	text-align: left; 
}
div#content h3 {
font-family: Georgia, "Times New Roman", Times, serif;
color:  #000000;  
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
font-family: Georgia, "Times New Roman", Times, serif;
   color:  #000000;  
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
font-family: Georgia, "Times New Roman", Times, serif;

color:  #000000;  
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
font-family: Georgia, "Times New Roman", Times, serif;
color:  #000000;  
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
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%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

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 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

/* FOR CLEARING FLOATS */



.clear-block:after {

  content: ".";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;

}



.clear-block {

  display: inline-block;

}



/* Hides from IE-mac \*/

* html .clear-block {

  height: 1%;

}

.clear-block {

  display: block;

}

/* End hide from IE-mac */

/* End of 'MickeyBstyles' */

