/*
 Theme Name:     Twenty Elevan Child
 Theme URI:      http://wordpress.org/themes/twentyeleven-child/
 Description:    Twenty Eleven Child Theme
 Author:         Esoterm
 Author URI:     http://www.esoterm.com
 Template:       twentyeleven
 Version:        1.0.0
*/

@import url("../twentyeleven/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/* remove white space at top of page */
#page {
  margin-top: 0;
}

#branding {
    z-index: 99;
}

#top {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}

#topt {
   content: url(topt.jpg);
}

#wpcontent_slider_container {
	width:  100% !important;
	height: 100% !important;
}

.entry-meta {display:none;}

.entry-utility{display:none;} 

/* Master page */

.master_div {
   float: left; 
   width: 25%; 
   text-align: center; 
   overflow: hidden;
   margin: 0px; 
   padding: 0px;
   border: 0px solid black;
}

.master_text_div {
   text-align: center;
   width: 100%; 
   overflow: hidden;
   margin: 0px;
   padding:0px;
   font-size: 0.700em;
}

.master_div p {margin-bottom: 0em}


.image_empty_div {
   float: left; 
   width: 4%; 
   overflow: hidden;
   margin: 0px; 
   padding: 0px;
}



/* Showcase */
.page-template-showcase-php #secondary,
.left-sidebar.page-template-showcase-php #secondary {
        display:none;
}

/* Side */
#menu-sec_menu {
  list-style: none;
} 

#menu-sec_menu a {
  font-size: 1.100em;
} 

.breadcrumbs {
   width: 100%;
   text-align: center;
   border: 0px solid black;
}

#primary a:link,
#primary a:visited,
#primary a:active,
#primary a:hover {
  color:#aa5811!important;
}

div.entry-content  {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.textwidget h3 {
  color: black;
  font-weight: bold;
}

#site-generator {
  direction: ltr!important;
}

#lang_switcher {
    height: auto;   
    overflow: hidden;
    border: 0px solid black;
    width: 150px;
 }

 .qtrans_language_chooser { 
    list-style-type: none 
 }

#menu-sec_menu li {
   list-style: square;
   color: #AA5811;
}

 .qtrans_language_chooser li { 
    float: left; 
    margin-right: 13px 
 } 
 
 .qtrans_flag { 
    border:1px solid #b6b6b6 
  } 

.menu .dropdown .sub-menu { display: none; }

/***** SUBSCRIPTION *****/
.subscribe  { background: url(feed-icon.jpg) no-repeat 2% center; width: 25px; margin: -20px 0 0 40px; padding: 6px 0 6px 15px; text-decoration: none; }
.subscribe a:hover { text-decoration: none; }
