/*******************************************************************/
/**                   style reset                                  */
/*******************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body{
  color: #363534;
  font-size: 80%;
  text-align: center;
  font-family: Helvetica, Arial;
  background-color: #E4E4E4;
  background-repeat: no-repeat;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

div.clear {
  height: 0;
  clear: both;
  line-height: 0;
  overflow: hidden;
  background-color: transparent;
}

/*******************************************************************/
/*            EDINBURGH INTERNATIONAL FESTIVAL - 2010              */
/*******************************************************************/

a {
  color: #363534;
  text-decoration: none;
  /* Need this to stop a stupid text bolding flickering bug of jQuery in Firefox
  most notable in the info panels, and the main navigation
  */
  /*-moz-opacity:0.99;*/
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #363534;
}

p { 
  font-size: 100%;
  line-height: 140%;
  margin: 0 0 14px 0;
}

p a, 
li a,
p a:visited, 
li a:visited { 
  color: #00B1B0;
}


div.content ul, 
div.content ol {
  list-style-type: disc;
  margin: 20px 0 20px 15px;
  list-style-image: none;
  list-style-position: outside;
}

div.content ul li, 
div.content ol li {
  margin: 10px 0;
  line-height: 1.2em;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italics;
}

u {
  text-decoration: underline;
}

img {
  border:0;
}


/*******************************************************************/
/**                   Defaults                                  */
/*******************************************************************/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.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 */
/*******************************************************************/
/**                   Main Layout                                  */
/*******************************************************************/
div#wrapper {
  width: 900px;
  padding: 20px;
  margin: 0 auto;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right 514px;       
}
div#header {
  float: left;
  width: 900px;
  text-align: left;
  margin-bottom: 20px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 110px 0;
  background-image: url(../images/title.gif);
  
}
div#header div.logo {
  float: left;
  width: 90px;
  height: 170px;
  display: inline;
  margin-right: 20px; 
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url(../images/logo_pink.gif);
}
div#header div.logo a {
  width: 90px;
  height: 170px;
  display: block;
  text-indent: -5000em; 
}



div#center-wrapper {
  float: left;
  width: 900px;
  text-align: left;
}
div#center {
  width: 900px;
}
div#footer {
  float: right;
  height: 40px;
  width: 900px;
  color: #ffffff;
  background-color: #b2b2b2;
}
div#footer a {
  color: #ffffff;
}





/*******************************************************************/
/**                   Primary Navigation                           */
/*******************************************************************/

div#header div.primary-menu {
  float: right;
  width: 790px;
  height: 36px;
  text-align: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: bottom right;
  background-image: url(../images/menu_shadow.gif);
}
div#header div.primary-menu ul {
  float: right;
  list-style-type: none;
}
div#header div.primary-menu ul li {
  float: left;
  padding: 0 8px;
  display: inline;
  overflow: hidden;
  border-left: 1px solid #363534;
}
div#header div.primary-menu ul li.first {
  border-left: none;
}
div#header div.primary-menu ul li.last {
  padding-right: 0;
}
div#header div.primary-menu ul li a {
  width: auto;
  color: #34b0ad;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
ul.links li {
  display: inline;
  padding: 0;
}

/*******************************************************************/
/**                   Basket                                       */
/*******************************************************************/

div#header div.basket {
  float: right;
  width: 790px;
  display: inline;
  margin-top: 12px;
}
div#header div.basket a {
  height: 16px;
  float: right;
  display: block;
  color: #666666;
  line-height: 16px;
  padding-left: 26px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url(../images/basket_icon.gif);  
}
div#header div.basket a:hover {
  text-decoration: none;
}

/*******************************************************************/
/**                   Search                                       */
/*******************************************************************/

div#header div.header_content {
  float: right;
  width: 790px;
}
div#header div#block-eventsearch-eif-search {
  float: right;
  display: inline;
  margin-top: 14px;
}
div#header div#block-eventsearch-eif-search h2 {
  display: none;
}
div#header div#block-eventsearch-eif-search div.form-item {
  margin: 0;
  float: left;
  display: inline;
}
div#header div#block-eventsearch-eif-search div.form-item input {
  margin: 0;
  width: 194px;
  border: none;
  height: 20px;
  font-size: 90%;
  color: #535353;
  display: inline;
  padding-left: 20px;
  margin-right: 4px;
  padding-left: 6px;
  background: #E6E6E6;
}
div#header div#block-eventsearch-eif-search input.form-submit {
  width: 48px;
  float: left;
  height: 22px;
  border: none;
  color: #ffffff;
  font-size: 100%;
  display: inline;
  text-align: left;
  line-height: 20px;
  padding-left: 8px;
  background-color: #CD0079;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-image: url(../images/white_bullet.gif);
}

