/*
Theme Name: Convergence
Theme URI: http://themeforest.net
Description: The place where people and information converge and create community.
Version: 1
Author: Maximus
Author URI: http://themeforest.net
Tags: community, news, industry, blog
*/
/*
Edited by Mattias Kardell 
Green base color 009933
Yellow base color eec800
Yellow sharp color ffee00
Gray background f7f6f6
*/

/*=== Setup ===*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: url(images/body_bgr.gif) #f7f6f6 repeat-x top;
	color: #404040;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
}
a {
	color: #009933;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, select, textarea {
	border: #cfcfcf 1px solid;
	color: #404040;
	font-size: 12px;
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
li {
	list-style: none;
}
h2 {
	color: #222222;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 1em;
}
h3 {
	color: #333333;
	font-size: 1.2em;
	margin: 0 0 .8em;
}
h4 {
	font-size: 1em;
	margin: 0 0 1em;
}
p {
	line-height: 1.5em;
	padding: 0 0 1.3em;
}
/*=== Layout ===*/
#page {
	margin: 0 auto;
	width: 975px;
	background: url(images/bgr.gif) #f7f6f6 repeat-x top;
}
#page-bot {
	/*background: url(images/page-bot.gif) repeat-x top;
	height: 39px;*/
}
/*=== H eader ===*/
#header{
	height: 100px;
	margin: 0;
	background: url(images/top.jpg) no-repeat;
}
/*- Logo -*/
#header h1 {
	float: left;
	background: url(images/pm_logotyp_ny.gif) no-repeat;
	text-indent: -9999px;
	width: 600px;
}
#header h1 a {
	display: block;
	height: 100px;
}
#header h1 a:hover {
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Top Nav -*/
.topnav {
	font-size: 12px;
	font-weight: bold;
	height: 31px;
	overflow: hidden;
}
.topnav li {
	background: url(images/topnav-sep.gif) no-repeat left;
	float: left;
	line-height: 30px;
}
.topnav li.first {
	background: none;
	padding-left: 10px;
}
.topnav li.first a {
	padding: 0 7px 0 4px;
}
.topnav li a {
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 7px 0 8px;
	text-decoration: none;
}
.topnav li a:hover,
.topnav li.active a {
	text-decoration: underline;
}	
/*- Nav1 -*/
#nav1 {
	/* background: url(images/nav1-sep.gif) no-repeat left top; */
	background: #00b100 url( images/meny.gif ) 0 100% repeat-x;
	font-size: 13px;
	height: 37px;
}
#nav1 ul.sf-menu li {
	position: relative;
	/*background: url(images/nav1-sep.gif) no-repeat right top; */
	background: #00b100 url( images/meny.gif ) 0 100% repeat-x;
	float: left;
	line-height: 37px;
	padding: 0 1px 0 0;
	text-align: center;
}
#nav1 ul.sf-menu li a {
	color: #ffffff;
	font-weight: bold;
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	padding: 0 12px;
	/*width: 107px;*/
	cursor: pointer;
}
#nav1 ul.sf-menu li a:hover {
	background: #a58200 url( images/meny_on.gif ) 0 100% repeat-x;
	text-decoration: none;
}
#nav1 ul.sf-menu li ul.children {
	border: 1px solid #ffee00;
	background: #a58200;
	color: #ffffff;
	/*background: #272726 url(images/ul_children_bg.gif) repeat-y top right;*/
}
#nav1 ul.sf-menu li ul.children li {
	background: #a58200;
	/*background: url(images/ul_children_li_bg.gif) no-repeat bottom right;*/
}
#nav1 ul.sf-menu li ul.children li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display:block;
}
#nav1 ul.sf-menu li ul.children li a:hover {
	text-decoration: none;
	background: none;
}
#nav1 ul.sf-menu li ul.children li ul.children {
	border: 1px solid #ffee00;
	background: #a58200;
	border-left: none;
	/*background: #272726 url(images/ul_children_ul_children_bg.gif) repeat-y top left;*/
}
#nav1 ul.sf-menu li ul.children li ul.children li {
	background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#nav1 ul.sf-menu li ul.children li ul.children a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#nav1 ul.sf-menu li ul.children
{
	margin:5px 0 0 0;
}
#nav1 ul.sf-menu li ul.children ul.children
{
	margin:-1px 0 0 27px;
}
/*=== All Columns ===*/
#columns {
	margin: 37px 0 0;
	padding: 0 0 15px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 900px;
	min-height: 900px;
}
/*=== Center Column ===*/
#centercol {
	float: left;
	width: 660px;
}
/*=== Right Column ===*/
#rightcol {
	float: right;
	width: 305px;
}
#rightcol a {
	color: #404040;
	text-decoration: none;
}
/*=== Sub Columns ===*/
.subcols {
	background: url(images/subcols-bgr.gif) repeat-y left;
	height: 1%;
}
.col1, .col2 {
	float: left;
	width: 285px;
}
.col2 {
	float: right;
}
/*=== Post ===*/
/*- Post Title -*/
.post-title h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.post-title h1 span {
	color: #009933;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2, .post-title h2 a  {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 .45em;
	color: #222222;
	text-decoration: none;
}
/*- Post Date -*/
.post-date {
	margin: 0 0 1.25em;
}
.post-date a {
	color: #ffffff;
}
.post-date em {
	background: #eec800;
	color: #ffffff;
	font-size: .9em;
	font-style: normal;
	padding: 3px 5px;
	line-height: 1.75em;
}
/*- Post Excerpt -*/
.post-excerpt {
	display: table;
	font-size: 13px;
	font-style: italic;
	height: 1%;
 /* margin: 0 0 1em; */
}
/*- Post Lists -*/
.post ul, .post ol {
	margin: 0 0 1.5em;
}
.post ul li {
	background: url(images/ico-list.gif) no-repeat 0 6px;
	margin: 0 0 .4em;
	padding: 0 0 0 10px;
}
.post ol li {
	list-style: decimal;
	list-style-position: inside;
	margin: 0 0 .4em;
}
/*- Post Blockquote -*/
.post blockquote {
	/* border-left: 3px solid #cfcfcf; */
	font-size: 13px;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 5px 0 0 10px;
}

