/*
Theme Name: Meir enn bank
Theme URI: http://mediebruket.no/
Description: Wordpress-tema for Sparebanken Sogn og Fjordane.
Author: tersor
Author URI: http://www.terjesorbo.no
version: 1.0
*/

@import "reset.css";

body {
	background: #ddd;
	color: #353535;
	font-family:Verdana,"Lucida Grande",Lucida,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial, Helvetica;
}

h1 { font-size: 2.6em; }
h2 { font-size: 2.6em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.4em; }

a {
	border-bottom: 1px solid #e5e5e5;
	color: #466185;
	text-decoration: none;
}
a:hover { 
	background: #eceff4;
	color: #333;
	border-bottom: 1px solid #a4b3cb;
}

h1 a, h2 a {
	background-color: transparent;
	border: none;
	color: #214992;
}
h1 a:hover, h2 a:hover {
	background-color: transparent;
	border: none;
	color: #333;
}

p, ul, ol {
	margin-bottom: 1em;
}

pre, code {
	font-size: 1.2em;
}
#container {
	margin: 2em auto;
	width: 960px;
	font-size: 1.2em;
}
#header {
	margin: 0 10px;
	height: 165px;
  position: relative;
}
#logo {
	font-size: 1.4em;
}
#logo a {
	background: url(images/headerSobra_2.png) 0 0 no-repeat;
	height: 130px;
	display: block;
	text-decoration: none;
}
#logo a span {
	display: block;
	padding: 75px 0 0 30px;;
}
#small_logo {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.menu {
	background: url(images/menuBg.png) 0 0 repeat-x;
	height: 35px;
}
.menu ul {
	height: 35px;
	padding: 0;
	margin: 0;
}
.menu ul li {
	float: left;
	height: 35px;
}
.menu ul li a {
	background: url(images/menuBg_right.png) right 0 no-repeat;
	padding-right: 2px;
	display: block;
	color: #fff;
	height: 35px;
	text-decoration: none;
	border: 0;
}
.menu ul li a span {
	background: url(images/menuBg.png) left 0 repeat-x;
	display: block;
	height: 28px;
	padding: 7px 20px 0 22px;
	cursor: pointer;
}
.menu ul li a:hover span { background-position: left -35px; }
.menu ul .current_page_item a span { background-position: left -70px; }
.menu ul .current_page_item a:hover span { background-position: left -70px; }

/* author info */
/* The hole widget */
.widget_author_info {
  background-color: #f5f5f5;
  border-color:#eee #ddd #ddd #eee;
  border-style:solid;
  border-width:1px;
  padding: 10px;
}
.widget_author_info h2 {
  margin-bottom: 10px;
}

.widget_author_info .author {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 1em;
}

/* the name of the author */
.widget_author_info .author-name {
  font-size: 1.3em;
  font-style: italic;
}


/* the element which contains the gravatar img */
.widget_author_info .author-avatar {
  float: left;
  margin-right: 10px;
}
.widget_author_info .author-header {
  margin: 0 0 6px 0;
}
.widget_author_info .with-avatar {
  margin-left: 70px;
}
.widget_author_info .author-position {
  font-weight: bolder;
}
.widget_author_info .author-description {
  color: #333;
}

/* the gravatar img */
.widget_author_info .author-avatar img.avatar {
  -moz-border-radius:3px 3px 3px 3px;
  -moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
  background:none repeat scroll 0 0 #F9F9F9;
  border:1px solid #ddd;
  padding: 4px;
}

/* the clearing element */
.widget_author_info .clear {
  clear: both;
}

/* sidebars */
#minibar {
	float: left;
	width: 185px;
	margin-right: 15px;
	padding-top: 1em;
	color: #666;
}
#minibar h2 {
  font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 0 0 0;
  font-weight: bolder;
}
#minibar ul li {
  padding: .6em .4em;
  border-bottom: 1px solid #ddd;
}

