/**
 * $Id: ie6-fixes.css,v 1.2.2.3 2009/12/27 20:36:59 jwolf Exp $
 * Acquia Marina
 */

/****************************/
/* IE6 FIXES                */
/****************************/

#header #search-box input.form-text {
  width: 150px;
}


/* remove rounded bottom png for IE6 */
#primary-menu ul.menu li ul {
  background: #94CE18;
}

/* set minimum height */
#preface {
  height: 24px;
}

/* prevent dropdown menus from disappearing behind preface blocks */
#preface div.block {
  position: static;
}

#preface-wrapper div.block {
  position: inherit;
}

/* prevent line jumping on page refresh */
#preface-wrapper h2.block-title,
#preface-wrapper div.block ul li {
  line-height: 125%;
}

body.layout-first-main #content-wrapper {
  width: 700px;
}

#content-inner .teaser {
  height: 1%;
}

body.layout-main-last #sidebar-last ul li,
#content-bottom ul li {
  background-position: left 0.5em;
}

/* adjust pager spacing */
#main .item-list ul.pager li {
  margin: 0 2px;
}

#main .item-list .pager a.active {
  padding: 1px 0 2px 3px;
}

#search-box {
  padding: 8px 0 8px 8px;
  width: 255px;
}

#search-box .search_submit {
  padding: 2px 0 0;
}

#postscript-wrapper.postscripts-2 div.column {
  width: 47%;
}

input.form-submit,
input.teaser-button {
  border: 1px solid #225A82;
  padding: 4px;
}

/* limit width of form inputs */
body.layout-first-main-last #content-inner textarea, 
body.layout-first-main-last #content-inner input.form-text,
body.layout-first-main-last #content-inner .form-item .resizable-textarea,
body.layout-first-main-last #content-inner .form-item .resizable-textarea .grippie {
  width: 300px;
}

/* adjust openid link */
html.js #user-login-form li.openid-processed, 
html.js #user-login li.openid-processed {
  margin-left: 0;
  padding-left: 8px;
}

/* fix extra rounded graphic at bottom */
div.rounded-block-bottom-left,
div.rounded-block-bottom-right,
div.rounded-outside,
div.rounded-inside {
  position: relative;
}

/* make views edit links more visible */
div.view div.views-admin-links {
  margin-top: -1.5em;
}

div.view div.views-admin-links-hover ul li a {
  color: #000;
}

/* admin page - keep right admin column from wrapping below left admin column */
div.admin .left,
div.admin .right {
  margin-left: 0;
  width: 45%;
}

/**************************/
/* ALPHA TRANSPARENCY FIX */
/**************************/

h2.pngfix { 
  behavior: url(/themes/acquia_marina/iepngfix.htc);   /* change path here and in iepngfix.htc to match theme location */ 
} 


#user-login-form div.item-list {
	margin:0;
	padding:0px;
visibility:hidden;
	background:#923;
	height:12px;

}
#user-login-form .fb-login-button {
    margin: 140px 0 0;
    padding: 15px 0;
    position: absolute;
}
/******************/
/* HELPER CLASSES */
/******************/
.clearfix {                                       /* add .clearfix class to clear floats after an element */
  display: block;
  height: 1%;

}

.clearfix:after {                                 /* add .clearfix class to clear floats after an element */
  clear: both;                                    /* (IE version is in ie6-fixes.css) */
  content: "."; 
  display: block;
  font-size: 0;
  height: 0; 
  visibility: visible;
}


div#content-tabs,                                 /* fix tab layout */
div#content-tabs ul.primary,
div#content-tabs ul.secondary {
  display: block;
  float: none;
  height: 1%;
}


#page {
	background:none;
}

.header-border-left,
#header-first,
#header-last,
.header-border-right,
#block-user-1 img.pro-user,
#main-wrapper_box ,
#footer-top ,
#footer-bottom 
	 {

  behavior: url(/themes/acquia_marina/iepngfix.htc); 
}
#block-views-novi_pro_recepti-block_1 div.views-field-title {
 background: url("/themes/acquia_marina/images/arrow_brown.gif") no-repeat scroll transparent;
    color: #483D23;
    float: left;
    font-size: 14px;
    padding-bottom: 6px;
    padding-left: 28px;
    padding-top: 6px;
    width: 205px;
