/*
 Theme Name:     Customizr-child  
 Theme URI:      http://fisherhouse.site40.net/ 
 Description:    Customizer child theme   
 Author:         Yulia Ievskaya
 Template:       customizr      
 Version:        1.0.0             
*/
/* set max with to 1200 px otherwise site is too wide on a wide screen */
html {
	max-width: 1200px;
	margin: 0 auto;
	position: relative; /* Fix for absolute positioning */
}
/*set div id=content width to 960px for easier read, justify text */
#content.span12.article-container {
	display:block;
	float:none;
	max-width: 960px;
	margin: 0 auto;
	text-align:justify;
}
/* add margin to all images */
.entry-content img {
     margin: 10px;
}

/*hide page icons */
.format-icon:before {
  display: none;
}

/* HEADER */

/* Adjust Top Menu colour and font-size  */
.nav-header {
  color: transparent;
}
.navbar .nav > li > a, .navbar .nav > li > a:first-letter{     
font-size:      22px;
font-weight: 	500;
color:         #777777;
text-shadow: none;    
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:hover:first-letter { 
color:          #0088cc;
text-shadow: none;                   
}
.navbar .nav > li > a:active, .navbar .nav > li > a:active:first-letter,
.navbar .nav > li.current-menu-item > a, 
.navbar .nav > li.current-menu-ancestor > a,
.navbar .nav > li.current-menu-item > a:first-letter, 
.navbar .nav > li.current-menu-ancestor > a:first-letter {
color:          #0088cc;
text-shadow: none;    
}

/* Change tagline appearance */
.navbar-wrapper .navbar h2, h2.site-description {
  font-size: 22px;
  padding-top: 0px;
  line-height: 24px;
  color: #0088cc;
  text-shadow: 1px 1px white;
  font-style: normal;
}
/* making site logo take less space */
.tc-header .brand {
  max-width: 126px;
  max-height: 140px;
  padding-left: 20px;
  }
/* setting min width to maximise nav bar container to fit the menu in one line */
div.navbar-wrapper.clearfix.span9 {
  min-width: 84.5%;
  float:right;
  margin-right: 5px;
  margin-left:0;
  margin-top: 15px;
  margin-bottom: auto;
}
/* fitting FISHER HOUSE into header tagline */
.social-block.span5 {
width: 0px;
margin:0px;
padding:0px;
display:none;}
.navbar-wrapper .navbar h2, h2.site-description{
width:100%;}

/* remove margins at carousel picture (20px left shift) */
img.attachemnt-slider-full{
  width:100%;
  margin:0 auto;
}
/*footer 
.credits.span4{
  width:50%
}
.social-block.span4.pull-left{
  width:20%;
}
.backtop.span4{
  width:20%;
} 
*/
.wpcf7 input[type="text"] {width:300px;}
.wpcf7 input[type="date"] {width:300px;}
.wpcf7 input[type="email"] {width:300px;}
.wpcf7 textarea.wpcf7-textarea { width:300px;}
ul.gce-list {margin: 10px 0px; padding: 0 20px 0 0;}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 19px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.centeralign_caption {
margin: 15px auto;
}

.widget-title {
margin-bottom:15px;
margin-top:35px;
}

.navbar .nav {float:right;}
