/*
Theme Name:		Webdesignmagasinet
Version:		1.0

*/

body {
	background-color:#dedede;
	background-image:url('images/bg.png');
	background-repeat:repeat-x;
	color:#000;
	font-size:69%;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
}

a {
	text-decoration:none;
	color:#444;
	font-weight:normal;
	font-size:1em;
}

a:hover,
a#active {
	color:#eb5800;
}

a:focus { outline: none; }

p {
	font-weight:normal;
	font-size:1.1em;
	line-height:1.7em;
	color:#555;
}

#topp {
	padding:1.5em 0em 0em 0em ;
}

#topp h1 {
	font-size: 2.0em;
	letter-spacing:-0.05em;
word-spacing:-10px;
	text-transform:uppercase;
	margin:1em 0em 1.5em 0em; 
	color: #000;
	font-weight: bold;
	background-image:url('images/norsk_webdesign.gif');
	background-repeat:no-repeat;
	background-position: top left;
}

#topp h1 a {
	color:#000;
	padding-top:2.8em;
	display:block;
}

#topp h1 a:hover {
	color:#eb5800;
}

#topAd {
	padding-top:45px;
}

#ramme {
	background-color:;
}

#toppMeny {
	text-align:right;
	padding-top:5.6em;
}

#toppMeny ul {
	margin:0;
	padding:0;
	list-style:none;
}

#toppMeny ul li {
	display:inline;
	margin:0 0 0 20px;
	padding:0;
}

#toppMeny ul a {
	padding:0px;
	font-size:1.1em;
	letter-spacing:-0.03em;
	text-transform:uppercase;
}

#header h2, #header h2 a {
	font-size: 1.4em;
	letter-spacing:-0.05em;
	text-transform:uppercase;
	margin:-1em 0em 0em 0em; 
	color: #000;
	font-weight: bold;
}


#innholdsramme{
	padding:2em 0 0 0;
}

#kollA {
	overflow:hidden;
	float:left;
}
/* Detalj */
#webdesignDetalj .webdesignBilde {
	border:1px solid #dedede;

}
.detaljData{
	height:75px;
	margin-top:10px;
	margin-right:9px;
	padding-bottom:10px;
}

.detaljData.last {
	border-right:none;
}

.detaljData h2 a:hover,
.detaljData p a:hover {

}
.detaljData h2 a{
	color:#000;
	border-bottom:none;
	font-size:16px;
}

.detaljData div a{
	color:#000;
	border-bottom:none;
}

.detaljData p {
	margin-bottom:8px;
	color:#666;
	border-bottom:1px solid #dedede;
	padding-bottom:5px;
}

.detaljData .post-ratings{
	margin-top:12px;
}

.detaljData .post-ratings .ratingTxt{
 float:left;
clear:left;	
}

.detaljData .post-tags{
	margin-top:4px;
}

.detaljData .nav a{
	font-size:1.4em;
	margin-right:10px;
}

#webdesignDetalj img{
	border:none;
}

/* Gallery listing */
div.art {
	padding:0px;
	margin-bottom:0px;
	background-color:#fff;
	margin-right:23px;
	margin-bottom:23px;
	height:180px;
	
    -moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	
}
#restenWebdesign div.last{
	margin-right:0px;
}


.art h3{
	margin:0px 0px 0px 0px;
	font-size:1.1em;
}

.art h3 a span{
	padding:10px;
}

.art h3 a {
	color:#444;
	text-decoration:none;
	text-transform:uppercase;
	overflow:hidden;
	font-weight:bold;
	margin:0px auto;
}

.art h3 a:hover {
	border:none;
	font-weight:bold;
	color:#eb5800;
}

.art h3 img {
	border-bottom:1px solid #ebebeb;
	margin-bottom:10px;
}

/* Comments link*/
.art h3 span a {
	color:#999;
	float:right;
	padding-right:10px;
}

