/*
Theme Name:     Medulseld
Theme URI:      http://www.jacoblysgaard.com
Description:    Meduseld is a child theme for Duster. 
Author:         Jacob Lysgaard
Author URI:     http://www.jacoblysgaard.com
Template:       duster
Version:        1.0.0
*/
@import url("../duster/style.css");

/*---------BACKGROUND ETC COLORING---------*/

body {
	background: #f1f0de;
}
article.intro {
	border-top: 5px solid #f1efdd;
	-webkit-box-shadow: 0 -5px 0 #f9f9f9;
	-moz-box-shadow: 0 -5px 0 #f9f9f9;
	box-shadow: 0 -5px 0 #f9f9f9;
}
/*---------TEXT COLORING + styling---------*/

.entry-title, .entry-title a, h1 {
	font-family: 'Josefin Sans', Futura, sans-serif;
}

.entry-content a, .widget a, .widget a, #content nav a {
	color: ##339999;
}
a:focus,
a:active,
a:hover {
	color: #339999;
}
.entry-title a:hover {
	color: #339999;
}
.entry-meta a:focus,
.entry-meta a:active,
.entry-meta a:hover {
	color: #339999;
}	
.entry-content a {
	color: #339999;
}
.page-link a:hover {
	background: #339999;
}
.entry-header .comments-link a:hover {
	background: #339999;
	border: none;
	color: #2c2725;
}
.singular .entry-header a {
	color: #339999;
}
article.feature-image.small .entry-summary p a:hover {
	background: #339999;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #339999;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
	color: #339999;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #339999;
	border-color: #339999;
}
#content nav a {
	color: #339999;
}
.widget a {
	color: #339999;
}
.widget a:hover {
	color: #ff4b33;
}
.widget_search #searchsubmit:active {
	background: #339999;
}
section.ephemera .entry-title a,
.widget_duster_ephemera .entry-title a {
	color: #339999;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_duster_ephemera .entry-title .comments-link a:hover {
	color: #339999;
}
.comment-meta a {
	color: #339999;
}
.commentlist > li.bypostauthor .comment-content a {
	color: #339999;
}
.commentlist .children > li.bypostauthor > article .comment-content a {
	color: #339999;
}
#respond input#submit:active {
	background: #339999;
}

.ctabutton {
	font-family: 'Josefin Sans', Futura, sans-serif;
	text-align: center;
	color: #0000ff; 
	padding: 20px; 
	background-color: #ebebeb; 
	text-decoration: none; 
	font-size: 18pt; 
	font-weight: bold;
}

/*---------HEADER & FOOTER---------*/
#branding {
	border-top: none;
	background: #f1f0de;
/*	background-image: url(img/headstraight.jpg);*/
	background-repeat: no-repeat;
/*	margin-top: -200px;*/
}

#access {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: -moz-linear-gradient(#4B4A40, #2F2E29) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(#4B4A40, #2F2E29) repeat scroll 0 0 transparent;
}
#branding .only-search #s {
    background-color: #6a685a;
}
#supplementary {
	background-color: #f9f9f9;	
}

#site-generator {
	padding: 1.2em 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	clear: both;
    overflow: hidden;
}
#theme-credit {
    float: left;
    width: 50%;
	vertical-align: middle;
}

#fotlogo a {
    background: url("img/fotlogo.png") no-repeat scroll center top transparent;
    float: right;
	display: block;
    height: 30px;
    margin: 0px 76px 0;
    text-indent: -9000px;
    width: 200px;
}
#site-title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: -3px;	
}
/*-------------------------------ALIGNLEFT FOR BILDER. bare inni posten, med vilje. Husk: align bilder til venstre, blockquotes til høyre.-------------------------------*/

.singular .pull.alignleft {
	margin: 0 1.625em 0 -0%;
	margin-left: -207px;
}
/*-------------------------------reklame/Sidebar-bilde-widget-------------------------------*/
#storead {
	width: 250px;
	height: 250px;
	background-image: url(../../saker/ad-03.gif);
	display: block;
	z-index: 1;
}
#behancelink {
	width: 250px;
	height: 66px;
	background-image: url(../../saker/behance-badge-sidebar2.png);
	display: block;
	z-index: 1;
}
/*Denne fikser textwidgeten så den ikke legger seg oppå content*/
.textwidget {
clear: both;
}

/*-------------------------------MAILCHIMP-WIDGET-------------------------------*/

.mc_signup .mc_signup_form {
	width: 230px;
}
.mc_form_inside {
	width: 230px;
}

.mc_signup_submit {
	width: 50px;
	display: inline;	
}

.mc_merge_var {
	width: 148px;
}

/*-------------------------------FULL WIDTH TEMPLATE-------------------------------*/
#widecontent .entry-content{
	color: blue;
	width: 90%;
	padding: 0.5em 0px 0.1em;
}