
@font-face {
 font-family: MyCustomFont;
 src: url("gunplay.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("gunplay.ttf") /* TTF file for CSS3 browsers */
}

html { height: 100%; }

body
{
	margin: 0;
	padding: 0;
	color: #999;
	font: normal 10pt Arial,Helvetica,sans-serif;
        background-color: #000;
        min-height: 100%;
        height: 100%;
}

#push{
    display: block;
    width: 1px;
    height: 1024px;
    position: absolute;
    top:0;
    left: 0;

}

#page
{
        width: 950px;
        margin: 0 auto;
        display: block;
        position: relative;
        height: 940px;
        overflow: hidden;
}

#page2{
        width: 100%;
        display: block;
        height: 100%;
        min-height: 972px;
        background: url(../images/site-back.jpg) top center no-repeat #000;
}

#page-abs{
        position: absolute;
        bottom:0;
        left:0;
        height: 850px;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
    padding-top:0;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.news-item{
    color:#BFBFBF;
    display:block;
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    height:400px;
    letter-spacing:1px;
    line-height:17px;
    overflow:hidden;
    text-transform:uppercase;
    width:100%;
}

#news-box{
    position: relative;
    display: block;
    height: 400px;
    width: 540px;
    margin: 0 auto;
    overflow: hidden;
}

#news-abs{
    position: absolute;
    top:1px;
    left: 0px;
    overflow: auto;
    width: 100%;
}

#galeria{
   margin-left: 66px;
}

#next, #prev{
    display: block;
    width: 44px;
    height: 32px;
    margin: 0 auto;
    cursor: pointer;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#next{
    margin-top: 28px;
      background-image: url(../images/up-arrow.png);
}

#prev{
      background-image: url(../images/down-arrow.png);
}

#menu{
    width: 696px;
    height: 59px;
    display: block;
    margin: 174px auto 0;
}

.menu-item{
    float: left;
    margin-left:-18px;
}

.menu-item a{
    display: block;
    width: 149px;
    height: 59px;
    background-position: 0 0;
}

.menu-item a:hover{
    background-position: 0 -59px;
}

a#menu-1{
    background-image: url(../images/news-n.png);
}

a#menu-2{
    background-image: url(../images/studio-n.png);
}

a#menu-3{
    background-image: url(../images/galeria-n.png);
}

a#menu-4{
    background-image: url(../images/osiagniecia-n.png);
}

a#menu-5{
    background-image: url(../images/kontakt-n.png);
}

.news-date{
    text-align: center;
    color: white;
    font-size:9px;
    font-weight:bold;
    margin-top:35px;
}

.news-title{
    color: #dc7621;
    text-align: center;
    margin-bottom:1px;
    margin-top:1px;
    font-weight:bold;
}

.news-tresc{
    text-align: center;
}

#studio{
    font-family: MyCustomFont;
    color: #dc7621;
    text-align: center;
    margin: 33px auto;
    width: 540px;
    font-size: 14px;
    letter-spacing: 1px;
}

#osiagnieciaA, #osiagnieciaB, #osiagnieciaC{
    color:#BFBFBF;
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    letter-spacing:1px;
    line-height:17px;
    overflow:hidden;
    text-transform:uppercase;
    width:100%;
    text-align: center;
    position: absolute;
    top:0;
}

#osiagnieciaA{
    left: 0;
}

#osiagnieciaB{
    left: 910px;
}

#osiagnieciaC{
	left: 1820px;
}

.osiagniecia1, .osiagniecia2, .osiagniecia3{
    float: left;
    width: 290px;
}

.osiagniecia1{
    margin-left: 117px;
}

.osiagniecia2{
    margin-left: 65px;
}

#osiagniecia{
    position: relative;
    overflow: hidden;
    width:100%;
    height: 528px;
    display: block;
    margin-top:33px;
}

#left, #right, #right2, #left2{
    width: 30px;
    float: left;
    display: block;
    height: 42px;
    margin-top: 250px;
    cursor: pointer;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#left, #left2{
    background-image: url(../images/left-arrow.png);
    margin-left: 63px;
}

#right, #right2{
    background-image: url(../images/right-arrow.png);
    margin-left:25px;
}

#bunny{
    display:block;
    height:30px;
    left:291px;
    position:absolute;
    top:872px;
    width:30px;
}

a:focus {
    outline: none;
}

#kontakt{
    width: 564px;
    height: 543px;
    display: block;
    font-family: MyCustomFont;
    background: url(../images/mapa.png) 0 -62px no-repeat;
    margin: 0 auto;
    text-align: center;
    color: #dc7621;
    font-size: 16px;
    letter-spacing: 1px;
}


.m-active{
     background-position: 0 -59px !important;
}

#ink{
   background:url("../images/ink.png") no-repeat scroll left top transparent;
    display:block;
    height:58px;
    left:446px;
    position:absolute;
    top:780px;
    width:58px;
}

#mPanas{
     background:url("../images/ms-bartek.png") no-repeat scroll left top transparent;
     width: 36px;
     height: 78px;
     position: absolute;
     right: 0;
     top: 300px;
     display: block;
}

#face{
     background:url("../images/facebook.png") no-repeat scroll left top transparent;
     width: 36px;
     height: 78px;
     position: absolute;
     right: 0;
     top: 380px;
     display: block;
}

#mDavid{
     background:url("../images/ms-david.png") no-repeat scroll left top transparent;
     width: 36px;
     height: 78px;
     position: absolute;
     right: 0;
     top: 460px;
     display: block;
}
#mDante{
     background:url("../images/ms-dante.png") no-repeat scroll left top transparent;
     width: 36px;
     height: 78px;
     position: absolute;
     right: 0;
     top: 540px;
     display: block;
}

a#google{
    background-image: url(../images/gmaps.png);
    display: block;
    width: 91px;
    height: 33px;
    margin: 30px auto;
}

a#google:hover{
    background-image: url(../images/gmaps-hov.png);
}

.table-cell{
   display:table-cell;
height:370px;
padding-bottom:30px;
vertical-align:middle;
width:540px;
}
#galShow{
    background-image: url(../images/gal-studio.png);
    width: 110px;
    height: 72px;
    position: absolute;
}
#gal-hov{
    background-image: url(../images/studio-photos-hov.png);
    width: 399px;
    height: 197px;
    position: absolute;
    margin-left:70px;
    
}
