/*  
Theme Name: Simple F0T0
Author: Kell B. Larsen
Author URI: http://blog.bredsig.dk/
Theme URI: http://blog.bredsig.dk/
Description: Sliding doors photos and simple theme
Version: 1.0 
*/
html {height: 100%;}
body {
	background: rgb(255,255,255) url(./images/header.png) repeat-x top left;
	color: #000000;
	font: 11px Verdana,Arial,Sans-Serif;
	line-height:1.6;
	margin: 0;
	padding: 0;
	height: 100%;
}

a {	color: rgb(196,14,29); text-decoration: underline; }
img {	border: 0; margin: 0; padding: 0; max-width: 100%; }
form, input, select {	font: 11px Verdana,Tahoma,Arial,Sans-Serif; }
acronym, abbr, span.caps { cursor: help; }
	
/* Centrering af hele siden */
div.wrapper{
	margin: 0 auto;
	width: 900px;
	padding-left: 0px;
	padding-right: 0px;
	height: 100%;
}
body > .wrapper {height: auto; min-height: 100%;}

div.wrapper2{
	padding: 0 0 10px 0;
	margin: 0px;
	border-bottom: 1px solid rgb(153,153,153);
}

/* Header */
#head{
	padding: 0;
	margin: 0;
	width: 900px;
}
#head h1 {
	position: relative;
	margin: 20px 0 0 20px;
	font-size: 34px;
	padding: 0;
}
#head h1 a {
	text-decoration: none;
}
#head h2{
	position: relative;
	color: rgb(136,136,136);
	font-weight: normal;
	margin: -10px 0 5px 20px;
	font-size: 12px;
	padding: 0;
}
.header_menu {
	float: right;
	margin: -70px 0 0 0;
	position: relative;
	width: 190px;
}
ul.meta {
	list-style: none;
	display: block;
	position: relative;
	float: right;
	margin: 0 0 2px 0;
	padding: 0;
	clear: both;
}
ul.meta li {
	width: 24px;
	height: 24px;
	float: left;
	display: block;
	margin: 0 5px 0 5px;
	padding: 0;
}
ul.meta li a {
	height: 24px;
	width: 24px;
	display:block;
}
ul.meta li.hjem a { background: transparent url(./images/onebit_home.png) no-repeat top left; }
ul.meta li.kontakt a { background: transparent url(./images/onebit_contact.png) no-repeat top left; }
ul.meta li.rss a { background: transparent url(./images/onebit_rss.png) no-repeat top left; }
.header_menu img {
	margin: 0 5px -6px 0;
}
.header_menu form {
	clear: both;
}

ul.meta a span {
	display: none;
}

