@import url(https://fonts.googleapis.com/css?family=Abel|Open+Sans);
/**These styles reset the browser styles so then we don't get random gaps for p tags or html**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

/**ol, ul {
  @include reset-list-style; }**/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/**End of reset**/
/**Below are usuable Classes for Styling in posts**/
.large {
  font-size: 25px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.themecolor {
  color: #9ccd6c;
}

.uppercase {
  text-transform: uppercase;
}

.title {
  font-size: 20px;
}

.abel {
  font-family: Abel;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.defaultlist {
  padding: 0 25px;
}

.liststar {
  list-style-image: url("img/list.gif");
}

.button {
  background-color: #92c56d;
  color: #fff !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: Abel !important;
}

.button:hover {
  background-color: #a9d37f;
  text-decoration: none !important;
}

.alert {
  border: 1px solid #eed3d7;
  display: block;
  width: 100%;
  background-color: #f2dede;
  color: #b94a48;
  margin-top: 5px;
  margin-bottom: 5px;
}

/**End of usable classes in posts**/
a {
  text-decoration: none;
  font: 15px Abel;
  color: #92c56d;
}

body {
  font: 15px Open Sans, Abel, Arial;
  color: #333333;
  line-height: 1.5em;
  background-color: #fff;
}

blockquote {
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*Logo*/
.logo {
  height: 70px;
  width: 200px;
  float: left;
  font-family: 'BebasNeue';
  color: #9ccd6c;
  /**.M{
  	font-size: 70px;
  	float: left;
  	margin-top: 30px;
  }
  .ikkelson{
  	float: left;
  	font-size: 40px;
  	margin-top: 5px;
  }
  .foundation{
  	font-size: 25px;
  	margin-top: 12px;
  	font-style: oblique;
  	color: $selected-menu-color;
  }**/
}

.banner {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.menu {
  text-align: right;
  margin-top: 20px;
}
.menu li {
  list-style: none;
  display: inline-block;
  height: 25px;
  margin-left: 10px;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.menu li:hover {
  background-color: #9ccd6c;
}
.menu li:hover .sub-menu {
  display: block;
}
.menu li:active {
  background-color: #a9d37f;
}
.menu li a {
  color: #333333;
  text-transform: uppercase;
  padding: 10px;
}
.menu li a:hover {
  color: #fff;
}
.menu li.current {
  background-color: #a9d37f;
}
.menu li.current a {
  color: #fff;
}

.sub-menu {
  text-align: left;
  display: none;
  position: absolute;
  padding: 0px;
  border-radius: 5px;
  margin-top: 5px;
  opacity: 0.9;
}
.sub-menu li {
  margin: 0px;
  width: 120px;
  height: auto;
  padding: 0;
  background-color: #a9d37f;
  margin-top: 5px;
  border: 1px solid #676767;
}
.sub-menu li a {
  display: block;
  padding: 5px;
}
.sub-menu li:hover {
  background-color: #9ccd6c;
}
.sub-menu li:hover .sub2-menu {
  display: block;
}
.sub-menu .sub2-menu {
  display: none;
  padding: 0px;
  position: absolute;
  left: 120px;
  top: -5px;
  padding-left: 5px;
}
.sub-menu .downarrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  float: right;
}

.maincontent p, .maincontent blockquote {
  padding-top: 10px;
  padding-bottom: 10px;
}
.maincontent p a, .maincontent blockquote a {
  font-family: open sans;
  color: #12a518;
}
.maincontent p a:hover, .maincontent blockquote a:hover {
  text-decoration: underline;
}
.maincontent p img, .maincontent blockquote img {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 10px;
}

#footer {
  border-top: 5px solid #9ccd6c;
  margin-top: 20px;
  padding-top: 20px;
  color: #666;
  font-size: 13px;
  padding-bottom: 20px;
  height: 50px;
}
