﻿/*   
Project Name: Nestle site
Description: CSS made specialy for the www.nestle.si by <a href="http://www.studiotibor.com" target="_blank">Studio Tibor</A>
Version: 1.0
Author: studio tibor
Author URI: http://www.studiotibor.com
Copyrights: 2008 All Rights Reserved
*****
*/

/*====================================================*/
/* CSS WORK AROUNDS*/
/*====================================================*/
/*
Using a zeroing selector removes the browser default values, which v plocevinki vary greatly from browser to browser.
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/*
By setting the HTML height to 100% and then adding a one-pixel margin to the bottom, 
you v plocevinki force Firefox to draw a scroll bar. This prevents the annoying page jump that 
you might see on shorter pages in that browser.
*/
/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}

/* end hiding from IE5 mac */


/*====================================================*/


/*====================================================
 general 
/*====================================================*/

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 135%;
	color: #000000;
	text-align: left;
	background-color: #ffffff;
}

/*
#mainWrap {
	min-height: 590px;
}
*/

#glavaTelo,
#glavaWrap,
#footerWrap {
	width: 984px;		/* 7+970+7*/
}


/*centering all the main elementes */
#glavaTelo,
#footerWrap {
	margin-left: auto;
	margin-right: auto;
	clear: both;	
}





#glava,
#mainWrap {
	width: 970px;
	margin-left: 7px;
}

/*
#NAV,
#emotional,
#noga 
*/



ul {
	/*margin-left: 14px;*/
	margin-left: 16px;
	list-style: outside;
}


a, 
a:link, 
a:visited {
	color: #bf0000;
	text-decoration: none;
}

a:hover {
	color: #bf0000;
	text-decoration: underline;
}



.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}



/*
p {
	margin-bottom: 14px;	
}
*/


.red {
	color: #bf0000;
}

a:hover .red {
	color: #bf0000;
}

#glavaTelo #mainWrap .noBorder {
	border: none;
}



/*====================================================
  GLAVA
====================================================*/
#glavaWrap {
	background-image: url(../_images/wireframe/LSidebar_bgShadow_top.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}


#glava {
	min-height: 114px;
}

#glava .logo {
	display: inline;
	float:left;
	width: 215px;
	
	margin-top: 26px;
	
}

#glava .NAV {
	float:left;
	width: 755px;
	
	/*background-color:#0000FF;*/
	
}



/*---------------------------------
  mMenu
---------------------------------*/
#glava .NAV .mMenu-home {
	width: 735px;
	height: 71px;	/*114*/
	margin-left: 13px;	/*20px;*/
	margin-top: 43px;
}

#glava .NAV .mMenu-home .item,
#glava .NAV .mMenu-home .itemSel {
	margin-right: 6px;
}

/*---------------------------------*/

#glava .NAV .mMenu {
	width: 742px;
	height: 64px;	/*114*/
	margin-left: 13px;
	
	overflow: hidden;
	
}

#glava .NAV .mMenu .item,
#glava .NAV .mMenu .itemSel {
	float:left;
	margin-right: 6px;
}


#glava .NAV .mMenu .item img {
	margin-top: 18px;
}

#glava .NAV .mMenu .itemSel img {
	padding-top: 9px;
}



/*---------------------------------
  sMenu
---------------------------------*/
#glava .NAV .sMenu {
	width: 730px;	/*742px*/
	height: 40px;	/*114*/
	margin-right: 12px;
	
	text-align: right;
	
	overflow: hidden;
	
}


#glava .NAV .sMenu .item {
	margin-left: 2px;
}


/*====================================================
  glavaTelo
====================================================*/

#glavaTelo {
	background-image: url(../_images/wireframe/LSidebar_bgShadow.gif);
	background-repeat: repeat-y;
	background-position: top left;
}




/*====================================================
  mainSidebar
====================================================*/

#mainWrap #mainSidebar {
	display:  inline;
	float: left; 
	width: 215px;
}


#mainSidebar .topOffset {
	height: 27px;
}




#mainSidebar .menu {
	padding-top: 15px;
	padding-bottom: 7px;
	
	background-image: url(../_images/wireframe/hLine.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}


