@import url(base.css);
/* Default Stylesheet */
.HideFromScreen {
  position: absolute;
  top: -10000px;
}
.clear {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
}
img {
  border: 0;
}


/* Main Containers */
div {
  margin: 0;
  padding: 0;
}
div#wrapper {
  width: 950px;
  margin: 20px auto;
  text-align: left;
}
div#modified {
  clear: both;
  background-color: #666;
  color: #ccc;
  font-weight: bold;
  padding: 2px 6px;
  border-right: 1px solid #ccc;
}

div#header {
  padding-right: 5px;
}
div#header a.partner{
  float: right;
  margin-top: 7px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 80px;
  height: 50px;
}
div#header a.partner:hover {
  background-position: 0 -50px;
}
div#header a.arcteryx {
  background-image: url(../images/arcteryx.png);
}
div#header a.fiveten {
  background-image: url(../images/fiveten.png);
}
div#header a.edelweiss {
  background-image: url(../images/edelweiss.png);
}
div#header a.smartwool {
  background-image: url(../images/smartwool_logo.png);
  width: 133px;
}
div#header a.dainese {
  background-image: url(../images/dainese_logo.png);
}

div#sidebar {
  float: left;
  width: 303px;
}
div#sidebar h1 {
  background: url(../images/rightarrow.png) no-repeat 0 0;
  padding: 7px 8px 7px 40px;
  text-transform: uppercase;
  min-height: 31px;
}
* html div#sidebar h1 { height: 31px; }



div#main {
  position: relative;
  float: left;
  width: 515px;
  padding: 35px 65px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #ccc;
  color: #eee; /* if changing this also change base.css */
  min-height: 318px;
}
* html div#main { height: 318px; }
div#main div.separator {
  background: #343434 url(../images/tile.png) repeat 0 0;
  height: 10px;
  margin: 5px 0;
}

/* Flash elements */
div.flash {
  background-color: #343434;
}
div.flash object a.getflash {
  display: block;
  width: 100%;
  line-height: 100px;
  height: 100px;
  text-align: center;
}
div.flash object a.getflash img {
  vertical-align: middle;
}

div#main div.flash {
  margin-left: -65px;
  margin-top: -35px;
}
* html div#main div.flash {
  position: absolute; 
}

div#footer {
  float: right;
  width: 647px;
  border-top: 1px solid #ccc;
  font-size: 92%;
}
div#footer p {
  clear: both;
  text-align: right;
  color: #ccc;
}
div#footer ul {
  margin: 0;
  padding: 4px 0;
  float: right;
}
div#footer ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 0.5em;
  display: inline;
}
div#footer ul li a {
  color: #999;
}

/* Two Column Layout */
div.two-cols {
  background: url(../images/two-cols.png) repeat-y right top;
  margin: 4px 0;
}
div.two-cols div.column {
  float: left;
  width: 253px;
  margin: 0;
  padding-left: 9px;
}
div.two-cols div.left {
  padding-left: 0;
  border-left: none;
}
div.two-cols div.right {

}
div.two-cols img {
  display: block;
}
/* Three Column Layout */
div.three-cols {
  background: url(../images/three-cols.png) repeat-y left top;
}
div.three-cols div.column {
  float: left;
  width: 167px;
  margin: 0;
  padding-left: 7px;
}
div.three-cols div.left {
  padding-left: 0;
  border-left: none;
}
div.three-cols div.right {
/*  padding-left: 9px;
*/}
div.three-cols img {
  display: block;
}
div.column ul {
  margin: 0;
  padding: 5px 0; 
}
div.column li {
  margin-left: 17px;
  padding: 0;
}

div.offset-cols {
  
}
div.offset-cols div.left {
  float: left;
  width: 385px;
}
div.offset-cols div.right {
  float: right;
  width: 120px;
}

/* $homepage */
div.imgleft div.left {
  float: left;
}
div.imgleft div.right {
  float: left;
  margin-left: 7px;
}
div.imgright div.left {
  float: left;
}
div.imgright div.right {
  float: left;
  margin-left: 7px;
}

div.imgleft div.left,
div.imgright div.right {
  width: 120px;
}
div.imgleft div.right,
div.imgright div.left {
  width: 378px;
}
div.two-cols div.imgleft div.right,
div.two-cols div.imgright div.left {
  width: 126px;
}
div.three-cols div.imgleft div.left,
div.three-cols div.imgleft div.right,
div.three-cols div.imgright div.left,
div.three-cols div.imgright div.right {
  float: none;
  margin: 0;
  width: 167px;
}



div.newsarticle {
  padding-top: 10px;
}
div.newsarticle h3 a {
  color: #cf0;
}
div.newsarticle h3.left {
  float: left;
}
div.newsarticle h3.right {
  float: right;
}
div.newsarticle div.left {
  float: left;
  width: 385px;
}
div.newsarticle div.right {
  float: right;
  width: 120px;
}
div.newsarticle div.left hr {
  clear: both;
}

div.association {
  position: relative;
}
div.association h5 {
  padding-top: 4px;
}
div.association div.left {
  position: absolute;
  width: 48px;
  min-height: 60px;
}
div.association div.right {
  padding-left: 56px;
  min-height: 60px;
}
* html div.association div.left,
* html div.association div.right {
  height: 60px;
}
div.association div.left p,
div.association div.right p {
  margin-top: 2px;
}


a.thumb {
  display: block;
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #454545;
}
a.thumb img {
  display: block;
  position: absolute;
  left: 60px;
  top: 60px;
}

p#welcome {
  position: absolute;
  left: 50%;
  top: 14px;
  width: 300px;
  margin-left: -170px;
}

/* http://www.positioniseverything.net/easyclearing.html */
div#content .homepage:after,
div#content .clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

div#content .homepage,
div#content .clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html div#content .homepage,
* html div#content .clearfix {height: 1%;}
div#content .homepage, 
div#content .clearfix {display: block;}
/* End hide from IE-mac */