.commentsLink a {
	background-image:url('images/bubble.png');
	background-repeat:no-repeat;
	height:12px;
	padding-left:20px;
	padding-top:2px;
	background-position:0px 2px;
	font-size:10px;
	display:block;
	line-height:12px;
	width:20px;
	overflow:hidden;
}

.commentsLink a:hover {
	background-position:0px -12px;
	padding-top:2px;
	color:#444!important;
	font-weight:bold;
}


#comment-1173 {
	background-color:#ebebeb;
}
/* Pagination */

.wp-pagenavi span.pages {
	display:none;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	background-image:url('images/pagination.png');
	border:0px solid #bbb;
	color:#3c3c3c;
	display:block;
	width:25px;
	height:24px;
	float:left;
	margin:2px;
	padding:0px;
	text-align:center;
	text-decoration:none;
	line-height:25px;
}

.wp-pagenavi a:visited {
	background-color:#d0d0d0;
	border:0px solid #bbb;
	color:#3c3c3c;
	margin:2px;
	padding:0px;
	text-decoration:none;
}

.wp-pagenavi a:hover {
	background-position:0px -25px;
	border:0px solid #bbb;
	color:#fff;
	margin:2px;
	padding:0px;
	text-decoration:none;
}

.wp-pagenavi span.current {	
	background-image:url('images/pagination.png');
	border:0px solid #bbb;
	color:#3c3c3c;
	display:block;
	width:25px;
	height:24px;
	float:left;
	margin:2px;
	padding:0px;
	text-align:center;
	text-decoration:none;
	line-height:25px;
	background-position:0px -50px;
	color:#fff;
	font-weight:bold;
}

.wp-pagenavi span.extend {	
	background-image:url('images/pagination.png');
	border:0px solid #bbb;
	color:#3c3c3c;
	display:block;
	width:25px;
	height:24px;
	float:left;
	margin:2px;
	padding:0px;
	text-align:center;
	text-decoration:none;
	line-height:25px;
}


/* Sidebar */
#kollB {
	float:right;
}

#sidebar {
	
}

#sidebar .title,
#sidebar h2{
	letter-spacing:-0.04em;
	font-size:1.2em;
	font-weight:normal;
	color:#000;
	border-bottom:1px solid #dedede;
	padding:3px 10px 3px 1px;
	margin-bottom:10px;
}

#sidebar h2 a {
	text-decoration:none;
	border-bottom:none;
	text-transform:none;
	color:#000;
}

#sidebar h3 {
	font-weight:normal;
	font-size:1.0em;
	line-height:1.5em;
}

#sidebar .widget {
	background-color:#fff;
	padding:10px;
	margin-bottom:23px;
	
    -moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	margin-right:3px;
}

/* Best categories*/

.bestCategory h2 {
	margin-bottom:0!important;
	border-bottom-color:#aaa!important;
}

.bestCategory ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

.bestCategory ul li {
	list-style-type: none;
	display:block;
	padding:5px;
	color:#999;
	border-bottom:1px solid #eee;
	text-align:right;
}
.bestCategory ul li a{
	color:#444;
	text-transform: capitalize;
	font-size:1.1em;
	float:left;
}

.bestCategory ul li a:hover{
	color:#eb5800;
}

.bestCategory ul li.last {
	border-bottom:none;
}

.bestCategory ul li.last a {
	float: none!important;
}
/* Widgets 2*/
#sideOm a{
	text-transform:none;
}

#sideNytt ul {
	list-style-type: none;
	margin:0 0 1em 0;
	padding:0;
	
}

#sideNytt ul li {
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid #efefef;
}

#sideNytt h3{
	margin-bottom:5px;
}
#sideNytt p{
	margin-bottom:0px;
}

#sideNavigasjon {
	margin-top:18px;
}

#sideNavigasjon a{
	background: #444 url(images/alert-overlay.png) repeat-x;
	display: inline-block;
	font-size:14px;
	padding:12px 25px;
	margin-right:12px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #444;
	position: relative;
	cursor: pointer;
	float:left;
}
#sideNavigasjon a:hover{
	background-color:#efefef;
	border-bottom:1px solid #fff;
	color:#eb5800;
	text-shadow:none;
}