#mainSidebar .menu .item {
	margin-bottom: 13px;
}


#mainSidebar .modul {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;	
	padding-top: 10px;
	width: 195px;
	
	background-image: url(../_images/wireframe/hLine.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	/*background-color: #66FFFF;*/
	
}


#mainSidebar .modul .title {
	font-weight: bold;
}


/*---------------------------------
  tagCloud
---------------------------------*/
.tagCloud {
	color: #8c8c8c;
}


.tagCloud a,
.tagCloud a:link,
.tagCloud a:visited {
	color: #8c8c8c;
	text-decoration: none;
}

.tagCloud a:hover {
	color: #8c8c8c;
	text-decoration: underline;
}


.tagCloud .size-1 {
	font-size: 9px;
}

.tagCloud .size-2 {
	font-size: 10px;
}

.tagCloud .size-3 {
	font-size: 11px;
}

.tagCloud .size-4 {
	font-size: 12px;
}

.tagCloud .size-5 {
	font-size: 13px;
}

.tagCloud .size-6 {
	font-size: 14px;
}

.tagCloud .size-7 {
	font-size: 15px;
}

.tagCloud .size-8 {
	font-size: 16px;
}

.tagCloud .size-9 {
	font-size: 17px;
}

.tagCloud .size-10 {
	font-size: 18px;
}




/*====================================================
  mainJedro
====================================================*/

#mainWrap #mainJedro {
	display:  inline;
	float: left; 
	width: 755px;
}


#mainJedro .menuTabs {
	height: 27px;
	margin-bottom: 0px !important;
	margin-bottom: -2px;
	margin-left: 13px;
}


#mainJedro .emotional {
	margin-bottom: 15px;
}




/*---------------------------------------------------*/

#mainJedro .content {
	display: inline;
	float: left;	
}

#mainJedro .sidebar {
	display: inline;
	float: right;	
}

/*---------------------------------------------------*/



#mainJedro h1 {
	/* :NOTE: doloceni parametri so difinirani v posamezenm color_*.css */
	height: 20px;	/*21*/
	margin-bottom: 15px;
	padding-top: 1px;
	padding-left: 4px;	
	
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
}



#mainJedro h2 {
	font-size: 12px;
	font-weight: bold;
}

#mainJedro h2 a,
#mainJedro h2 a:link,
#mainJedro h2 a:visited {
	color: #000000;
	text-decoration: none;
}


#mainJedro h2 a:hover {
	color: #000000;
	text-decoration: underline;
}

#mainJedro h2 a.red:hover {
	color: #bf0000 !important;
	text-decoration: none !important;
}


#mainJedro h2 a:hover span.red {
	color: #bf0000;
	text-decoration: underline;
}



#mainJedro .module {
	margin-bottom: 30px;
}


#mainJedro .module .item {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 12px;
}


#mainJedro .module img {
	margin-top: 3px;
}

#mainJedro .module .imgBorderALeft {
	float: left;
	margin-right: 10px;
	padding: 4px;
	border: #9f9f9f solid 1px; 
}

#mainJedro .module .imgBorderACenter {
	float:left;
	margin-right: 10px;
	padding: 4px;
	border: #9f9f9f solid 1px; 
}


#mainJedro .module .imgBorderARight {
	float: right;
	margin-left: 10px;
	padding: 4px;
	border: #9f9f9f solid 1px; 
}

#mainJedro .module .imgBorderSidebarWide {
	margin-left: 3px;
	margin-bottom: 12px;
	padding: 4px;
	border: #9f9f9f solid 1px; 
}


#mainJedro .module .item .linkVec {
	font-size: 10px;
	color: #bf0000;
}


#mainJedro .module .item a.linkVec img {
	vertical-align: top;
}




#mainJedro .module .item .tabProducts .col1 {
	width: 120px;
}

#mainJedro .module .item .tabProducts .col2 {
	width: 110px;
}



#mainJedro .module .item .tabProducts a,
#mainJedro .module .item .tabProducts a:link,
#mainJedro .module .item .tabProducts a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


