/*
Theme Name: Know How
Theme URI: http://themeforest.net/user/yashma/portfolio
Description: KnowHow theme.
Author: <a href="http://themeforest.net/user/yashma/portfolio">Yashma</a>
Version: 1.0
Tags: 

License:
License URI:
*/
/*
	Theme css styles are in layout folder. You can also use "custom css fields" in admin panel -> KnowHow -> General
*/

@import url( 'layout/style.css' );
@import url( 'layout/custom_css.php' );

.content_main a {
  text-decoration: underline;
}

.menu-item {
  box-shadow: inset 0px 0px 30px rgba(78,110,156, .6);
}

.menu-hilight {
  box-shadow: 0px 0px 60px rgba(78,110,156, .8);
}
.menu-hilight:hover {
  box-shadow: none;
}

.homepage-button {
  text-shadow: none;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #ddd;
  background: #4E6E9C;
  border: 4px solid #2e4e7e;
  border-top: transparent;
  border-left: transparent;
  border-radius: 15px;
  overflow: hidden;

  transition: none 200ms ease-out;
  transition-property: color, background;
}
.homepage-button:hover {
  background: #6e8ebc;
  color: white;
}
.homepage-button:active {
  border-left: 4px solid #2e4e7e;
  border-top: 4px solid #2e4e7e;
  border-right: transparent;
  border-bottom: transparent;
}

.profile-img {
  height: 200px;
  display: block;

  border: 1px solid #cccccc;
  padding: 10px;
  margin: 10px 0px;

  overflow: hidden;
}
.profile-img img {
  width: 125px;
  margin-top: -10px;
}