
/**
 * Duplicated content for pages that don't include the main stylesheets
 */

body {
  text-align: center;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  margin: 24px 30px;
  background: white;
  min-height: 100%;
  min-width: 600px;
  background-image: url("http://static.kapsul.org/img/4dots.png")
}

#content {
  background: #e7e7e7;
  min-width: 600px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#content.contentFixed {
  width: 900px;
  margin: 0px auto;
  background: #e6e6e6;
}

.pageContent {
  min-height: 430px;
  /*min-width: 600px;*/
  background: white;
  border-radius: 18px;
  -moz-border-radius: 18px;
  margin: 13px 2% 8px 2%;
  text-align: left;
  padding: 15px;
}


a {
  text-decoration: none;
  color: #00AEEF;
}

a img {
  border: 0;
}

.clear {
  clear: both;
}

.kblue { color:#00AEEF; }

#header {
  padding: 30px 0px 14px 14px;
  margin: 0px 1.5%;
  position: relative;
}

#header #kapsul {
  width: 103px;
  height: 23px;
  background-image: url("http://static.kapsul.org/img/sprite.png?20120131");
  background-position: -0px -267px;

  /*background-position: -103px -285px;*/
  float: left;
  z-index: 2;
  position: relative;
}

#header.metaHeader #kapsul, #header #kapsul.alternate {
  background-image: url("http://static.kapsul.org/img/sprite.png?20120131");
}

.dashedLine {
  margin: 0px 1%;
  height: 1px;
  background-image: url("http://static.kapsul.org/img/dashed-line.png");
  clear: both;
}

#staticContent {
	max-width: 700px;
	padding: 20px;
	margin: 40px auto 0px auto;
	line-height: 1.3;
	color: #555;
}

#staticContent h2 {
	color: #00AEEF;
	font-size: 40px;
	font-weight: 200;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin:0;
}

#footer {
  border-top: 1px dashed #939598;
  font-size: 14px;
  color: #79797c;
  height: 40px;
  text-align: left;
  padding: 7px 0px;
  margin: 50px 1.5% 0px 1.5%;
  
}

#footerRight {
  float: right;
}

#footerRight span {
  margin-left: 15px;
}
