/* 

 Theme Name:     Twenty Twelve 
 Theme URI:      https://wordpress.org/themes/twentytwelve/
 Description:    Twenty Twelve Child
 Author:         Modus Scotland
 Author URI:     http://www.modus-scotland.co.uk
 Template:       TwentyTwelve
 Version:        1.0.0 
*/ 



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


/* =Theme customization starts here 
 

------------------------------------------------------- */ 
img {
    max-width: 100%;
    height: auto;
    }



.title_image {
  padding-right: 10px;
	float: left;
 display: inline-block;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: none !important;
    box-shadow: none !important;
}
#header {
   max-width: 774px;
   float: right;
   }
.entry-title{
	display: none !important;

}

#block-menu-secondary-links{
	color: #665566;
      border-bottom: 3px ;
      border-left: 3px ;
      border-right: 3px ;
      background-color: #fff;
      font: bold 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;      
      padding: 4px 12px 4px 12px;
      position: relative;
      right: 0;
      margin: 0px 0px 0px 0px;
      top: 0;
}

#block-menu-secondary-links ul {
         padding: 0px 0px 0px 0px;
         margin: 0px 0px 0px 0px;
         list-style: none;
}

#block-menu-secondary-links ul li {
            border: 0;
            display: inline-block;
            margin: 0;
            padding: 0;
            word-wrap: normal;
            }

 #block-menu-secondary-links ul li a {
               color: #000;
               display: block;
               font-size: 12px;
               padding: 0px 0px 0px 0px;
               margin: 0px 5px 0px 5px;
               text-decoration: none;
            }
body .site,	.site {
		margin: 0px auto;
		max-width: 1000px;		
		overflow: hidden;

	}

/* Page structure */
.site {
	padding: 0 5px;
	padding: 0 0.5rem;
	background-color: #fff;}

.site-content {
	margin: 0px 0 0 0;	
	padding: 0px;
}



/* Header */
.site-header {
	padding: 0px 0;
	padding: 0 0;
	margin-bottom: 4px;
}

.entry-content{
	line-height: 1.4 ;
	margin: 0px 0px 12px 0px ;
}

.entry-content h2{
	margin: 0px 0px 12px 0px !important;
}

.entry-content p, .entry-summary p, .comment-content p, text-widget p {
    line-height: 1.4 ;
	margin: 0px 0px 12px 0px ;
}

.entry-content li{
 	list-style: disc outside;
	margin-left: 10px !important;
	padding-left: 10px !important;
}


footer[role="contentinfo"] {
 	max-width: none;
	display: inline-block;
 	padding-left: 25px;
	background-color:  #a8a9ad;
}

.assistive-text{
	border: none !important;
	outline: none !important;
	margin: none;
	background-color: #8f60a8;
}


.main-navigation {
	background-color: #8f60a8;	
	padding: 0px !important;
	border: 0px !important;
}
.main-navigation li, 
.main-navigation li a, 
.main-navigation li a:visited, 
.main-navigation li a:hover,
.main-navigation li ul li,
.main-navigation li ul li a,
.main-navigation li ul li a:visited,
.main-navigation li ul li a:hover{
	color: white;
	font-size: 12px;
	background-color: #8f60a8;
	z-index: 9999;
}

.main-navigation li a:active {
	color: white;
	font-size: 12px;
	 z-index: 9999;
}

.main-navigation ul {
    z-index: 9999;
}


@media screen and (min-width: 600px) { 

.main-navigation ul.nav-menu, .main-navigation div.nav-menu{
border-bottom: none;
border-top: none;
}
}

.widget-area {
	margin-top: 15px;
}
.widget-area .widget{
	margin-bottom: 25px;
}
.widget-title{
margin-top: 10px !important;
margin-bottom: 5px !important;
padding: 0px !important;
}

.widget-area h3{
	background-color:#8f60a8;
 	color: white;
	text-indent: 10px;
	margin-top: 10px !important;
	margin-bottom: 5px !important;
	padding: 0px !important;

}

.textwidget {
	line-height: 1.2 !important;
}


.page .entry-title { display: none; }
/* ===[ Footer Widget Areas ]=== */
.site-info { clear: both; }


#footer-widgets {
    width: 100%;
    border-top: none;
	background-color:  #a8a9ad;
	line-height: 70%;
	color: white;
}

#footer-widgets .widget li { list-style-type: none; }
.template-front-page #footer-widgets { padding-top: 0; }




@media screen and (min-width: 600px) { 

.main-navigation {
	text-indent: 15px;
	margin: 0px 0px 10px 0px;
}

#footer-widgets.widget-area.left {
        float: left !important;
        margin-right: 3.7%;
        width: 45%;
        clear: none;
    }

#footer-widgets.widget-area.left.widget + .widget + .widget   { 
	margin-right: 0; 
 	float: left !important;
}


#footer-widgets.widget-area.right {
        float: right !important;
        margin-right: 3.7%;
        width: 45%;
        clear: none;
    }

#footer-widgets.widget-area.right .widget + .widget + .widget   { 
margin-right: 0; 
 float: right !important;
}

}

/* for IE8 and IE7 */
.ie #footer-widgets .left .widget {
    float: left;
    margin-right: 3.7%;
    width: 45.85%;
    clear: none;
}
.ie #footer-widgets .left .widget + .widget + .widget  { margin-right: 0; 
    float: left;
}


.ie #footer-widgets .right .widget {
    float: right;
    margin-right: 3.7%;
    width: 45.85%;
    clear: none;
}
.ie #footer-widgets .right .widget + .widget + .widget  { margin-right: 0; 
    float: right;
}

/* Hide footer widgets Homepage Template*/
.template-front-page #footer-widgets { display: none; }

#colophon{
background-color:  #a8a9ad;;
color: #665566;
}

blockquote {
   margin: 10px 0;
   overflow: visible;
   padding: 20px 0 !important;
   border-top: 1px solid #445663;
   border-bottom: 1px solid #445663;
   }


.entry-content  blockquote p {
      font-weight: bold;
      margin: 0;
   }

.lang-item{
text-indent: 70px;
}

 @media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
      .header_image{
          display: none;
      }
    }
 