#sidebar {
	float: left;
	width: 250px;
	margin-right: 15px;
	padding-top: 1em;
	color: #666;
}
#sidebar h2 {
	/*
	background: url(images/sidebar_headerBg.png) 0 0 no-repeat;
	*/
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 0 0 .2em;
	color: #7e97bc;
	border-bottom: 3px solid #dfe2ec;
}
#sidebar h2 a {
	color: #7e97bc;
	text-decoration: none;
	border: none;
}
#sidebar a {
	text-decoration: none;
}
#sidebar ul li {
	margin-bottom: 1.6em;
}
#sidebar ul li li {
	margin-bottom: 0;
}
#sidebar ul ul {
	/*
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	*/
	margin-bottom: 0;
}
#sidebar ul ul ul {
	border: none;
	padding: 0;
}
#sidebar ul ul li {
	
}
#sidebar ul ul li li {
	padding: 0;
	border: none;
}
#sidebar .widget_categories a, #sidebar .widget_links a, #sidebar .widget_follow_us a {
	background-image: url(images/bullet.png);
	background-position: 5px 12px;
	background-repeat: no-repeat;
	display: block;
	padding: 5px 0px 5px 16px;
}
#sidebar ul ul li li a {
	padding: 0;
	border: none;
}
#sidebar .textwidget {
	padding: 10px;
	/*
	border: 1px solid #ddd;
	border-top: none;
	*/
}
#sidebar .widget_twitter li {
	padding: 20px 0;
	margin: 0 10px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
#sidebar .widget_twitter a {
	display: inline;
}
#sidebar .entry-content {
	margin-bottom: 8px;
	display: block;
}
#sidebar .entry-meta {
	display: block;
}
#sidebar .from-meta {
	display: block;
}
#sidebar .widget_follow_us .twitter a span, 
#sidebar .widget_follow_us .facebook a span,
#sidebar .widget_follow_us .rss a span,
#sidebar .widget_follow_us .ssf a span,
#sidebar .widget_follow_us .kongleriket a span {
	background-position:  right 50%;
	background-repeat: no-repeat;
	padding: 5px 30px 5px 0;
}
#sidebar .widget_follow_us .twitter a span { background-image: url(images/icon_twitter.png); }
#sidebar .widget_follow_us .facebook a span { background-image: url(images/icon_facebook.png); }
#sidebar .widget_follow_us .rss a span { background-image: url(images/icon_rss.png); }
#sidebar .widget_follow_us .ssf a span { background-image: url(images/icon_ssf.png); }
#sidebar .widget_follow_us .kongleriket a span { background-image: url(images/icon_kongleriket.png); }

/* search */
.widget_search h2 {
	margin-bottom: .5em;
}
.widget_search #s {
	background: url(images/sokBg.png) 50% 50% no-repeat;
	border: none;
	height: 22px;
	padding: 8px 30px 0 10px;
	width: 210px;
	color: #666;
}
#search_input {
	width: 250px;
	padding: 5px;
}
.search_title {
	border-bottom: 1px solid #eee;
	margin-bottom: 1em;
}
.search-terms {
	font-family: "Courier New", Courier, monospace;
	font-size: .85em;
}
.search-excerpt {
	background-color: yellow;
}

