/* Start of CMSMS style sheet 'Dusted Layout' */
/*****************
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: Arial, Helvetica, verdana, Geneva, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
   font-style: italic;
}

/*
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: none;
/* 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: #ccc;
   font-weight: bold;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #ccc;                /* a different color can be used for visited links */
}


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

/*****************
basic layout 
*****************/
body {
   background-color: #000;
   color:#fff;
   margin:1em;    /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 0;
   margin: 0 auto;       /* this centers wrapper */
   max-width: 964px;   /* IE wont understand these, so we will use javascript magick */
   min-width: 964px;
   background-color: #000;
   color: #fff;
}


/*** 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: 283px;     /* adjust according your image size   */
}

div#headerbigben {
   height: 283px;     /* adjust according your image size   */
    background: #000 url(img/londonskylines/1.jpg) no-repeat top left; 
}

div#headerlondoneye {
   height: 283px;     /* adjust according your image size   */
    background: #000 url(img/londonskylines/2.jpg) no-repeat top left; 
}

div#headerstpauls {
   height: 283px;     /* adjust according your image size   */
    background: #000 url(img/londonskylines/3.jpg) no-repeat top left; 
}

div#headertowerbridge {
   height: 283px;     /* adjust according your image size   */
    background: #000 url(img/londonskylines/4.jpg) no-repeat top left; 
}

div#headergherkin {
   height: 283px;     /* adjust according your image size   */
    background: #000 url(img/londonskylines/5.jpg) no-repeat top left; 
}

div#headerbigben img, div#headerlondoneye img, div#headerstpauls img, div#headertowerbridge img, div#headergherkin img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

div#headerbigben h1 a, div#headerlondoneye h1 a, div#headerstpauls h1 a, div#headertowerbridge h1 a, div#headergherkin h1 a {
 /*you can set your own image here  */
   
  background: transparent; 
   display: block;
   width: 380px;
   height: 180px;        /* 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 */
}

/* 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 {
   padding: 1em 0 1.2em 0; /* 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 */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

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

 div#content {
   color: #89817f;
   margin: 0;   /* some air above and under menu and content */
   padding: 0;
   width: 964px;
   height: 500px;
   
}

	
div#right {
	float: right;
	width: 44px;
	height: 500px;
	background: #000 url(img/right4wide.jpg) no-repeat 0 top;
	margin: 0;
	padding: 0;
	display: inline;
	
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 268px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin: 0;
   background: #000 url(img/nav_bg6wide.jpg) no-repeat 0 top;
   height: 500px;
   padding: 0;
}



div#main {
   	text-align:justify;
  
    font-size: 1em;
   	line-height: 1.2em;
   
 	height: 476px;
	margin-top: 4px;
	padding-bottom: 10px;
	margin-bottom: 10px;     
   	
  	width: 640px;    /* with padding: 627px */     /* total (without) 652px */
 	padding-left: 1px;   
	padding-right: 11px;     
   
  	overflow: auto;
	position: relative;
   	
   	color: #FFF;
	float: left;
       
/*   
   margin-left: 270px;  this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width 
   margin-right: 44px;    and some air on the right 
  
*/
}

/*
div.item_images {
	width: 250px;
	float: right;
}

div.item_attribute_val {
	float: left;
	width: 340px;
}
*/

.imgright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 250px;
}


/* test
div#main {
	background: #000 url(img/right4wide.jpg) no-repeat 0 top right;
	width: 674px;
	float: right;
	display: inline;
	overflow: auto;
}
*/
	

/* div#belowmain {
	background: #000 url(img/main_bottom.jpg) no-repeat 0 bottom;
}  */



div#poster {
	overflow: hidden;
	width : 180px;
	height: 253px;
	display: inline;
}

div#poster img{
width : 180px;
height: 253px;
margin-left: 51px;
margin-top: 61px;
margin-bottom: 0;

