/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(/skins/02/img/bgr.gif) #E2E1DD repeat-y center;
	color: #000000;
	font: .8em Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	text-align: center;}
a{
	color: #FF7800;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px
}
select{
	padding: 0
}
li{
	list-style: none
}
h1, h2, h3{
	font-family: Georgia,"Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px
}

.clearfix {clear:both;}

h3.mheadline {
	line-height: 1.6em;
	letter-spacing: normal;
	font-family: Georgia,"Times New Roman", Times, serif;
}

/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 956px;
	text-align: left;
}
/*=== Header ===*/
#header{
	height: 107px
}
/*- Logo -*/
#header h1{
	background: url(/skins/02/img/deiglan-logo-24032009-13.jpg) no-repeat;
	float: left;
	text-indent: -9999px
}
#header h1 a{
	display: block;
	height: 107px;
	width: 660px
}
/*- RSS -*/
#rss{
	float: right;
	font: 13px Georgia,"Times New Roman", Times, serif;
	padding: 20px 0 0;
	text-align: right;
	width: 295px
}
#rss a{
	color: #666666;
	text-decoration: underline
}
#rss a:hover{
	color: #FF7800
}
#rss ul{
	float: left;
	margin: 10px 0 0;
	width: 220px
}
#rss li{
	margin: 0 0 3px;
	padding: 0 0 5px
}
#rss img{
	float: right
}
/*========= NAVIGATION LISTS =========*/

/*- Category Navigation -*/
#catnav {
	background: url(/skins/02/img/navbgr.gif) no-repeat top;
	height:59px;
	width:956px;
}

.nav2, .nav2 * {
	margin:0;
	padding:0;
	
}
.nav2 {
	background: url(/skins/02/img/nav-bgr.gif) no-repeat top;
	height: 30px;
	line-height:30px;
	position:relative;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav2 li {
	line-height: 30px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background:none;
	color: #ffffff;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {
	color: #000000;
	display: block;
	padding: 0 13px;
}
.nav2 li ul a {
	color:#FFF !important;
}
.nav2 li ul a:hover {
	color: #FF7800 !important;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:956px;
	height:29px;
	line-height:29px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #FF7800;
	text-decoration: none;
	background: #0066cc;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
	color:#FFF !important;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {
	background:none !important;
}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
.nav2 li.fr{
	float: right
}
.nav2 li.last a{
	background: none
}
/*- Page Navigation -*/
#nav2{
	background: url(/skins/02/img/nav2-bgr.gif) no-repeat top;
	height: 29px
}
#nav2 ul{
	padding: 0 2px
}
#nav2 li{
	float: left;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 29px;
	text-transform: capitalize
}
#nav2 li.fr{
	float: right
}
#nav2 li a{
	background: none;
	color: #666;
	display: block;
	padding: 0 17px
}
#nav2 li.last a{
	background: none
}
#nav2 li a:hover,
#nav2 li.active a{
	color: #FF7800;
	text-decoration: none
}

/*=== Columns ===*/
#columns{
	margin: 15px 0 0;
	padding: 0 0 25px
}
.col1{
	float: left;
	width: 475px
}


.forum .col1{
	float: left;
	width: 950px

}

.col2{
	float: right;
	width: 457px
}
#columns h1{
	border-bottom: 1px solid #E2E1DD;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 13px;
	padding: 0 0 5px
}
#columns h2{
	color: #FF7800;
	font-size: 2em;
	line-height: 26px
}
#columns .col2 h2{
	font-size: 1.6em;
	margin: 0 0 5px
}
#columns p{
	line-height: 18px;
	padding: 0 0 12px
}
/*- Search -*/
#search{
	background: url(/skins/02/img/search-bgr.gif) no-repeat left top;
	float: right;
	height: 36px;
	margin: 0 0 10px;
	width: 306px
}
#search input{
	border: 0;
	float: left;
	margin: 6px 14px 0 15px;
	width: 186px
}
#search .btn{
	margin: 6px 0 0;
	padding: 0;
	width: auto
}

