/*
Theme Name: Generic
Description: Generic theme for various blogs.
Version: 1.0
Author: Martin Moen Wulffeld
Author URI: http://www.wulffeld.org/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: none;
}

body {
  font: 12px/17px "Helvetica Neue", "Lucida Grande", Verdana, Arial, sans-serif;
  color: #242424;
  background: #fff;
  margin: 0 auto;
}

p,
span {
  font-size: 12px;
  line-height: 17px;
}

img,
a img,
:link img,
:visited img {
  border: none;
}

a,
a:visited {
  color: #0160aa;
  text-decoration: none;
}

a:hover {
  color: #0160aa;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Lucida Grande", Verdana, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}

h1 {
  font-size: 20px;
  line-height: 22px;
  margin: 12px 0 8px 0;
}

h2 {
  font-size: 19px;
  line-height: 21px;
  margin: 12px 0 8px 0;
}

h3 {
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0 8px 0;
}

h4 {
  font-size: 14px;
  line-height: 16px;
  margin: 12px 0 8px 0;
}

small {
  font-size: .9em;
  line-height: 15px;
}

small, strike {
  color: #777;
}
  
code {
  font: 11px 'Courier New', Courier, Monospace;
}

acronym, abbr {
  font-size: 0.9em;
  letter-spacing: .07em;
  border-bottom: 1px dashed #999;
  cursor: help;
}

blockquote {
  margin: 20px 0;
  padding: 0 20px 0 50px;
  background: transparent url('images/quote.gif') no-repeat 10px 0;
  font-style: italic;
  line-height: 16px;
}

ul {
  margin: 13px 0 10px 0;
}

li {
  margin-left: 20px;
}

ol li {
  list-style: decimal outside;
}

input[type=text],
textarea {
  font-family: "Helvetica Neue", "Lucida Grande", Verdana, Arial, Sans-Serif;
  font-size: 12px;
  padding: 3px;
  color: #777;
}

#outer {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

#page {
  text-align: left;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

#header {
  padding: 0;
  margin: 0;
}

#main {
  overflow: hidden;
}

#content {
  width: 506px;
  margin: 0 0 20px 0px;
  padding: 10px 0 15px 0px;
  display: inline;
  float: left;
}

#sidebar_left,
#sidebar_right {
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  font-size: 10px;
  line-height: 15px;
}

#sidebar_left {
  text-align: left;
  margin-left: 23px;
  padding-right: 10px;
  width: 160px;
  float: left;
  border-right: 1px solid #e4e4e4;
}

#sidebar_right {
  float: right;
  width: 250px;
}

#footer {
  clear: both;
  float: left;
  margin: 0 0 40px 0;
  padding: 2px 0 0 0;
  border-top: 6px solid #dadfe2;
  text-align: left;
  font-size: 11px;
}

#header #logo_title {
  float: left;
  margin-top: 0px;
}

#header #logo_title h1 {
  float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

#header #logo_title h1 span {
  text-indent: -9999px;
  display: none;
}

#header #logo_title div {
  float: left;
}

#header #social_buttons {
  float: right;
  margin-top: 13px;
}

#header #social_buttons a {
  margin-left: 5px;
}

#header #social_buttons a:hover {
  background-color: none;
  border: none;
}

#header div#search {
  float: right;
  margin: 14px 8px 0 0;
  width: 188px;
  border: 1px solid #ccc;
}

#header div#search form {
  margin: 0;
  padding: 0;
  display: block;
  background: transparent;
}

#header div#search form input.txt {
  border: none;
  margin: 0;
  padding: 4px;
  font-size: 13px;
  line-height: 15px;
  background: transparent;
  background: #fff url('images/search_bg.jpg') no-repeat 100% 0%;
  width: 180px;
}

#header div#search form span {
  border: 1px solid #ddd;
}

#navigation {
  clear: both;
  height: 40px;
  background: #fff url('images/nav_bg.jpg') repeat-x 0 0;
  margin-top: 8px;
}

#navigation ul.menu {
  float: left;
  display: inline;
  margin: 0px 10px 0 10px;
  padding: 0px 0 0 0;
  list-style: none;
}

#navigation ul.menu li {
  display: inline;
  margin: 0;
}

#navigation ul.menu li a {
  display: block;
  float: left;
  padding: 0;
  margin: 0 2px 0 0;
  padding: 6px 13px;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  font-weight: bold;
  background-color: transparent;
  color: #00101c;
  text-decoration: none;
  text-transform: uppercase;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#navigation ul.menu li a:hover,
#navigation ul.menu li.current_page_item a,
#navigation ul.menu li.current_page_item a:hover {
  background-color: #e5e5e5;
  text-decoration: none;
}

/* Sidebar */
.sidebar .tall_ads {
  width: 424px;
  overflow: auto;
}

