* {
  margin:0;
  padding:0;
}

* html #container {
height: 100%;
}

html {
  height:100%;
}

/* Colours */
body { color: #fff; background:#fff; margin:0; height:100%; padding:8px;}
a { color:#000; }
em { color: #fff; }
em a { color: #666; }
em.background { color: #BBB; }

/* Typography */

body, input { font-family: "Helvetica", helvetica, "Helvetica Neue", arial, sans-serif; line-height: 1.3; }
ul li, p, em { font-size: 13px; font-style: normal;  }
h1, h2 { font-size: 13px; font-weight: normal; }
a { text-decoration: none; }

/* Layout */
body { text-align: center; }
div#border {
  width:100%;
  min-height:100%;
  background-color:#999;
}
div#container { margin: 0 auto; width: 890px; padding:35px 20px; text-align: left; position:relative;
/*	background: url('/images/grid-bg.gif') 20px 0px;*/
}

#navigation,
div#content { 
  border-top: 1px solid #ccc; 
  padding: 20px 0px 0px !important; 
  overflow:hidden;
}


.col { float: left; margin: 0px 0px 0px 20px; padding: 0px; }
.col .col { margin: 0px; }

.one { width: 60px; }
.two { width: 140px; }
.three { width: 220px; }
.four { width: 300px; }
.five { width: 380px; }
.six { width: 460px; }
.seven { width: 540px; }
.eight { width: 620px; }
.nine { width: 700px; }
.ten { width: 780px; }
.eleven { width: 860px; }
.twelve { width: 940px; }

h1 {
  text-indent:-999em;
  margin-top:10px;
  width:182px;
  height:161px;
  position:relative;
}

  h1 a {
    display:block;
    background:transparent url('../../images/MMCC.gif') no-repeat top left;
    width:182px;
    height:161px;
    border:none;
    position:absolute;
    left:-43px;
  }
  
  .description h2 a {
    color:#fff;
  }
  
  .description h2 span {
/*    opacity: 0.66;
    -moz-opacity: 0.66;
    filter:alpha(opacity=66);*/
    color:#ccc;
  }
  
  #header {
    clear:both;
    width: 780px;
    position:relative;
  }
  
  #header p.six {
    position:absolute;
    bottom:0;
    left:320px;
    vertical-align:text-bottom;
    
  }

   #header p.six a {
      color:#fff;
      border-bottom:1px solid #fff;
    }

#content {
  position:relative;
}

#meta {
	position:absolute;
  bottom:0;
  left:260px;
  width:540px;
}

  

  #meta .col {
    margin-left:0;
    width:270px;
  }

#gallery-navigation {
  margin-bottom:20px;
}

#gallery-count {
  display:none !important;
}

.left {
  float:left;
  width:49%;
}

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


p, h2 { margin: 0px 0px 5px; }

hr { display: block; clear: both; margin: 0px 0px 30px; padding: 0px; height: 0px; overflow: hidden; visibility: hidden; }
.col hr { margin: 0px 0px 15px; }

em.three { margin: 0px 0px 0px 0px; }

div#navigation { margin: 0px 0px 0px 20px; }
div#navigation ul { list-style: none; padding: 0px 20px 20px 0px; margin: 0px; }
div#navigation ul li { margin: 0px 0px 5px; }
div#navigation ul li em { display: block; margin: 0px 0px 0px; }

div#content { margin: 0px 0px 0px 20px; }

div#media { clear: both; padding: 0px 0px 0px 0px; }
div.media { margin: 0px 0px 10px; }
div.home div#media { padding: 0px 0px 0px 0px; }
div.description div#media { padding: 0px 0px 0px 0px; }
p#gallery-count, div#gallery-navigation { display: none; }

div#image-wrapper { overflow: hidden; width: 560px; }
div#image-wrapper div#image-holder { width: 100000000px; }
div#image-wrapper div#image-holder div.image { float: left; width: 560px; }

p#footer { margin: 0px 0px 0px 260px; display: inline; color:#ccc; }
p#footer em { display: block; color:#ccc;}

a.atom-rss { margin: 0px 0px 0px 6px; padding: 1px 2px 0px; font-size: 0.93em; letter-spacing: 0.08em; background: #ddd; }

/* Javascript-enabled styles */
body.js-enabled p#gallery-count, body.js-enabled div#gallery-navigation { display: block; }
body.js-enabled p#project-count { display: none; }
body.js-enabled div#media div.image { display: none; }
body.js-enabled div#media div.image:first-child { display: block; }
