/*  
Theme Name: Linda Strom
Version: 1.x
Author: NICKE @ HallbergThorstenson 2010
*/

*{
padding: 0;
margin: 0;

}


body {
	background: #2f1706 url(stuff/bkg/lindastrom-bkg1.jpg) center no-repeat fixed;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 13px;
	font-weight: normal;
	color: #151515;
}

body, p, h1, h2, h3, h4, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #D7A83C;
}

a:hover {
	text-decoration: none;

}

a:focus {
	outline: none;
}

/* img */

img {

border: none;
}

a:hover img { border: 1px solid #fff; } 


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto} 

/* Header */

#header {
	width: 1000px;
	height: 300px;
	padding: 0;
	margin: 0 auto;
	background-color: #ccc;
}

#header a:hover img{
border: 0 none;
}


#header h2 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}

#header h2 a {
	color: #fff;
}

#header h2 a:hover {
	color: #ADE166;
	text-decoration: none;
}

#header p {
	padding-top: 1px;
	color: #fff;
	font-size: 13px;
	color: #8F8F8F;
}

/* Wrap */

#wrap {
	width: 980px;
	min-height: 700px;
	height: auto;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	background: #2f1706 url(stuff/bkg/wrap-bkg.jpg) repeat top left;
}

#menu {
	width: 1000px;
	padding: 0;
	height: 56px;

	margin: 0 0 0 -10px;
	background: url(stuff/bkg/nav_bkg.gif) repeat-x;
	text-align: center;
	


}

#menu ul {
list-style-type: none;
padding: 5px 0 5px 0;
}


#menu li {
	display: inline;

	font-size: 2em;
	padding: 0 40px 0 0;
}

#menu li a{
color: #fff;
text-decoration: none;
font-weight: bold;
}

#menu li a:hover {
color: #ca9c50;
}

#menu li a:active {
outline: none;	
}

#menu li.current_page_item, #menu li.current_page_item a {
	color: #e6ce8e;
	text-decoration: none;
}

#menu li.current_page_item a:hover {
	text-decoration: none;
}



#top-logo {
width: 980px;
height: 476px;
margin: 0 auto;
padding: 0;	
}


* html #menu li a {
	width: 1%;
}



/* Content */

#content_wrap {
	padding:0 0 20px 0;
	margin: -10px 0 20px 0;
	width: 980px;
	border-bottom: 1px dashed #553319;
}




#content {
	float: left;
	margin:  0 10px 0 0;
	padding: 20px;
	width: 600px;
	background-color: #fff;

	

}

#content a:hover {
	text-decoration: none;
	color: #ca9c50;

}

#content a:hover img{
border: 0 none;
background: #fff;
}

#content h1 {
	font-size: 3em;
	padding: 0px 0 10px 0;
	color: #2f1706;
	font-weight: bold;
}

#content h1 a, #content h1 a:active, #content h1 a:visited{
	color: #2f1706;
	font-weight: bold;
	text-decoration: none;
}

#content h1 a:hover{
	color: #D7A83C;
	text-decoration: none;
	background: #fff2dd;
}


#content h2 {
	font-size: 2em;
	padding-bottom: 10px;
}

#content p {
	font-size: 13px;
	padding: 0 0 10px 0;
	line-height: 19px;
}

#content ul, #content ol {
	padding: 0 0 20px 0;
}

#content ul li {
	list-style: none;
	
}

#content li {
margin: 0 auto;
padding: 0 0 40px 0;
float: left;
}


.etiketter{
float: left;
display: block;
width: 100%;
color: #666;
font-size: 11px;
font-weight: bold;
margin: 0 auto;
padding: 20px 0 20px 0;
}

.content-horzline{
border-top: 2px dotted #bbb;
float: left;
width: 600px;
display: inline;
margin: 20px 0 0 0;
}

#content ol {

}

#content ol li {

}



.content-date-holder{
background: url(stuff/img/date-holder.png) left top no-repeat;
width: 61px;
height: 26px;
margin: 0 0 0 -39px;
padding: 10px 15px 0px 20px;
color: #fff;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
}




/* Comments */

#disqus_thread{
float: left;
width: 600px;
margin: 20px 0 20px 0;
border-bottom: 2px dotted #bbb;
}
.dsq-brlink{
display: none;
}

.comments_caption {
	width: 100%;
	background: #fff;
	margin-top: 40px;
}

.comments_caption h2 {
	padding-left: 15px;
	line-height: 2em;
}

.comment_wrap {
	background: #fff;
	margin-top: 15px;
}

.comment_wrap p {
	font-size: 13px !important;
}

.comment_wrap_head {
	padding: 0 15px;
}

.comment_wrap_head p {
	padding: 7px 0 !important;
}

.comment_wrap_head span {
	color: #898989;
	padding-left: 5px;
}

.comment_wrap_post {
	padding: 5px 0;
	border-top: #EEEEEE 1px solid;
}

.comment_wrap_post p {
	padding: 10px 15px !important;
}

#leave_a_comment_wrap {
	width: 100%;
	margin-top: 15px;
}

.leave_a_comment {
	background: #fff;
	width: 10em;
	text-align: center;
	float: left;
}

.leave_a_comment h2 {
	line-height: 30px;
}

.trackback_rss {
	float: right;
	padding-right: 15px;
	padding-top: 8px;
	width: 12.9em;
}

.trackback_rss p {
	padding: 0 !important;
	font-size: 11px !important;
}

#comment_form {
	background: #fff;
	padding: 11px 0;
	clear: both;
}

#content form {
	background: #FAFAFA;
	width: 445px;
	border: #EDEDED 1px solid;
	padding: 15px 0 15px 15px;
	margin: 0 auto;
}

