/* CSS för Ebbas blogg */

/* Basmall */
body {
	color: #111;
	font-family: Arial,Tahoma,"Helvetica Neue",Helvetica,Verdana,sans-serif;
	background-color:#515151;
}

a, a:visited {
	color: #00aeef;
	text-decoration: none;
}

a:hover {
	color: #00aeef;
	text-decoration: underline;
}

a:active, a:focus {
	outline: none;
}

blockquote {
	border-left: 0.5em solid #ccc;
	font-size: 0.9em;
	font-style: normal;
	padding: 0 0 0 1em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
	color: #8d8d8d;
}

hr {
	background: #eee;
	color: #eee;
}

small {
	color: #555;
	font-size: 0.9em;
}

th {
	background: #eee !important;
}

ul.inline {
	display: block;
	margin: 1em 0;
	padding: 0;
}

ul.inline li {
	display: inline;
	margin: 0 0.5em 0 0;
}


/* SVT-meny */

.box {
	background:#e4e3d8 none repeat scroll 0 0;
	padding:0.3em;
}

.fullBG {
	width:100%;
	background-image:url('images/meny_bg.jpg');
	background-repeat: repeat-x;
	height:46px;
	background-attachment:scroll;
}

.svtContainer {
	margin: 0 auto;
	width: 950px;
}

#SVTmeny {
	padding:0px 0px 8px 0px;
	height:38px;
}

#SVTlogo {
	padding: 5px 0px 0px 11px; float:left;
}

#uno-header {
	padding: 5px 0px 5px 29px;
}

#uno-header ul#uno-mainmenu li a {
	color:#FFFFFF;
	display:inline;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	text-decoration:none;
}

#uno-header ul#uno-mainmenu li a:hover {
	text-decoration:underline;
}
#uno-header ul#uno-mainmenu li:hover {
	background-position:0 -33px;
}

#uno-header ul#uno-mainmenu li {
	background:#392748 url('images/uno-bg-toplinks.png') no-repeat scroll 0 0;
	display:block;
	float:left;
	height:23px;
	padding:10px 11px 0;
}

#uno-header ul, #uno-header li, #uno-submenu ul, #uno-submenu li {
	list-style-type:none; margin:0; padding:0;
}

#uno-header, #uno-header a, #uno-header a:visited {
	color:#FFFFFF;
	font-family:Arial,Helvetica,Tahoma,Verdana,sans-serif;
}

img.play {
	vertical-align:middle;
}

/*  Widgets */

form#searchform label {
	display:none;
}

form#searchform input#s {
	width:185px;
}

form#searchform input#searchsubmit {
	color:#ffffff;
	background-color:#000000;
	font-weight:bold;
	border:none;
	width: 38px;
	margin:0.5em 0;
}

/* CUSTOM CSS CLASSES */

.alignleft {
	float: left; display: inline; /* IE6 fix */
	padding: 0 1em 0.5em 0;
	text-align: left;
}

.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.alignright {
	float: right; display: inline; /* IE6 fix */
	padding: 0 0 0.5em 1em;
	text-align: right;
}

.alignjustify {
	text-align: justify;
}

ul.postmetaicons {
	list-style:none;
	margin:0px;
}

ul.postmetaicons li{
	float:right;
	margin-left:10px;
}

li.commentnumber {
	background:transparent url('images/commentnumber.jpg') no-repeat;
	width: 29px;
	height: 25px;
	padding:2px 0px 0px 0px;
	text-align:center;
	margin-top:-5px;
	
}

.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.commentlist li {
	border-bottom: 1px solid #eee;
	margin: 0.5em 0;
}

.commentlist cite {
	font-size: 1.2em;
	font-style: normal;
}

.commentlist img {
	border: 1px solid #eee;
	float: left; display: inline; /* IE6 fix */
	margin: 0 1em 0.5em 0;
	padding: 4px;
	text-align: left;
}

img.wp-smiley {
	border:none;
	float:none;
	margin:0 0.1em;
	padding:0 0.1em;
}

.commentlist p {
	clear: both;
}

.commentlist .bypostauthor {
	background: #eee;
	border-left: 0.5em solid #ccc;
	border-color: #ccc;
	padding-left: 1em;
}
		
.commentmetadata {
	color: #555;
	font-size: 0.9em;
}

.commentreportlink {
	font-size: 0.85em;
	margin-bottom: 0.5em;
	margin-right: 1.5em;
	text-align: right;
}

.entry {
}

.entry ol
{
	list-style:none;
	margin: 0 0 1.5em 0;
}

.input label {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}

.post {
	background: #fff;
}

.postmetadata {
	clear: both;
	color: #555;
	font-size: 0.9em;
}

/* Galleri */

.gallery { 
    position:relative; 
    overflow:hidden; 
    width: 100%;
    float:left;
	margin-bottom:1em !important;
} 
 
/* root element for the scroll pics */ 
.gallery .pics { 
    width:20000em; 
    position:relative; 
    clear:both; 
} 
 
