@charset "UTF-8";
/*
  Theme Name: Bitcraze
  Version: 1.0
*/
/* LAYOUT */
.picasa-widget-img {
  margin: 5px;
  color: #717171;
  padding: 5px 5px;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #eaeaea);
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #c9c9c9;
  -moz-box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5), inset 0px 0px 1px white;
  -webkit-box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5), inset 0px 0px 1px white; }

li.picasa_widget p {
  margin-top: -15px; }

body {
  background: url("images/background.jpg") repeat scroll 0 0 #000000; }

#wrapper {
  margin-top: -37px; }

#meny_1 {
  margin-right: 20px;
  margin-top: -15px;
  width: 300px;
  height: 120px;
  z-index: 1; }

#meny_2 {
  margin-right: -120px;
  margin-top: -80px;
  width: 400px;
  z-index: 0;
  vertical-align: middle; }

#meny_3 {
  margin-right: 0px;
  margin-top: -5px;
  width: 300px;
  z-index: 0; }

#contentwrap {
  background: #ffffff; }

#bigwrap {
  -moz-box-shadow: 0 0 9px #000;
  -webkit-box-shadow: 0 0 9px #000;
  box-shadow: 0 0 9px #000; }

a {
  color: #799e05; }

a:hover {
  color: #b4ea0a; }

/* HEADER */
#header {
  height: 80px;
  background: url(images/header-background.png) top left repeat-x;
  -moz-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

#header h1 {
  margin-bottom: 0px !important;
  padding: 26px 0 0 15px;
  font-weight: normal;
  font-family: Arial, Helvetica, Sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 44px; }

#header h1 a, #header h1 a:visited {
  color: #9fd00b;
  text-decoration: none; }

/* Arial, Helvetica, Sans-serif; */
#header h2 {
  color: #ffffff;
  padding-left: 15px;
  font-size: 18px;
  line-height: 14px;
  font-family: 'Signika'; }

.logoimg {
  margin-top: 15px;
  margin-left: 15px; }

.feedtwitter {
  margin-top: 30px !important;
  text-align: right; }

/* NAVIGATION MENUS */
#pagemenucontainer {
  height: 20px;
  margin-top: 25px;
  padding: 0 8px;
  float: left;
  -moz-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

#pagemenu {
  height: 34px;
  float: left; }

#pagemenu, #pagemenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1; }

#pagemenu {
  margin-bottom: 1px; }

#pagemenu ul {
  float: left;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px; }

#pagemenu li {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px; }

#pagemenu ul li {
  list-style: none;
  margin: 0px;
  padding: 0px; }

/*översta menyn som är absolut högst upp på sidan*/
#pagemenu li a, #pagemenu li a:link {
  color: #e1edbe;
  display: block;
  margin: 0px;
  padding: 12px 15px 12px 15px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Arial, Helvetica, Sans-serif;
  text-shadow: 0 1px 0 #1c1c1c; }

#pagemenu li a:hover, #pagemenu li a:active {
  color: #ace20c;
  display: block;
  text-decoration: none;
  text-shadow: 0 1px 0 #1c2500; }

#pagemenu li.current_page_item a {
  color: #ace20c;
  text-decoration: none;
  text-shadow: 0 1px 0 #1c2500; }

#pagemenu li:hover, #pagemenu li.sfhover {
  position: static; }

.navcontainer {
  height: 34px;
  background: url(images/nav-background.png) top left repeat-x;
  padding-left: 14px;
  -moz-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0; }

.alertcontainer {
  height: 34px;
  background: #3e3d3d;
  padding-left: 14px;
  font-size: 20px;
  font-weight: bold;
  color: white; }