.sidebar .col1 {
  float: left;
  display: inline;
  margin: 10px 0 10px 0;
  width: 160px;
  padding: 0;
}

.sidebar .col2 {
  float: right;
  display: inline;
  margin: 10px 0 10px 0;
  width: 250px;
  padding: 0;
}

.sidebar h2 { /* sidebar H2 is sidebar headlines */
  font-size: 13px;
  line-height: 15px;
  padding: 4px 0px 3px 0px;
  border-top: 1px solid #494949;
  border-bottom: 1px solid #cbcbcb;
  text-transform: uppercase;
}

.sidebar h3 {
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 4px;
}

.sidebar span a {
  margin-left: 10px;
}

.sidebar div p {
  margin-top: 0.5em;
}

.sidebar ul {
  margin: 5px 0 0;
  padding-left: 0;
}

.sidebar ul li {
  margin: 0;
  padding: 1px 0;
  list-style: none;
}

.sidebar div.links > h2 {
  margin-bottom: 0px;
  line-height: 16px;
}

.sidebar div.links h3 {
  font-size: 12px;
}

.sidebar div.links a {
  font-size: 11px;
}

.sidebar div.links ul {
  margin: 0;
}

.sidebar div.links ul li {
  margin: 0;
  line-height: 0;
}

.sidebar div.links ul li a {
  margin: 0;
  line-height: 13px;
}

.sidebar div.links .linkcat h2 {
  margin: 4px 0 2px 0;
  font-size: 13px;
  line-height: 16px
}

.sidebar div.box {
  margin: 15px 0;
}

.sidebar div.icons {
  text-align: center;
  margin: 6px 0 0 0;
  line-height: 13px;
  font-size: 11px;
}

/* Sidebar - Tags */
.sidebar ul.tags {
  display: block;
  text-align: center;
  margin: 0;
  width: 100%;
  padding: 0;
  list-style: none;
}

.sidebar ul.tags li {
  display: block;
  float: left;
  margin: 0 4px 3px 0;
}

.sidebar ul.tags li a {
  display: block;
  height: 16px;
  background-color: #e6eff6;
  padding: 5px 8px;
  white-space: nowrap;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.sidebar ul.tags li a:hover {
  background-color: #004b86;
  color: #fff;
  text-shadow: none;
  text-decoration: none;
}

.sidebar div#popular {
  margin-bottom: 10px;
}

.sidebar ul.recent_comments *,
.sidebar div#popular li * {
  font-size: 11px;
  line-height: 15px;
}

/* Content */
#content .pagetitle { /* Used on static pages and archives */
  clear: left;
  text-align: left;
  margin: 10px 0 8px 0;
}

#content h1 {
  font-size: 18px;
  line-height: 20px;
  color: #404040;
  padding: 6px 0px 0 0;
}

#content h1 a,
#content h1 a:hover {
  text-decoration: none;
}

#content .item {
  clear: left;
  margin: 0;
  padding: 5px 0 0 0;
  position: relative;
  height: 1%;
}

#content .item h1 {
  margin-top: 10px;
}

#content .item h1 a {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #cc2828;
  text-transform: uppercase;
}

#content .item h1 a:hover {
  text-decoration: underline;
}

#content .item .entry {
  font-size: 12px;
  line-height: 18px;
  color: #242424;
}

#content .item p,
#content .item ul,
#content .item ol,
#content .item div,
#content .item blockquote {
  margin: 11px 0;
}

#content .item ol,
#content .item ul {
  padding: 0 0 0 35px;
  margin: 7px 0 0 0;
}

#content .item .entry ol,
#content .item .entry ul {
  padding: 0 0 0 35px;
  margin: 0;
}

#content .item .entry ol li,
#content .item .entry ul li {
  margin: 0 0 3px;
  padding: 0;
}

#content .item .entry img {
  margin: 0;
  padding: 1px;
  border: 2px solid #00101c;
}

#content .item .entry img.alignleft {
  margin: 0 10px 10px 0;
  display: inline;
}