/* background: #0F0F0F url(img/posterframe.gif) no-repeat 0; */
}
/*
div#poster {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
height: 253px;
margin-top: -126px;
width: 180px;
margin-left: -88px;
} 
*/
/*div#poster {
	margin-left: 10px;
	margin-top: 5px;
}

div#posterframe {
	background: #0F0F0F url(img/posterframe.gif) no-repeat 0;
	margin-left: 15px;
	margin-top: 20px;
	width : 198px;
	height: 271px;
	text-align: center;
	vertical-align: middle;
	line-height: 271px;
}*/

div#footer {
   clear: both;    /*    keep footer below content and menu */
   color: #fff;
   background: #000 url(img/footer5.jpg) no-repeat 0 top; /* same bg color as in header */
   vertical-align: top;
   margin: 0;
   padding: 0;
   
}

div#footer p {
   font-size: 0.9em;
   padding-top: 25px;       /* some air for footer */
   padding-bottom: 3px;
   text-align: center;  /* centered text */
   margin: 0;
   
   color: #666;
   position: relative;
}

div#footer p a {
   color: #999; /* needed becouse footer link would be same color as background otherwise */
   font-weight: bold;
}

/* 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;
  clear: left;
}




/********************
CONTENT STYLING
*********************/
div#content {
	margin:0;
padding:0;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #ccc; 
	font-size: 1.8em; 
	text-align: left;
	font-style:italic;
	 
/* 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.8em 0;
		line-height: 0.9em;
}

div#content h3 {
	color: #ccc; 
	font-size: 1.8em; 
	text-align: left;
	font-style:italic;
	margin: 0 0 0.9em 0;
}	

div#content h4 {
	color: #ccc; 
	font-size: 1.8em; 
	text-align: left;
	font-style:italic;
	margin: 0;
	padding-bottom: 20px;
}	

/*
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: #ccc; 
	font-size: 1.8em; 
	text-align: left;
	font-style:italic;
	line-height: 1em;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 10px;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h7 {
	color:#FFFFFF;
}	
/* 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 */




/**************
BOOKING FORM
************/












td.booking {
	text-align: left;
}

.booking label {
	font-weight: bold;
	line-height: 1.5em;
	
	width: 18em;
	float: left;
	text-align: right;
	margin-right: 1.2em;
	display: block;
	padding-top: 2.25px;
}




.booking textarea {
	
	
	font-family: Arial, Helvetica, verdana, Geneva, sans-serif;
	color: #000;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;	background-color:#e4e4e4;
	border: 1px solid #191919;
	width: 220px;
	height: 100px;
	margin-left: 0.25em;
	margin-bottom: 2px;
	padding: 2px;
	vertical-align:top;
}

.booking input {
	
	font-family: Arial, Helvetica, verdana, Geneva, sans-serif;
	color: #000;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	background-color:#ccc;
	border: 1px solid #191919;
	width: 220px;
	margin-left: 0.25em;
	margin-bottom: 2px;
	padding: 2px;
	vertical-align:top;
}



 
/*----SUCKERFISH TRICKERY--
input#s:focus, input.sffocus, textarea.sffocus {
border-color:#191919;
background:#fff;
} 
 */




.booking select {
	font-family: Arial, Helvetica, verdana, Geneva, sans-serif;
	color: #000;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	background-color: #ccc;
	border: 1px solid #191919;
	margin-left: 0.25em;
	margin-bottom: 2px;
}

input:focus, textarea:focus, select:focus, select:hover, input:hover, textarea:hover {
border-color:#191919;
background-color:#fff;
}

.inputartist select {
	font-family: Verdana, arial, Helvetica, sans-serif;
	
	color: #333;
	background-color: #ccc;
	border: 1px solid #00B49C;
	margin-left: 0.25em;
	margin-bottom: 2px;
	width: 198px;
}




input.fbsubmit {
	width: 100px;
	margin-left: 19.4em;
	margin-top: 1em;
	font-family: Arial, Helvetica, verdana, Geneva, sans-serif;
	color: #000;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	
	cursor: pointer;  cursor: pointer;  
}

/*
input.fbsubmit:active {
	padding: 2px 0 0 2px;
}
*/








div#menu_horiz2 {
   padding-bottom: 16px;
}
/* End of 'Dusted Layout' */