/*- 404 Search - searchb -*/
#searchb{
	background: url(/skins/02/img/search-bgr.gif) no-repeat left top;
	float: left;
	height: 36px;
	margin: 0 0 10px;
	width: 100%
}
#searchb input{
	border: 0;
	float: left;
	margin: 6px 14px 0 15px;
	width: 186px
}
#searchb .btn{
	margin: 6px 0 0;
	padding: 0;
	width: auto
}

/*- SideTabs -*/
.sideTabs .idTabs{
	font-size: 12px;
	height: 28px;
	letter-spacing: -1px
}
.sideTabs .idTabs li{
	float: left;
	line-height: 28px;
	text-transform: uppercase
}
.sideTabs .idTabs li a{
	background: url(/skins/02/img/tab.gif) no-repeat left top;
	color: #FFFFFF;
	display: block;
	height: 28px;
	margin: 0 5px 0 0;
	text-align: center;
	width: 110px
}
.sideTabs .idTabs li.last a{
	margin: 0
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	color: #FF7800;
	background: url(/skins/02/img/tab-.gif) no-repeat left top;
	text-decoration: none
}
/*--- Sub Columns ---*/
.subcol{
	border-bottom: 1px solid #E2E1DD;
	float: left;
	height: auto !important;
	height: 220px;
	margin: 0 20px 15px 0;
	min-height: 220px;
	width: 132px
}
.subcol h2{
	border-bottom: 1px solid #E2E1DD;
	padding: 0 0 4px
}
.subcol.last{
	margin: 0
}
/*=== Post ===*/
#columns .post h3{
	border-bottom: 1px solid #E2E1DD;
	border-top: 1px solid #E2E1DD;
	clear: both;
	color: #666666;
	color: #666666;
	font-size: 1em;
	height: 28px;
	letter-spacing: normal;
	line-height: 28px;
	margin: 0 0 15px;
	padding: 0px !important;
}
#columns .post h3 a{
	color: #666666
}
#columns .post h3 span{
	float: left;
	text-transform: uppercase
}
#columns .post h3 em{
	float: right;
	font-size: .85em;
	font-style: normal
}
#columns .post h2{
	color: #FF7800;
	font-size: 1.3em
}
/*- Featured Post -*/
.post .featured .pic{
	height: 40px;
	margin: 0 0 10px;
	padding: 100px 0 0
}

.post .featured.deiglugestur .pic{
	height: 40px;
	margin: 0 0 10px;
	padding: 200px 0 0
}
#columns .post .featured h2{
	font-size: 2em
}
#columns .post .featured .pic h3{
	background: #0066cc;
	border: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family:Helvetica, sans-serif;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 15px !important;
	text-transform: uppercase
}
#columns p.posted{
	color: #666666;
	font: 1.4em Georgia,"Times New Roman", Times, serif;
	letter-spacing: -1px
}
.post h3 { font-family:  Arial !important; }
/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	background: #E2E1DD;
	clear: both;
	color: #666666;
	margin: 0 0 12px;
	width: 457px
}
.box a{
	color: #666666
}
.box-top,.box-bot{
	background: url(/skins/02/img/box-top.gif) no-repeat top;
	clear: both;
	height: 4px;
	overflow: hidden
}
.box-bot{
	background: url(/skins/02/img/box-bot.gif) no-repeat top
}
.box .spacer{
	height: 1%;
	padding: 10px 17px
}

.hrline {margin-top:10px; margin-bottom: 10px; border-top: 1px solid #e2e1dd;}

/*- Ads -*/
.box .spacer.ads .ar{
	padding: 0 12px
}
.ads {
	text-align: center
}
.ads img{
	margin: 0 6px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li{
	font: 1em Georgia,"Times New Roman", Times, serif;
	margin: 0 0 3px;
	padding:0 0 5px 20px;
}
.list1 li a{
	padding: 0 0 0 0;
}
/*- List3 -*/
.list3{
	padding: 5px 0
}
.list3 li{
	font-size: 1.1em;
	margin: 0 0 1px
}
.list3 li a{
	color: #000000
}
.list3 li  a em{
	color: #FF7800;
	font-size: .85em;
	font-style: normal
}
/*=== Footer ===*/
#footer{
	border-top: 1px solid #E2E1DD;
	clear: both;
	color: #666666;
	font: .95em Georgia,"Times New Roman", Times, serif;
	padding: 10px 10px;
	background: #E2E1DD;
	margin-bottom: 20px;
	line-height:22px;		
}
#footer a{
	color: #666666
}
#footer img {
	vertical-align:middle;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden
}
.ar{
	text-align: right
}
a.more{
	color: #666666;
	font-weight: bold
}
a.more2{
	color: #666666;
	font: 1.4em Georgia,"Times New Roman", Times, serif;
	font-weight: bold
}
.th{
	border: 1px solid #C0C0C0;
	float: left;
	margin: 0 10px 10px 0
}
.fl{
	float: left;
        width: 50%;
}
.fr{
	float: right;

}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
/*========= VIDEO =========*/

