/* by sharwankami */
body{
	background:#e5e5e5;
	margin:12px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;	
}
#pagewidth{
	width:978px;
	margin:0px auto 0px auto;
	padding:0px;
	background:#fff;
	/*overflow:hidden;*/
}
#wrapper{
	/*overflow:hidden;*/
	padding:10px;
	margin:0px;
}

#header{
	border-bottom:1px solid #e1e1e1;
	padding-bottom:1px;
	/*overflow:hidden;*/
}

#pagebody{
	overflow:hidden;
	clear:both;
	z-index:90;
}
#col1,#col2,#col3{
	display: inline; /* ie win bugfix */
	float: left;
	min-height: 1px;
	overflow:hidden;
}

#col1{
	width:195px;	
}
#col2{
	width:496px;
}
#col3{
	width:267px;
}

#col1-inner{
	padding:10px 0px 10px 0px;
}
#col2-inner{
	padding:10px;
}
#col3-inner{
	padding:10px 0px 10px 0px;
}

#footer{
	border-top:6px solid #000000;
	overflow:hidden;
	
}

#footer-inner{
	margin-top:1px;
	border-top:1px solid #e1e1e1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5;
	padding:10px;
}

#footer-inner ul{
	margin:0px;
	padding:0px;
}

#footer-inner ul li{
	float:left;
	width:50%;
	list-style-type:none;
}

#top-nav{
	background:#313131;
	height:27px;
	padding-top:1px;
	margin:0px;
	clear:both;
	overflow:hidden;
}
#top-nav-inner{
	/*margin:1px;*/
	background:url(./images/top-nav-inner-bg.jpg) repeat-x;
	color:#bbbbbb;
	font-size:12px;
	padding:6px;
}
#top-nav-inner ul{
	margin:0px;
	padding:0px;
}

#top-nav-inner ul li{
	float:left;
	margin:0px;
	padding-right:20px;
	list-style-type:none;
}
#top-nav-inner ul li a{
	color:#bbbbbb;
	text-decoration:none;
}
#top-nav-inner ul li a:hover{
	color:#ffffff;
}
#top-nav-inner ul li .weather{
 color:#fff;
}





#sub-nav{
	background:#fff;
}
#sub-nav-inner{
	background:url(./images/sub-nav-inner-bg.jpg) repeat-x top;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;	
	margin-top:1px;
	height:12px;
	color:#bbbbbb;
	font-size:10px;
	padding:6px;
}
#sub-nav-inner ul{
	margin:0px;
	padding:0px;
}

#sub-nav-inner ul li{
	float:left;
	margin:0px;
	padding-right:20px;
	list-style-type:none;
}
#sub-nav-inner ul li a{
	color:#666666;
	text-decoration:none;
	text-transform:uppercase;
}
#sub-nav-inner ul li a:hover{
	color:#000;
}

#nav{
	height:28px;
	border-bottom:6px solid #000000;
	margin-top:2px;
}
#nav-inner{
	margin-bottom:1px;
}
#nav-inner ul{
	margin:0px;
	padding:0px;
}

#nav-inner ul li{
	float:left;
	margin:0px;
	padding-right:2px;
	list-style-type:none;
}
#nav-inner ul li a{
	padding:3px 12px 2px 12px;
	display:block;
	border:1px solid #e5e5e5;
	color:#272727;
	font-size:15px;
	font-weight:bold;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:none;
}
#nav-inner ul li a:hover{
	color:#fff;
	background:#272727;
}
#nav-inner ul li ul{
	position:absolute;
	z-index:100;
	background:#fff;
	padding:0px 10px 10px 10px;
}

#nav-inner ul li ul li{
 display:block;
 float:none;
 border:none;
 padding:0px;
 margin:0px;
 clear:both;
}
#nav-inner ul li ul li a{
	float:none;
	border:none;
	font-size:small;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	line-height:normal;
	margin:0px;
	color:#fff;
	background:#666666;
}
#nav-inner ul li ul,#nav-inner ul li ul{
 display:none;
}


#nav-inner ul li.ddmenu ul,#nav-inner ul li.ddmenu ul{
	display:none;
}
#nav-inner ul li.ddmenu ul{
	/*display:block;*/
}
#nav-inner ul li.ddmenu:hover ul{
	display:block;
}