#sideNavigasjon .navNext a {
	margin-right:2px;
	float:right;
}

#sideAnnonser {
	clear:left;
}

/* Submit form */

.tdomf_form fieldset {
	margin:0 0 1.5em 0;
	padding:0;
}


#formUpload {
	overflow:hidden;
}

legend {
	font-size:1em;
}
#tdomf_upload_inline_submit_4,
#tdomf_upload_inline_submit_3,
#tdomf_upload_inline_submit_3_,
#tdomf_upload_inline_submit_4_,
#tdomf_form3_send {
	background: #444 url(images/alert-overlay.png) repeat-x;
	display: inline-block;
	font-size:14px;
	padding:12px 25px;
	margin-right:15px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	text-shadow: 0 -1px 1px #222;
	border: 1px solid #444;
	position: relative;
	cursor: pointer;
	margin-top:10px;
}
#tdomf_upload_inline_submit_4_:hover,
#tdomf_upload_inline_submit_3:hover,
#tdomf_form3_send:hover {
	background-color:#efefef;
	text-shadow:none;
	border:1px solid #fff;
	color:#eb5800;
}

/* header dropdown menu  */

#navigation {
	padding: 0px;
	background-image:url('images/bg_navigation.png');
	background-repeat:no-repeat;
	height:;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	display: inline;
	margin: 0 0 0 0px;
}

/* Category Navigation*/

#categoryNavigation li ul {
	position: absolute;
	display: none;
	z-index:999;
	border-top: 1px solid #ccc;
	margin-left: -2px;
	padding:5px 0 10px;
}

#categoryNavigation ul li span,
#categoryNavigation ul li a,
#categoryNavigation ul li a:visited {
	display: block;
	border-right: 1px solid #ccc;
	color: #444;
	padding: 3px 20px 0px 20px;
	line-height: 33px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#categoryNavigation ul li:hover a,
#categoryNavigation ul li a:hover,
#categoryNavigation ul li a:focus,
#categoryNavigation ul li a:active{
	color: #eb5800;
	background-color:transparent;
	background-image:url('images/bg_nav_hover.png');
	background-repeat:repeat-x;
	background-position:-1px 0px;
}


/* Sort text*/
#categoryNavigation ul li span{
	color:#666;
}

/* level2 */
#categoryNavigationSub li {
	float: left;
	width: auto;
}

#categoryNavigationSub li ul {
	width: 400px;
	background-color:#fff;
	padding: 0 2px;
}

#categoryNavigationSub li ul.submenu {
	width: 800px;
	background-color:#fff;
	border-top:none;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
}

/* Byrå */
#categoryNavigationSub li ul.byra {
	width: 795px;
	background-color:#fff;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
}

#categoryNavigationSub ul.byra li  {
	width: 130px;
	height:30px;
	float: left;
	margin-left: 2px;
	overflow:hidden;
}

/* Stil */
#categoryNavigationSub li ul.stil {
	width: 663px;
	background-color:#fff;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
}

#categoryNavigationSub ul.stil li  {
	width: 130px;
	height:30px;
	float: left;
	margin-left: 2px;
	overflow:hidden;
}

/* Tema */
#categoryNavigationSub li ul.tema {
	width: 666px;
	background-color:#fff;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
}

#categoryNavigationSub ul.tema li  {
	width: 130px;
	height:30px;
	float: left;
	margin-left: 2px;
	overflow:hidden;
}
/* level 2 link*/
#categoryNavigation ul ul li a, #categoryNavigation ul ul li a:visited  {
	border-right: 0 !important;
	padding: 0 20px 0;
	border-bottom: 0px solid #dedede;
	text-decoration:none;
	text-transform: none !important;
	font-weight: normal !important;
	line-height: 29px;
}

#categoryNavigation ul ul li a:hover  {
	background-color:#efefef;
	color:#000;
}

#categoryNavigationSub li:hover ul {
	display: block;
}
#categoryNavigationSub li:hover ul a {
	color: #444;
	background: transparent;
}
#categoryNavigationSub ul a:hover {
	color: #eb5800 !important;
}

