/*
    Document   : mobile
    Created on : 2012-03-16, 20:11:51
    Author     : Krzysztof Malisiewicz <krzysiek.malisiewicz@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/

html {
	background: #111;
	overflow-y: scroll;
	font-family: Trebuchet MS;
	height: 100%;
	font-size: 15px;
}
body {
	color: #A8A5A5;
}
h1 {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1.1em;
}

a {
	outline: none;
	text-decoration: none;
	color: #7d0156;
}

header {
	position: fixed;
	top:0;
	width: 100%;

	text-align: left;;

	padding: 15px 0 0;
	z-index: 10;
	background-color: #000;
}
header h1 {
	float: left;
	padding-right: 40px;
	max-width: 390px;
	min-height: 30px;
}
header nav {
	float: right;
}
header h1 a {
	color: #888;
}
header nav a, header nav a:visited {

	background-color: #111;
	padding: 5px 7px;
	display: inline;
	-webkit-transition: background-color 940ms;
	-moz-transition: background-color 940ms;
	-webkit-font-smoothing: antialiased;
	line-height: 13px;
	font-size: 13px;
	text-decoration: none;

}

header nav a:hover, header nav a:focus {
	-webkit-transition: all 0ms;
	-moz-transition: all 0ms;
	-webkit-font-smoothing: antialiased;
	background: #333;
}

#fb {
	height: 20px;
	width: 20px;
	border-radius: 10px;
	text-transform: lowercase;
	color: #000;
	font-weight: bold;
	background: #ccc;
	margin: 0;
	padding: 0 7px;
	text-align: center;
	-webkit-transition: background-color 940ms;
	-moz-transition: background-color 940ms;
	-webkit-font-smoothing: antialiased;
}
a#fb:hover {
	background-color: #fff;
}

article {
	clear: both;
	margin-top: 50px;
}

footer {
	position: fixed;
	bottom: 3px;
	width: 100%;
	padding: 3px;
	font-size: 10px;
	color: #5C5C5C;
	text-align: center;
}

footer a {
	color: #7d0156;
	text-decoration: none;
}

p, ul{
	margin: 2em auto;
}
section.left {
	width: 30%;
	float: left;
	position: relative;
	height: 100%
}

section.left img {
	top: 30%;
	position: absolute;
}

section.right {
	width: 60%;
	float: right;
}
#gallery .wrap {
	text-align: center;
}
#gallery .wrap .img img{
	
	margin: 5px;
	display: inline-block;
}

#gallery .wrap.loading .img {
	height: 590px;
	width: 390px;
}
.g-ytsubscribe {
	float: left;
	margin-top: 50px;
	

}
.g-plusone{
	float: left;
	margin-top: 400px;


	
}
.fb-page{
	float: right;
	margin-top: 50px;
	margin-right: 100px;

	
}
	body{
	margin: 0;
	padding: 0;
}

/* glowny div z like box'em */
#like-box {
	
	position: fixed;
	z-index: 99;
	top: 150px;  /* jego polozenie od gory */
	left: 1340px; /* szerokosc wygenerowanego boxa + 4px obramowania */
	-webkit-transition: left 0.5s ease-out;
	-moz-transition: left 0.5s ease-out;
	-o-transition: left 0.5s ease-out;
	transition: left 0.5s ease-out;
}

/* wysuniecie like box'a */
#like-box:hover {
	left: 1050px;
	float:left;
}

/* zewnetrzna ramka boxa */
#like-box .outside {
	position: relative;
	z-index: 1;
	background: #3b5999;
	padding: 2px;
	min-width: 1px;

}

/* wewnetrzne tlo boxa */
#like-box .inside {
	position: relative;
	z-index: 2;
	background: #fff;
}

/* pasek z logo FB */
#like-box .belt {
	position: relative;
	z-index: 0;
	transform: rotate(270deg);
	-webkit-transform: rotate(90deg); /* obrot o 90 stopni */
	-moz-transform: rotate(90deg); /* wiec wysokosc zamienia sie z szerokoscia */
	-o-transform: rotate(90deg); /* obrot o 90 stopni */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /* obrot o 90 stopni dla IE */
	float: left;
	width: 100px; /* wysokosc */
	height: 30px; /* szerokosc */
	padding: 10px 0px 0px 20px;
	margin: -1320px 0px 0px -80px;
	background: #3b5999;
	color: #fff;
	font-weight: bold;
	font-family: Verdana;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#banner {
	margin: 0 auto;
	width: 450px;
	height: 50px;
	margin-top: -130%;
}