/* single scroll item */ 
.pics img { 
    float:left; 
    cursor:pointer;
    margin:0px;
	position: relative;
} 
 
/* possible settings for the active scroll */ 
.gallery.active { 
}

/* position and dimensions of the navigator */ 
.navi {
    height:20px;
	padding-left: 50%;
} 
 
 
/* items inside navigator */ 
.navi a { 
    width:8px; 
    height:8px; 
    float:left; 
    margin:3px; 
    background:url(images/navigator.png) 0 0 no-repeat;
	display: inline;
    font-size:1px;
	cursor: pointer;
} 
 
/* mouseover state */ 
.navi a:hover { 
    background-position:0 -8px;       
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -16px;      
}

a.browse {
	background:transparent url(images/hori_large.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1px;
	height:46px;
	margin:10px 10px;
	width:31px;
	top: 80px;
	margin-right:0;
	position: absolute;
}

.gallerynavigation {
	position: relative;
}

a.right {
	background-position: -31px 0px;
	clear:right;
	margin-right:0;
	right:-9px;
}


a.left {
	left: -19px;
}

a.disabled {
}

/*//*/

.wp-caption {
}

.wp-caption img {
}

.wp-caption p.wp-caption-text {
	font-size: 0.9em;
	color:#666666;
}

.post .entry, .post .postmetadata, .post h2 {
	padding-left:16px;
	padding-right:16px;
}

#sidebar ul li {
	padding-left:16px;
	padding-right:16px;
}

#sidebar ul li ul li {
	padding: 0;
}

.post h2 {
	font-weight:bold;
	padding-top:16px;
}

.post .topdate {
	float:right;
	padding: 0.3em 0.9em;
	background-color:#000000;
	color:#ffffff;
	font-size:1.2em;
	margin-right:16px;
}

.postauthor {
	float:left;
	margin-right:10px;
	font-weight:bold;
}

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

.postcategories {
	background-color: #e7e7e7;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}

.postcategories p{
	margin-bottom:0;
}

.posttags{
	width: 445px;
}

.posttags a{
	color: #8D8D8D;
}

.posttags a:hover {
	color: #555555;
}

.commentlinkbox .postlinks {
	margin-right:10px;
}

#page {
	background: url(images/header_under.jpg) no-repeat 0px 269px;
}

#header {
	height: 269px;
	overflow: hidden;
}

#header * {
	color: #555;
	line-height: 1.3em;
	text-decoration: none;
}

#headerimg {
	background: transparent;
	height: 180px;
	width: 950px;
}

#header h1 {
	margin: 2em 0 0 0;
}
	
#nav {
	border-bottom: 1px solid #eee;
}

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

#nav li {
	background: #eee;
	float: left; display: inline; /* IE6 fix */
	margin: 0;
	padding: 0;
	position: relative;
}

#nav li:hover {
	background: #ddd;
}
	
#nav li a {
	display: block;
	padding: 0.2em 0.6em;
	text-decoration: none;
}

#nav li ul {
	display: none;
	position: absolute;
	z-index: 99;
}

#nav li:hover ul {
	background: #fff;
	border: 1px solid #999;
	display: block;
	left: 0;
	min-width: 150px;
	top: 1.9em;
	white-space: nowrap;
}

#nav li:hover li {
	background: #fff;
	display: block;
	float: none;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#nav li:hover li:hover {
	background: #eee;
}

#nav li:hover li a {
	padding: 0.3em 0.5em;
}

#content {

}

#content h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #555555;
	background-color: #E7E7E7;
	margin: 0;
	padding: 10px 16px;
	text-align: right;
}

#content h1 span.tagpage {
	background: url(images/tag_blue.gif) no-repeat;
	padding-bottom:24px;
	padding-left:28px;
	padding-top:6px;
}

#content h2 {
	font-size: 3.6em;
	margin: 0 0 0.3em 0;
}

#content h3 {
	font-size: 1.5em;
	margin: 1em 0 0.5em 0;
}

#content div.navigation {
	background-color:#ffffff;
	padding: 10px 16px 2px 16px;
}

#comments {
	background: #ffffff url(images/commentshaddow.gif) repeat-x top left;
	padding:16px;
}

#respond .input .commentdisclaimer {
	margin-left: 10px;
}

#sidebar {
	font-size: 0.9em;
	margin: 0;
	overflow: hidden;
	background-color: #fff;
	padding-top:12px;
}

#sidebar a {
	padding: 0 0.5em 0 0;
	white-space: nowrap;
	color: #6e6e6e;
}

#sidebar a:hover {
	color: #6e6e6e;
}

#sidebar div.info {
	background-color: #efefef;
	padding:8px;
}

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

#sidebar li {
	margin: 0 0 0.5em 0;
}

#sidebar h2 {
	font-size: 1.8em;
	margin: 0.5em 0;
	color: #00aeef;
	font-weight: bold;
}

