﻿/*
Theme Name: aga
Theme URI: 
Description:
Author: 
Version: 1.0
License: 
License URI: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a, a:focus{
text-decoration: none;
text-transform: uppercase;
outline: none;
}

/* ------------------- blog  --------------------------*/

body{
font-family: arial;
background: #fff;
color: #000;
font-size: 14px;
cursor: default;
}
#container{
width: 960px;
height: 600px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -480px;
margin-top: -330px;
-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
}
#first-page{
width: 100%;
position: absolute;
top: 50%;
text-align: center;
margin-top: -10px;
font-size: 14px;
display: none;
text-transform: uppercase;
letter-spacing: 12px;
}
.my-own-works{
margin-left: -20px;
}
#second-page{
display: none;
}
.obrazy-link{
padding-right: 0px;
letter-spacing: 5px;
position: absolute;
top: 0;
left: 497px;
}
.line{
letter-spacing: 4px;
position: absolute;
top: -1px;
left: 665px;
width: 250px;
font-size: 12px;
color: #b3b3b3;
}
.email-text{
font-size: 15px;
position: absolute;
top: -1px;
right: 4px;
letter-spacing: 1px;
color: #b3b3b3;
}
.email{
display: inline-block;
overflow: hidden;
position: absolute;
top: -1px;
right: -156px;
width: 160px;
height: 17px;
}
.email a{
text-transform: lowercase;
letter-spacing: 1px;
color: #000;
margin-left: -320px;
line-height: 12px;
font-size: 16px;
cursor: default;
}
.pos-relative{
position: relative;
}
.aga2-text{
letter-spacing: 10px;
position: absolute;
top: -3px;
left: 495px;
text-align: left;
}
.aga-photo{
position: absolute;
top: 1px;
left: 18px;
}
#gallery{
display: none;
}
.small-photo{
position: absolute;
display: none;
box-shadow: 1px 1px 2px #888;
}
#single-box{
width: 960px;
height: 556px;
position: absolute;
left: 50%;
top: 0;
margin-left: -480px;
background: #fff;
display: none;
}
#single-box img{
display: none;
position: absolute;
box-shadow: 3px 3px 4px #666;
}
#single-box #images img {
max-width: 960px;
max-height: 556px;
}
#single-box img.hasFullImage{ cursor: pointer }
#back{
background: url("images/kwadracik.png") no-repeat scroll 0px 0px transparent;
bottom: -39px;
height: 10px;
left: 0;
margin-left: 0px;
position: absolute;
width: 10px;
}
#picture-info{
position: absolute;
bottom: -40px;
left: 19px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
color: #888;
}
#picture-switcher{
position: absolute;
bottom: -39px;
right: 13px;
font-size: 10px;
}
.switch-back{
width: 20px;
height: 20px;
background: url(images/back.jpg) no-repeat 12px 6px;
position: absolute;
margin-top: -6px;
margin-left: -25px;
padding-right: 6px;
}
.switch-next{
width: 20px;
height: 20px;
background: url("images/next.jpg") no-repeat 4px 6px;
position: absolute;
right: 0;
margin-right: -28px;
margin-top: -6px;
padding-left: 6px;
}
#picture-switcher .switch-box{
float: left;
padding: 0 4px;
}
#picture-switcher .switch{
width: 1px;
height: 9px;
background: #999;
}
#picture-switcher .switch.active, #picture-switcher .switch.hover{
background: #000;
}
#contact{
width: 150px;
height: 10px;
position: absolute;
bottom: 0px;
right: -142px;
overflow: hidden;
display: none;
}
#square{
width: 8px;
height: 8px;
background: #666;
position: absolute;
border-bottom: 3px solid #fff;
}
#square:hover{
background: #000;
}
#email{
font-size: 10px;
position: absolute;
margin-left: -120px;
}
#settings{
position: absolute;
top: 0;
right: -80px;
}
#settings a{
font-size: 10px;
color: #aaa;
}
#settings a:hover{
color: #000;
}
#login-square{
width: 10px;
height: 10px;
display: block;
position: absolute;
top: 0;
right: 0;
cursor: default;
}

#overlay-wrap{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
}
#overlay-wrap .container{
    position: absolute;
    left: 5%;
    top: 5%;
    width: 77%;
    height: 74%;
    padding: 4%;
    overflow: hidden;
    text-align: center;
    border: 1px solid #b7b7b7;
}
#overlay-wrap .container img{
    cursor: default;
    position: static;
    box-shadow: 5px 5px 6px #666;
}
#overlay-wrap #close{
    position: fixed;
    top: 5%;
    right: 2%;
    width: 25px;
    height: 25px;
    margin-top: -25px;
    background: url("images/close.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}
#overlay-wrap #close:hover{
    opacity: 0.5;
}

/* stylesheet for chrome and safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {

}