/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<;--- This makes links green
	.custom a:hover { color: #00f; }	<;--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/***************************************************************/
/*                                                             */
/*                        Framework                            */
/*                                                             */
/***************************************************************/
.custom #header {border-bottom:0;}
.custom #content_box{ border:2px #818fa3 solid; border-top: none;}
.custom #container {
	margin-top:0;
        padding-top:0;
}
.custom #page {
	margin-top:0;
        padding-top:0;
}
.custom #content_box{ background:#ffffff;}
.custom .page { background:#818fa3; }
/***************************************************************/
/*                                                             */
/*                         Menu                                */
/*                                                             */
/***************************************************************/
.custom .menu { 
        padding: 0 1.1em; 
        border-bottom: 2px solid #687489;
        width: 926px; /* To match the borders in the content_box */
}
.custom .menu { border-left:0; }
.custom .menu li {
	margin-bottom: -2px; 
        border-top: 2px solid #687489; 
}
.custom .menu .tab-home { border-left: 2px solid #687489;}
.custom .menu .tab-3 { /* Ram för höger kant */
	border-right: 2px solid #687489;
}
.custom menu a { border: 0; }
.custom menu li ul { border: 0; }
.custom menu { border: 0; }

.custom .submenu li { border:0; }

/***************************************************************/
/*                                                             */
/*                         Menu                                */
/*                                                             */
/***************************************************************/
.custom #footer {
	background: #687489;
        width: 926px; /* To match the border added to the content_box */
        border: 0;
}
.custom #footer_area { margin-bottom: 60px; }
.custom #footer_area .page { 
	border:4px #7c92b6 solid; 
        border-top: none;}
}
/***************************************************************/
/*                                                             */
/*                         Multimedia box                      */
/*                                                             */
/***************************************************************/
.custom #multimedia_box { padding: 40px 40px 40px 40px;}
.custom #multimedia_box, .custom #image_box, 
.custom #video_box, .custom #custom_box { background:#fff;}
/***************************************************************/
/*                                                             */
/*                         Posts                               */
/*                                                             */
/***************************************************************/
/* Style the First (or Only) Post */
.custom .post.top {
   margin:0;
   padding:0;
}

/* Style Remaining Posts (in a Multi-Post Listing) */
.custom .post.post_box {
   margin:2em 4em 0 2em;
   padding:0;
}
.custom .headline_area h2 {
   line-height: 0.8em;	
}
.custom .headline_area {
margin-bottom:1em;
}

.custom .headline_area img.alignleft {
	padding-top: 1.5em;
}
/***************************************************************/
/*                                                             */
/*                         Teasers                             */
/*                                                             */
/***************************************************************/
.custom .teaser .format_teaser {
   margin-bottom:4px;
   margin-top:4px;
}
.custom .teasers_box {
        padding-top: 10px;
        padding-bottom: 10px;
	border-top: #687489 dashed 1px;
        margin-top: 10px;
}
.custom .teasers_box.top { padding-top: 20px; }
.teaser .format_teaser {
	line-height: 1.3em;
        margin-top: 0.5em; /* Utrymme till teaser-rubrik */
        margin-bottom: 0.5em; /* Utrymme till läs mer- länk */
}
.custom .format_text p {
	line-height: 1.35;
        margin-bottom: 1em;
}
/***************************************************************/
/*                                                             */
/*                         Box above siderbars                 */
/*                                                             */
/***************************************************************/
.custom #sidebar_two_column_box {
	/* width should be no wider than the sum of your sidebar column widths */
	width: 390px;
	/* height to suit */
	height: 162px;
	/* border width style color */
	border: 1px solid #000000;
	/* background if desired */
	background: #ffffff;
	/* keeps box contents away from the edges of the box */
        padding: 0;	
	margin: 2em 0 2em 0;
}
.custom #sidebar_inner_two_column_box {
	width: 388px;
	height: 160px;
	border: 1px solid #ffffff;
	background: url('images/sandbox.png') no-repeat; outline: none;
/*background: #FFE7BC; */
  padding: 0;
       /* margin: 10px 10px 40px 10px; */
}