#nav {
  height: 34px;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  margin-bottom: 1;
  display: inline-table;
  position: relative; }
  #nav li {
    float: left; }
    #nav li a {
      display: block; }
  #nav ul {
    display: none;
    list-style: none;
    line-height: 1;
    position: absolute;
    top: 100%;
    z-index: 3;
    padding: 0;
    border-radius: 0px 0px 4px 4px;
    background-color: #95C942; }
    #nav ul li {
      float: none;
      position: relative; }
      #nav ul li a {
        color: #2e3d00;
        display: block;
        padding: 8px 8px 12px 8px;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Signika', serif;
        text-shadow: 0 1px 0 #8db95b;
        border-radius: 4px;
        min-width: 150px; }
      #nav ul li a:hover, #nav ul li a:active {
        margin: 0;
        background-color: #3B9434;
        text-shadow: 0 1px 0 #3B9434;
        color: #fff;
        border-radius: 4px; }
  #nav :after {
    content: "";
    clear: both;
    display: block; }
  #nav li:hover > ul {
    display: block; }

/* menyn med grönt runt om kring */
#nav > li > a, #nav > li > a:link, #nav > li > div {
  color: #2e3d00;
  display: block;
  margin: 0px 14px 0px 0;
  padding: 8px 8px 12px 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Signika', serif;
  text-shadow: 0 1px 0 #8db95b; }

/* när menyn är aktiv, on hover, or currently used*/
#nav > li > a:hover, #nav > li > a:active, #nav > li:hover > a, #nav > li.sfHover > a {
  color: #fff;
  display: block;
  text-decoration: none;
  background: url(images/nav-background-hover.png) top left repeat-x;
  text-shadow: 0 1px 0 #546e08; }

/* Inactive menu items that are custom link */
#nav li.menu-disabled a, #nav li.menu-disabled a:active {
  color: grey;
  background: none;
  display: block;
  margin: 0px 14px 0px 0;
  padding: 8px 8px 12px 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Signika', serif;
  text-shadow: 0 1px 0 #6ad844; }

#nav > li.current-cat > a, #nav > li.current-menu-item > a {
  color: #fff;
  text-shadow: 0 1px 0 #546e08;
  background: url(images/nav-background-hover.png) top left repeat-x; }

#nav li:hover, #nav li.sfhover {
  position: static; }

/* CONTENT */
#content {
  padding: 15px 5px 15px 15px;
  /* BRÖDTEXT */
  color: #282828; }

pre {
  overflow: auto;
  width: 470px; }

