/* Start of CMSMS style sheet 'Main' */
/* custom styles for MOW */
/*****************
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: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 0.76em;
   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: 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: #0069D2; /*#18507C; */
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #0069D2; /*#18507C; */               /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #FF8000; /*#C3D4DF;*/
   color: #FFF; /*#385C72;*/
}

/*****************
basic layout 
*****************/
body {
   background-color: #F0F0F0;
   color: #000;
   margin:1em;    /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 1px solid #A0A0A0;
   margin: 0 auto;       /* this centers wrapper */
   max-width: 80em;   /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color: #fff;
   color: black;
}


/*** 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 {
background-image:url(/uploads/images/top_bg.XP.JPG);
   height: 120px;    /* adjust according your image size */        
}


div#header h1 a {
/* you can set your own image here */
   background: transparent url(/uploads/images/MyOpenWare.Co.Uk.h60.png) no-repeat 0 12px; 
   display: block;
   height: 80px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
margin:0;
padding:0;
}


/* position for the search box */
div#search {
   float: right;
   width: 27em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   position:relative;
color:#FDF4AF;
font-size:8pt;
clear:right;
margin-right:10px;
}

div#search input[type="text"]{
font-size:8pt;
font-family:Tahoma;
background:transparent;
border:1px solid gray;
color:white;
padding:2px;
}

div#search input[type="submit"]{
font-size:8pt;
font-family:Tahoma;
}

div.breadcrumbs {
   padding: 0; /* 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left 
   font-size: 90%; */
   margin-left:260px;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
}

div.breadcrumbs ul li {
height:40px;
display:block;
margin-right:15px;
}

div.breadcrumbs ul, div.breadcrumbs li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
float:left;
}

div.breadcrumbs ul li.currentpage {
background-image:url(/uploads/images/selected-right-tran.png);
background-position:right top;
background-repeat:no-repeat;
overflow:hidden;
}

div.breadcrumbs ul li a , div.breadcrumbs ul li h3{
margin:0px;
padding-top:13px;
padding-left:10px;
padding-right:10px;
padding-bottom:14px;
font-family:Arial;
font-size:18px;
font-weight:Normal;
Text-transform:lowercase;
Text-decoration:none;
color:white;
float:left;
}

div.breadcrumbs ul li h3 {
background-image:url(/uploads/images/selected-left-tran-short.png);
background-position:left top;
background-repeat:no-repeat;
color:#FDF4AF;
}

div.breadcrumbs ul li.currentpage h3 {
background-color:transparent;
color:#0055BB;
}

div.breadcrumbs ul li a:hover {
background:transparent;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content {
   margin: 0; /* 1.5em auto 2em 0;   /* some air above and under menu and content */
z-index:999;
/*min-height:50em;*/
}


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 */

}

div#main .content div.banner {
margin:1em;
}

div#main .content p,
div#main .content h3,
div#main .content h2,
div#main .content h1 {
/**/
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 255px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin: 0;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #555;
   background-image:url(/uploads/images/top_bg.XP.JPG); /* same bg color as in header */
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p 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 black;
   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 {
background:#ECF3F8 none repeat scroll 0 50%;
border-left:3px solid #009BE7;
font-size:16px;
margin-bottom:21px;
padding:12px 0 14px 11px;
}

div#content .banner h1{
background:transparent none;
border:0px;
margin:0px;
}

div#content h2 {
	color: #FF4D00; 
	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 #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}

div#content h3 {
   color: #FF4D00; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

div#content h4 {
background:#ECF3F8 none repeat scroll 0 50%;
border-left:3px solid #009BE7;
font-size:12px;
margin-bottom:21px;
padding:8px 0 8px 11px;
}

div#content h5 {
background:#ECF3F8 none repeat scroll 0 50%;
border-left:3px solid #009BE7;
font-size:11px;
margin-bottom:21px;
padding:8px 0 8px 11px;
}

h6 {
   color: #FF4D00; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1.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;
}

img.banner {
border: 1px solid #E9E9E9;
}

span.p {
text-align:justify;
margin-top:1.5em;
margin-bottom:1.5em;
font-size:0.9em;
line-height:1.7em;
display:block;
}

/*** contact form ***/
div.error_message ul li{
font-size:14pt;
color:red;
}

div.contactform {
padding:5px;
}

div.contactform fieldset {
padding:10px;
border:0px;
}

div.contactform fieldset legend{
display:none;
}

div.contactform div {
padding:5px;
}

div.contactform div label:first-child {
display:block;
width:150px;
float:left;
}

div.contactform div input[type="text"]{
clear:right;
padding:2px;
border:1px #18507C solid;
background: #ECF3F8 none repeat;
font-family:Tahoma, Verdana;
}

div.contactform div.submit{
display:block;
font:18pt Tahoma;
height:40px;
vertical-align:middle;
background: #ECF3F8 none repeat;
}

div.contactform div.submit input.fbsubmit {
float:left;
margin-left:160px;
padding:5px;
font:18px Tahoma;
text-transform:lowercase;
}
/* END LISTS */

/* Homepage Banner */
.cr {
clear:right;
}
.fl {
float:left;
}
.banner {
background-image:url(http://myinfrasys.com/images/main_eb_bg_150.gif);
font-size:0.8em;
height:150px;
max-width:780px;
min-width:526px;
}
.banner-left {
background-image:url(http://myinfrasys.com/images/main_eb_rhs_left_border_150.GIF);
float:left;
height:150px;
width:10px;
}
.banner-content {
background-image:url(http://myinfrasys.com/images/main_eb_rhs_seperator_150.GIF);
background-position:right top;
background-repeat:no-repeat;
height:150px;
}
.banner-right {
background-image:url(http://myinfrasys.com/images/main_eb_rhs_right_border_150.GIF);
float:right;
height:150px;
width:10px;
}
.pad1em {
padding:1em;
}
.color-white {
color:white;
}
.banner-content-body {
font-size:1em;
}
.banner-content span.large {
font:9pt Tahoma, Verdana;
}
/** End of homepage Banner **/

/** Contact Box **/
#contact_box {
margin:1em;
border:1px solid #E9E9E9;
padding:1em;
}

#contact_box span,
#contact_box p,
#contact_box h3{
display :block;
line-height:2em;
}
/** end of contact **/

div.logoset table{
width:100%;
}

div.logoset img {
margin-right : 5px;
}
/* End of 'Main' */

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