/* content */
#content {
	background: url(images/pageBg.png) 0 bottom no-repeat;
	padding: 0 10px 26px 10px;
	height: 100%;
	overflow: hidden;
	clear: both;
}
#page_wrap {
	background-color: #fff;
	height: 100%;
	overflow: hidden;
}
#page {
	padding: 1em 0 1em 15px;
	margin-right: 15px;
	background: #fff;
	float: left;
	width: 645px;
}
#slim_page {
	padding: 1em 0 1em 15px;
	margin-right: 15px;
	background: #fff;
	float: left;
	width: 445px;
}
.billettar {
  background: #e7e7e7;
  padding: 1em;
  width: 100%;
}
.billettar th {
  text-align: left;
}
.billettar td, .billettar th {
  padding: 2px 4px;
}
.post .post_meta_image {
	margin-right: 10px;
}
.post .post_meta_image img {
	padding: 0px;
	border: 0;
}
.post .post_meta_content {
	font-size: .9em;
}
/* images */
.post img.alignright, div.alignright {float:right; margin:0 0 1em 1em}
.post img.alignleft, div.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}
.post img, .page img {
	padding: 4px;
	border: 1px solid #ccc;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #fff;
  padding: 4px 0 0 0;
}
.wp-caption img {
  margin: 0 5px;
	padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: .9em;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
.post img.no_border {
  border: none;
  padding: 0;
}

.post {
	padding-bottom: 2em;
	margin-bottom: 2em;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.post h2 {
	line-height: 1.2em;
}
.post h2 a {
	text-decoration: none;
}
.post_image {
	background: url(images/imgBg.png) right bottom no-repeat;
	float: left;
	width: 260px;
	padding: 0 8px 8px 0;
	margin-right: 10px;
}
.post_image img {
	background: #fff;
	padding: 4px;
	border: 1px solid;
	border-color: #eee;
}
.post_content {

}
.with_image {
	/*
	float: left;
	width: 367px;
	*/
}
.post_meta {
	color: #888;
	display: block;
	margin-bottom: 1em;
}
#breadcrumbs {
	background: #f5f5f5;
	padding: 4px;
	border: 1px solid;
	border-color: #eee #ddd #ddd #eee;
	margin-bottom: 1em;
}
#breadcrumbs p {
	font-size: .9em;
	color: #888;
	margin: 0;
}

/* comments */
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { background-color: #efc; }
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin { background-color: #cef; }
ol.commentlist li.comment { border-bottom:1px dotted #999; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font:normal 1.4em georgia,times,serif; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:.85em; margin-bottom: .4em; }
ol.commentlist li.comment div.comment-meta a { color:#777; }
ol.commentlist li.comment p {  margin:0 0 1em; }
ol.commentlist li.comment ul { list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.comment-author-admin { background-color: #cef; }
ol.commentlist li.comment ul.children li.bypostauthor { background-color: #efc; }
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #aaa; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #ccc; margin:0 0 .25em .25em; }

ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #999; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

#comment {
	width: 500px;
}
#comments, #respond h3 {
	border-bottom: 1px solid #dfe2ec;
	color: #7e97bc;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
	font-size: 1.6em;
	font-weight: lighter;
}
#respond span.cancel a:hover {
	background-color: red;
	color: #fff;
}

/* comments_old */
/*
#post_comments {
	width: 645px;
}
#comments, #respond {
	border-bottom: 1px solid #dfe2ec;
	color: #7e97bc;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
	font-size: 1.6em;
	font-weight: lighter;
	padding: 0 .4em;
}
.commentlist li {
	margin: 0;
	width: 100%;
	overflow: hidden;
	padding: 1em 0;
}
.commentlist li.alt {
}
.gravatar {
	float: left;
	width: 100px;
	margin-right: 4px;
}
.gravatar img {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px;
}
#comment {
	width: 640px;
	padding: 2px;
}
.comment-content {
	background: url(images/commentBg_top.png) 0 0 no-repeat;
	width: 510px;
	float:left;
}
.alt .comment-content { background-image: url(images/commentBg_alt_top.png); }
li.bypostauthor .comment-content { background-image: url(images/commentBg_author_top.png); }
.comment-text, .comment-meta {
	padding: .1em 1em .1em 3em;
}
.comment-text p {
	margin: 1em 0;
}
.comment-meta {
	background: url(images/commentBg_bottom.png) 0 bottom no-repeat;
	margin-top: 1em;
}
.alt .comment-meta { background-image: url(images/commentBg_alt_bottom.png); }
li.bypostauthor .comment-meta { background-image: url(images/commentBg_author_bottom.png); }
.comment-meta p {
	border-top: 1px solid #ddd;
	color: #777;
	margin-bottom: 0;
	padding: .3em 0;
	font-size: .9em;
}
.bypostauthor .comment-meta p {
	border-color: #9c9;
}
.comment_count {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.commentform input {
	
}
*/

/* footer */
#footer {
	margin: 0 1.2em;
}
#footer p {
	color: #888;
}
#mediebruket a {
	display: block;
	float: right;
	font-size: .9em;
	color: #888;
}
