/* 
    Document   : style
    Created on : 2009-05-01, 14:56:25
    Author     : wojtek
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

*, html {
    margin: 0;
    padding: 0;
}

ul {
    padding-left: 40px;
    margin: 5px 0;
}

p {
    margin: 5px 0 10px 0;
    text-align: justify;
}

h1 {
    color: #ff1600;
    font-size: 16px;
    font-weight: bold;
    margin:15px 0px 5px 0px;
}

h2 {
  
    font-size: 12px;
    font-weight: bold;
    margin:15px 0px 5px 0px;
}

img {
    border: 0px;
}

body {
    text-align: center;
    font-family: Verdana;
	font-size: 13px;
}

body div#wrapper {
    width: 987px;
    margin: 0 auto;
    text-align:left;
}

div#header {
    background: url(/img/top_tile.png) repeat;
    height: 99px;
}
div#header div {
    background: url(/img/gradient_top.png) repeat-x bottom;
    height: 99px;
}

div#header img#logo {
    float: left;
    margin: 10px 0 0 20px;
}

div#header div#other_logos {
    float: right;
    margin: 35px 40px 0 0;
    height: 41px;
    background: none;
}

div#header div#other_logos img{
	vertical-align: top;
}

div#mainmenu {
    height: 15px;
    padding: 5px 25px;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
}

#search{
	width: 112px;
	height: 13px;
	font-size: 10px;
}

div#submenu {
    line-height: 15px;
    padding: 5px 5px;
    background: #fb1600;
    margin-bottom: 6px;
    font-size: 10px;
    text-transform:uppercase;
    color: white;
	height: 15px;
}

div#submenu a {
    font-size: 10px;
    font-weight:bold;
    color: white;
}

div#mainmenu img.divider {
    margin: 0px 10px;
}

div#content {
    background: url(/img/gradient_bottom.png) repeat-x top;
    padding-top: 20px;
	height: 626px;
	overflow:hidden;
}

div#content div#view_flipper {
    height: 370px;
    border: 1px solid #595959;
	overflow: hidden;
}

div#content div#view_flipper #floating {
    background: transparent;
    height:100%;
    position:relative;
    width:300px;
}

div#content div#view_flipper #floating div {
    bottom:0;
    left:0;
    position:absolute;
    background: #595959;
    padding: 10px;
    color: white;
	height: 49px;
}

div#content div#view_flipper h2{font-size: 18px;font-weight: normal;margin:0px 0px 5px 0px;}

div#content div#view_flipper p{font-size: 11px;margin:0px;}

div#content div#view_flipper #flipper_set{
	float: right;
	font-size: 12px;
	background:#595959;
	color:#ffffff;
	padding:2px;
	font-weight: normal;
	position: relative;
	margin-top:352px;
}

div#content div#view_flipper #flipper_set a{color:#ffffff;}


div#content div#left_pane {
    float: left;
    width: 432px;
    border-right: 1px solid #585858;
    margin: 20px 0;
    padding-right: 60px;
	height: 220px;
	overflow: hidden;
}

div#content div#right_pane {
    float: right;
    width: 470px;
    margin: 20px 0 20px;
}

div#content div#left_pane p,div#content div#right_pane p{
    font-size: 13px;
	text-align:left;
    color: black;
    margin: 5px 0 15px 0;
}

span.date{
    font-size: 13px;
    color: #bb2b26;
    font-weight: bold;
    font-style: normal;
 
}


div#content div#right_pane div#blog {
    width:151px;
    height: 193px;
    margin-right:13px;
	float: left;
}

div#content div#video {
    margin: 10px 0 5px 0;
}

div#content div#gallery {
    margin: 0px 15px 5px 0;
    float: left;
}

div#content div#caption {
    font-weight: bold;
    font-size: 10px;
    margin:10px 0;
}

div#content div#description {
    font-size: 12px;
    margin:10px 0 ;
}

div#jobs_list {
    border-top: 1px solid #bcbcbc;
    margin-left:380px;
    font-size: 12px;
    color:#858688;
    font-weight: bold;
}

div#jobs_list li{
	margin:2px 0px;	
}

div#jobs_list a{
	color:#858688;
}

div#content .jobs div#description {
    margin-bottom:20px;
    color:#858688;
    font-weight: bold;
    margin-left:380px;
}

div#content .jobs div#description ul{
	font-weight: normal;
	margin-bottom:10px;
}

div#content .jobs div#description li{
	margin-bottom: 3px;
}

div#right_column {
    float:right;
    width: 312px;
    height:575px;
    padding-bottom: 20px;

}

div#right_column div#right_items {
    min-height: 260px;
}

div#right_column.no_border {
    border: none;
}

div#right_column p {
    font-size:12px;
    margin: 10px 10px 3px 10px;
}

div#right_column h3{
    font-size:12px;
    color: #bbbbbb;
    font-weight: bold;
}


div#right_column div.item {
    padding-left: 11px;
    padding-right: 7px;
    margin-top: 13px;
    display: block;
}
div#right_column div#map {
    padding-top: 11px;
    margin-top: 13px;
    border-top: 1px solid #b1b1b1;
}

div#right_column a.download_item {
    padding-left: 11px;
    padding-right: 7px;
    margin-top: 13px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #bbbbbb;
}

div#right_column div#head {
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 4px;
	color: #bbbbbb;
	font-weight: bold;
}

div#right_column div#head.onas {
	margin-top:10px;
}

div#right_column a.download_item img {
    vertical-align: middle;
}

div#right_column div#nagrody{
	margin:35px 0px 0px 20px;
}

div#right_column div#nagrody a{
	color:#bbbbbb;
	font-weight: bold;
	margin-bottom: 10px;
}

div#right_column a.item{
	display:block;
	margin-bottom: 10px;
}


div#left_column {
    margin-right: 347px;

    font-weight: normal;
}

div.contact_pane{
	float: left;
	height: 210px;
	width: 230px;
	border-left: 1px solid #bbbbbb;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #6A6868;
}
div.contact_pane_2{
	float: left;
	height: 210px;
	width: 400px;
	border-left: 1px solid #bbbbbb;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #6A6868;
}

div#footer {
    border-top: 1px solid #bcbcbc;
    background: url(/img/gradient_bottom.png) repeat-x top;
    color: #6d6d6d;
    font-size: 10px;
    text-align: center;
    padding: 8px 0 0 0;
    clear: both;
    height: 18px;
}

div#right_column div#jobs_attention {
    background: #fd1600;
    color: white;
    padding: 13px;
    margin: 10px 0;
}

div#right_column div#jobs_attention p {
    color: white;
    font-size: 12px;
    margin: 0 0 5px 0;
}

div#right_column div#jobs_attention p a{
    color: white;
}

div#right_column div#jobs_attention strong {
    font-weight: bold;
    font-size: 12px;
}




.szara_apla {
    background: #c4c5c6;
    color: white;
    font-size: 14px;
    padding:4px 6px;
    margin-bottom: 6px;
}

.big {
    font-size: 19px;
    text-transform:uppercase;
    padding:6px 10px;
    text-align: left;
}

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

.clear {
    clear: both;
}

.right {
    float: right;
    margin-left: 10px;
    vertical-align: middle;
}

.title {
    margin-bottom: 5px;
}

div#realisations p{
    text-align: right;
    font-size: 12px;
    margin: 5px 3px;
}

div#realisations img {
    margin: 3px;
    float: left;
    display: block;
}

.about {
    font-size:13px;
    color: #6a6868;
}

div.person{
	float: left;
	margin:0px 4px 3px 0px;
	width: 69px;
	height: 69px;
}

div.hidden a{
	width: 69px;
	height: 69px;
	display: block;
}

div.hidden a img{
	display: none;
}

div.hidden a:HOVER img{
	display:inline;
}

img.person{
	
}


/* SCRIPTACULOUS */
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
div.autocomplete ul li a{
  display:block;
  margin:0;
}


/* unselectable */
.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}

.unselectable {
   behavior: url(/js/ieUserSelectFix.htc);
}

p.row_blog{
text-align:left;
}