.video{
	float: left;
	height: 228px;
	margin: 0 15px 0 0;
	width: 275px
}
#videolist .idTabs li{
	font: .85em Georgia,"Times New Roman", Times, serif;
	margin: 0 0 7px
}

/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	font-weight:bold !important;
	color:#000 !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#fff;
	border:1px solid #C0C0C0;
        min-height: 80px;	
}

/*========= THREADED COMMENTS =========*/

#comments_wrap { 
	margin:20px 0 0;
} 
ol.commentlist .comment-meta{
	font-size:0.8em;
}
ol.commentlist li .avatar { 	
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

ol.commentlist li{
	border:1px solid #eee;		
	margin:10px 0 10px;
	padding:15px 10px 10px;
}

ol.commentlist li .even{
	background:#ffffff;
}

.commentlist li ul li {
	margin-left:10px;
	margin-right:-5px;
}

ol.commentlist li .reply {
	padding:0 0 5px 0;
}

#respond p{
	margin-bottom:10px;
	line-height: 20px;
	padding:0;
}

.post-alt p {
	padding:0;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.singleh2 {
	font-weight:bold !important;
	font-size:1.8em !important;
}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px !important;
	}
.entry blockquote { 
	padding: 0px 10px 0px;
	border-left: 2px solid #666666;
	color:#666666;
	width:85%;
	margin: 0 auto 10px auto;
	font-style: italic;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 0;
	border: solid 1px #C0C0C0; 
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#EEE;
	padding:10px;
	width:455px;
	margin-bottom:25px;
}
#archivebox h2 {
	font-size:1.5em;
	color:#000;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(/skins/02/img/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 230px;
}
.arclist h2{
	font-size:1.5em !important;
	color:#000 !important;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}
/*=== Page Navigation (Next / Previous Posts) ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*Default*/
.nav2 li ul a:hover,
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active
 {
	color: #ffffff;
}

#nav2 li a:hover,
#nav2 li.active a
 {
	color: #FF7800;
}

a, 
#rss a:hover,
#columns h2,
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected,
#columns .post h2,
.list3 li  a em {
	color: #0066cc;
}
.list1 li{
	background: url(/skins/02/img/ico-star.gif) no-repeat left;
}

.pic-bg-feature {background: url(http://farm1.static.flickr.com/138/325752626_69392aa6b1.jpg?v=0) no-repeat center center;}
.photo {border: 5px solid #efefef; margin-bottom: 10px;}

/*  
Theme Name: NewsPress
Theme URI: http://www.woothemes.com/
Description: NewsPress by WooThemes
Version: 1.3
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(/skins/02/img/bgr.gif) #E2E1DD repeat-y center;
	color: #000000;
	font: .8em Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	text-align: center;}
a{
	color: #FF7800;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px
}
select{
	padding: 0
}
li{
	list-style: none
}
h1, h2, h3{
	font-family: Georgia,"Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px
}

h3.mheadline {
	line-height: 1.6em;
	letter-spacing: normal;
	font-family: Georgia,"Times New Roman", Times, serif;
}

/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 956px;
	text-align: left;
}
/*=== Header ===*/
#header{
	height: 107px
}
/*- Logo -*/
#header h1{
	background: url(/skins/02/img/deiglan-logo-24032009-13.jpg) no-repeat;
	float: left;
	text-indent: -9999px
}
#header h1 a{
	display: block;
	height: 107px;
	width: 660px
}
/*- RSS -*/
#rss{
	float: right;
	font: 13px Georgia,"Times New Roman", Times, serif;
	padding: 20px 0 0;
	text-align: right;
	width: 295px
}
#rss a{
	color: #666666;
	text-decoration: underline
}
#rss a:hover{
	color: #FF7800
}
#rss ul{
	float: left;
	margin: 10px 0 0;
	width: 220px
}
#rss li{
	margin: 0 0 3px;
	padding: 0 0 5px
}
#rss img{
	float: right
}
/*========= NAVIGATION LISTS =========*/