#content .item .entry img.alignright {
  margin: 0 0 10px 10px;
  display: inline;
}

/* Below .entry. */
#content .item div.shopblurb {
  clear: both;
  padding: 10px 0 10px 0;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

#content .item div.metadata {
  clear: both;
  margin: 5px 0 0 0;
  overflow: hidden;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#content .item div.metadata a.addthis {
  float: left;
  margin: 4px 0 0 0;
  overflow: hidden;
}

#content .item div.metadata a.addthis * {
  margin: 0 !important;
}

#content .item div.metadata .commentslink {
  clear: right;
  display: block;
  float: right;
  padding: 0px 0 2px 0;
  margin: 0 0 0 10px;
  font-size: 11px;
  line-height: 13px;
}

#content .item div.metadata span.published {
  float: right;
  font-size: 11px;
  line-height: 13px;
  color: #b9b9b9;
  padding: 2px 0 2px 0;
  margin: 0;
}

#content .item div.metadata div.tags {
  margin: 6px 0 3px 0;
  overflow: hidden;
}

#content .item div.metadata div.tags span {
  display: block;
  float: left;
  padding: 4px 4px 4px 0;
  margin: 0;
  font-size: 11px;
  line-height: 13px;
  color: #6c6c6c;
}

#content .item div.metadata div.tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content .item div.metadata div.tags ul li {
  display: block;
  float: left;
  margin: 0 2px 1px 0;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
}

#content .item div.metadata div.tags ul li a {
  display: block;
  padding: 4px;
  margin: 0;
  font-size: 11px;
  line-height: 13px;
  background-color: #0160aa;
  color: #fff;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#content .item div.metadata div.tags ul li a:hover {
  background-color: #004b86;
  text-decoration: none;
}

#content .item div.related_articles {
  background-color: #f6f6f6;
  margin-top: 1px;
  padding: 1px 0 3px 0;
  border-top: 2px solid #00101c;
  border-bottom: 1px solid #cccccc;
}

#content .item div.related_articles h2,
#content div#comments h2#number {
  float: left;
  overflow: hidden;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  margin: 0 0 4px 0;
  padding: 3px 6px;
  background-color: #00101c;
  color: #fff;
  -moz-border-radius-bottomright: 4px;
  -khtml-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
}

#content .item div.related_articles div.articles {
  clear: left;
  padding: 5px 8px;
}

#content .item div.related_articles ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#content .item div.related_articles ul li {
  float: left;
  width: 113px;
  margin: 0 8px 0 0;
  padding: 0;
}

#content .item div.related_articles ul li img {
  border: 2px solid #0160aa;
}

#content .item div.related_articles ul li a {
  display: block;
  margin: 2px 0 1px 0;
  font-size: 11px;
  line-height: 13px;
}

#content .item div.related_articles ul li span {
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #3f4245;
}

#content #comments {
  margin: 1px 0 20px 0;
  padding: 1px 0 4px 0;
  border-top: 2px solid #00101c;
}

#content div#comments h2#number {
  margin-bottom: 14px;
}

#content .commentlist {
  margin: 0;
  padding: 0;
}

#content .commentlist li {
  clear: both;
  display: block;
  margin: 2px 0 6px 0;
  list-style: none;
}

#content .commentlist li div.info {
  background-color: #fff;
  margin: 0;
  border-bottom: 1px solid #00101c;
  overflow: hidden;
}

#content .commentlist li div.num {
  float: right;
  padding: 5px 0;
  width: 28px;
  text-align: center;
  background-color: #00101c;
  color: #fff;
  -moz-border-radius-topleft: 6px;
  -khtml-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
}

#content .commentlist li img {
  float: left;
  margin: 0;
}

#content .commentlist li span.author {
  float: left;
  overflow: hidden;
  margin: 12px 20px 0 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #566363;
}

#content .commentlist li span.time {
  display: block;
  margin: 14px 33px 0 0;
  text-align: right;
  font-size: 10px;
  line-height: 12px;
  color: #a7adad;
}

#content .commentlist .comment {
  background-color: #fff;
  padding: 8px 0;
}
   
#content #comments form {
  clear: both;
  padding: 1px 0 10px;
  margin: 0;
  width: 500px;
}

#content #comments form input[type=text] {
  width: 45%;
  margin: 5px 5px 1px 0;
}

#content #comments form textarea {
  width: 500px;
  height: 200px;
  padding: 2px;
  margin: 4px 0;
  _width: 496px;
}

