/*
Theme Name: Anders
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

.set:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.set {
	display: inline-block;
}

html[xmlns] .set {
	display: block;
}

* html .set {
	height: 1%;
}

body {
	font: 11px/18px "Helvetica Neue," Arial, Helvetica, sans-serif;
 background:#fff ;
 color:#ba5a36;
}

div#page-wrapper {
	margin: 0 auto;
	width: 920px;
 background: url(images/bg_page.jpg) repeat-y top center;
}

div#tops {
 height:10px;
 overflow: hidden;
 background:#767857;
}

div#page {
 background: url(images/bg_page_lines.jpg) no-repeat center 60px;
}

div#header {
 padding-top:35px;
}

div#header h1 {
 text-align: right;
 padding-right:20px;
 padding-top:30px;
}

div#navigation {
 margin-top:40px;
 background: url(images/bg_nav.gif) no-repeat 0 0;
 height:48px;
 position:relative;
 padding-left:12px;
}

div#search {
 float:right;
 padding-top:7px;
 padding-right:15px;
}

div#search input.search {
 border:solid 1px #a0b288;
 padding:2px;
 width:150px;
}

div#search input.button {
 background: #767857;
 color:#fff;
 border:0;
 font-size:14px;
}

div#selector {
 margin-top:45px;
 background: url(images/bg_selector.gif) no-repeat 0 0;
 height:246px;
 overflow: hidden;
}

div#selector ul {
 padding:26px 0 0 23px;
}

div#selector ul li {
 float:left;
 margin-right:18px;
}

div#selector ul li.last {
 margin-right:0;
}

div#selector ul li a, div#selector ul li a:visited{
 display:block;
 width:280px;
 height:183px;
 text-indent: -9999px;
}

div#selector ul li#priser a, div#selector ul li#priser a:visited {
 background: url(images/selectors.gif) no-repeat 0 -366px;
}

div#selector ul li#priser a:hover {
 background: url(images/selectors.gif) no-repeat -280px -366px;
}

div#selector ul li#referencer a, div#selector ul li#referencer a:visited {
 background: url(images/selectors.gif) no-repeat 0 -183px;
}

div#selector ul li#referencer a:hover {
 background: url(images/selectors.gif) no-repeat -280px -183px;
}

div#selector ul li#blog a, div#selector ul li#blog a:visited {
 background: url(images/selectors.gif) no-repeat 0 0;
}

div#selector ul li#blog a:hover {
 background: url(images/selectors.gif) no-repeat -280px 0;
}

div#content {
 padding:40px 21px 50px 0;
}

div.hsection {
 width:280px;
 float:right;
 margin-left:18px;
}

div.hsection h2 {
 font: bold 18px Georgia, sans-serif;
 color:#000;
 border-bottom:solid 1px #000;
 margin-bottom:10px;
}

div.hsection ul {
 padding-bottom:10px;
}

div.hsection ul.bullet {
 list-style: disc;
 list-style-position: inside;
}


div.hsection ul li {
 padding:2px 0;
}

div.hsection ul li a {
 font-size:15px;
 color:#ba5936;
 text-decoration: none;
}

div#footer-wrapper {
 background: #767857;
}

div#footer {
	margin: 0 auto;
	width: 880px;
 color:#fff;
 text-align:right;
 padding:30px 20px;
}

div#footer h4 {
 font-size:20px;
 margin-bottom:5px;
}

div#footer p {
 font-size:14px;
}

div#posts {
 float:left;
 width:550px;
 padding:20px 0 40px 30px;
}

div#posts h2, div#projects h2 {
 font:bold 22px Georgia, serif;
 color:#000;
 margin-bottom:15px;
}

div#posts h3{
 font:bold 18px Georgia, serif;
 color:#000;
 margin-top:15px;
}

div.project h3 {
 font:bold 20px Georgia, serif;
 color:#000;
 margin-bottom:10px;
}

div.project p {
 font-size:13px;
 color:#000;
 margin-bottom:10px;
}

div.project p strong{
 font-weight:bold !important;
}

div#posts p {
 font-size:14px;
 color:#000;
 line-height: 20px;
 padding-bottom:10px;
}

div#posts img {
 padding:3px;
 display:block;
 background: #fff;
 margin:10px 0;
}

div#posts ul {
 font-size:14px;
 color:#000;
 list-style: disc;
 list-style-position: inside;
 margin:10px 0;
}

div#posts ol {
 font-size:14px;
 color:#000;
 list-style-position: inside;
 margin:10px 0;
}

div#posts a, div#posts a:visited {
 color:#ba5936;
 text-decoration:none;
}

div#posts a:hover {
 color:#767857;
}

div.post {
 margin-top:30px;
 border-bottom:solid 1px #d2d3ce;
 padding-bottom:15px;
}

div.post h2 {
 margin-bottom:0 !important;
}

div.post h2#page {
 margin-bottom:20px !important;
}


div.post p.date {
 font-weight: bold;
 margin-bottom:10px;
}

div.post p.categories {
 margin-top:15px;
 font-weight:bold;
 position:relative;
}

p.categories {
 margin-right:15px;
 }

div.post p.categories span {
 position: absolute;
 top:0;
 right:0;
}


div.actions {
 background: url(images/bg_post_actions.gif) no-repeat 0 0;
 width:422px;
 height:91px;
 padding-left:128px;
}

div.action1 {
 float:left;
 width:155px;
 background: url(images/bg_post_action_border.gif) no-repeat center right;
 padding:20px 5px 20px 10px;
}

div.action1 label {
 color:#000;
 font-size:11px;
 font-weight:bold;
}

div.action1 input.actext {
 border:solid 1px #c4c32a;
 width:100px;
 padding:3px;
 margin-bottom:5px;
}

div.action1 input.actbutton {
 padding-left:70px;
}

div.action2 {
 width:140px;
 float:left;
 padding:11px 0 11px 10px;
 background: url(images/bg_post_action_border.gif) no-repeat center right;
}

div.action2 p, div.action3 p {
 font-size:11px !important;
 line-height:14px !important;
 padding:0 !important;
}

div.action2 p span, div.action3 p span {
 font-weight:bold;
}

div.action2 img, div.action3 img {
 border:0 !important;
 padding:0 !important;
}

div.action3 {
 width:90px;
 float:left;
 padding:11px 0 11px 10px;
}

div#comments {
 margin-top:30px;
}

div#comments h3 {
 border-bottom:solid 1px #d0d1c6;
}

div.comment {
 border-bottom:solid 1px #cdcdb8;
 margin:20px 0;
}


div.comment img.avatar {
 padding:0 !important;
 margin:0 !important;
 display: inline !important;
}

div#comments-form {
 margin-top:40px;
}

div#comments-form h3 {
 margin-bottom:10px;
}

div#comments-form label {
 width:100px;
 font-size:13px;
 font-weight:bold;
 float:left;
}

div#comments-form label.textarea {
 display:block;
 width:150px;
}

div#comments-form input {
 padding:3px;
 width:435px;
 border:solid 1px #c4c32a;
}

div#comments-form textarea {
  width:540px;
  border:solid 1px #c4c32a;
}

div#comments-form input#subscribe {
 border:0 !important;
}

p.optional {
 padding-left:100px;
 font-size:11px !important;
}

p.subscribe-to-comments label {
 float:none !important;
}


div#comments-form p#action {
 text-align: right;
}

div#comments-form p#action input.button {
 padding:0 5px 0 0 !important;
 margin:0 !important;
 width:83px;
 height:25px;
 border:0 !important;
}

div#sidebar {
 width:320px;
 float:right;
 margin-top:50px;
}

div.section {
 margin-bottom:30px;
}

div.section h4 {
 background: url(images/bg_sidebar_header.gif) no-repeat 0 0;
 font: bold 16px Georgia, sans-serif;
 color:#fff;
 padding:2px 5px 12px 10px;
}

div.section p {
 padding:0 20px 10px 10px;
 font-size:14px;
 color:#000;
}

div.section ul {
 list-style-type: disc;
 list-style-position: inside;
 padding-left:10px;
}

div.section ul li a, div.section ul li a:visited{
 color:#ba5a36;
 font-size:14px;
 text-decoration: none;
}

div#side-actions {
 background: url(images/bg_sidebar_actions.gif) no-repeat 0 0;
 color:#000;
 padding-top:110px;
 padding-bottom:10px;
}

div#side-actions p {
 font-size:12px;
}

div#side-actions p.left {
 float:left;
 width:160px;
}

div#side-actions p.right {
 float:left;
 width:80px;
 padding:0 !important;
}

div#side-actions p span {
 display:block;
 font-weight: bold;
}

div#side-actions input.actext {
 border:solid 1px #c4c32a;
 width:100px;
 padding:3px;
}

div.side2 img, div.side3 img {
 padding-top:10px;
}

div#projects {
 padding:50px 30px 20px 30px;
}

div.project {
 margin-bottom:40px;
 padding-bottom:40px;
 background: url(images/bg_project_border.gif) no-repeat bottom center;
}

div.screenshot {
 float:left;
 width:550px;
}

div.screenshot img {
 padding:10px;
 border:solid 1px #ba5936;
 background: #f1f1ce;
}

div.description {
 float:right;
 width:270px;
}


strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}	