/*- Category Navigation -*/
#catnav {
	background: url(/skins/02/img/navbgr.gif) no-repeat top;
	height:59px;
	width:956px;
}

.nav2, .nav2 * {
	margin:0;
	padding:0;
	
}
.nav2 {
	background: url(/skins/02/img/nav-bgr.gif) no-repeat top;
	height: 30px;
	line-height:30px;
	position:relative;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav2 li {
	line-height: 30px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background:none;
	color: #ffffff;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {
	color: #000000;
	display: block;
	padding: 0 13px;
}
.nav2 li ul a {
	color:#FFF !important;
}
.nav2 li ul a:hover {
	color: #FF7800 !important;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:956px;
	height:29px;
	line-height:29px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #FF7800;
	text-decoration: none;
	background: #0066cc;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
	color:#FFF !important;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {
	background:none !important;
}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
.nav2 li.fr{
	float: right
}
.nav2 li.last a{
	background: none
}
/*- Page Navigation -*/
#nav2{
	background: url(/skins/02/img/nav2-bgr.gif) no-repeat top;
	height: 29px
}
#nav2 ul{
	padding: 0 2px
}
#nav2 li{
	float: left;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 29px;
	text-transform: capitalize
}
#nav2 li.fr{
	float: right
}
#nav2 li a{
	background: none;
	color: #666;
	display: block;
	padding: 0 17px
}
#nav2 li.last a{
	background: none
}
#nav2 li a:hover,
#nav2 li.active a{
	color: #FF7800;
	text-decoration: none
}

/*=== Columns ===*/
#columns{
	margin: 15px 0 0;
	padding: 0 0 25px
}
.col1{
	float: left;
	width: 475px
}
.col2{
	float: right;
	width: 457px
}
#columns h1{
	border-bottom: 1px solid #E2E1DD;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 13px;
	padding: 0 0 5px
}
#columns h2{
	color: #FF7800;
	font-size: 2em;
	line-height: 26px
}
#columns .col2 h2{
	font-size: 1.6em;
	margin: 0 0 5px
}
#columns p{
	line-height: 18px;
	padding: 0 0 12px
}
/*- Search -*/
#search{
	background: url(/skins/02/img/search-bgr.gif) no-repeat left top;
	float: right;
	height: 36px;
	margin: 0 0 10px;
	width: 306px
}
#search input{
	border: 0;
	float: left;
	margin: 8px 14px 0 15px;
	width: 186px
}
#search .btn{
	margin: 6px 0 0;
	padding: 0;
	width: auto
}