.post {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #373737; }

.post p {
  margin-bottom: 10px; }

/* ÖVERSKIFT
font-family: 'Droid Sans';
font-family: 'Enriqueta', serif;
  */
.title {
  margin: 0 0 7px 0;
  padding: 0px;
  line-height: 34px;
  font-size: 34px;
  /*  font-family: ‘Trebuchet MS’, Helvetica, sans-serif; */
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold,italic;
  color: #000000; }

.title a {
  text-decoration: none;
  color: #000000;
  text-shadow: 0 0px 0 #000; }

/*
.title a {
	text-decoration: none;
	color: #ffffff;
    text-shadow: 0 2px 0 #000;
	}
*/
.title a:hover {
  text-decoration: none;
  color: #a0d20b;
  text-shadow: none; }

.pagetitle {
  margin-bottom: 20px;
  line-height: 22px;
  font-family: 'Signika', serif;
  text-decoration: underline; }

.readmorecontent {
  text-align: right; }

a.readmore {
  padding: 4px 15px;
  text-decoration: none;
  font-size: 12px;
  background: #3e3d3d;
  color: #fff; }

a.readmore:hover {
  background: #96c701;
  color: #fff; }

.postdate {
  font-size: 12px;
  font-family: Arial, Helvetica, Sans-serif;
  color: #666; }

.postmeta {
  font-size: 11px;
  padding: 2px 4px;
  font-family: Arial, Verdana; }

.postdate img, .postmeta img {
  border: none;
  vertical-align: middle;
  margin: 2px; }

/* BRÖDTEST PÅ HUVUD-WRAPPERN*/
/*
.entry {
	text-align: justify;

	line-height: 20px;
	padding-top: 8px;
	font-family: Segoe, sans-serif;
	font-size: 15px;
	}
*/
.navigation {
  padding: 10px 0; }

blockquote {
  overflow: hidden;
  padding-left: 9px;
  font-style: italic;
  color: #666;
  border-left: 3px solid #CADAE7; }

.post img {
  max-width: 680px; }

img.wp-smiley {
  max-height: 12px;
  margin: 0;
  padding: 0;
  border: none; }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0; }

/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
  font-size: 15px !important;
  padding: 4px 8px !important;
  color: #8cba01 !important;
  background: none !important;
  border: 0 !important; }

.wp-pagenavi a:hover {
  border: 0 !important;
  color: #fff !important;
  background: #8cba01 !important;
  border: 0 !important; }

.wp-pagenavi span.pages {
  font-size: 15px !important;
  padding: 4px 8px !important;
  color: #8cba01 !important;
  background: none !important;
  border: 0 !important; }

.wp-pagenavi span.current {
  font-size: 15px !important;
  padding: 4px 8px !important;
  font-weight: bold;
  color: #fff !important;
  background: #8cba01 !important;
  border: 0 !important; }

.wp-pagenavi span.extend {
  font-size: 15px !important;
  padding: 4px 8px !important;
  background: transparent !important;
  color: #8cba01 !important;
  background: none !important;
  border: 0 !important; }

/* SIDEBAR(S) */
.sidebaradbox {
  margin-top: 10px;
  text-align: center; }

.ad125 {
  margin: 6px; }

.sidebar {
  margin: 10px 10px 10px 10px;
  font-size: 12px;
  color: #000000; }

.sidebar a {
  text-decoration: bold;
  color: #000000; }

.sidebar a:hover {
  text-decoration: underline;
  color: #a1a1a1; }

.search_box {
  padding-top: 13px; }

#search {
  border: 2px solid #414141;
  width: 296px;
  height: 28px;
  float: right;
  padding: 0;
  background: #ebebeb;
  text-align: right;
  margin-top: 15px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

#search input {
  border: 0;
  background: none;
  color: #8a8a8a; }

#s {
  width: 240px;
  padding: 4px;
  margin: 2px 0 0 0;
  background: none; }

#topsearch #search {
  margin-top: 15px;
  padding-right: 4px; }

#topsearch #s {
  width: 244px; }

/* Social icons */
.social_toolbox {
  text-align: right;
  margin-top: 40px !important; }

.custom_images a {
  width: 32px;
  height: 32px;
  margin: 0 3px 0 3px;
  padding: 0;
  color: #000;
  color: transparent; }

.custom_images a:hover img {
  opacity: 1; }

.custom_images a img {
  opacity: 0.85;
  vertical-align: middle; }

/* HÖGRA SIDOKOLUMNEN */
.sidebar h2 {
  margin: 6px 0 0 0;
  padding: 7px 0 8px 14px;
  text-align: left;
  background: url(images/sidebar_hd_bakcgr.png) top left repeat-x;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-family: Segoe, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0px 0 #4f6b08;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.sidebar ul {
  list-style-type: none;
  margin: 0px 0px 10px 0px;
  padding: 0px; }

.sidebar ul li {
  list-style-type: none;
  margin: 0px 0px 16px 0px;
  padding: 0px; }

.sidebar ul ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

.sidebar ul li li {
  padding: 6px 0px 6px 13px;
  margin: 5px;
  background: url(images/bullet.gif) top left no-repeat; }

.sidebar ul li ul li {
  padding: 0px 0px 0px 13px;
  margin: 3px;
  background: url(images/bullet.gif) top left no-repeat; }

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  color: #e1edbe;
  background: none; }

#wp-calendar caption {
  padding: 2px 4px;
  text-transform: uppercase;
  margin: 2px 0 2px 0;
  background: none; }

#wp-calendar td {
  color: #e1edbe;
  font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  letter-spacing: normal;
  padding: 2px 0;
  text-align: center; }

#wp-calendar td:hover, #wp-calendar #today {
  background: #3e3d3d;
  color: #fff; }

#wp-calendar {
  empty-cells: show;
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  width: 100%; }

/* FOOTER */
#footer {
  padding: 22px 0 5px 0;
  border-top: 6px solid #90c140;
  text-align: center;
  color: #fff;
  font-size: 13px; }