/* Page Navigation */
#pageNavigation ul{
	margin:0!important;
	padding:0;
}

#pageNavigation ul li a,
#pageNavigation ul li a:visited {
	display: block;
	border: 0 1px 0 0;
	border-right: 1px solid #ccc;
	color: #444;
	padding: 3px 20px 0px 20px;
	line-height: 33px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#pageNavigation ul li:hover a,
#pageNavigation ul li a:hover,
#pageNavigation ul li a:focus,
#pageNavigation ul li a:active{
	color: #eb5800;
	background-color:transparent;
	background-image:url('images/bg_nav_hover.png');
	background-repeat:repeat-x;
}

#pageNavigationSub li {
	float: right;
	width: auto;
}

#pageNavigation ul li.page-item-798 a {
	border-right:none;
	background-position:right top;
}
#pageNavigation ul li.page-item-798 a:hover {
	background-image:url('images/bg_nav_hover_last.png');
}


/* Single */

#postColA {
	overflow:hidden;
	width:713px;
	float:left;
}

#postColB {
	float:right;
	width:223px;
}


.postImage {
	background-color:#fff;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	margin-right:3px;
	margin-bottom:3px;
}

#postDetails h2 a {
	color:#444;
	font-size:20px;
}

#postDetails {
	padding:20px;
	margin-bottom:0px;
	background-color:#fff;
	margin-bottom:23px;
	
    -moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	margin-right:3px;
	margin-bottom:3px;
}

/* Categories*/

.inCategory {
	margin-bottom:10px;
}

.inCategory h4 {
	margin-bottom:0!important;
	border-bottom:1px solid #eee;
	color:#555;
	font-weight:bold;
	padding:5px;
	font-size:1.1em;
	text-transform:uppercase;
}

.inCategory ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

.inCategory ul li {
	list-style-type: none;
	display:block;
	padding:3px 10px;
	color:#999;
	border-bottom:1px solid #eee;
	text-align:left;
}
.inCategory ul li a{
	color:#aaa;
	text-transform: capitalize;
	font-size:1.1em;
}

.inCategory ul li a:hover{
	color:#eb5800;
}

.inCategory ul li.last {
	border-bottom:none;
}

/* Ranking */
#rangering{
	color:#aaa;
	padding:0px 10px 20px 10px;
	text-align:left;
}

.gdmultitable {
	border:none;
	margin:0;
	padding:0;
}

.gdmultitable td {
	font-size:1.2em;
	color:#444;
	vertical-align:bottom;
}


.gdmultitable td.mvotes {
	font-size:1.1em;
	color:#aaa;
}

.gdmultitable td.starsbar {
	margin-bottom:10px;
}

.gdmultitable td.mratings, .gdmultitable td.mratings .voted {
	color:#000!important;
}

.gdmultitable td.mratings strong {
	font-size:1.3em;
}

.gdsr-plain .starsbar.gdsr-size-20 .gdouter {
	margin-top:10px;
}

/* Comments */
#comments {
	margin-top: 20px;
	padding:40px 20px 20px 20px;
	background-color:#fff;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	margin-right:3px;
	margin-bottom:3px;
	
}

#comments h2{
	padding-bottom:0px;
}

.comment {
	margin:20px 0px;
	border-bottom:1px solid #ebebeb;
	padding:20px;
}

.comment .gravatar {
	width:100px;
	float:left;
	margin-bottom:20px;
}


.comment .body {
	margin-left:100px;
}

.comment h3 {
	color:#888;
}

.comment * {font-weight:normal;}
.comment .body p {
	font-weight:normal;
	font-size:14px;
	line-height:1.7em;
	color:#555;
}

#comments input.text_input,
#comments textarea {
	margin-bottom:15px;
	border:1px solid #ccc;
	padding:5px;
	padding-left:5px !important;
	padding-right:5px !important;
	font-size:14px;
	line-height:1.7em;
	color:#555;
}