.sliding-photos {
	position:relative;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 210px;
	border-top: 1px solid rgb(199,199,199);
	border-bottom: 1px solid rgb(199,199,199);
	overflow: hidden;
}
.sliding-photos ul {
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 0;
	width: 900px;
	border-top: 1px solid rgb(153,153,153);
	border-bottom: 1px solid rgb(153,153,153);
	list-style: none;
	display: block;
	height: 200px;
	position: relative;
}
.sliding-photos ul li {
	float: left;
	display: block;
	overflow: hidden;
}
.sliding-photos ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 200px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0%;
}	
/* Indhold */ 
div.posts{
	padding-top: 1px;
	padding-bottom: 15px;
	width: 600px;
	margin-bottom: 2px;
}
#content{
	padding-left: 0px;
	width: 620px;
	margin-top: 0px;
	padding-top: 0px;
	float:left;
	color: rgb(78,74,74);
	font-size: 12px;
	font-weight: normal;
	background-color: rgb(255,255,255);
}
#content h2{
	font-size: 24px;
	color: rgb(0,0,0);
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	clear: both;
	margin: 10px 0 -11px 0;
	padding: 0;
	height: 40px;
}
#content h2 a{
	text-decoration: none;
	color: rgb(0,0,0);
}
h2#archive {
	margin-left: 15px;
}
#content p {
	margin: 10px 0 1px 0;
	padding: 0;
}
#content blockquote {
	font-style: italic;
}
/* Unødvendig? */
#content img {
	margin-top: 0px;
}
#dato {
	float: right;
	margin:-20px 0 0 0;
	text-transform: lowercase;
}
#post_meta p {
	font-size: 11px;
	padding: 0;
	margin: 0;
}
/* De skal stå lidt pænere!! */
span.prev{
	padding-left: 10px;
	float:left;
}
span.next{
	margin-right: 10px;
	padding-right: 10px;
	float:right;
}
/* Kommentarer */
#post_meta, div.respond {
	border-top: 1px solid rgb(136,136,136);
	border-bottom: 1px solid rgb(136,136,136);
	width: 480px;
	margin: 10px 50px 0 50px;
	padding: 0 10px 0px 10px;
	background-color: rgb(240,240,240);
}
.respond h3 {
	font-size: 12px;
	background: transparent url(./images/001_25.png) no-repeat 0 3px;
	padding: 0 0 0 16px;
	margin: 4px 0 4px 0;
}
.respond h3.open {
	background: transparent url(./images/001_26.png) no-repeat 0 3px;
}
.respond h3 a {
	text-decoration: none;
	color: rgb(0,0,0);
	padding: 0;
	margin: 0
}
.respond form {
	margin: 0 0 5px 0;
}
ol.commentlist {
	list-style: none;
	padding: 0 20px 0 20px;
}
.comment-author img {
	float: left;
	position: relative;
	margin: 0px 6px 10px -10px;
}
.comment-author cite {
	position: relative;
	margin: 0px 0 -3px 0;
	padding: -2px 0 0 0;
	display: block;
	font-weight: bold;
	font-style: normal;
}
.comment-author .says {
	display: none;
}
.comment-meta {
	float: left;
	display: block;
	font-style: italic;
}
.comment-body p {
	clear: left;
}
.commentlist li {
	background: rgb(250,250,250);
	border-top: 1px solid rgb(240,240,240);
	border-bottom: 1px solid rgb(240,240,240);
	margin-top: -10px;	
	padding: 0 10px 0 10px;
}
.reply {
	float: right;
	margin: -20px -5px 0 0;
}
/* Sidebar */ 
#sidebar-right{
	float: right;
	width: 230px;
	text-align: left;
	padding: 0px 15px 0px 15px;
	margin: 10px 0 10px 0;
	border-left: 1px solid rgb(226,221,222);
}
#sidebar-right a{
	color: rgb(196,14,29);
	text-decoration: underline;
}
#sidebar-right p {
	margin: 1px 0 1px 0;
	clear: both;
}
#sidebar-right h3 {
	border-bottom: 1px dashed rgb(0,0,0);
	text-transform: uppercase;
	padding: 0;
	position: relative;
	margin: 5px 0 3px 0;
	font-size: 11px;
}
#sidebar-right h3 img {
	float: right;
	margin-right: 5px;
}
#sidebar-right h4 {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 3px 0 0 0;
	padding: 0;
}
#sidebar-right h4 a, #sidebar h3 a {
	text-decoration: none;
	color: rgb(0,0,0);
}

#sidebar-bottom {
	width: 900px;
	clear: both;
	border-top: 1px solid rgb(199,199,199);
	padding: 2px 0 0 0;

}
#bottom-list {
	border-top: 1px solid rgb(153,153,153);
	list-style: none;
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
}
#bottom-list li.widget {
	width: 224px;
	float: left;
	display: block;
	overflow: hidden;
	border-right: 1px solid rgb(226,221,222);
	height: 170px;
	margin: 0;
}
#bottom-list li.widget:last-child {
	border: none;
}
#bottom-list li.widget h3 {
	border-bottom: 1px dashed rgb(0,0,0);
	text-transform: uppercase;
	padding: 0;
	position: relative;
	margin: 0px 10px 0 10px;
	font-size: 11px;
}
#bottom-list li.widget h3 a {
	text-decoration: none;
	color: rgb(0,0,0);
}
#bottom-list li.widget h3 a:hover {
	text-decoration: underline;
}
li.widget ul {
	list-style: none;
	padding: 0;
	margin: 2px 10px 0 10px;
}
li.widget ul li {
	padding: 0;
	margin: 0 0 10px 0;
}
li.widget ul li span {
	font-style: italic;
}
li.widget img.avatar {
	float: left;
	margin: 3px 5px 0 0;
}
li.widget .ngg-widget img {
	margin: 0 10px 0 10px !important;
	border:1px solid #A9A9A9 !important;
	padding: 2px !important;
}
li.widget .ngg-widget img:hover {
	background-color: #A9A9A9 !important;
}
li.widget .ngg-widget a {
	background-color: rgb(255,255,255) !important;
}