#mainJedro .module .item .tabProducts a:hover {
	color: #bf0000;
}




/*---------------------------------------------------
	Search results
---------------------------------------------------*/
#mainJedro .module .searchResults {
	padding-bottom: 5px;
}


#mainJedro .module .searchResults a,
#mainJedro .module .searchResults a:link,
#mainJedro .module .searchResults a:visited {
	color: #bf0000;
	text-decoration: none;
}


#mainJedro .sidebar .module .searchResults a,
#mainJedro .sidebar .module .searchResults a:link,
#mainJedro .sidebar .module .searchResults a:visited {
	color: #000000;
	text-decoration: none;
}


#mainJedro .module .searchResults a.linkVec,
#mainJedro .module .searchResults a.linkVec:link,
#mainJedro .module .searchResults a.linkVec:visited {
	color: #bf0000;
	text-decoration: none;
}



#mainJedro .module .searchResults a:hover,
#mainJedro .sidebar .module .searchResults a:hover,
#mainJedro .module .searchResults a.linkVec:hover {
	color: #bf0000;
	text-decoration: underline;
}


/*---------------------------------------------------
	Multipaging
---------------------------------------------------*/
#mainJedro .module .multipaging {
	padding-top: 5px;
	text-align: center;
	
	background-image: url(../_images/wireframe/hLine.gif);
	background-repeat: repeat-x;
	background-position: top left;
	
	background-color: #ffffff;
	
}


#mainJedro .module .multipaging .prev,
#mainJedro .module .multipaging .next {
	background-color: #FF00aa;
	margin-top: 300px;
}



#mainJedro .multipaging .pages a,
#mainJedro .multipaging .pages a:link,
#mainJedro .multipaging .pages a:visited {
	color: #000000;
	text-decoration: none;
}

#mainJedro .multipaging .pages .sel a,
#mainJedro .multipaging .pages .sel a:link,
#mainJedro .multipaging .pages .sel a:visited {
	color: #bf0000;
	text-decoration: none;
}

#mainJedro .multipaging .pages a:hover,
#mainJedro .multipaging .pages .sel a:hover {
	color: #bf0000;
	text-decoration: underline;
}




/*---------------------------------------------------
	Recepti
---------------------------------------------------*/

#mainJedro .module .kategorije {
	margin-bottom: 19px;
}


#mainJedro .module .kategorije .groupLine {
	margin-bottom: 16px;
}

#mainJedro .module .kategorije .kategorija {
	float: left;
	width: 100px;
	
	margin-left: 5px;
	margin-right: 15px;
}

#mainJedro .module .kategorije .last {
	margin-left: 0px;
	margin-right: 0px;
}

#mainJedro .module .kategorije .kategorija a.linkVec img {
	margin-top: 3px;
	vertical-align: top;
}



#mainJedro .module .kategorije .kategorija .label{
	text-align: right
}




#mainJedro .module .inFocus {
	margin-bottom: 19px;
}


#mainJedro .module .list {
	padding-top: 19px;
	
	background-image: url(../_images/wireframe/hLine.gif);
	background-repeat: repeat-x;
	background-position: top left;
}





/*---------------------------------------------------
	Recept - details
---------------------------------------------------*/

#mainJedro .recept .vizitka {
	margin-bottom: 13px;
}

#mainJedro .recept .vizitka .emoImg {
	float: left;
	margin-right: 4px;
}

#mainJedro .recept .vizitka .meta {
	float: left;
}


#mainJedro .recept .vizitka .icons {
	font-size: 9px;
	margin-left: 38px;
	margin-top: 18px;
	margin-bottom: 16px;
}


#mainJedro .recept .vizitka .icons .icon {
	margin-bottom: 15px;
	/*
	float: left;
	width: 104px;
	*/
}

#mainJedro .recept .vizitka .icons .icon .label{
	margin-left: 8px;
}



/*
#mainJedro .recept .vizitka .buttons {
	padding-top: 30px;

	background-image: url(../_images/wireframe/hLine.gif);
	background-repeat: repeat-x;
	background-position: top left;
}


#mainJedro .recept .vizitka .buttons .but {
	margin-bottom: 4px;
}

#mainJedro .recept .vizitka .buttons .last {
	margin-bottom: 0px;
}
*/

