/* 
Theme Name: BloggNorge 2016 - Versjon 2
Theme URI: http://www.bloggnorge.com/
Description: Utviklet av Mats Koray Genc / Genc Media AS
Author: Mats Koray Genc
Version: 2.0
Author URI: http://www.genc.no/
*/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

body {
	background: #efefef;
	font-size: 18px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

p {
	margin-bottom: 25px;
}

.container {
	background: #FFF;
	padding-top: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}
h1 {
	margin-top: 0px;
	padding-bottom: 8px;
	margin-bottom: 20px;

}
h1.title {
	font-size: 0.8em;
	margin-top: 0px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-weight: 700;
}
h3.title {
	border-bottom: 1px solid #efefef;
	font-size: 1em;
	color:#999;
	margin-top: 0px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-weight: 200;
}
a {}
a:hover {
    text-decoration: none;
}
.clear {clear:both;}

.post_loop {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.post_loop h3 {
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 5px;
	font-weight: 700;
}

.post_loop h3 a {
	color: #333;
}

.post_loop .avatar {  }

.post_loop .meta {
font-size: 0.8em;
	margin-top: 5px;
	color:#999;
}
.post_loop .meta a {
	color:#999;
}

.content img {
	max-width:100%;
	height: auto;
}

.footer {
	padding: 10px;
	text-align: center;
}

.sidebar_right a {
    color:#000;
    font-size: 0.8em;
}

.sidebar h4 {
	font-size: 1.2em;
}

.author_meta_list {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0;
    padding: 12px 12px;
    background: rgba(0,0,0,0.06);
}

h3.author_meta_list_title {
    color: #116c48;
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: bold;
}
.author_meta_list h3 a {
    color: #000;
}

.author_meta_list .meta {
    font-size: 0.7em;
    margin-top: 3px;
    color: rgba(0,0,0,0.3);
}

.author_meta_list .meta a {
    color: rgba(0,0,0,0.3);
}

.usermeta .avatar {
    margin-right: 10px;
    border-radius: 5px;
    border: 3px solid rgba(255, 255, 255, 0.5);
}
.usermeta .username {
	font-size: 1.6em;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}

.usermeta {
    font-size: 0.8em;
    padding: 20px 20px;
    background: #88c8c6 url("images/restaurant.png") repeat;
    color: #FFF;
}

.usermeta a {
    color: rgba(255,255,255,0.8);
}

.usermenu ul {
    list-style: none;
    font-size: 0.8em;
    z-index: 999;
    padding: 0;
    margin: 0;

}
.usermenu ul li {
    float: left;
    position:relative;
}
.usermenu ul li a {
    display: inline-block;
    padding: 6px 15px;
    background: #333;
    color:#FFF;
    margin-right: 5px;
    border-radius: 80px;
}
.usermenu ul li a:hover {
    background: rgba(138,200,198,1);
}
.usermenu ul ul {
    display: none;
    position:absolute;
    top:32px;
    border-top: 5px solid #FFF;
    right:0px;
    background:#333;
    margin:0;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.usermenu ul ul li {
    float:none;
    width:160px;
    margin: 0;
    padding: 0;
}
.usermenu ul ul li a {
    padding:10px 12px;
    display: block;
    border-radius: 0;
    margin-right: 0;
}
.usermenu ul ul ul
{
    top:0;
    left:100%
}
.usermenu ul li:hover > ul
{
    display:block
}

.contenter {
    background: #FFF;
    padding-top: 20px;
}


.sidebar .blogmenu {list-style: none; margin: 0px; padding: 0px; font-size: 0.8em; border:1px solid #e5e5e5; border-radius:5px; padding:10px;}
.sidebar .blogmenu li {padding: 3px;}
.sidebar .blogmenu li a {}
.sidebar .blogmenu li a:hover {}

.blog-tip h3 {
    margin-top: 0;
}
.blog-tip {
    background: rgba(0,0,0,0.06);
    padding: 20px 25px;
    font-size: 0.8em;
    margin-bottom: 10px;
}

.toplist { margin: 0px; width:100%; padding: 0px;}
.toplist li {margin:0px; padding:7px; list-style-position: inside;}
.toplist li:nth-child(even) {background: #FFF;}
.toplist li:nth-child(odd) {background: #f7f7f7;}
.toplist li a {color:#333;}
.toplist li a:hover {color:#666; text-decoration: none;}

.fball_login_facebook img {width:100%;}

.create-blog a {
    display: block;
    background: #88c8c6;
    color: #FFF;
    padding: 20px 40px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
}
.create-blog a:hover {
    background: #6da09e;
}

#top_bar {
    background: #FFF;
    padding: 30px;
}
#top_bar .tb_content .logo {float:left; width:200px; margin-top: 3px;}
#top_bar .tb_content .search {}
#top_bar .tb_content .search input {}
#top_bar .tb_content .loggedin {float:right;}
#top_bar .tb_content .loggedin .loggedinsub {
    float:right;
}

#menu {background:#f7f7f7; border-bottom:3px solid #e5e5e5;}
#menu .menu_content {margin-left:auto; margin-right:auto; width:1060px;}
#menu .menu_content ul {padding:0px; margin:0px; list-style:none;}
#menu .menu_content ul li {float:left; border-right:#e5e5e5 solid 1px;}
#menu .menu_content ul li:hover {background:#FFF;}
#menu .menu_content .right {float:left;}
#menu .menu_content ul li a {color:#333; text-decoration:none;padding:16px 18px; display:block;}
#menu .menu_content ul li ul {
    display: none;
}

pre {
	background: #e9dab9;
	padding:10px;
	border:1px solid #e0ca9b;
	overflow:auto;
	 font-size:11px;
}
code {
	font-size: 13px;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.navigation #login .drop {height:100px;}

.form-control {
    border: 1px solid #ccc;
    border-bottom: 2px solid #e5e5e5;
    height: 44px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
}

.nav-tabs {
    font-size: 0.7em;
}

.nav-tabs a {
    color:#999;
}

.nav-tabs .active {
    color:#111;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .contenter {
        background: #FFF;
        margin: 5px;;
    }

    .container-fluid.contenter {
        padding-top: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }

     .loggedin {
         float:none;
         text-align: center;
         width: 100% !important;
     }
    #top_bar .tb_content .loggedin .loggedinsub {
        float:none;
        text-align: center;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}