/*******************************************************************/
/**                   Sections                                     */
/*******************************************************************/

div#header div.sections {
  float: left;
  width: 790px;
  height: 35px;
  display: inline;
  margin-top: 35px;
  overflow: hidden;
}
div#header div.sections a.diary,
div#header div.sections a.events,
div#header div.sections a.media {
  float: left;
  width: 256px;
  height: 35px;
  display: block;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top left;
  background-image: url(../images/section_links.gif);
}
div#header div.sections a.events {
  margin-left: 11px;
  background-position: 0 -35px;
}
div#header div.sections a.media {
  margin-left: 11px;
  background-position: 0 -70px;
}


/*******************************************************************/
/**                   Footer                                       */
/*******************************************************************/


div#footer div.ribbon {
  float: left;
  width: 21px;
  height: 40px;
  display: inline;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top left;
  background-image: url(../images/ribbon_tail.png);
}
div#footer div.footer_menu {
  float: left;
  display: inline;
  margin-top: 14px;
}


div#footer div.languages {
  float: left;
  display: inline;
  margin-top: 14px;
  margin-left: 14px;
  position: relative;
}
div#footer div.languages ul li {
  float: left;
}
div#footer div.languages ul li a {
  width: 16px;
  height: 14px;
  display: block;
  margin-right: 7px;
  text-indent: -5000em;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center left;
}
div#footer div.languages ul li a.ger {
  background-image: url(../images/german.png);
}
div#footer div.languages ul li a.fre {
  background-image: url(../images/french.png);
}
div#footer div.languages ul li a.spa {
  background-image: url(../images/spanish.png);
}
div#footer div.languages ul li a.ita {
  background-image: url(../images/italian.png);
}

/* social links */
div#footer div.social {
  float: left;
  display: inline;
  margin-top: 14px;
  margin-left: 60px;
  position: relative;
}
div#footer div.social ul li {
  float: left;
}
div#footer div.social ul li a {
  width: 18px;
  height: 17px;
  display: block;
  margin-right: 7px;
  text-indent: -5000em;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center left;
}
div#footer div.social ul li a.blog {
  background-image: url(../images/social_links.png);
}
div#footer div.social ul li a.twitter {
  background-position: -18px 0;
  background-image: url(../images/social_links.png);
}
div#footer div.social ul li a.facebook {
  background-position: -36px 0;
  background-image: url(../images/social_links.png);
}


div#footer div.extras_menu {
  float: right;
  display: inline;
  margin-top: 14px;
  margin-right: 20px;
  position: relative;
}
div#footer div.extras_menu ul {
  margin-right: 70px;
}
div#footer div.extras_menu ul li a {
  font-size: 90%;
  margin-right: 9px;
  padding-right: 9px;
  border-right: 1px solid #ffffff;
}

div#footer div.extras_menu span.copyright {
  font-size: 90%;
  float: right;
  display: block;
  width: auto;
  position: absolute;
  top: 1px;
  right: 0px;
  padding-right: 10px;
}
div#footer div.extras_menu span.blonde {
  font-size: 90%;
  float: right;
  display: block;
  width: auto;
  position: absolute;
  top: 1px;
  right: 0;
}

div#footer div.footer_menu ul li a {
  font-size: 90%;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ffffff;
}
div#footer div.footer_menu ul li.first a {
  margin: 0;
  padding: 0;
  border: none;
}

/*******************************************************************/
/**                   Sponsers                                       */
/*******************************************************************/

div#sponsors {
  height: 35px;
  width: 660px;
  margin: 20px auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/sponsors.jpg);
}

div#sponsors a.edinburgh {
  top: 0px;
  left: 126;
  height: 35px;
  width: 175px;
  position: absolute;
  text-indent: -5000em;
}

div#sponsors a.arts {
  top: 0px;
  left: 382px;
  height: 35px;
  width: 120px;
  position: absolute;
  text-indent: -5000em;
}


/*******************************************************************/
/**                   Credits                                      */
/*******************************************************************/

div#credits {
  width: 660px;
  margin: 0 auto;
}
div#credits p {
  color: #535353;
  font-size: 90%;
  text-align: center;
}