behavior: url(/themes/acquia_marina/iepngfix.htc); 
 
}
#block-user-1 pro-user img {
	width:50px;
}
#header-bottom .clearfix{
    background: url("/themes/acquia_marina/images/sprite_png.png") no-repeat scroll -10px -394px transparent;
behavior: url(/themes/acquia_marina/iepngfix.htc); 
    float: left;
    width: 1013px;
}

#dropdown li {
	float: left;
	position: relative;
}
.dropdown  li>ul,
ul.dropdown>li,
ul>li.dropdown, 
#dropdown li>ul  { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}
#dropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}
.sub-menu {
display: none;
width: 10em;
top: 1.2em;
left: 0;
z-index:999;

position: absolute;


}
#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

ul.dropdown ul {
	visibility: visible;


}

.sub-menu li, ul.dropdown ul li{
width: 100%;
}





ul.dropdown , .dropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

.dropdown li {
float: left;
position: relative;
}

ul.dropdown li {

float:none;
width:auto;
display:inline;
margin:0 15px 0 5px;
}

.top-menu {

text-decoration: none;
min-width:20px;
display:inline-block;
background: url("/themes/acquia_marina/images/top_menu_dot.png") no-repeat scroll left center transparent;
   color: #FFFFFF;
   behavior: url(/themes/acquia_marina/iepngfix.htc); 
   font-size: 16px;
   font-weight: bold;
   height: 30px;
   padding-left: 10px;
   padding-right: 20px;
   padding-top: 12px;
}

#header-bottom {
    background: url("/themes/acquia_marina/images/menu_back.gif") no-repeat scroll transparent;
    float: left;
    width: 1013px;

}

.dropdown li:hover ul, li.over ul, .sub-menu1 , .sub-menu1 ul { /* lists nested under hovered list items */
display: block;
}
#onmouse-menu ul.menu li:hover, #onmouse-menu ul.menu li.hover, #onmouse-menu ul.menu li.active-trail {
 
    visibility: visible;
}

#block-user-1 .user_badges img {

    width: 20px;
 
}

#block-user-1 img {

    width: 50px;

}

#block-user-1 div.block-icon, #navigation-menu div.block-icon {
    background: url("/themes/acquia_marina/images/moja_kuhinja.gif") no-repeat scroll left center transparent;
}

#quicktabs-2 .quicktabs_tabs ul {
    border-bottom: 1px solid #DECEB5;
    border-left: 1px solid #DECEB5;
    float: left;
    height: 32px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#block-user-0 {
	padding-top:0;
}
#block-user-0 div.content{
	margin-top:0;
}
#block-user-0 div.block-icon {
	position:relative;
}

/* $Id: sky.css,v 1.2.4.3 2009/03/20 23:35:58 pasqualle Exp $ */

.quicktabs_main.quicktabs-style-sky{
  background-color:#fff;
  border:none;
  border-top:none;
  padding:0px;
  clear:both;
padding:0;
}
ul.quicktabs_tabs.quicktabs-style-sky{
  border-bottom:1px solid #deceb5;border-left:1px solid #deceb5;
  padding:0;
  height:32px;
  margin:0;
}
ul.quicktabs_tabs.quicktabs-style-sky a{
  font:bold 12px/19px Verdana !important;
  text-decoration:none;
  color:#aaa;
}
ul.quicktabs_tabs.quicktabs-style-sky a:hover{
  color:#555  !important;
}
ul.quicktabs_tabs.quicktabs-style-sky li{
  border:1px solid #e5e5e5;
  border-bottom:none;
  padding:2px 0px;
  margin:0 3px 0 0;
  position:relative;
}
ul.quicktabs_tabs.quicktabs-style-sky li:hover{
  border:1px solid #ccc;
  border-bottom:none;
}
ul.quicktabs_tabs.quicktabs-style-sky li.active{
  border:1px solid #aaa;
  border-bottom:1px solid #fff;
  background-color:#fff;
}
ul.quicktabs_tabs.quicktabs-style-sky li.active a{
  color:#027AC6;
}
#block-view-nodequeue_1-block div.block-icon{
	position :relative;float:left;
}