/* Start of CMSMS style sheet 'Coolrooms: Top menu + 2 columns' */
/*****************
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;
}


body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}


div {
   font-size: 1em;
}

img {
   border: 3px solid #fff;
   padding: 5px;
}



/*****************
basic layout 
*****************/
body {
	background-color: #fff;
	color: #000;
	margin: 2em;
	background-image: url(http://www.coolroomsspain.com/style/bg-body.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom left;
}

/* center wrapper, min max width */
div#pagewrapper {
	margin: 0 auto;
	max-width: 80em;
	min-width: 60em;
	color: #000;
	width: 800px;
}


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

div#header {
	height: 148px;
	background-image: url(http://www.coolroomsspain.com/style/header.gif);
	background-repeat: no-repeat;
}


div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; 
   font-size: 90%;            
   margin: 0 1em;             
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
	margin: 0 auto 0 0;
}

div#main {
	margin-left: 29%;
	margin-right: 2%;
}

div#languages {
       margin: 1em 0;
       line-height: 1.5em;
}

div#sidebar {
   float: left;  
   width: 26%;   
   display: inline; 
   margin-left: 10px;
}

div#sidebartop {
   height: 18px;
   background-image: url(http://www.coolroomsspain.com/style/newsbox-top.gif);
   background-repeat: no-repeat;
}

div#sidebarmiddle {
   background-color: #d70000;
   color: #fff;
}

div#sidebarbottom {
   height: 18px;
   background-image: url(http://www.coolroomsspain.com/style/newsbox-bottom.gif);
   background-repeat: no-repeat;
}

div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  
}

div#footer {
	clear:both;
	color: #333333;
	background-color: inherit;
	background-image: url(http://www.coolroomsspain.com/style/bg-footer.gif);
        background-repeat: no repeat;
	height: 47px;
	text-align: center;
        margin: -15px 0 0 0;
	padding-top: 10px;
}

div#footer p {
   font-size: 0.8em;
   padding: 0;     
   text-align: center;
   margin: 0;
}

div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}


/********************
LINKS
*********************/

div#content a {
   color: #d70000;
   font-weight: bold;
   text-decoration: none;
}

div#content a:hover {
   color: #000;
   font-weight: bold;
   text-decoration: none;
}

div#sidebar a {
   color: #ffcc00;
   text-decoration: none;
}

div#sidebar a:hover {
   color: #fff;
   text-decoration: none;
}

div#footer p a {
   color: #d70000;
   text-decoration: none;
   border-bottom: 1px dashed #d70000;
}

div#footer p a:hover {
   color: #000;
   text-decoration: none;
   border-bottom: 1px dashed #000;
}

div#languages img,
div#languages img a {
       border: 0;
       padding: 0;
}

/********************
CONTENT STYLING
*********************/
div#content {
   background-color: #e9f7fe;
   background-image: url(http://www.coolroomsspain.com/style/bg-main.png);
   background-repeat: no-repeat;
   min-height: 560px;

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #ffcc00; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #ffcc00; 
   border-left: 3px double #ffcc00; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #ffcc00; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #ffcc00; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   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: 3px solid #005c8f;
   margin-left: 10px;
}
pre {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   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+ */

   border: 1px dashed #005c8f; 
   background-color: #aac9e2;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
   font-style:italic;
   font-weight: bold;
   color:#000;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* END TEXT */

/* LISTS */
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;
}

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



/* ALBUM */

.picturelist img, .thickbox img {
   border: 0px;
   padding: 0px;
}

/* END ALBUM */

/* End of 'Coolrooms: Top menu + 2 columns' */