#content #comments form #submit {
  margin: 0;
  float: right;
}

/* wp-pagenavi */
.pagination {
  clear: left;
  float: left;
  width: 500px;
  height: 50px;
  margin: 15px 0;
}

.wp-pagenavi {
  margin: 0 auto;
  text-align: center;
}

.wp-pagenavi * {
  font-size: 11px;
  line-height: 13px;
	padding: 7px; 
	margin: 1px 1px 1px 0;
	background-color: #0160aa;
	color: #656;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: block;
  float: left;
  margin: 0;
}

.wp-pagenavi a,
.wp-pagenavi a:link {
	background-color: #0160aa;
	color: #fff;
  font-size: 12px;
  line-height: 13px;
	text-decoration: none;
}

.wp-pagenavi a:hover {	
  background-color: #004b86;
	color: #fff;
	text-decoration: none;
}

.wp-pagenavi a:active {
  background-color: #004b86;
	color: #fff;
}

.wp-pagenavi span.current {
  background-color: #004b86;
	color: #fff;
}

/* Side 1 af 30 */
.wp-pagenavi span.pages {
  background-color: #e3e3e3;
  color: #7f7f7f;
}

/* ... */
.wp-pagenavi span.extend {
  background-color: #e3e3e3;
  color: #7f7f7f;
}

#contactform input,
#contactform textarea {
  padding: 3px;
  width: 200px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.9em;
  color: #414141;
}

#contactform {
  margin-bottom: 18px;
}

#contactform textarea,
#contactform #bx_subject {
  width: 465px;
}

#contactform fieldset {
  border: 0 solid;
} /* Opera */

#contactform p {
  padding: 6px 0;
}

#contactform label {
  display: block;
  width: 90px;
}

* html #contactform textarea,
* html #contactform #bx_subject {
  width: 445px;
} /* IE WIN; but why? */

/* Contact Form */
#contactform {
  width: 100%; 
  position: relative;
}

/* TradeDoubler adtool */
table.tradedoublerContentUnitTable,
table.tradedoublerContentUnitTable td {
  background: transparent;
}

table.tradedoublerContentUnitTable td > img {
  display: none;
  width: 0;
  height: 0;
}

table.tradedoublerContentUnitTable td img {
  border-width: 1px !important;
}

/* Footer. */
div#footer div.inner {
  background-color: #eaedef;
  width: 940px;
  padding: 6px 10px;
}

div#footer div.shadow {
  border-top: 2px solid #dadfe2;
}

div#footer p,
div#footer span,
div#footer li {
  color: #7ca0ad;
}

div#footer a {
  color: #fff;
}

div#footer a:hover {
  color: #fff;
  text-decoration: none;
}

div#footer div.box h3 {
  color: #00101c;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100px;
}

div#footer div.box {
  overflow: hidden;
  margin: 0 0 10px 0;
}

div#footer div.box ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

div#footer div.box li {
  display: block;
  float: left;
  margin: 0 4px 3px 0;
}

div#footer div.box li a {
  display: block;
  background-color: #b32929;
  padding: 8px 8px;
  height: 16px;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 1px 1px 1px #920f0f;
}

div#footer div.box ul.tags li a {
  min-height: 25px;
  max-height: 25px;
  line-height: 25px;
}

div#footer div.box li a:hover {
  background-color: #920f0f;
  text-shadow: 1px 1px 1px #920f0f;
  text-decoration: none;
}

div#footer div.meta {
  margin-top: 2px;
  background-color: #eaedef;
  padding: 10px 10px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -khtml-border-radius-bottomleft: 7px;
  -khtml-border-radius-bottomright: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
}

div#footer div.meta p {
  color: #a4a8ab;
  font-size: 11px;
}

div#footer div.meta a,
div#footer div.meta a:hover {
  color: #c64343;
}

div#footer div.meta a:hover {
  text-decoration: underline;
}

/* Ads */
div.advert {
  margin: 5px 0;
}

div.ad_single_above_tags,
div.ad_single_below_comments {
  text-align: center;
  padding: 2px 0;
}

div.ad_above_post {
  width: 468px;
  margin-left: auto;
  margin-right: auto;
}

div.ad_above_footer {
  clear: both;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Misc */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.clearleft {
  clear: left;
}

.clearboth {
  clear: both;
  margin: 0 auto;
  padding: 0;
}