#mainJedro .recept .subTitle {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
}


#mainJedro .recept .subText {
	margin-bottom: 11px;
	text-align: justify;
}


#mainJedro .recept .tags {
	clear: both;
}


#mainJedro .recept .hDotLine {
	margin-bottom: 10px;
	height: 1px;

	background-image: url(../_images/wireframe/hLine.gif);
	background-repeat: repeat-x;
	background-position: top left;
}



#mainJedro .recept .toolButtons {
	margin-bottom: 23px;
}


#mainJedro .recept .toolButtons .but {
	margin-bottom: 4px;
}





/*====================================================
 COMMENTS
====================================================*/
#mainJedro .comments {
	margin-bottom: 12px;
	
	border-top: #b2b2b2 solid 1px;
	border-bottom: #b2b2b2 solid 1px;
	
	background-color: #ffffd5;
	
}

#mainJedro .comments .even {
	background-color: #ffffff;
}


#mainJedro .comments .comment {
	padding-top: 3px;
	padding-bottom: 9px;
	padding-left: 5px;
	padding-right: 5px;
}


#mainJedro .comments .comment .author {
	font-style: italic;
}


#mainJedro .comments .comment .txt {

}

#mainJedro .comments .comment .meta {
	font-size: 10px;
}








/*====================================================
 JEDRA
====================================================*/

#mainJedro .jedroHome,
#mainJedro .jedroPage {
	width: 710px; 
	margin-left: 20px;	
}



/*----------------------------------------------------
 jedroHome
----------------------------------------------------*/
#mainJedro .jedroHome .content {
	width: 350px;	
}

#mainJedro .jedroHome .sidebar {
	width: 350px;
}


/*----------------------------------------------------
 jedroPage
----------------------------------------------------*/
#mainJedro .jedroPage .content {
	width: 470px;	
}

#mainJedro .jedroPage .sidebar {
	width: 230px;
}






#mainJedro .jedroPage .content .module .imgBorderALeft {
	margin-right: 25px;
}


/*====================================================
 FORMs
====================================================*/
#mainSidebar form {
	margin-top: 5px;
	margin-bottom: 16px;
}

#mainSidebar form input {
	margin: 0px;
}

#mainSidebar form .inputField {
	width: 132px;
	/*height: 17px;*/
	
	padding-left: 5px;
	padding-right: 5px;
	
	border: #9f9f9f solid 1px;
	background-color: #ffffff;
	
}

#iskalnik input.ms-long {
	width: 132px !important;
	/*height: 17px;*/
	
	padding-left: 5px;
	padding-right: 5px;
	
	height: 16px;
	line-height: 16px;
	
	border: #9f9f9f solid 1px;
	background-color: #ffffff;
}

#form_subscribenewsletter input {
	border: #9f9f9f solid 1px;
	background-color: #ffffff;
	
	line-height: 16px;
}

#mainSidebar form .button {
	width: 39px;
	height: 21px;
	
	vertical-align: top;
	margin-left: 6px;
		
	color: #bf0000;
	font-size: 10px;
	
	
	border: #9f9f9f solid 1px;
	background-color: #ffffff;	
}


/*----------------------------------------------------
	Search recipes
----------------------------------------------------*/

#mainJedro .sidebar .searchBG {
	padding-top: 2px;
	padding-bottom: 1px;
	background-color: #fffdde;
}

#mainJedro .sidebar form, #mainJedro .sidebar .divform {
	margin-top: 5px;
	/*margin-bottom: 16px;*/
}


#mainJedro .sidebar form .label, #mainJedro .sidebar .divform .label {
	margin-top: 4px;
	margin-bottom: 2px;
}


#mainJedro .sidebar form input, #mainJedro .sidebar .divform input {
	margin: 0px;
}