a {
text-decoration: none;
color:#000; 
}
a img { border: 0; }
a:hover {color:#666666;}

h1, h2, h3, h4, h5, h6 { font-weight: normal;display:block; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin: 0px;
	padding:0px;
}

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	/*margin: 0 -1px -1px 0;*/
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#main-img{
	border:1px solid #dfdfdf;
	padding:10px;
	background:#ececec;
	margin-bottom:10px;
	text-align:center;
}

.entry{
	border-top:2px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:10px;
	overflow:hidden;
	background:#ffffff;
}

.entry hr{
	border:none;
	height:1px;
	background:#ececec;
	width:100%;
}

.entry img{
	margin:10px;
}
.entry  .photo-desc{
	font-style:italic;
	color:#686868;
	font-size:11px;
}
.entry h1{
	text-transform:uppercase;
	color:#000;
	border-bottom:1px solid #dfdfdf;
	padding:10px 15px 10px 15px;
	background:#ececec;
}
.entry h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#777777;
	/*border-bottom:1px solid #e4e4e4;*/
	margin:10px;
}
.entry .date{
	font-size:11px;
	color:#777777;
	padding-bottom:10px;
}

.entry .content{
	margin:14px;
	font-size:13px;
	color:#000;
	line-height:1.5;
}
.entry .content p{
	padding-bottom:10px;
}

.entry .content a {
border-bottom:1px dotted red;
}

#logo{
	float:left;
}
#top-banner{
	float:left;
	width:420px;
	height:70px;
	border:1px solid #e1e1e1;
	margin-top:10px;
	margin-right:5px;
}
#top-search{
	float:left;
	background:url(./images/top-search-bg.jpg) no-repeat top;
	width:266px;
	padding-right:10px;
}

#top-search input{
	float:left;
	margin-top:4px;
}

#top-search label{
	float:left;
	margin-right:10px;
	padding-top:2px;
	margin-left:5px;
}

.search-txt{
	border:none;
	width:210px;
	height:15px;
	margin-left:22px;
	margin-bottom:4px;
	margin-right:5px;
}

.btn-login{
	background:url(./images/login-btn.jpg) no-repeat;
	width:45px;
	border:none;
	font-size:11px;
	margin-right:10px;
	
	padding:2px;
}

.btn-register{
	background:url(./images/register-btn.jpg) no-repeat;
	width:60px;
	border:none;
	font-size:11px;
	float:left;
	padding:2px;
}
.tiny-links{
	font-size:10px;
	text-align:center;
	margin-top:10px;
}
.tiny-links a{
	color:#000;
	text-decoration:none;
}
.tiny-links a:hover{
	text-decoration:underline;
}
.site-search{
	color:#fff;
	font-weight:bold;
	float:right;
	width:250px;
	background:url(./images/site-search.jpg) no-repeat left;
	padding-left:15px;
}
.weather{
	color:#fff;
	font-weight:bold;
}
.subscribe{
	font-size:11px;
	color:#000;
	font-weight:bold;
	float:right;
	width:100px;
	background:url(./images/sub-arrow.jpg) no-repeat left;
	padding-left:15px;
	text-transform:uppercase
}
.subscribe a{
	color:#000;
	text-decoration:none;
}
.subscribe a:hover{
	text-decoration:underline;
}


/* modules */

.module-left{
	border-top:2px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:10px;
	padding:0px;
	overflow:hidden;
	clear:both;
}
.module-left h1{
	color:#000;
	border-bottom:1px solid #dfdfdf;
	font-size:12px;
	font-weight:bold;
}
.module-left h1 a{
	color:#000;
	text-decoration:none;
}
.module-left h1 a:hover{
	color:#000;
	text-decoration:underline
}


.module-left h2{
	color:#000;
	border-bottom:1px solid #dfdfdf;
	padding:10px 10px 10px 10px;
	background-color:#ececec;
	font-size:14px;
	font-weight:bold;
}
.module-left .content{
	margin:9px;
	background:#fff;
	font-size:11px;
	color:#060606;
	line-height:1.5;
}
.module-left img{
	margin-top:4px;
	margin-bottom:4px;
}

.module-left .content ul{
	margin:0px;
	padding:0px;
}
.module-left .content ul li{
	list-style:none;
	float:left;
	margin-right:4px;
}

.module-left .content .date{
	background:#000;
	color:#fff;
	padding:4px;
	margin:0px;
	font-size:10px;
}
.module-left .content .footer{
	font-size:10px;
	color:#797979;
}


.module{
	border-top:2px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:10px;
	clear:both;
	display:block;
}
.module h1{
	color:#000;
	border-bottom:1px solid #dfdfdf;
	padding:10px 10px 10px 10px;
	background:#ececec;
	font-size:16px;
	font-weight:bold;
}
.module h2{
	margin:0px;
	padding:0px;
	color:#000;
	font-size:14px;
	font-weight:bold;
}