/* C Quote styling */
blockquote{
	background:url(/wp-content/themes/convergence/images/bg-quotes.gif) no-repeat 0 0.5em; color:#595959 !important;
	font:0.8em georgia, serif;
	color:#333;
	margin:0.6em 0 2em 0;
	width:445px;
	}
blockquote p
{
	line-height:1.7em;margin:0 0 0 40px !important
}


/*- Post Author -*/
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}
/*- Social Links -*/
.social-links {
	background: url(images/box-bgr2.gif) #f1f1f1 repeat-x top;
	height: 42px;
	padding: 0 18px;
}
.social-links .fl {
	line-height: 42px;
}
.social-links .fl span {
	background: url(images/comment_count_bg.gif) no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 4px 0 8px 0;
	width: 33px;
	margin-right: 6px;
	display: inline-block;
	line-height: 32px;
}
.social-links .fr {
	padding: 12px 0 0;
}
.social-links .fr span {
	line-height: 21px;
}
.social-links img {
	margin: 0 0 0 5px;
}
/*- Related Posts -*/
.post-rel {
	line-height: 1.5em;
}
.post-rel a {
	color: #009933;
}
/*- Post Comments -*/
.post-comments .fl {
	width: 80px;
}
.post-comments .fr {
	width: 520px;
}
/*- Widget Title - */
.wtitle {
	background: url(images/box-bgr.gif) repeat-x top;
}
.wtitle h2 {
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 18px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	margin: 0 0 28px;
	padding: 1px;
}
.box .content {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	height: 1%;
	padding: 18px;
}
.box.ads .content {
	padding-left: 15px;
	padding-right: 0;
	text-align: center;
}
#rightcol .box {
	margin: 0 0 10px;
}
/*- Box2 -*/
.box2 {
	background: #f9f9f9;
	border: 1px solid #cfcfcf;
	height: 1%;
	margin: 0 0 20px;
	padding: 18px;
	min-height: 115px;
}
.box2.alt {
	background: #FFFFFF;
}
.box2.alt {
	background: #FFFFFF;
}
.comm-name, .comm-date {
	line-height: 20px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li {
	background: url(images/ico-list1.gif) no-repeat 0 1.1em;
	border-bottom: 1px solid #e7e7e7;
	height: 1%;
	padding: .7em 0 .7em 13px;
}
.list1 li.last {
	border: 0;
}
#rightcol .list1 li a:hover {
	color: #009933;
}
/*=== Styling Forms ===*/
input.btn {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
select {
	padding: 1px;
}
/*- Search -*/
#search {
	float: right;
	height: 25px;
	padding: 31px 31px 31px 0px;
}
#search input {
	background: url(images/search-bgr.gif) repeat-x top;
	border: 1px solid #000000;
	float: left;
	padding: 8px;
	width: 285px;
}
#search input.btn {
	background: none;
	border: 0;
	margin: 8px 0 0 -30px;
	padding: 0;
	width: auto;
}
/*- Message -*/
.message div {
	margin: 0 0 18px;
}
.message input {
	padding: 9px 15px;
	width: 487px;
}
.message textarea {
	height: 114px;
	overflow: auto;
	padding: 9px 15px;
	width: 487px;
	font-family: Verdana;
}
.message .submit {
	float: left;
}
.message .btn {
	padding: 0;
	width: auto;
}
.message .notice {
	color: #a4a4a4;
	float: right;
	font-style: italic;
	padding: 10px 0 0;
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img {
	border: 1px solid #cfcfcf;
	display: block;
	margin: 0 0 .8em;
}
.pic.fl img {
	margin-right: 23px;
}
.pic.fr img {
	margin-left: 23px;
}
.th {
	display: block;
	margin: 0 0 .5em;
}
.th.fl img {
	margin-right: 10px;
}
.th.fl img
{
	width:40px;
	height:40px;
	border: 1px solid #cfcfcf;
}
.ads img, .ads.flickr .content img {
	margin: 0 14px 15px 0;
}
.ads.flickr .content img {
	border: 1px solid #cfcfcf;
}
.ads.flickr .ac img {
	border: 0;
	margin: 0;
}
.img_left {
    float: left; 
	margin-left: 0px;
	margin-top: 5px; 
	margin-right: 5px; 
	margin-bottom: 10px;
}

.img_right {
	float: right; 
	margin-left: 5px;
	margin-top: 5px; 
	margin-right: 0px; 
	margin-bottom: 10px;
}

.reklam {
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 0 14px 15px 0;
}
.reklam_stor{
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 0 14px 0 0;
}
.reklam_text {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 10px;
}
/*=== Footer ===*/
#footer {
	height: 200px; 
	background: url( images/silhuett_4.jpg ) no-repeat; 
	background-color: #009a2c;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	line-height: 39px;
	margin: 0 auto;
	width: 975px;

}
#footer_text {
	padding: 120px 20px 0 20px;
}
#footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
.bigger {
	font-size: 1.5em;

}
/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl, .hl2 {
	background: url(images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}

.ingress 
{
	color: rgb(119, 119, 119); 
	font-weight:bold;
}


/*****************************
#Single page comments	
/****************************/

textarea {
	width:538px;
	padding:10px;
	font: normal 12px Helvetica, Tahoma, Arial, san-serif;
	}
	
#commentform{
	padding-bottom:20px;
	}
	