/*- SideTabs -*/
.sideTabs .idTabs{
	font-size: 12px;
	height: 28px;
	letter-spacing: -1px
}
.sideTabs .idTabs li{
	float: left;
	line-height: 28px;
	text-transform: uppercase
}
.sideTabs .idTabs li a{
	background: url(/skins/02/img/tab.gif) no-repeat left top;
	color: #FFFFFF;
	display: block;
	height: 28px;
	margin: 0 5px 0 0;
	text-align: center;
	width: 110px
}
.sideTabs .idTabs li.last a{
	margin: 0
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	color: #FF7800;
	background: url(/skins/02/img/tab-.gif) no-repeat left top;
	text-decoration: none
}
/*--- Sub Columns ---*/
.subcol{
	border-bottom: 1px solid #E2E1DD;
	float: left;
	height: auto !important;
	height: 220px;
	margin: 0 20px 15px 0;
	min-height: 220px;
	width: 132px
}
.subcol h2{
	border-bottom: 1px solid #E2E1DD;
	padding: 0 0 4px
}
.subcol.last{
	margin: 0
}
/*=== Post ===*/
#columns .post h3{
	border-bottom: 1px solid #E2E1DD;
	border-top: 1px solid #E2E1DD;
	clear: both;
	color: #666666;
	color: #666666;
	font-size: 1em;
	height: 28px;
	letter-spacing: normal;
	line-height: 28px;
	margin: 0 0 15px;
	padding: 0px !important;
}
#columns .post h3 a{
	color: #666666
}
#columns .post h3 span{
	float: left;
	text-transform: uppercase
}
#columns .post h3 em{
	float: right;
	font-size: .85em;
	font-style: normal
}
#columns .post h2{
	color: #FF7800;
	font-size: 1.3em
}
/*- Featured Post -*/
.post .featured .pic{
	height: 40px;
	margin: 0 0 10px;
	padding: 100px 0 0
}
#columns .post .featured h2{
	font-size: 2em
}
#columns .post .featured .pic h3{
	background: #0066cc;
	border: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family:Helvetica, sans-serif;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 15px !important;
	text-transform: uppercase
}
#columns p.posted{
	color: #666666;
	font: 1.4em Georgia,"Times New Roman", Times, serif;
	letter-spacing: -1px
}
.post h3 { font-family:  Arial !important; }
/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	background: #E2E1DD;
	clear: both;
	color: #666666;
	margin: 0 0 12px;
	width: 457px
}

.box.molar {background: #FFF;}

.box a{
	color: #666666
}
.box-top,.box-bot{
	background: url(/skins/02/img/box-top.gif) no-repeat top;
	clear: both;
	height: 4px;
	overflow: hidden
}
.box-bot{
	background: url(/skins/02/img/box-bot.gif) no-repeat top
}
.box .spacer{
	height: 1%;
	padding: 10px 17px
}
/*- Ads -*/
.box .spacer.ads .ar{
	padding: 0 12px
}
.ads {
	text-align: center
}
.ads img{
	margin: 0 6px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li{
	font: 1em Georgia,"Times New Roman", Times, serif;
	margin: 0 0 3px;
	padding:0 0 5px 20px;
}
.list1 li a{
	padding: 0 0 0 0;
}
/*- List3 -*/
.list3{
	padding: 5px 0
}
.list3 li{
	font-size: 1.1em;
	margin: 0 0 1px
}
.list3 li a{
	color: #000000
}
.list3 li  a em{
	color: #FF7800;
	font-size: .85em;
	font-style: normal
}
/*=== Footer ===*/
#footer{
	border-top: 1px solid #E2E1DD;
	clear: both;
	color: #666666;
	font: .95em Georgia,"Times New Roman", Times, serif;
	padding: 10px 10px;
	background: #E2E1DD;
	margin-bottom: 20px;
	line-height:22px;		
}
#footer a{
	color: #666666
}
#footer img {
	vertical-align:middle;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden
}
.ar{
	text-align: right
}
a.more{
	color: #666666;
	font-weight: bold
}
a.more2{
	color: #666666;
	font: 1.4em Georgia,"Times New Roman", Times, serif;
	font-weight: bold
}
.th{
	border: 1px solid #C0C0C0;
	float: left;
	margin: 0 10px 10px 0
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
/*========= VIDEO =========*/

.video{
	float: left;
	height: 228px;
	margin: 0 15px 0 0;
	width: 275px
}
#videolist .idTabs li{
	font: .85em Georgia,"Times New Roman", Times, serif;
	margin: 0 0 7px
}

/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	font-weight:bold !important;
	color:#000 !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#fff;
	border:1px solid #C0C0C0;	
}

/*========= THREADED COMMENTS =========*/

#comments_wrap { 
	margin:20px 0 0;
} 
ol.commentlist .comment-meta{
	font-size:0.8em;
}
ol.commentlist li .avatar { 	
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

ol.commentlist li{
	border:1px solid #eee;		
	margin:10px 0 10px;
	padding:15px 10px 10px;
}

ol.commentlist li .even{
	background:#ffffff;
}

.commentlist li ul li {
	margin-left:10px;
	margin-right:-5px;
}

ol.commentlist li .reply {
	padding:0 0 5px 0;
}

#respond p{
	margin-bottom:10px;
	line-height: 20px;
	padding:0;
}