#mainJedro .sidebar form .inputField, #mainJedro .sidebar .divform .inputField {
	width: 200px;
	/*height: 15px;*/	/*17px;*/
	
	margin-bottom: 21px;
	
	padding-left: 5px;
	padding-right: 5px;
	
	/*font-size: 12px;*/
	
	border: #9f9f9f solid 1px;
	background-color: #ffffff;
	
}


#mainJedro .sidebar form .dropDown, #mainJedro .sidebar .divform .dropDown {
	width: 212px;
	/*height: 19px;*/	 /*height: 25px;*/
	
	margin-bottom: 21px;
	
	/*font-size: 12px;*/
	
	border: #9f9f9f solid 1px;
	background-color: #ffffff;
}




#mainJedro .sidebar form .buttons, #mainJedro .sidebar .divform .buttons {
	text-align: right;
}

#mainJedro .sidebar form .button, #mainJedro .sidebar .divform .button {
	height: 21px;
	padding-left: 3px;
	padding-right: 3px;
	
	vertical-align: top;
	margin-right: 8px;
		
	color: #ffffff;
	font-size: 10px;
	
	
	border: #9f9f9f solid 1px;
	background-color: #bf0000;	
	
}



/*----------------------------------------------------
	AddComment
----------------------------------------------------*/
#mainJedro .content .addComment form, #mainJedro .content .addComment .commentform {
	margin-top: 12px;
	margin-bottom: 16px;
}


#mainJedro .content .addComment form .info, #mainJedro .content .addComment .commentform .info {
	color: #797979;
	font-size: 10px;
}

#mainJedro .content .addComment form .inputField, #mainJedro .content .addComment .commentform .inputField {
	margin-bottom: 8px;
	width: 180px;
	
	border: #9f9f9f solid 1px;
	background-color: #ffffff;
}

#mainJedro .content .addComment form .inputTextarea, #mainJedro .content .addComment .commentform .inputTextarea {
	margin-bottom: 8px;
	width: 455px;
	
	border: #9f9f9f solid 1px;
	background-color: #ffffff;
	
}

#mainJedro .content .addComment form .redBorder, #mainJedro .content .addComment .commentform .redBorder {
	border: #bf0000 solid 1px;
}


#mainJedro .content .addComment form .buttons, #mainJedro .content .addComment .commentform .buttons {
	text-align: right;
}

#mainJedro .content .addComment form .button, #mainJedro .content .addComment .commentform .button {
	margin-top: 5px;
	
	height: 21px;
	padding-left: 3px;
	padding-right: 3px;
	
	vertical-align: top;
	margin-right: 1px;
		
	color: #ffffff;
	font-size: 10px;
	
	border: #9f9f9f solid 1px;
	background-color: #bf0000;	
}




/*====================================================
  FOOTER
====================================================*/

#footerWrap {
	height: 60px;
	margin-bottom: 20px;
	
	background-image: url(../_images/wireframe/footer_bgWide.gif);
	background-repeat: no-repeat;
	background-position: top left;	

}


#footer {
	display:inline;
	
	float: left;	/* mora to tu biti!! */
	margin-left: 229px;
	margin-top: 26px;
	
	padding-top: 7px;
	padding-right: 17px;
	
	width: 723px;	/*740*/ /*748*/
	height: 27px;
	
	text-align: right;
	
	/*border: #FF0000 solid 1px;*/
	
}


#footer a,
#footer a:link,
#footer a:visited {
	color: #000000;
	text-decoration: none;
}


#footer a:hover {
	color: #000000;
	text-decoration: underline;
}


input.isciBalavec {
	border: none;
	padding:0;
	margin:0;
	height: 20px;
	width: 39px;
	
}

.commentField .ms-long {
	border: 1px solid #9f9f9f;
	width: 182px;
}


/**/
.modul #form_subscribenewsletter .title {
	margin: 0;
	padding: 0;
	height: 16px;
}
.form #title_iskalnik_form {
	margin: 0;
	padding: 0;
	height: 16px;
}

.icon a {
	color: #000;
	text-decoration: none;
}

.icon a:hover {
	color: #000;
	text-decoration: none;
}

.icon a:hover span {
	color: #000;
	text-decoration: underline;
}