.commententry li, .commententry ul, .commententry ol{
border:none;
}


.box {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	margin: 0 0 28px;
	padding: 1px;
}




.commentlist, .commentlist li {
clear:both;
position:relative;
list-style-type:none;
padding:10px 0px 0px 25px;
background-image:none;
margin-bottom:10px;
	}

.commentlist {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	height: 1%;
	text-align: left;
}

	
#respond{
	clear:both;
	margin:20px 0 0 0;
	width:100%;
	}
	
#comment, fieldset textarea{
	height:150px;
	padding:5px;
	width:97%;
	line-height:24px;
	}
#commentform p, fieldset p{
	padding:2px 0;
	clear:both;
	}	
	
#commentform input{
	padding:5px;
	}
	
.commentlist li h3{
	float:left;
	}


.commentlist .says{
	display:none;
	}

.commentlist .avatar{
border:1px solid #DDDDDD;
left:-25px;
padding:3px;
position:absolute;
top:14px;
z-index:3;
	}
	
.commentlist .commentmetadata{
font-size:11px;	
	}
	
.commentlist .commentmetadata a{
	position:relative;
	font-size: 10px;
	color:#888;
	text-decoration: none;
	line-height: 10px;
	top:-5px;
	}
	
.reply{
font-size:11px;
left:-19px;
position:absolute;
top:53px;
	}
	
.fn{
	font-weight:bold;
	font-style:normal;
	font-size: 13px;
	}
	
.fn a{
text-decoration: none;
}

.reply a{
	text-decoration:none;
	}
.reply a:hover{
	text-decoration:underline;
	}
	
.comment_nav{
	float:left;
	height:38px;
	padding:0 0 15px 50px;
	width:508px;
	}
	
.comment_nav a{
	text-decoration:none;
	cursor:pointer;
	}
	
.comment_next{float:right;}

.comment_prev{float:left;}
	
	
.commentlist .children{
	padding-left:20px;
	padding-bottom:0;
	
	}
.children li{
padding-right:0;

}



#cancel-comment-reply-link{
float:right;
height:26px;
line-height:26px;
margin-right:1px;
position:relative;
right:14px;
text-decoration:none;
	}
	
.advancedlink{
	line-height:28px;
	}

.fullwidth{
	width:558px;
	}
	
	
	
/* ---------------------- Pagination -------------------*/

.pagination{
clear:both;
display:block;
float:left;
padding:0 0 20px 0px;
position:relative;
z-index:3;
}
.pagination span, .pagination a{
display:block;
float:left;
font-size:11px;
line-height:13px;
margin: 2px 2px 2px 0;
display:block;
padding:3px 6px;
text-decoration:none;
}

.pagination .current{
font-size:11px;
padding:3px 6px;
}

