@charset "UTF-8";

/* •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
   ••  Project: Project’s Name                                      ••
   ••  Author:  peter@riddle.pl                                     ••
   ••  Date:    2010                                                ••
   •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••   
   
    1. Global Styles
       1.1 Reset
       1.2 Default
      
    2. Layout
       2.1 Clearfix
       2.2 Columns
      
---------------------------------------------------------------------- */

/* 1. =Global Styles
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

#wrapper {
  width: 942px;
  border: 9px solid #33373b;
  margin: 20px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#site {
  border: 1px solid #222527;
  background-color: #282b2e;
  padding: 40px;
}

/* 1. HEADER
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

#title {
  text-align: center;
  position: relative;
}

#title h1 {
  font: normal 36px/45px "Myriad Pro", "Myriad", "Gill Sans", "Frutiger Linotype", "Helvetica Neue", sans-serif;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 4px;
  color: #46c5ec;
  position: relative;
  width: 221px;
  height: 45px;
  margin: 0 auto;
  overflow: hidden;
}

#title h1 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#title p {
  margin-top: 3px;
  margin-right: 0;
}

#title a {
  position: absolute;
  left: -12px;
  top: 13px;
  color: #282b2e;
  font-size: 11px;
  line-height: 1;
  border: 0;
  text-shadow: rgba(255, 255, 255, 0.08) 0 1px 0;
  padding: 5px 4px 5px 14px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
}

#title a:hover,
#title a:focus {
  background-color: #5b6269;
}

#title a:active {
  left: -13px;
}

strong {
  font-weight: normal;
  color: #fff;
  text-shadow: rgba(255, 255, 255, 0.85) 0 0 3px;
}

.misc ~ .header {
  color: #6f7378;
}
table {
  margin-left: -20px;
  width: 900px;
  background-color: #1d1f21;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
}

th, td {
  padding: 5px 10px;
}

th {
  background-color: #33373b;
  padding-bottom: 10px;
}

tr:first-child td { padding-top: 10px; }
th:first-child, td:first-child { padding-left: 20px; }
th { padding-top: 10px; }
tr:last-child td { padding-bottom: 10px; }
th:last-child, td:last-child { padding-right: 20px; }

th:first-child {
  -moz-border-radius-topleft: 5px;  
  -webkit-border-top-left-radius: 5px;
}

th:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

table .param-name {
  width: 150px;
}

table .param-default {
  width: 100px;
}

.button {
  background-color: #46c5ec;
  color: #282b2e;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
}

.button:hover,
.button:focus {
  background-color: #ededed;
  color: #282b2e;
}

.note {
  float: right;
  width: 240px;
  margin: -205px 0 0 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
}

pre:hover + .note,
.note:hover {
  opacity: 0.999
}

/* 2.1 =Splitter
---------------------------------------------------------------------- */

.heading{
	float:left;
	width:100%;
}
.splitter {
	float:left;
	font-weight:bold;
}
.splitter:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.splitter ul {
  margin-right: 0;
  margin-top: 0;
}

.splitter > li {
  padding-left: 8px;
}
.splitter li,
.splitter ul,
.splitter ul li a  {
  display: inline;
  display: inline-block;
}

.splitter ul li {
	margin-top:7px;
}

.splitter ul li:first-child {
  margin-left: 0;
}

.splitter ul li a {
	padding:15px;
}
.splitter ul li a:hover{
	background:url(../images/black.png);
}

.splitter .nav_span {
	background:url(../images/filtrable_btn_bg.png) no-repeat left;
	padding:10px 0px 10px 10px;
	color:#FFF;
}
.splitter .style_span {
	background:url(../images/filtrable_btn_bg.png) no-repeat right;
	padding:10px 10px 10px 0px;
}

/* 3.1 =Demo Area
---------------------------------------------------------------------- */

.demo p,
.demo ul {
  margin-right: 0;
}

#performance-toggle {
  text-align: center;
  margin-right: 0;
  font-size: 11px;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
}

#performance-toggle:hover {
  opacity: 0.999;
}

/* 3.2 =Image Grid
---------------------------------------------------------------------- */

.image-grid {
  width:100%;
  overflow:hidden;
}

.image-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.image-grid li {
  float: left;
  width:620px;
  overflow: hidden;
  position:relative;
  background:url(../images/event-border.png) repeat-x top;
  padding-top:20px;
  margin-top:20px;
}
.image-grid li:first-child{
	padding-top:0px;
	margin-top:0px;
}
.image-grid li:first-child {
	margin-left:0px;
}
.image-grid li img,
.image-grid li strong {
  display: block;
  border:1px solid #323232;
}
.left_column .leave_comment {
	border:none !important;
}