/*  
Theme Name: Gone fishing
Theme URI: http://designer-daily.com
Description: Blueish 2 columns template. Widget ready. 
Version: 1.0
Author: Designer daily
Author URI: http://designer-daily.com
*/


* {
   margin:0;
   padding:0;
}

html, body {
   font-family:helvetica,arial,verdana,sans-serif;
   font-size:1em;
   background:#fff url('images/bg-test2.jpg');
}

#container {
   width:839px;
   margin:5px auto 0 auto;
}

#header {
   position:relative;
   float:left;
   width:839px;
   height:200px;
   background:url('images/bg-header.gif');
}

#infos-header {
   width:760px;
   height:157px;
   margin:45px 0 0 40px;
   background:#000 url('images/header.jpg');
}

#tangoheader {
   position:absolute;
   left:50px;
   bottom:40px;
   font-size:1em;
   text-transform:uppercase;
}

#tangoheader a:link, #tangoheader a:visited {
   color:#FFF;
   text-decoration:none;
}

#tangoheader a:hover {
   color:#FF6600;
}

#description {
   position:absolute;
   left:185px;
   bottom:25px;
   font-size:1.2em;
   color:#FFF;
}

#description a:link, #description a:visited {
   color:#FFF;
   text-decoration:none;
}

#description a:hover {
   color:#FFF;
}

#main {
   position:relative;
   float:left;
   width:839px;
   background:url('images/bg-content.gif') repeat-y;
}

#main-content {
   position:relative;
   float:left;
   width:470px; 
   margin:25px 0 10px 40px;
   display:inline;
   padding:0;
}

/* ARTICLES */

.post {
   margin:0 0 50px 0;
   font-size:0.85em;
   line-height:1.5em;
   padding:0;
}

.post ul, .post ol {
   margin:10px 0 10px 40px;
}

h2.title {
   font-size:0.9em;
   text-transform:uppercase;
   margin:0 0 20px 0;
   width:460px;
   padding:3px 0 3px 10px;
   background:#000 url('images/bg-h2.jpg');
}

h2.title a:link, h2.title a:visited {
   color:#FF6600;
   text-decoration:none;
}

h2.title a:hover {
   color:#FFF;
   background:none;
}

.post a, .post a:link, .post a:visited {
   color:#FF6600;
   font-weight:bold;
   text-decoration:none;
}
.post a:hover {
   color:#000;
   font-weight:bold;
   text-decoration:none;
}
/*
.post a:hover, post a:visited {
   background:#FFF0E6;
}
*/
.post img {
	border:1px solid #000;
	margin:10px 0;
}

.post img.alignnone {
	float: none;
	margin: 10px 0 10px 0;
}
.post img.alignleft {
	float: left;
	margin: 10px 10px 10px 0 ;
}
.post img.aligncenter {
	display: block;
	text-align:center;
	margin: 10px auto 10px auto;
}
.post img.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}	
blockquote {
   background:#FFF0E6;
   padding:10px;
   margin:5px 0 5px;
   border-top:1px solid #FF6600;
   border-bottom:1px solid #FF6600;
}

.post-content h1 {
	font-size: 2.1em;
	line-height:1em;
	margin: 0 0 10px 0;
	}
	
.post-content h2 {
	font-size: 1.7em;
	line-height:1.1em;
	margin: 10px 0 10px 0;
	}
	
.post-content h3 {
	font-size: 1.4em;
	line-height:1.1em;
	margin: 10px 0 10px 0;
	}
	
.post-content h4 {
	font-size: 1.2em;
	line-height:1.1em;
	margin: 10px 0 10px 0;
	}
	
.post-content h5 {
	font-size: 1.0em;
	line-height:1.1em;
	margin: 10px 0 10px 0;
	}
	
.post-content h6 {
	font-size: 0.85em;
	line-height:1.1em;
	margin: 10px 0 10px 0;
	}
	
.post-content p {
	line-height:1.2em;
	margin: 0 0 5px 0;
	}

.postmetadata {
/*   background:#FFF0E6;*/
   background:#FFF;
   width:460px;
   margin:15px 0 30px 0;
   padding:5px;
   border-top:1px solid #FF6600;
/*   border-bottom:1px solid #FF6600;
*/
   font-size:0.8em;
   color:#aaa;
}

/*
.postmetadata a:link {
   color:#FF6600;
   text-decoration:none;
}

.postmetadata a:hover, .postmetadata a:visited {
   color:#000;
   background:#FF6600;
}
*/

.postmetadata a:link, .postmetadata a:visited {
   color:#FF6600;
   text-decoration:none;
}

.postmetadata a:hover {
   color:#000;
   background:#FFF0E6;
}

#signature {
   margin:30px 0 0 0;
   font-size:0.8em;
   color:#999;
}