/* Footer */
#footer{
	margin: 0 0 20px 0;
	border-top: 1px solid rgb(199,199,199);
	text-align: right;
	height: 25px;
	padding-top: 13px;
}
#footer p{
	margin: 0px;
	padding: 0px;
	color: rgb(136,136,136);
	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color: rgb(136,136,136);
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
	float: right;
	margin: 0 5px 0 10px;
}
#madeby {
	float: left;
	margin-left: 4px;
	padding-top: 14px;
}
#madeby p{
	margin: 0px;
	padding: 0px;
	color: rgb(136,136,136);
	font-size: 10px;
	font-style: italic;
}
#madeby a {
	text-decoration: none;
	border-bottom: 1px dashed rgb(136,136,136);
	color: rgb(136,136,136);
}
#madeby a:hover {
	text-decoration: none;
} 
/* Billeder */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

/* NextGen Gallery */
.slideshowlink {
	color: rgb(255,0,0);
}
div.ngg-albumoverview {
	margin-left: 37px !important;
}
#ngg-forside div.ngg-albumoverview {
	margin-left: 24px !important;
}
.ngg-albumoverview .ngg-album-compact h4, .tubepress_meta_title {
	font-size: 12px !important;
	line-height: 1.2 !important;
	margin: 18px 0 2px 0 !important;
	padding: 0;
}
#ngg-forside .ngg-albumoverview .ngg-album-compact h4, .tubepress_meta_title {
	font-size: 12px !important;
	line-height: 1.2 !important;
	margin: -6px 0 2px 0 !important;
	padding: 0;
}
.jcarousel-skin-tango h4 {
	font-size: 12px !important;
	line-height: 1.2 !important;
	margin: 2px 0 2px 0 !important;
	padding: 0;
}
.ngg-albumoverview .ngg-album-compact strong, .jcarousel-skin-tango strong {
	font-weight: normal !important;
}
.ngg-albumoverview .ngg-album-compact p, .jcarousel-skin-tango p {
	text-transform: lowercase !important;
	margin: 2px 0 0 0 !important;
	padding: 0;
}

.ngg-albumoverview .ngg-album-compact img {
	width: 148px !important;
	height: 99px !important;
	margin-left: -7px !important;
}
#ngg-forside .ngg-albumoverview .ngg-album-compact img {
	width: 118px !important;
	height: 79px !important;
	margin-left: -7px !important;
}
.ngg-album-compactbox {
	background-image: none !important;
	width: 100% !important;
}
.ngg-album-compact {
	margin: 2px 0px 2px 0px !important;
	height: 190px !important;
	width: 187px !important;
}
.ngg-album-link {
	width: 100% !important;
}
#ngg-forside .ngg-album-compact {
	margin: 2px 0px 2px 0px !important;
	height: 150px !important;
	width: 144px !important;
}
.ngg-galleryoverview {
	margin-left: 33px !important;
}
.ngg-gallery-thumbnail-box {
	margin: 0 0 10px 0 !important;
	width: 283px !important;
	text-align: center !important;
}
.ngg-gallery-thumbnail {
	width: 283px !important;	
}
.ngg-gallery-thumbnail img {
	margin: 0 auto !important;
}

/* Tubepress Gallery */
.tubepress_thumb_inner img {
	width: 116px !important;
	height: 90px !important;
	margin: 0 0 0 -3px !important;
	padding: 0 !important;	
}
.tubepress_thumb_inner {
/*	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important; */
	margin: 0 !important;
	padding: 0 !important;
}
.tubepress_meta_group {
	margin: 0 !important;
	padding: 0 !important;
}
.tubepress_thumb {
	margin: 0 12px 0 0 !important;
	padding: 0 !important;
	width: 116px !important;	
}
.tubepress_meta_runtime {
	font-weight: normal !important;
	margin-top: 4px !important;
	float: left;
}
/* jCarousel */
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    /*
		background: #F0F6F9;
    border: 1px solid #346F97;
		*/
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 520px;
    padding: 20px 40px 10px 48px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  520px;
    height: 120px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 155px;
    height: 120px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 12px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(./images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(./images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}