/*
 Theme Name:     IF v2
 Theme URI:      http://if.org.uk/bikaner-child/
 Description:    Intergenerational Foundation Theme, a child of Bikaner
 Author:         Tom Ward / IF
 Author URI:     http://if.org.uk
 Template:       bikaner
 Version:        1.0.0
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
   font-family: "omnes-pro", 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-weight: 500;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: "omnes-pro", 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-weight: 600;   
}

a { 
/*   color: black; */
   color: rgb(40,40,40);
   font-family: "omnes-pro", 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-weight: 600;   
}

a:hover { 
   color: gray;
}

div#recent-posts ul li a {
   font-family: "omnes-pro", 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-weight: 500;
}

a.quotation { 
   font-family: "omnes-pro", 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-weight: 500;
   font-style: italic;
}

div.entry-content { 
   padding-top: 0;
}

div.entry-content p { 
/*   float: right;*/
}

.category div.entry-content p img {
   display: none;
}

div.entry-content img.youtube {
   width: 100px;
   height: 75px;
   float: left;
   margin-right: 10px;
}

div#primary div#content{
   border-right: 1px solid #ccc;
}

.alert-info {
   background-color: rgb(248, 248, 248);
   border-color: #e6e6e6;
   color: black;
}

div.research {
   width: 45%; 
   float: left;
   border: 1px solid #e6e6e6;
   margin: 10px;
}

div.research-left {
   clear: left;
}

div.research .date {
  font-family: "omnes-pro", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
}

div.sidebarlinks img {
   margin: 5px;
   
}

.widget-area .widget {
   padding-bottom: 0;
   margin-bottom: 0;
}

div#paypal {
   margin-bottom: 0;
}

#quiz-sidebar {
   background-image: url('http://www.if.org.uk/wp-content/themes/bikaner-child/img/quiz-narrow-logo.png');
   height: 71px;
   width: 267px;
}

#manifesto-2015-sidebar {
   background-image: url('http://www.if.org.uk/wp-content/themes/bikaner-child/img/manifesto-2015-sidebar.png');
   height: 80px;
/*   width: 280px;*/
	background-position: right;
	color: #c50a1d;
	font: 210% ImpactURW, Arial, "MS Trebuchet", sans-serif; 
	padding-top: 0;
	max-width: 300px;
	margin-bottom: 0;
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#manifesto-2015-sidebar-lower {
   background-color: #655042;
	color: white;
	font: 170% ImpactURW, Arial, "MS Trebuchet", sans-serif; 
	padding-top: 0.1em;
	max-width: 300px;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
a#manifesto-2015-link:hover {
	text-decoration: none;
	color: blue;
}

.front-page {
   float: left;
   width: 45%;
   margin-right: 10px;
}

@media (max-width:767px) {
   /* appears to be a bug between the bootstrap css we're using & Firefox - used to work fine in Safari */
   .navbar-collapse {
      clear: both;
      }}
      
@media (max-width:767px) {
   .front-page {
      float: left;
      width: 100%;
      }}

@media (min-width:768px) { 
   .container {
      max-width:1000px;
   };


}

@media (max-width:900px) { div.research{float: none; clear: none; width: 90%;} };