/*
Title:    main css
Author:   barshimi@gmail.com
 */

/* ==========================================================================
    Reset default browser styles
    ========================================================================== */
     @import 'gallery.css';
     @import  'videos.css';

     html {
      color:#000;
      background:#FFF;
      }
     article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
        display: block;
     }

    body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,
    input,textarea,p,blockquote,th,td { 
      
      }

    table {
      
       
      }

    fieldset,img { 
      border:0;
      }

    address,caption,cite,code,dfn,em,strong,th,var { 
      font-style:normal;
      font-weight:normal;
      }

    ol,ul { 
      list-style:none;
      }

    caption,th {
      text-align:left;
      }

    q:before,q:after { 
      content:'';
      }

    abbr,acronym {
      border:0;
      font-variant:normal;
      }

    sup {
      vertical-align:text-top;
      }

    sub {
      vertical-align:text-bottom;
      }

    input,textarea,select {
      font-family:inherit;
      font-size:inherit;
      font-weight:inherit;
      }

    input,textarea,select {
      *font-size:100%;
      }

    legend {
        color:#000;
        }

/* ==========================================================================
    Start styling sheet
    ========================================================================== */
   
    body {
      font-size: 62.5%;
      font-family: Arial, Helvetica, sans-serif !important;
      -webkit-text-size-adjust: 62.5%; /* 2 */
      -ms-text-size-adjust: 62.5%; /* 2 */
      font-family:inherit;/* resets fonts for everyone but IE6 */
    }

      /* Self clear floats */

      .group:after {
        display: block;
        visibility: hidden;
        clear: both;
        height: 0px;
        content: ".";
      }
      /* Self clear floats IE7*/

      *:first-child + html .group {
        min-height: 1px;
      }
      .error {
        line-height:0;
        opacity:0;
      }

			
      