.post-alt p {
	padding:0;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.singleh2 {
	font-weight:bold !important;
	font-size:1.8em !important;
}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px !important;
	}
.entry blockquote { 
	padding: 0px 10px 0px;
	border-left: 2px solid #666666;
	color:#666666;
	width:85%;
	margin: 0 auto 10px auto;
	font-style: italic;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	border: solid 1px #C0C0C0; 
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#EEE;
	padding:10px;
	width:455px;
	margin-bottom:25px;
}
#archivebox h2 {
	font-size:1.5em;
	color:#000;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(/skins/02/img/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 230px;
}
.arclist h2{
	font-size:1.5em !important;
	color:#000 !important;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}
/*=== Page Navigation (Next / Previous Posts) ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*Default*/
.nav2 li ul a:hover,
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active
 {
	color: #ffffff;
}

#nav2 li a:hover,
#nav2 li.active a
 {
	color: #FF7800;
}

a, 
#rss a:hover,
#columns h2,
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected,
#columns .post h2,
.list3 li  a em {
	color: #0066cc;
}
.list1 li{
	background: url(/skins/02/img/ico-star.gif) no-repeat left;
}


/* ----------------------------------------------------------------- */
/*  Search Results & highlight color 				     */
/* ----------------------------------------------------------------- */

.highlight {background: #DEFFA9; background: #FF732E; color: #fffaf0;}
#searchresults .post {background: #FFF;}

.pic-bg-feature {background: url(http://farm1.static.flickr.com/138/325752626_69392aa6b1.jpg?v=0) no-repeat center center;}
.photo {border: 5px solid #efefef; margin-bottom: 10px;}



/* Item extra buttons (rename class to item instead of content) */
.content-footer-buttons {
	padding: 5px;
	background: #fffaf0;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
        margin-top: 10px;
	margin-bottom: 10px;
}

.content-link {
	margin-right: 20px; padding: 2px 2px 2px 2px;
}

.content-footer-related {
	padding: 10px 10px 10px 10px;
	background: #fffaf0;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 10px;
}

#index .date {background: none; padding-left:0;}
.date {background: url(/skins/00/img/icon/date.png) no-repeat; padding: 0 0 2px 20px;}
.author {background: url(/skins/00/img/icon/user.png) no-repeat; padding: 0 0 2px 20px;}
.send {background: url(/skins/00/img/icon/email.png) no-repeat; padding: 0 0 2px 20px;}
.print {background: url(/skins/00/img/icon/printer.png) no-repeat; padding: 0 0 2px 20px;}
.edit {background: url(/skins/00/img/icon/pencil.png) no-repeat; padding: 0 0 2px 20px;}
.prev {background: url(/skins/00/img/icon/resultset_previous.png) no-repeat; padding: 0 0 2px 20px;}
.up {background: url(/skins/00/img/icon/arrow_up.png) no-repeat; padding: 0 0 2px 20px;}
.next {background: url(/skins/00/img/icon/resultset_next.png) no-repeat right; padding: 0 20px 2px 0;}
.vote-yes { padding: 0 10px 0 20px; background: url(/skins/00/img/icon/thumb_up.png) no-repeat; }
.vote-no { padding-left:20px; background: url(/skins/00/img/icon/thumb_down.png) no-repeat; }

.titlelist {

}

.titlelist form {
background: #e2e1dd;
padding: 10px 0 10px 10px;
margin-top: 10px; 
margin-bottom: 10px;
border-bottom: 1px solid #e2e1dd;

}

/* ----------------------------------------------------------------- */
/* Member-list																			*/
/* ----------------------------------------------------------------- */

div.member {background: #fff; border-bottom: 1px dashed #CCC; margin:0; margin-bottom: 1px;padding: 4px;}

/* ----------------------------------------------------------------- */
/* Member-detail */
/* ----------------------------------------------------------------- */
.site {background: url(/skins/00/img/icon/world.png) no-repeat left; padding:7px; padding-left:20px; margin-top: 10px;}
.site a {color: #0066cc; font-weight: bold;}
.hcard {background: url(/skins/00/img/icon/vcard.png) no-repeat; padding: 2px 7px 2px 20px; color: #0066cc; font-weight: bold; }

/* ----------------------------------------------------------------- */
/*  Comment form 																		*/
/* ----------------------------------------------------------------- */

#nucleus_cf {}

.form-title {
	padding: 10px;
	background: #f1f1f9;
	border-top: 1px dashed #CCC;
	color: #730;
	font-weight: bold;
	margin:0;
}

.commentform {
	margin-top:0;
	padding: 10px 10px 10px;
	border-bottom: 1px dashed #CCC;
	background: #f1f1f9;
}

.commentform input,
.commentform textarea {display:block;}
.commentform input.checkbox {display:inline;}
.required {background: url(/skins/00/img/icon/bullet_star.png) no-repeat right; padding-right:15px;}
.error {font-weight: bold; color: #F00; background: url(/skins/00/img/icon/error.png) no-repeat left; padding: 5px 0 5px 20px; border-bottom: 1px dashed #F00;margin-bottom: 20px;}

.commentform .formfield {
width: 920px;}

.commentform .formbutton {padding: 10px; margin-top: 10px;}

.kosn-box {
width: 225px; 
background: #0066CC;
min-height: 80px;
float:left;
margin-right: 5px;
margin-bottom: 5px;
text-align: center;
padding: 40px 0 20px 0;
}

.kosn-box a {
color: #FFF;
font-family: Georgia;
font-size: 30px;
}


.kosn-box.right {
clear:right;
margin-right: 0;
}

/*Dashboard*/

.dashboard {
  width:120px;
  height: 90px;
  float:left;
  background: #f2f2f2;
  border: 1px solid #CCC;
  margin: 10px 10px 10px 0;
  text-align: center;
  font-family: Georgia;
  font-size: 14px;
  padding-top: 0px;
  color: #0066cc;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}


#columns .dashboard p { font-size: 12px;line-height: 14px;}
.dashboard img {width: 48px; padding-top:10px;margin-bottom: 10px;}

.podcast {
padding-bottom: 10px;
}

quote {
font-family: Georgia; 
font-size: 20px; 
color: #0066cc; 
display: block; 
margin: 10px 0;
}



/* ----------------------------------------------------------------- */
/*  Spjall																		*/
/* ----------------------------------------------------------------- */


ul#spjallflokkar {
width: 955px;
border-bottom: 1px solid #CCC;
padding-bottom: 30px;
}

#spjallflokkar li {
float:left;
background: #0066cc;
margin-right: 1px;
padding: 7px;
color: FFFFFF;
}

#spjallflokkar li a:link,
#spjallflokkar li a:visited {color: #FFFFFF;}
.spjall-header {margin: 20px 0; padding-bottom: 10px; border-bottom: 1px solid #cccccc;}

.spjall img.th {width: 50px;}

.spjall .detail img.th {width: 50px;
float:right;}

 /*forms general*/

input.formfield {
display:block;
margin: 5px 0;
width:150px;
font-size: 16px;
}

input.formbutton {
display:block; padding: 10px 20px;}

/*addform*/
form.add-topic {margin-top: 20px;}
.add-topic input {width: 750px; display: block; padding: 3px; margin-bottom: 10px; border: 1px solid #CCCCCC;}
.add-topic textarea {display: block; width: 750px; margin-bottom: 10px; border: 1px solid #CCCCCC; min-height: 200px; }
.add-topic select {min-width: 120px; padding: 2px; margin: 10px 0; font-size: 14px;}
.add-topic input.formbutton {width: 100px; padding: 10px 0;}

#data {text-align: left;}
#data h2  {color: #0066cc; font-size: 24px; margin: 20px 0; }

/*loginform*/
form .loginform {margin: 10px 0;}


.loginform input.formbutton {
margin-top: 10px;
}


/*member details form*/

.spjall .member-details div.label {
margin-top: 10px;}

.spjall .member-details small {
font-size: 14px;
}

.spjall .member-details input {
width: 150px;
font-size: 14px;
padding: 2px;
}

.spjall .member-details .title input,
.spjall .member-details .education input,
.spjall .member-details .site input {
width: 465px;}

.spjall .member-details .site {background: none;
padding: 2px 0 10px 2px;
}

.spjall .member-details .site input {}