#content form p {
	padding: 0px 0 5px 0;
	line-height: 20px;
}

#content input {
	border: #EEEEEE 1px solid;
	background: #fff;
	padding: 5px;
	font-size: 15px;
	font-family: Helvetica, arial, sans-serif;
}

#content input.data {
	width: 184px;
}

#content textarea {
	border: #EEEEEE 1px solid;
	width: 415px;
	height: 170px;
	padding: 3px;
	font-size: 15px;
	font-family: Helvetica, arial, sans-serif;
}

#content input.sbutton {
	margin-top: 3px;
}

/* Sidebar */


#sidebar {
	width: 330px;
	margin: 0 auto;
	float: left;
	padding: 0px;
	z-index: -1;
}

#sidebar-player{
z-index: 1;
}


.live-sidebar{
padding: 0 0 10px 0;
}

#sidebar a:hover {
	text-decoration: none;
	color: #D7A83C;
	background: #fff2dd;
}

#sidebar a:hover img{
border: 0 none;
}

#sidebar h1 {
	font-size: 1.7em;
	color: #fff;
	font-weight: bold;
}

#sidebar h2 {
	font-size: 1.7em;
	color: #fff;
	font-weight: bold;
}

#sidebar p {
	font-size: 13px;
}

#sidebar li{
margin-bottom: 10px;
background-color: #fff;
padding:0 20px 20px 20px;
height: auto;


}


#sidebar p {
	line-height: 20px;
}

#sidebar ul {
	list-style: none;
	
}

#sidebar ul ul {
	padding: 0;
	list-style: none;
	
}

#sidebar ul ul ul {
	padding: 0;
	
	
}

#sidebar ul li ul li {
	line-height: 15px;
	
}

/* Widgets */

.textwidget {
	line-height: 20px;

}

.widgettitle{

	font-size: 1.7em;
	color: #fff;
	font-weight: bold;
	margin: 0 0 20px -20px;
	background: transparent url(stuff/bkg/sidebar_title_bkg.gif) top left;
	width: 310px;
	padding: 5px 10px 5px 10px;
}



#wp-calendar {
	padding: 10px 0 10px 10px;
}

#wp-calendar caption {
	margin: 10px 0px;
	border-bottom: 0;
}

#wp-calendar td {
   margin: 0;
   padding: 3px 5px;
}

#wp-calendar td#today {
   background: #EEEEEE;
}



/* Footer */

#footer {
	margin: 0 auto;
	background: #2f1706 url(stuff/bkg/footer-bkg.gif)top left;
	width: 940px;
	padding:20px;
	border-bottom: 1px dashed #553319;

}

#footer a:hover img {
border: 0 none;
}


#footer ul {
	padding: 0 0 0 0;
	display: block;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer li a {
	display: block;
	line-height: 24px;
	font-size: 12px;
	padding: 0px;
	color: #868686;
	text-decoration: underline;
}

#footer-bottom {
width: 1000px;
margin: 10px auto;
padding: 0;
text-align: center;
color: #fff;
font-size: 0.8em;
}

#footer-left {
float: left;
width: 280px;
margin:  0 40px 0 0;
padding: 0;
border-right: 1px dashed #553319;
}

#footer-left  h1{
color: #D7A83C;
font-size: 24px;
font-weight: normal;
padding: 0px 4px 12px;
text-transform:lowercase;
}

#footer-left  p{
color: #C2B594;
font-size: 14px;
line-height: 18px;
padding-left: 4px;
padding-right: 4px;
}


#footer-middle {
float: left;
width: 310px;
margin: 0 40px 0 0;
padding: 0;
border-right: 1px dashed #553319;
}

#footer-middle h1{
color: #D7A83C;
font-size: 24px;
font-weight: normal;
padding: 0;
text-transform:lowercase;
}

#footer-middle p{
color: #C2B594;
font-size: 14px;
line-height: 18px;
padding-left: 4px;
padding-right: 4px;
}

#footer-right {
float: left;
width: 268px;
margin: 0;
padding: 0;
}

#footer-right h1{
color: #D7A83C;
font-size: 24px;
font-weight: normal;
padding: 0px 4px 12px;
text-transform:lowercase;
}

#footer-right p{
color: #C2B594;
font-size: 14px;
line-height: 18px;
padding-left: 4px;
padding-right: 4px;
}


/* Copyright */

#copyright {
	width: 781px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	padding: 15px 0 25px 0;
	color: #8F8F8F;
}

#copyright p {
	line-height: 19px;
}




/* Fix */

#menu:after,
#menu ul:after,
#content_wrap:after,
#footer:after,
#leave_a_comment_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* Mina Spotifylistor */



.spotifylista{
width: 280px;
margin: 0 40px 0 0;
padding: 0 0 30px 0;
}

.spotifylista-symbol{
float: left;
width: 32px;
height: 32px;
margin: 0 10px 0 0;
background: transparent url(stuff/img/spotify-icon.png) no-repeat top left;
display: block;
}


/* Mailchimp FIX */

#mc_embed_signup{
margin-left: -15px;
margin-right: 10px;
}

#mc-embedded-subscribe{
background: #D7A83C;
padding: 3px;
font-size: 1em;
color: #fff;
border: 0 none;
margin-left: 16px;
}


/* ContactForm FIX */

#content form{
background:none repeat scroll 0 0 #fff;
border: 0 none;
margin:0 auto;
padding:15px 0 15px 0px;
width:600px;
}


/* DISGUS FIX */

#disqus_thread  {
border-bottom:2px dotted #BBBBBB;
border-top:2px dotted #BBBBBB;
float:left;
margin:20px 0;
width:600px;
padding: 20px 0 20px 0;
