/* HTML Elements */

body{
	font: 15px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e0e9ef;
	background: #202b31 url(../images/content-body.jpg) no-repeat top center;
}

p{
	margin-bottom: 15px;
}

h1{
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 20px;
	color: #FFF;
}

h1.homepage {
	font-size: 60px;
	line-height: 60px;
	}

h2{
	font-size: 18px;
	letter-spacing: 1.05px;
	margin-bottom: 5px;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.services-page ul.co-nowego {
  font-size: 18px;
	letter-spacing: 1.05px;
	color: #FFF;
	list-style: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

ul.co-nowego li {
  margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #8798a2;
}

h3{
	font-size: 17px;
	margin-bottom: 6px;
	color: #FFF;
	margin-bottom: 10px;
}

a{
	color: #ebefaa;
	text-decoration: none;
}

blockquote{
	padding: 15px 30px 8px 20px;
	margin: 20px 50px 20px 20px;
	font-style: italic;
	background-color: #8798a2;
}

a:hover{
	color:#94aec2; 
}

.clear {
	clear: both;
}

/* Header & Nav */

#header{
	background: url(../images/header-bg.png) repeat-x;
	height: 100px;

}

#header-inner, #nav-inner, #main-content, #footer-inner{
	width:960px;
	margin: auto;
	position: relative;
}


#logo{
	position: absolute;
	top: 20px;
	left: -34px;
}

#secondary-links{
	float: right;
	padding-right: 10px;
	padding-top: 5px;
}

#secondary-links li{
	display: inline;
	padding-left: 10px;
}

#secondary-links a{
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 1.1px;
}


#nav{
	background: url(../images/nav-bg.png) repeat-x;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	height: 50px;
	color: #242A32;
}

#nav-inner{
	z-index: 2;
}

#primary-links > ul{
	margin-left: 250px;
}

#nav a{
	color: #242A32;
}

#nav a:hover{
	color: black;
}

#nav a:active{
	color: #E0E9EF;
}

#nav .active{
	background: url(../images/grey-bg.png);
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	color: #E0E9EF;
}

/* Main Content Area */

#main-content{
	padding-top: 60px;
	padding-bottom: 80px;
	z-index: 1;
}

/*#main-content a{
	text-decoration: underline;
}*/

/* Sidebar */

#content-with-sidebar{
    width: 620px;
    float: left;
    margin-right: 30px;

  }

#sidebar{
    float: left;
    width: 260px;
	background: url(../images/grey-bg.png);
	padding: 20px;
	margin-top: 60px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
  }
  
#sidebar h2{
	color: #A4C1CF;
}

#sidebar .block{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #8798a2;
}

#sidebar .last{
	border-bottom: none;
}

#sidebar ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidebar ul.links a{
	color:white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	padding: 5px;
}

#sidebar ul.links a:hover{
	background-color: #A4C1CF;
}

#sidebar ul small{
	display: block;
	color: #e0e9ef;
	font-weight: normal;
}

#sidebar a.sidebar-featured img {
	border: 7px solid #8798a2;
	margin-bottom: 10px;
}

#sidebar a.sidebar-featured:hover img{
	border: 7px solid #b9d0dd;
}

/* Footer */

#footer{
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	color: #4c5a62;
	background: url(../images/grey-bg.png);
}

#footer a{
	color: #6b7e89;
}

#footer a:hover{
	text-decoration: underline;
}

/* Homepage */

.welcome{
	padding-right: 560px;
	padding-bottom: 60px;
}

#photo-frame{
	position: absolute;
	right:-50px;
	top: 50px;
}

#photo-frame ul li{
	list-style-type: none;
}

#featured{
	background: url(../images/photo-frame.png) no-repeat;
	width: 509px;
	padding: 10px 0 0 10px;
}

.box{
	width: 300px;
	float: left;
	margin-right: 20px;
	background: url(../images/grey-bg.png);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.box h3{
	color: #a4c1cf;
	padding: 10px 0 0 13px;
	margin-bottom: 0;
}

.box h2{
	padding: 7px 10px 0 13px;
}

.box p{
	padding: 0 10px 15px 13px;
}

/* Portfolio & Services Pages */

.portfolio, .services{
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #8798a2;
}

.portfolio-last, .services-last{
	border-bottom: none;
}

.portfolio img{
	float: left;
	background: url(../images/grey-bg.png);
	margin-right: 20px;
	border: 7px solid #8798a2;
}

.portfolio a:hover img{
	background-color: #FFF;
}

.services-page img{
	float: right;
	padding: 0 10px 10px 10px;
	margin-left: 10px;
}

ol.tracklist li {
  margin-bottom: 0.5em;
}


