/* Start of CMSMS style sheet 'BennettsMain' */
/*****************
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: 75.01%;
   line-height: 1em;
}

.clearboth {
display: block;
clear: both;
line-height: 1px;
height: 1px;
}

/*
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: #cfd4ff; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #cfd4ff;                 /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #ff0000;
   background-color: #ccc;
}

/* get rid of bg for albums */
.picturelist a:active, .picturelist a:hover {
  background-color: transparent;
}

/*****************
basic layout 
*****************/
body {
   background-image: url('images/background-repeater.gif');
   background-repeat: repeat-x;
   background-position: top left;
   background-color: #fff;
   color: #333
}

body#exhibition {
  background-color: #ff7300;
  background-image: url('images/webdevelopment-background.gif');
}

body#webDevelopment {
  background-color: #808080;
  background-image: url('images/webdevelopment-background.gif');
}

body#print{
  background-color: #000000;
  background-image: url('images/webdevelopment-background.gif');
}

body#portfolio {
  background-color: #7418AC;
}

body#design {
  background-color: #e60055;
  background-image: url('images/webdevelopment-background.gif');
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto 2em auto;       /* this centers wrapper */
   width: 942px;
   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 {
   height: 135px;    /* adjust according your image size */     
}

div#headerRightContainer {
 float: right;
 width: 694px;
 height: 134px;
}

#logo {
  display: block;
  float: left;
}

#clientLogin {
  background-color: white;
  width: 378px;
  height: 40px;
  margin: 0 0 0 auto;
  color: #7418ac;
  font-size: 12px;
}

#clientLoginForm {
  padding-top:4px;
  padding-bottom: 4px;
  height: 16px;
  text-align: center;
}

#clientLoginForm input {
  color: #7418ac;
  font-size: 12px;
}

/* position for the search box */
div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 
.mainContainer {
  padding-top:1em;
}

div#mainContainerHome {
  background-color: #808080;
  padding-top: 0;
  color: white;
}
div#mainContainerDesign,
div#mainContainerExhibition,
div#mainContainerPrint,
div#mainContainerWebDevelopment,
div#mainContainerPortfolio,
div#mainContainerContact 
{
  color: #fff;
}

div#mainContainerContact {
  background-color: transparent;
  padding-top: 0;
  background-image: url('uploads/images/daffodils.jpg');
  background-position: top right;
  background-repeat: no-repeat;
}

div#mainContainerFooterHolder {
  text-align:center;
  background-color: #9e9e9e;
}

div#subNavigation {
  width: 200px;
  float: left;
}

div#main {
  line-height: 1.5em;
  text-align: justify;
  width: 388px;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
  display: inline;
/*  background-color: #808080;*/
}

div#contactMainHolder {
  line-height: 1.5em;
  text-align: justify;
  width: 611px;
  height: 712px;
  padding-left: 30px;
  float: left;
  display: inline;
/*  background-color: #808080;*/
  background-image: url('uploads/images/selotape.png');
  background-repeat: no-repeat;
  position: relative;
 
}

div#contactMain {
/*  background-color:#808080;*/
  height:516px;
  margin:47px 30px;
  padding:58px 35px;
  width:470px;
  position:absolute;
  z-index: 10;
}

#selotape {
  position: absolute;
  z-index: 11;
}


div#sidebar {
   float: left;
   width: 294px;

}

div#sidebar.homepage{
  width: 315px;
  text-align: left;
  margin-right: 40px;
  margin-left: 100px;
  /*padding: 15px;*/
  /*border: 18px solid #808080;*/
  position: relative;
  top: -120px;
  background-color: #808080;
  display: inline;
}

div#SidebarScrollable {
  float: left;
  overflow: hidden;
  position: relative;
  width: 265px;
  height: 325px;
}

div.scrollable {
  float: left;
  overflow: hidden;
  position: relative;
  width: 265px;
  height: 325px;
}

div#sidebarContent {
  background-color: #fff;
  width: 20000em;
  font-family: Trebuchet MS, Helvetica, Sans-serif;
  color: #ccc;
  text-align: center;
  padding-top: 15px;
  float: left;
  margin-top: 25px;
  position: absolute;
  height: 325px;
}

div.HomeAdvert {
  width: 265px;
  float: left;
  height: 325px;
}

div.HomeAdvert p { 
  font-size: 1.6em;
}

img.scrollers {
margin-top: 160px;
display:block;
float: left;

}

a.browse {
display:block;
float:left;
background-color: transparent;
margin-top: 160px;
width: 25px;
height: 74px;
}

a.left {
background-image: url(uploads/images/left-marker.gif);
background-repeat: no-repeat;
}
a.right {
background-image: url(uploads/images/right-marker.gif);
background-repeat: no-repeat;
}

div#BennettsBrochureLink {
padding: 15px;
}
div#BennettsBrochureLink img {
float: left;
padding: 10px;
}
div#BennettsBrochureLink p{
float:left;
font-size:0.9em;
padding:10px;
width:100px;
}

div#quote {
  width: 339px;
  height: 109px;
  float: right;
  background-repeat: no-repeat;
  background-position: top right;
  margin-left: 1em;
}

div#news {
  background-image: url('images/news-background.jpg');
  repeat: no-repeat;
  width: 258px;
  height: 191px;
}

div#news h2 {
  padding: 20px 20px 0;
  font-weight: normal;
  color: white;
}

div#news .NewsSummary {
  padding: 20px;
  color: #fff;
  line-height: 1.5em;
}

div#news .NewsSummaryMorelink a {
  text-decoration: none;
  color: #fff;
} 

div#quote .NewsSummary .NewsSummaryContent {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 60px;*/
}

div#quote .NewsSummary p {
  text-align: center;
  color: white;
  font-size: 10px;
}

.quoteAuthor {
  margin:0;
}

div#mainContainerFooter {
  clear: both;
  height: 110px;
  width: 942px;
  margin: 0 auto;
}

/* 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;
}


div#portfolioLeft {
  float: left;
  width: 370px;
  text-align: left;
}

div#portfolioRight {
  float: left;
  width: 330px;
  margin-left: 20px;
}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#main h2 {
  margin-bottom: 1em;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   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 {
   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 */

/* PORTFOLIO ON EACH PAGE */

#portfolioThumbnails {
  text-align: right;
  width: 580px;
  height: 110px;
  float: right;
}

.thumb {
  list-style-type: none;
  display: block;
  float: left;
  clear: none;
}

#portfolioThumbnails ul.picturelist {
width: 540px;
height: 110px;
float: right;
}
/* End of 'BennettsMain' */