#signature a:link {
   color:#777;
   font-weight:bold;
   text-decoration:none;
}

/* SIDEBAR */

.sidebar-wrapper {
   position:relative;
   float:right;
   display:inline;
   width:270px;
   margin:25px 39px 10px 0;
   padding:0;
   background:#000 url('images/bg-test2.jpg');
/*    background:#FFF0E6;
*/
}

#abonnements {
   position:relative;
   float:right;
   width:250px;
   margin:5px;
   padding:5px;
   background-color:#000;
}

#searchform {
   position:relative;
   float:right;
   margin-top:5px;
}

#s {
   background:#FFF0E6;
   border:1px solid #FFF;
   width:120px;
}

#searchsubmit {
   background:transparent;
   border:none;
   color:#FF6600
}

img#rssfeed {
   border:none;
}

#sidebar {
   position:relative;
   float:right;
   width:270px;
}

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

#sidebar li {
   margin:15px;
   list-style-type:none;
   font-size:0.9em;
   line-height:1.5em;
   color:#FFF;
}

#sidebar li ul li {
   margin:3px 0;
}

#sidebar h2 {
   font-size:1em;
   text-transform:uppercase;
   color:#FF6600;
   margin-top:10px;
   font-weight:bold;
}

#sidebar a, #sidebar a:visited {
   color:#FFF;
   text-decoration:none;
   padding:0px;
}

#sidebar a:hover {
   color:#FF6600;
}

#sidebar li ul li.current_page_item ul li {
	margin: 3px 15px;
}

#sidebar li ul li.current_page_ancestor ul li {
	margin: 3px 15px;
}

/* PIED DE PAGE */

#footer {
   position:relative;
   float:left;
   width:839px;
   height:20px;
   color:#aaa;
   padding:10px 0 0 0;
   font-size:0.8em;
   text-align:center;
   background:url('images/bg-footer.gif') no-repeat;
}

#footer a:link, #footer a:visited {
   color:#888;
   font-weight:bold;
   text-decoration:none;
}

#footer a:hover {
   color:#000;
}

/* COMMENTS */

h3#comments {
   margin:10px 0;
   font-size:0.9em;
}

textarea#comment {
   margin:10px;
   width:350px;
}

#commentform input {
   margin:0 10px;
   width:200px;
}

ol.commentlist {
   background:#FFF0E6;
   width:430px;
   padding:10px;
}

ol.commentlist a:link, ol.commentlist a:visited {
   text-decoration:none;
   color:#000;
   font-weight:bold;
}

ol.commentlist a:hover {
   background:#FFF0E6;
}

ol.commentlist li {
   margin:0 0 20px 20px;
   font-size:0.9em;
}

#commentform label {
   font-size:0.8em;
   color:#888;
}

/* calendar */
    .calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#000000;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#000000;
        }
    .calnk a {
        text-decoration:none; 
        color:#000000;
        }
    .calnk a span { 
        display:none;
        }
    .calnk a:hover span {
        color:#333333; 
        background:#FFF0E6; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
        }
     .calendar-table {
        border:none;
        width:100%;
		line-height: 1em;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #fff;
        background-color:#fff;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-next a, .calendar-next a:visited, .calendar-prev a, .calendar-prev a:visited {
     text-decoration:none;  
     color:#000000;
     }
     .calendar-next a:hover, .calendar-prev a:hover {
     text-decoration:none;  
     color:#FF6600;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #ccc;
        background-color:#ccc;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #ccc;
        background-color:#ccc;
        color:#ff6600;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #ccc;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #fff;
     }
     span.weekend {
        color:#ff6600;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #000;
        background-color:#ccc;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
        margin-top: 5px;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.2em;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }
#sidebar li span.calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#fff;
         }
#sidebar li span.calnk a:visited {
         text-decoration:none;
         color:#ff6600;
        }
#sidebar li span.calnk a {
        text-decoration:none; 
        color:#ff6600;
        margin-right: 5px;
        }
/* NGGallery */

/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 1.50

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
    font-family:helvetica,arial,verdana,sans-serif;
    font-size:1em;

} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0;
	padding:5px 0 0 0;
	font-size: 1.2em;
	margin-bottom: 10px;
}

/* egna för svarta rubriker */
.ngg-albumtitle a, .ngg-albumtitle a:link, .ngg-albumtitle a:visited {
	color: #000;
}

.ngg-albumtitle a:hover {
	color: #ff6600;
}
/* slut eget */

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
/*	background-color:#FFFFFF; */
/*	border:1px solid #A9A9A9; */
	margin:4px 0px 4px 5px;
/*	padding:4px; */
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 0;
	text-align: center;
}

.ngg-gallery-thumbnail img {
/*	background-color:#FFFFFF;*/
	border:1px solid #000;
	display:inline;  
	margin:4px 4px 0 0;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:0px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
	text-align:left;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}