/* This file will hold styles that are loaded using the same media query as the normal grid. */


/*li.menuparent a
{

    background:url("../images/menu-tkb.png") repeat scroll 0 0 transparent;
    width: 160px; 
    
}*/
/*styling the main menu - nice menu 1 - resizing the menu while browser is resizing*/
/*styling the first leaf*/
#block-nice-menus-2 li a {

    width: 160px;
    background:url(../images/menu-tkb.png); 
}

li.menu-230.menuparent a {

    width: 160px;
    

    /* background:url(../images/menu-tkb.png); */ 
}
li.menu-230.menuparent ul li

{
    width:160px;
} 

/*styling the second leaf*/
li.menu-428.menuparent {

    width: 245px;
}

li.menu-428.menuparent a {

    /* background:url(../images/menu-ctkb.png); */ 
    
}

li.menu-428.menuparent ul li{
    width: 245px;
}


/*styling the third leaf*/
li.menu-430.menuparent {

    width: 322px;
}

li.menu-430.menuparent a {

    /* background:url(../images/menu-kb.png); */ 
}

li.menu-430.menuparent ul li {
    width: 235px;
}
/*end of nice-menus styling*/

/*styling the main menu - nice menu 2 - resizing the menu while browser is resizing*/
/*styling the first leaf*/
li.menu-704.menuparent a {

    width: 160px;
    background:url(../images/menu-tkb.png); 
}

li.menu-704.menuparent  ul li

{
    width:160px;
} 


/*styling the search form*/
#block-search-form {
/* margin-left: 0px; */
/* float: right; */
}
#block-search-form input 
{   
    padding-left:3px;
    width:140px;
    /*margin-left: 5px;*/
}
/*end styling the search form*/

/*styling the user login*/
#block-user-login .form-item-name input
{
  width:162px;
    height: 18px;
margin-bottom: 4px;
font-family: din medium;
font-size: 10px;
color: #666;
}

#block-user-login #edit-actions input
{
    
    max-width:50px;
    background: #323232;
border-color: #323232;
color:#666;
font-family: din medium;
font-size: 10px;
    margin-right: 0;
}


#block-user-login .form-item-pass input
{
  
    max-width:111px;
    width: 111px;
}
/*end of styling the user login*/

/*photo gallery*/
a.media-gallery-thumb img
{
    height:192px;
}

.media-gallery-media .media-title
{
    padding-left: 5px;
    
}

.galleryPages .field-name-media-gallery-description

{
    height:160px;
}


