/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // @see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // @note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/
/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
#navigation {
  /* 1. Navigation wrapper */
}
#highlighted {
  /* 2. Highlighted (below header) wrapper */
}
#content {
  /* 3. Content wrapper */
}
#content-below {
  /* 4. Content Below wrapper */
}
#footer {
  /* 5. Footer wrapper */
}
/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */
 .tags > a {
 	color: #333;
 }
 
 .tags > li > a {
 	color: #333;
 }
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
@media (min-width: 992px) {
  
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */
.search-box {
 	padding-top:15px !important;
}

.search-box > input {
 	margin-right:10px;
 	width: 150px;
}

.search-box > a {
	cursor: pointer;
}

.search-box > a > i {
 	font-size:1.2em;
 	margin-right:20px
}

a.no-link:hover {
	text-decoration: none;
}

h4.blue {
	color: #55a79a;
}

.blog-post h4 {
	color: #55a79a;
} 

.blog-post h5 {
	padding-left:10px;
}

.blog-post p {
	padding-left:10px;
}

.port-intro div {
	margin: 0px 50px 0px 50px;
}

.social-media {

}

.social-media.top {
	margin-top:-25px;
}

.social-media.bottom {
	padding-top:25px;
}

.notes-home {
	font-weight:bold;
	font-size:16px;
	color:#44857B;
}