/*
Theme Name: Responsive TwentyTen
Theme URI: http://wordpress.org/
Description: Responsive child theme for TwentyTen.
Author: Todd Halfpenny
Version: 0.1
Template: twentyten
Tags: black, blue, white, two-columns, fluid, responsive, custom-header, custom-background, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url("../twentyten/style.css");

@media screen and (max-width: 1024px) {

#wrapper {
    margin: 5px auto;
    width: 90%;
    padding: 0 1%;
  }


#main {
    clear: both;
    overflow: hidden;
    padding: 40px 0 0 10px;
}

  #access,
  #access .menu-header,
  div.menu,
  #colophon,
  #branding,
  #main,
  #footer {
    margin: 0 auto;
    width: 100%;
  }

  #branding  {
    overflow:hidden;
  }

  #site-title {
   width: 100%;
  }

  #container {
    float: left;
    width: 100%;
    overflow: auto;
  }

  #content {
    width: 93%;
    margin: 0 0px 0 0px;
  }

  #content .entry-title {
    margin: 0px 0 20px;
}


  .alignleft, img.alignleft, #content img.alignleft, .alignright, img.alignright, #content img.alignright {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
    float: none;
  }

  #primary,
  #secondary {
    float: left;
    overflow: hidden;
    width: 99%;
  }
  #secondary {
    clear: left;
  }

  #site-generator, #site-description, #site-info, #site-title {
	clear: left;
    float: left;
	width: 95%;
    padding: 0;
    margin: 0;
  }

}


@media screen and (max-width: 660px) {

#wrapper {
    margin:  auto;
    width: 94%;
    padding: 0 1%;
  }

#content .entry-title {
    margin: 0px 0 20px;
}
#menu-item-12621{display:none}

}


@media screen and (max-width: 480px) {

#wrapper {
    margin:  auto;
    width: 100%;
    padding: 0 1%;
  }

.mobmenul-container i {
    color: #b22d29;
    position: relative;
    top: 60px;
    left: 155px;
    margin-top: 26px;
}


#colophon {
	/*display: none;*/
	max-height: 60px;
}

}