/* Pixnet sp. z o.o. (c)
* CSS: Krzysztof Spilka
*/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, small, strong, sub, sup,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    vertical-align: baseline;
}
body {
    line-height: 1;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    background: #fff url(../img/bg.png) repeat-x scroll 0 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* end reset */
a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    color: #3d3d3d;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
#wrapper {
    width: 840px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: transparent url(../img/bg_barbra.png) no-repeat scroll 0 0;
}
#like_box {
    height: 32px;
    padding: 8px 14px 0;
    top: 0;
    right: 0;
    position: absolute;
    text-align: center;
    border: 1px solid #dedede;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
}
.logo {
	z-index: 300;	
    position: relative;
    top: 81px;
}
.logo img {
	width: 602px;
	height: 123px;
    background: transparent url(../img/logo.png) no-repeat scroll 0 0;
}
#wrapper .content {
    padding-top: 144px;
    position: relative;
}
.content p {
    margin-top: 7px;
    color: #ccc;
    font-size: 12px;
}
.options {
    margin-bottom: 8px;
    font-size: 13px;
}
.options select {
    padding: 2px;
    margin: 0 5px;
    vertical-align: middle;
    border: 1px solid #999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#wrapper input.custom_text {
    width: 500px;
    margin: 0 auto;
    padding: 16px 0;
    display: block;
    color: #494949;
    font-size: 40px;
    text-align: center;
    border: 1px solid #868686;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fafafa;
}
#wrapper input.custom_text:focus {
    padding: 15px 0;
    border: 2px solid #e95353;
    background-color: #fff; 
}
#wrapper input.post {
    width: 167px;
    height: 89px;
    margin-top: 32px;
    text-indent: -3000px;
    cursor: pointer;
    border: none;
    background: transparent url(../img/go_button.png) no-repeat scroll 0 0;
}
#wrapper input.post:hover {
    opacity: 0.9;    
}
.progress {
    height: 192px;
    padding-top: 50px;
}
.progress, .progress img {
    margin: 10px auto;
    display: block;
}
.player {
    margin-bottom: 74px;
}
.player .url {
    width: 400px;
    height: 15px;
    margin: 10px auto 0;
    padding: 5px;
    display: block;
    text-align: center;
    color: #777;
    border: 1px solid #e8e8e8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.cloud1 {
    position: absolute;
    bottom: 160px;
    left: 122px;
}
.cloud2 {
    position: absolute;
    bottom: 32px;
    right: 186px;
}
#footer {
    margin-top: 40px;
    padding: 16px 0 30px;
    text-align: center;
    border-top: 1px solid #e8e8e8
}

#footer .logos {
    margin: 10px;
}