.module hr{
	border:none;
	height:1px;
	background:#ececec;
	clear:both;
}

.module .content{
	margin:10px;
	background:#fff;
	font-size:11px;
	color:#000;
	line-height:1.5;
	overflow:hidden;
}
.module .content ul{
	margin:0px;
	padding:0px;
	clear:none;
}
.module .content ul li{
	list-style:none;
	margin-right:4px;
	margin-bottom:4px;
	clear:left;
}
.module .content a{
	color:#000;
	text-decoration:none;
}
.module .content a:hover{
	background:#ececec;
}

.module .content img{
	margin-right:3px;
	margin-bottom:3px;
}

.module .content ul li ul{
	padding:0px;
	/*margin-left:90px;*/
	float:right;
	width:140px;
}

.module .content ul li ul li{
	margin-left:15px;
	list-style-image:url(./images/arrow-down.jpg);
}

.module .content ul li img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}


.ads{
	margin-bottom:10px;
	color:#666666;
	font-size:10px;
	text-align:center;
}



/* by torkristensen */

.imgtxt {
margin-bottom: 11px;
font: 11px lucida grande, verdana, arial, helvetica, sans-serif;
text-align: left;
color: #666666;
}  

/* 1column */

#col2_1column{
	width:958px;
}


/* 2column */

#col2_2column{
	display: inline; /* ie win bugfix */
	float: left;
	min-height: 1px;
	overflow:hidden;
}

#col2_2column{
	width:691px;
}

#col2_2column-inner{
	padding:10px 10px 10px 0px;
}


/* dagen i bilder */

.tableBorder a {
 text-decoration:   none;
 color:             #ffffff;
 background-color:  transparent;
}
  
.tableBorder a:visited {
 color:             #ffffff;
 background-color:  transparent;
}

.tableBorder a:hover {
 color:             #ffffff;
 background-color:  transparent;
}

.NextPrev a {
 text-decoration:   none;
 color:             #000000;
}
  
.NextPrev a:visited {
 color:             #000000;
}

.NextPrev a:hover {
 color:             #000000;
}

.breadcrumb {
 margin:            15px 0 15px 6px;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 background-color:  transparent;
}

.paginate {
 margin:            10px 0 10px 6px;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         13px;
 background-color:  transparent;
}

.windowclose {
 margin:            15px 0 10px 0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 background-color:  transparent;
 text-align: 		center;
}

.spacer {
 font-size:	10px;
 margin:		5px 0 5px 0;
}

.tableBorder img {
 margin:		0;
 padding:	0;
 border:		0;
}

.border {
 border:	1px solid #ffffff;
}

.paddedborder {
 padding: 	20px;
 border: 	0px;
}

.thumbs {
 text-align:	center;
 padding:	15px 3px 8px 3px;
 background-color: #ececec;
border: 1px solid #ffffff;
}

.thumbs_gallery-frame {
 text-align:	center;
 padding:	15px 3px 8px 3px;
 background-color: #ffffff;
}

.title {
 margin:            0 0 0 0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 font-weight:    normal;
 color:             #000000;
}

.title strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
}

.caption {
 margin:  	2px 0 4px 0;
 background-color:	transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 color: #666666;
}

.commentlink {
 margin:            4px 0 8px 0;
}

.tableBorder li {
 margin:            0 0 15px 0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color: 				#333;
 background-color:  transparent;
 text-align: 		left;
 padding-bottom: 	5px;
 border-bottom: 		1px dashed #ccc;
}

.stats {
 margin:            4px 0 4px 0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 font-weight: 		normal;
 color:             #fff;
}

.imageBG {
 text-align: center;
 background-color:  #ececec;  
}

.categories {
 padding:           5px 10px 5px 12px;
 background-color:  #ececec;  
}

.tableBorder {
 border: 1px solid #ececec;
}

.tableBorder_gallery-frame {
 border: 1px solid #ffffff;
}

.tableBorder th {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 color:             #fff;
 font-weight:		bold;
 text-align:			left;
 padding:           5px 4px 5px 12px;
 background-color:  #666666;  
}

.tableBorder td {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #000;
}

blockquote {
	margin: 1em 3em;
	color: #666666;
	border-left: 2px solid #666666;
	padding-left: 1em; }

cite
    {
	color: #666666;
	padding-left: 1em; }