.custom #sidebar_two_column_box p {
        font-size: 1.3em;
        text-align:center;
        margin: 0;
        padding: 0px 20px 8px 20px;
}

.custom #sidebar_two_column_box a {
        text-decoration: underline;
}

.custom #sidebar_two_column_box h2 {
        font-size: 1.7em;
        text-align:center;
        margin: 0;
        padding: 8px 20px 8px 20px;
}
/***************************************************************/
/*                                                             */
/*                         Box above siderbars                 */
/*                                                             */
/***************************************************************/
.custom ul.sidebar_list {
	padding-top:0;
        padding-left: 2em;
}
.custom .sidebar ul { border-left: #687489 dashed 1px;}
.custom .sidebar ul ul { border: 0; }
.custom .format_text h2, .format_text h3 {
        margin: 1.065em 0 0.388em;	
        font-weight:normal;
}
/***************************************************************/
/*                                                             */
/*                         Archive                             */
/*                                                             */
/***************************************************************/
.custom #archive_info { border-bottom: 0; }
/************************************************************/
/*                                                          */
/*                   Style elements                         */
/*                                                          */
/************************************************************/
.columns {
  padding-right: 0;
  padding-bottom: 1em;
  margin-left: 0;
}

.columns table {
  border-bottom: 1px #555555 solid;
  border-collapse: collapse;
  border-spacing: 0px;
}

.columns h3 {
  color: #555555;
  border-bottom: 1px #555555 solid;
  margin:0;
  padding:0;
}

.columns ul {
  padding: 0;
  margin: 0;
  padding-left:15px;
  list-style-position: outside;
}

.dashbox {
  margin-right: 50px;
  padding-bottom: 10px;
  margin-left: 10px;
  border: 1px #647da4 dashed;
}

.dashbox h3 {
  color: #647da4;
  border-bottom: 1px #647da4 solid;
  padding:0;
  margin:10px 15px 5px 15px;
}

.dashbox ul {
  margin: 0;
  padding: 0 0 0 30px;
  list-style-position: outside;
}

.custom .format_text blockquote.left {
  border: 3px double #aaa;
  border-width: 3px 0;
  font-size: 1.4em;
  line-height:30px;
  text-align: center;
}

.custom .format_text blockquote.right {
  border: 3px double #aaa;
  border-width: 3px 0;
  padding-top: 10px;
  padding-right:10px;
  padding-left:10px;
  padding-bottom: 10px;
  font-size: 1.4em;
  line-height:30px;
  text-align: center;
}

.custom img.frame,.custom .teaser .post_image_link img.frame {
  padding: 2px;
  background: #fff;
  border: 1px solid #444
}

.navbox {
  width: 140px;
  float: right;
  margin: 10px 25px 10px 20px;
  padding: 10px 10px 10px 10px;
  border-top: 2px solid #555555;
  border-bottom: 2px solid #555555;
}

.navbox p{
  padding: 6px 0 0 0;
  margin:0;
}
.navbox h3{
  padding:0;
  margin:0;
}

.navbox ul{
  margin: 0;
  padding: 0 0 0 20px;
  list-style-position: outside;
}

/***************************************************************/
/*                                                             */
/*                  List at the side                           */
/*                                                             */
/***************************************************************/
.broken-text {
  width: 45%;
  float: right;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 25px;
  padding-top: 10px;
  padding-right:10px;
  padding-left:10px;
  padding-bottom: 10px;
  border-top: 2px solid #555555;
  border-bottom: 2px solid #555555;
}

.broken-text p{
  padding-right:0;
  padding-left:0;
  margin-right:0;
  margin-left:0;
}
.broken-text h3{
  padding-right:0;
  padding-left:0;
  margin-right:0;
  margin-left:0;
}
/***************************************************************/
/*                                                             */
/*                  Clickable header                           */
/*                                                             */
/***************************************************************/

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height &amp; width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 130px; width: 960px; background: url('images/Logo2.png') no-repeat; outline: none; }
/* This line gets rid of the site title &amp; tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
/* This is a bit of a kludge, but it seems to work. */
/*.custom #header #tagline { height: 0; }*/
/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }
/***************************************************************/
/***************************************************************/
/***************************************************************/