#footer a {
  color: #fff; }

#footer a:hover {
  text-decoration: none; }

#credits {
  /*  color: #3e3d3d; */
  color: #555555;
  font-size: 11px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }

#credits a {
  /* color: #3e3d3d; */
  color: #555555;
  text-decoration: none; }

#credits a:hover {
  color: #a0a0a0; }

/* COMMENTS */
#comments h3 {
  margin-bottom: 10px; }

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0; }

#commentform {
  margin: 5px 10px 0 0; }

#commentform textarea {
  width: 100%;
  padding: 2px; }

#respond:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#commentform #submit {
  margin: 0 0 5px auto;
  float: right; }

.alt {
  margin: 0;
  padding: 10px; }

.commentlist {
  padding: 0;
  text-align: justify; }

.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none; }

.commentlist li ul li {
  margin-right: -5px;
  margin-left: 10px; }

.commentlist p {
  margin: 10px 5px 10px 0; }

.children {
  padding: 0; }

#commentform p {
  margin: 5px 0; }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0; }

.commentmetadata {
  margin: 0;
  display: block; }

.post_thumbnail {
  padding: 6px;
  background: #3e3d3d;
  border: 1px solid #525252;
  margin: 0 10px 10px 0; }

.bbpicasabox {
  border: solid 1px #000000;
  padding: 10px 10px 10px 10px;
  background: #efefef;
  margin-bottom: 5px;
  width: 180px;
  text-align: left; }

.bbpicasabox a:link, .bbpicasabox a:visited {
  text-decoration: none; }

.bbpicasabox a:hover {
  text-decoration: underline; }

.bbpicasabox img {
  border-style: none; }

/* Plusone post alignement */
.plusone_post {
  display: inline-block; }

.plusone_post div iframe {
  padding-bottom: -4px;
  padding-left: 8px; }

/* Home page specific style */
.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.img-caption {
  position: relative; }

.img-caption span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 146px;
  margin: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5); }
  .img-caption span h3 {
    color: white;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 8px; }
  .img-caption span p {
    display: none;
    color: white;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 8px; }

.entry h3 {
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif; }
.entry p {
  font-family: 'Open Sans', sans-serif; }

.frontbar ul {
  margin-top: 10px;
  padding-left: 5px; }

.metaslider .caption, .metaslider .nivo-caption, .metaslider .cs-title {
  font-family: 'Open Sans', sans-serif; }
  .metaslider .caption h3, .metaslider .nivo-caption h3, .metaslider .cs-title h3 {
    color: white;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 0; }

.sliderwrap {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }

.site-header .search-form {
  display: inline; }

.site-header .search-field {
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-image: url(images/search.png);
  background-position: 1px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 0px;
  cursor: pointer;
  height: 28px;
  margin: 3px 0;
  padding: 0 0 0 28px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
  vertical-align: middle;
  opacity: 0.85; }

.site-header .search-field:focus {
  background-color: #fff;
  /* border: 2px solid #97cb43; */
  cursor: text;
  outline: 0;
  width: 230px;
  opacity: 1; }

.site-header .search-field:hover {
  opacity: 1; }

.screen-reader-text {
  position: absolute;
  left: -1000em; }

.search-form .search-submit {
  display: none; }

#___plusone_0 {
  vertical-align: middle !important; }

.frontpost {
  padding-left: 2em; }

.frontbar {
  padding-left: 10px; }

/*# sourceMappingURL=style.css.map */
