/*
 Theme Name:   Blogolife Pro Child Theme
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Blogolife Pro Child Theme
 Author:       Helena Limér
 Author URI:   http://example.com
 Template:     blogolife-pro_v1_1_4
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/


@import url("../blogolife-pro_v1_1_4/style.css");


/* =Theme customization starts here -------------------------------------------------------------- */


nav, nav ul ul, .postformat, .page-header, .widget-title {
	background: #004996 url(images/meny7.jpg) top left repeat-x;
}

.left-corner, .right-corner {
	background: transparent url(images/corners.png);
}

.left-corner {
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 9px;
	height: 9px;
	background-position: 0px 9px;
}

.right-corner {
	position: absolute;
	bottom: -9px;
	right: 0;
	width: 9px;
	height: 9px;
	background-position: 9px 9px;
}

#submit, #searchform #searchsubmit {
	border: 1px solid #004996;
	background: #F7A943 url(images/meny7.jpg);
	color: #fff;
}

.widget_recent_comments {
	display: none;
}

.children {
	margin-top: 0px;
}

ul.children {
	background: #004996;
}

#branding {
	Background: url(images/head_logotyp.png);
}

.entry-meta {
	display: none;
}



nav a:hover {
	border-bottom: 1px solid #F7A943;
	color: #F7A943;
}

li.current_page_item{
	border-bottom: 0px solid #fff;
	color: #FFF;
}

#nav-below {
	display: none;
}

#nav-below a:hover {
	border-bottom:  1px solid #fff;
}

.entry-title a:hover, #copy a:hover, .comment-i a:hover, .author-i a:hover, .date-i a:hover, #recentcomments li:hover {
	border-bottom:  1px solid #F7A943;
}

a:hover, #site-title a:hover, .entry-title a:hover, #recentcomments li a, .widget ul li .rsswidget, .edit-i a, .comment-awaiting-moderation {
	color: #F7A943;
}

a {
	color: #004996;
}

nav ul li.current_page_item > a, nav ul li.current-menu-ancestor > a, nav ul li.current-menu-item > a, nav ul li.current-menu-parent > a {
	border-bottom: 1px solid #fff;
	color: #FFF;
}

.category {
	display: none;
}



.widget ul li a:hover {
	color: #F7A943;
	text-decoration: none;
	border-bottom: 1px solid #F7A943;
}

.comments {
	display: none;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	color: #004996;
}


#top {
	display: none;
}


#copy p {
	text-align: center;
	display: block;
	margin-top: 15px;
}


.primary {
border-right: 0px solid #c5d1d9;
}






/*Portrait, Landscape  smart phone*/
@media (max-width:480px) {

#branding {
	display: block;
	Background: url(images/head_logga_mini1.png);
}

}



/*Portrait, Landscape  smart phone*/
@media (min-width: 481px) and (max-width:759px) {

#branding {
	display: block;
	Background: url(images/head_logga_tablet2.png);
}
}




/*Portrait Tablet*/
@media (min-width: 760px) and (max-width: 988px) {

#branding {
	display: block;
	Background: url(images/head_logga_tablet1.png);
}
}