body {
  font-size: 76%;
/*  background: #f6f6f6; */
  background: #fff;
  color: #002B52;
  font: normal 11px/1.4 verdana, sans-serif;
  text-align: center;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom:1;
}

/*= Generic elements (default settings)
--------------------------------------*/

div {}

hr {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	border: none;
	border: 0;
}
#foot hr {
}

/*= Text elements (default settings)
--------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  margin: .8em 0 .4em 0;
}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
}
h3 {}
h4 {}
h5 {}
h6 {}

p {
  margin-bottom: .8em;
  line-height: 1.6em;
}

strong {}
blockquote {}

a:link {}
a:visited {}
a:hover {}
a:active {}
a img {
  border: none;
}

#c-m h2 a {
}
#c-m h2 a:hover {
}

/*= Lists (default settings)
------------------------------*/

ul, ol {
  margin: 1em 0 2em 3em;
}
ul {
}
li {
  margin: .45em 0 .45em 0;
}
ul ul, ul ol, ol ol, ol ul {
  margin: .2em 0 .2em 2em;
}

/*= Form elements (default settings)
--------------------------------------*/

form {}
fieldset {}
legend {}
label {
  display: block;
  font-weight: bold;
  margin-top: .8em;
}
.submit {
  text-align: right;
  margin-top: .4em;
}
.submit input {
  width: auto !important;
}

/*= Table elements (default settings)
---------------------------------------*/

table {
  border-collapse: collapse;
}
caption {}
thead {}
tbody {}
tr {}
th, td {}
th {
  font-weight: bold;
}
td {}

kbd {
  font-family: monaco;
}

/*= Generic interface messages
---------------------------------------*/

.story {
  font-size: .8em;
  padding: .2em .5em;
  border: 1px solid #fc0;
  background: #ffd;
}


/*= View specific rules (To be moved, or set for specific body id's)
---------------------------------------*/

.hidden #c-m .image-container{
  margin: -20px -12px 0 -12px;
  border: 0;
  width: 408px;
}

.hidden #c-m .image-container img{
  margin: 0;
}

