/*
Author: Jan Sablatura
Author URI: http://sablatura.info
*/

body {
  font-family:  Segoe WP, Segoe UI, helvetica, arial,sans-serif;
  background-color:#fff;
  font-smooth:always;
  -webkit-font-smoothing: antialiased;
  }

div.box {
  width: 950px;
  height: 550px;
  padding: 20px;
  margin: 50px auto 80px auto;
  overflow: hidden;
  }

div.box div:nth-child(2n+1){
  float: left;
  text-align: left;
  width: 473px;
  height: 100%;
  }

div.box div:nth-child(2n+2){
  float: right;
  text-align: right;
  width: 473px;
  height: 100%;
  }

div.box:nth-child(7n+1) {background-color: #000; color:#fff;}
div.box:nth-child(7n+2) {background-color: #ccc; color:#000;}
div.box:nth-child(7n+3) {background-color: rgb(243,119,53); color:#000;}
div.box:nth-child(7n+4) {background-color: rgb(255,196,37); color:#000;}
div.box:nth-child(7n+5) {background-color: rgb(0,177,89); color:#000;}
div.box:nth-child(7n+6) {background-color: rgb(0,174,219); color:#000;}
div.box:nth-child(7n+7) {background-color: rgb(209,17,65); color:#000;}

div.box:nth-child(7n+1) h1, .box:nth-child(7n+1) h2 {color:rgb(255,196,37)}
div.box:nth-child(7n+2) h2 {color: #fff;}
div.box:nth-child(7n+3) h2 {color: #fff;}
div.box:nth-child(7n+4) h2 {color: #fff;}
div.box:nth-child(7n+5) h2 {color: #fff;}
div.box:nth-child(7n+6) h2 {color: #fff;}
div.box:nth-child(7n+7) h2 {color: #fff;}

.add {
  background: url(addw.png) no-repeat 50% 50%;
  opacity:1.0;    
  }
  
img {
  opacity:0.4;
  filter:alpha(opacity=40);
  }

img:hover {
  cursor: hand;
  opacity:1.0;
  filter:alpha(opacity=100);
  }

h1 {
  padding: 0 10px 20px 10px;
  margin: 0;
  font-size: 74pt;
  line-height:1.0em;
  font-weight: 100;
  text-transform: uppercase;
  }

h2 {
  padding: 0 10px 20px 10px;
  margin: 0;
  font-size: 44pt;
  line-height:1.1em;
  font-weight: 400;
  text-transform: lowercase;
  }

p {
  padding: 0 10px 20px 10px;
  margin: 0;
  font-size: 14pt;
  line-height:1.5em;
  font-weight: 400;
  }

a {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.13);
  }

a:hover {
  text-decoration: underline;
  }

span.big {
  padding: 0;
  margin: 0;
  font-size: 500px;
  font-weight: 100;
  opacity: 0.1;
  -moz-opacity: 0.1;
  filter:alpha(opacity=1);
  }