#sidebar h2 a {
	color: #00aeef;
	text-decoration: none;
	white-space: normal;
}

#sidebar h2 a:hover {
	color: #00aeef;
	text-decoration: underline;
}

#sidebar form {
	margin-bottom: 1.5em;
}

#sidebar div {
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

#sidebar li.widget_twitter span.from-meta {
	display:none;
}

#sidebar li.widget_twitter a.twitterwidget {
	background: url(http://twitter-badges.s3.amazonaws.com/t_small-b.png) no-repeat left center;
	padding-left: 26px;
}

#sidebar p.rsslink {
	background: url(images/rss.png) no-repeat left center;
	padding-left:18px;
}

#sidebar p.svtlink {
	background: url(images/svtlink.jpg) no-repeat left center;
	padding-left:18px;
}

#footer {
	color: #555;
	font-size: 0.9em;
	margin: 0 0 1.5em 0;
	overflow: hidden;
}

#footer p {
	margin: 0.5em 0;
}

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

#footer li {
	display: inline;
	margin: 0 1em 0 0;
}

/* -- Twingly -- */
.tw_tooltip {
	font-size: 0.8em;
	background: #FFF;
	border: 1px solid #c0c0c0;
	padding: 2px;
	width: auto;
}
.tw_widget 
{
	width: 390px;
	font-size: 0.9em;
	text-align:left;
	margin-bottom: 16px;
}

.tw_widget img 
{
	border:0px;
	vertical-align: text-top;
}

.tw_header 
{
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 6px;
	margin-bottom: 6px;
}

.tw_sub_header
{
	width: 100%;
	text-align:left;
	margin-bottom:4px;
	padding-left:3px;
}

.tw_logo
{
	font-weight: 100;
	font-size:9px;
	float:right;
}

.tw_logo img 
{
	display:none;
}

/* pager */
.tw_pager
{
	text-align: center;
}
.tw_pager .hidden {
	display: none;
}
.tw_pager li, .tw_pager div, .tw_pager a {
	font-size: 1em;
	font-weight: bold;
	text-decoration:none;
}
.tw_pager:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.tw_pager .next {
	padding-right: 5px;	
}

.tw_pager .prev {
	padding-left: 5px;
}

.tw_pager a:hover, .tw_pager li:hover
{
}
.tw_pager div, .tw_pager ul, .tw_pager li {
	float:left;
	
}
.tw_pager  ul {
	margin:0;
	padding:0;
}
.tw_pager ul li {
	display: inline;
	list-style: none;
	margin:0;
	padding:0;
	margin: 0 2px 0 2px;
	cursor: pointer;
}
.tw_pager .indicator {
	
}
.tw_pager .right-buttons {

	
}

.tw_pager ul .selected {
	background: #C0C0C0;
}

#tw_searchframe 
{
	padding:5px;
}

.tw_footer
{
	padding-top: 5px;
}

/* LIST */

.tw_list
{
	clear: both;
	background-color:#fff;
}

.tw_list a
{
	text-decoration:none;
}

.tw_list a:hover
{
	text-decoration:underline;
}

.tw_list .tw_item .headline
{
	font-size:1em;
	font-weight:bold;
	overflow:hidden;
	/* clip text */
	height: 15px;
	padding-top:3px;
	padding-left:3px;
}

.tw_reportbutton 
{
	cursor:pointer;
	float:right;
	padding:4px 4px 0px 0px;
	vertical-align:middle;
}

.tw_list .tw_item img.nopointer 
{
	cursor:default;
}

.tw_list .sub 
{
	font-weight:normal;
	overflow: hidden;
	/* clip text */
	height: 13px;
	padding-bottom:3px;
	padding-left:3px;
}

.tw_list .alt 
{
	background-color:#eee;
}

.tw_selectbox 
{
	background-color:#EEEEEE;
	float:right;
}

.tw_selectbox select {
	font-size:0.9em;
	
}
.tw_list .tw_rss_icon img {
	margin: 0;
	/*filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3	; */
	padding: 0 4px 0 2px;
}

/* -- /Twingly -- */

#rss-3 h2 {
	display: none;
}

#rss-3 ul li {
	background: transparent url(images/play_icon.gif) no-repeat;
	padding-left: 20px !important;
}

/* Calendar */

.eventWidgetItem .eventTime {
	float:left;
	font-weight:bold;
	padding-right:5px;
	font-size: 1.2em;
}

#sidebar .eventWidgetItem p {
	margin: 0.4em 0 0 0 !important;
}

#sidebar .eventWidgetItem p.info {
}

.eventsListWidget .widgettitle {
	background: transparent url(images/calendarheader.jpg) -10px 0 no-repeat;
	height: 54px;
}

#sidebar .eventWidgetItem img {
	vertical-align: text-top;
}

.category-events .post {
	margin-bottom:0;
	padding-left:16px !important;
	padding-right:16px !important;
}

.category-events .post h2 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}