#comments input.submit {
	background: #444 url(images/alert-overlay.png) repeat-x;
	display: inline-block;
	font-size:14px;
	padding:12px 25px;
	margin-right:15px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	text-shadow: 0 -1px 1px #222;
	border: 1px solid #444;
	position: relative;
	cursor: pointer;
}

#comments input.submit:hover {
	background-color:#efefef;
	border:1px solid #fff;
	color:#eb5800;
	text-shadow:none;
}

.ratingTxt{
     color:#ccc;
}
/* Categories */

.listCategory  {
margin:0 auto;
width:500px;
}

.listCategory ol {
	list-style-type: none;
	margin:0;
	padding:0;
}

.listCategory ol li {
	list-style-type: none;
	display:block;
	padding:5px;
	color:#999;
	border-bottom:1px solid #eee;
	text-align:right;
	margin-bottom:0px;
	height:30;
}
.listCategory ol li a{
	color:#444;
	text-transform: capitalize;
	font-size:1.4em;
	float:left;
}

.listCategory ol li a:hover{
	color:#eb5800;
}

.listCategory ol li.last {
	border-bottom:none;
}

.listCategory ol li.last a {
	float: none!important;
}

/* Page */
.details {
	background-color:#fff;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	margin-right:3px;
	margin-bottom:3px;
	padding:40px 20px;
	width:660px;
}

/* ads */
.ads {
	
}

.ads small {
	font-size:9px;
	color:#545454;
}

.adContainer {
	border:1px solid #dedede;
	background-color:#fff;
}

#topAd small{
	text-align:right;
}
/* Footer */

#footerContainer {
	background-color:#ccc;
	border-top:5px solid #000;
	clear:both;
	margin-top:20px;
	padding-top:0px;
}

#footer {
	width:910px;
	background-color:#fff;
	padding:20px;
    -moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-box-shadow:1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;

}

#footer h4{
	border-bottom:1px solid #aaa;
	color:#000000;
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:-0.04em;
	margin-bottom:10px;
	padding:3px 10px 3px 1px;
	
}

#footer ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

#footer ul li{
	list-style-type: none;
	margin:0;
	padding:0;
	border-bottom:1px solid #EEEEEE;
	color:#999999;
	display:block;
	list-style-type:none;
	padding:5px;
	text-align:left;
}

#footer div.span-6{
	margin-right:20px;
	width:220px;
}

#footerBestWebdesign ul li span{
	float:right;
}
#footerBestWebdesign ul li {
	text-align:left;
}

#footerSearch p{
	margin-top:95px;
}

#searchform input {
	padding:2px 4px;
}

#footerFollow {
	padding-top:0px;
}
#copy {
	text-align:left;
	padding:10px 0px;
}

#copy p { margin-left:25px; margin-bottom:0px;}

/* Skjema II */
.tdomf_category_checklist {
	margin:0;
	padding:0;
}
.tdomf_category_checklist li {
	float:left;
	width:190px;
	height:300px;
	overflow:auto;
	border:1px solid #dedede;
	padding:0px 0px 0px 5px;
	margin:0 20px 0 0;
	font-size:14px;
}
.tdomf_category_checklist li input{ display:none;}


.tdomf_category_checklist li ul {
	margin:0;
	padding:0;
}
.tdomf_category_checklist li ul li{
	float:left;
	clear:left;
	width:165px;
	height:20px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	overflow:hidden;
	padding:0;
	margin:0;
	font-size:12px;
}
.tdomf_category_checklist li ul li:hover{background-color:#FFDFBD;}
.tdomf_category_checklist li ul li input{ display:inline;}

.alignright {float:right;}
.alignleft {float:left;}
.wp-caption { border:1px solid #ccc; padding:5px; }

.button {
	background: #444 url(images/alert-overlay.png) repeat-x;
	display: inline-block;
	font-size:14px;
	padding:12px 25px;
	margin-right:15px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	text-shadow: 0 -1px 1px #222;
	border: 1px solid #444;
	position: relative;
	cursor: pointer;}
