#branding {
	/* background-image: url(http://themetrust.com/demos/port/wp-content/uploads/dock.jpg); */
	background-repeat:no-repeat;
	background-size: 100%;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}


#inner-header {
  padding-top: 70px;
  padding-bottom: 40px;
}

.site-subtitle {
  margin-top: -10px;
}

#social-media {
  padding-right: 20px;
  padding-top: 14px;
}


.entry-title {
  /* display: none; */
}

article[id*=post-] {
  padding-top: 0;
}

#container {
  padding: 0;
}

/* SEARCH */

  #search-box-wrap {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  

  #search-box {
   padding: 0 0 0 0;
  }
  
  #search-box #searchform {
	float: right;
	margin-top: 10px;
  }

/* END SEARCH */

#sidebar, #colophon {
  margin: 0 0 0 0;
}

#sidebar .widget {
 margin-bottom: 10px;
}

.post_content h2 {
  margin-bottom: 12px;
}

footer[role=contentinfo] {
  padding: 0;
}

.entry-header {
  margin: 20px 0 0 0;
}

.post .entry-title {
   margin-bottom: 20px;
}

div.syntaxhighlighter, .widget select {
   margin-bottom: 30px !important;
}

body.custom-background {
	background-color: #D3D3D3;
}

#post-boxes-wrap {
  margin-left: inherit;
  margin-right: inherit;
}

.post_content {
  margin-left: 1%;
  margin-right: 1%;
}

#site-generator {
	padding-bottom: 12px;
}