/*
	Northpole style for Textpattern
	fixed width, version 2.0
	by Sivert L. Nielsen (sivni.com)
	created  - 28. oct 2004
	reworked - 08. mar 2005

	You can delete this comment if you want to.
*/
body
{
	background-color: #B0B3A3;
	color:#666;
	font-family: Trebuchet MS, Tahoma, "verdana", Arial, helvetica, sans-serif;
	font-size: 14px;
        line-height: 1.7;
	margin: 0;
	padding: 0;
}

a:link {
	color: #6096BF;
}

a:visited {
	color: #899198;
}

a:hover {
	color: #BFE4FF;
}

h1, h2, h3, h4, h5, h6, th {
	font-family: Tahoma, "Trebuchet MS", verdana, helvetica, sans-serif;
 line-height: 1.5;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, th a{
	text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, th a:hover{
	text-decoration:underline;
}

h1 {
	font-size: 35px;

}

h2 {
	font-size: 18px;
      
}

h3 {
	font-size: 16px;
        margin-top: 20px;
        margin-bottom: 5px;
}

h3.author {
        margin-top: -10px;
}

small {
	font-size:10px;
}

#head
{	
	text-align:left;
	padding:10px;
margin: 0px;
border-bottom: 10px #333 solid;


}

#logo
{
float: left;
}


#crumbs {
	
}

#container
{
	width: 790px;
	margin-left:auto;
	margin-right:auto;
	/*margin-left:20px;
	margin-right:20px;*/
	margin-top:20px;
	padding:0px;

	border: 1px solid #666;
/*	border-top:0px;*/
	background-color: #fff;	
}


#left
{
/*
	float: left;
	width:150px;
padding-left:25px;
	padding-top:20px;

	text-align:left;
	font-size:10px;
*/
}

#center
{
        padding-left: 10px;
        padding-right: 10px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	/*border-left: 1px solid #ccc;*/
}

#right
{
/*
	clear:left;
	float: left;
	width:150px;
	font-size:10px;
	padding-left:25px;
	padding-top:20px;
	text-align: left;
*/
}

#foot
{

	font-size:10px;
	padding: 10px;
}
/*
.pgNum {
	display: inline;
	padding: 5px 15px;
	border-right: 1px solid #000;
	list-style: none;
	}

.pgLast {
	border-right: 0px;
	}


.pgCurrent {
       font-weight: bold;
}
*/
/* navigation
--------------------------------------------------*/
#navigation {
	height:2.7em;
	line-height:2.7em;
       margin: 0px;
height: 72px;
 
}

#navigation a {
	color:black;
text-decoration: none;
}

#navigation .selected a  {
	color:#330000;
        text-decoration: underline;
}

#navigation a:hover  {
	color:#330000;
        text-decoration: underline;
}



#navigation ul {
	margin:0;
	padding:0;

}

#navigation li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	border-right:1px solid;
	white-space:nowrap;
	border-color:white;
}

#navigation li a {
 display:block; 
  padding:0 18px;
  font-size:0.8em;
  text-transform:uppercase;
  letter-spacing:1px;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */


#navigation form {
display: none;
/*
	float:right;
	height:100%;
	width:189px;
	padding:0 15px;
	border-left:1px solid;
	line-height:0;
	border-color:white;
	background:#663300 url(images/blix_corner_bottom_right.gif) bottom right no-repeat;
*/
}

#navigation form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:7px;
  border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s {
	height:1.5em;
	width:100px;
	margin:0 5px 0 0;
	padding:0;
	border:1px solid;
	font-size:0.8em;
	vertical-align:middle;
	border-color:#FFF9EA;
}

#navigation #searchbutton {
	height:2em;
	width:auto;
	padding:0 1px;
	border:1px solid;
	font-size:9px;
	letter-spacing:1px;
	text-align:center;
	vertical-align:middle;
	color:white;
	background-color:#A3C159;
}


.promobox {
float:right;
/*background-color:#A3C159;*/
padding:10px;
padding-top: 0px;
padding-bottom: 0px;
margin: 8px;
}
/*
.promobox a {
color:#300;
text-decoration: none;
}
*/

ul#pages {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 10px;
        float: right;
        
}

ul#pages li {
	display: inline;
	float: left;
	margin: 0 2px;
}


ul#pages li a, ul#pages li a:visited {
	display: block;
	font-weight: bold;
	padding: 0 6px 0 6px; 

	border: 1px solid #009;

        border: 0px;
}


ul#pages li a:hover {
	text-decoration: none !important;

}

ul#pages li.pgEmpty {
	color: #666;
	display: block;
	padding: 0 6px 0 6px;
	border: 1px solid #666;
        border: 0px;
}

ul#pages li.pgCurrent {
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 6px 0 6px;
	border: 0px;
}

.pagenav {
width: 100%;
text-align: right;
background-color: #CCC;
border: 10px solid black;
}

#comment {
float: clear;
}

.pgStatus {
float:right;
margin-top: -30px;
color: #999;
padding-right: 20px;
}

.imgpop {
text-align: center;
margin-left: auto;
margin-right: auto;
}

.caption {
padding: 8px;
border: solid 1px #333;
background-color: #ededbd;
font-family: verdana;
color: #333;
font-size: .88em;
width: 92%
}

.teaser
{
text-align: right;
width: 100%
font-size: 1.5em;
border: solid 1px black;
}

#sidebar{display: none;}

.xpost {

border-bottom: 1px solid #333;
width: 700px;
padding: 5px 0 0px 0;
margin: 0 0 5px 0;
height: auto;
}
.xpost p { padding: 0 0 10px 0; }



.xrssImg {
float:left;
margin: 10px 0 0 10px !important;
margin: 10px 0 0 5px;
}

.xrssImg img {
display: block;
position: relative;
margin: -4px 10px 10px -4px;
border: none;
}

.xmeta {
padding: 0px 0 10px 0;
}

.xmeta h2 {

margin: 0 15px 0 0;
padding: 0;
color: #444;
font-weight: normal;
}

.xmeta a {color: #003;}

.meta:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.xrssThumbFloat {
  width: 150px;
  border: 1px solid #999;
  margin: 0 15px 15px 0;
  padding: 5px;
  text-align: center;
  font-size: .85em;
}


#xfullsize {
float:right;
margin: 15px 0 0 10px !important;
margin: 15px 0 0 5px;
}

#xfullsize img {
display: block;
position: relative;
border: none;
}


#xdesc {display: none;}

.xrssThumbs {
float: left;
}


/* ***  Photos and Thumbnails *** */
.rssThumbFloat {
float: left;
width: 150px;
border: 1px solid #999;
text-align: center;
font-size: .85em;
}

#photos .rssThumbs {
float: left;
}

#photos .meta {
margin: 0 0 0 130px;
}

.rssThumbs tr, #desc {
text-align: center;
}



.rssImg {
float:left;
margin-bottom: 10px;
}

.rssImg img {
display: block;
position: relative;
background-color: #fff;
border: 1px solid #a9a9a9;
}

.cap { clear: both; display: block; }

#desc {display:none;}

#fullsize {
float:right;

}

#fullsize img {
display: block;
position: relative;
background-color: #fff;
border: 1px solid #a9a9a9;

}
/* ***  Photos and Thumbnails *** */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

