/*  
Theme Name: eusKom
Theme URI: http://www.euskom.dk/blog
Description: eusKom WP Theme for Mashed Potatoes
Version: 3.0
Author: Mads-Peter Eusebius Jakobsen
Author URI: http://www.euskom.dk

*/

/*CSS RESET*/


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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*CSS RESET SLUT */




::-moz-selection {
    background: #556265;
    color: #ffffff;
}

::selection {
    background: #556265;
    color: #ffffff;
}


body {
	background-color: #556265;
	font-family: helvetica, arial, sans-serif;
	color: #000000;	
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

h1 {
	font-family: Georgia, Times, serif;
	font-size: 3em;
	color: #000000;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: Georgia, Times, serif;
	font-size: 2em;
	line-height: 1.4em;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 0.3em;
}

h3 {
	font-family: Georgia, Times, serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	font-style: italic;
	padding-bottom: 0.5em;
}


h4{
	font-family: Georgia, Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
}

blockquote {
    padding: 10px 20px 10px 20px;
    margin: 20px;
    background: #eeeeee;
    font-size: 1.2em;
    line-height: 1.2em;
}

.wcontainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	overflow: auto;
	background: #ffffff;
}

.header {
background:url("images/header-bg.png") no-repeat scroll 0 0 transparent;
height:220px;
margin:0 auto 0;
text-align:left;
width:1000px;
height: 144px;	
}

.logocontainer {
	overflow: hidden;
}

.logo {
	padding: 30px 50px;
	margin: 0px
	
}

.logotitle {
float:left;
}

.blogtitle {
	float: left;
	padding: 22px;
}

.blogtitle .headertitle a, .blogtitle .headertitle a:visited, .blogtitle h1, .blogtitle h1 a, .blogtitle h1 a:visited{
font-size: 18px;
color:#FFFFFF;
font-family:garamond,georgia,times new roman,serif;
text-decoration:none;
text-transform:uppercase;
}

.blogtitle .headertitle a, .blogtitle .headertitle a:visited, .blogtitle a, .blogtitle a:visited, .blogtitle a:hover {
	text-decoration:none;
}

.blogtitle .tagline a, .blogtitle .tagline a:visited, .blogtitle h2, .blogtitle h2 a, .blogtitle h2 a:visited{
color:#DDDDDD;
font-family:georgia;
font-size:12px;
padding-bottom:10px;
text-transform:lowercase;
}


.menucontainer {
	
}

.menu {
		float: right;
		padding-right: 50px;
		
}

.menu ul
{

	
}


.menu li{
	display: inline;
	list-style-type: none;
        height: 40px;
        width: 90px;
        background: #ffffff;
        margin: 5px;
        padding:  8px 14px 4px 14px;
        color: #000000;
                


}	

.menu a{
	color: #000000;
	text-decoration: none;
	padding-right: 0px;
	text-transform: uppercase;
	font-size: 1em;
	
}

.menu a:visited, .menu a:active{
	color: #000000;
	text-decoration: none;

}

.menu a:hover{
	color: #000000;
	text-decoration: underline;
}





.maincontent {
	float: left;
	width: 550px;
	color: #000000;
	font-size: 1em;
	line-height: 1.5em;
	margin: 50px 60px 10px 50px;
}


.clean {
	margin: 80px 60px 10px 200px;
}

.entry img{
        padding: 1em 0px 1em 0em;
		border: none;
}


.maincontent a {
	color: #000000;
	text-decoration:underline;	
}




.maincontent a:visited {
	color: #000000;
	text-decoration: underline;
	
}

.maincontent a:hover{
	color: #000000;
}

.maincontent h2 a, .maincontent h2 a:hover, .maincontent h2 a:visited, .maincontent h2 a:active {
	color: #000000;
	text-decoration: none;
	border: none;
}

.maincontent h1 a, .maincontent h1 a:visited  {
	text-decoration:none;

}

.thinline {
	color: #edeeef;
	background-color: #edeeef;
	border: 0px;
	height: 1px;
}

.thickline {
	color: #EDEEEF;
	background-color: #EDEEEF;
	border: 0px;
	height: 1px;
}

.post {
	padding-bottom: 4em;}

.posttime {
	text-align: left;
}

.entry {
	border-top: 1px solid #000000;
	padding-top: 0.5em;
}

.entry iframe {
    padding-bottom: 1em;
}

.entry p {
	
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	width: 80%;
	text-align: justify;
}

.entry h2 {
	font-family: Georgia,Times,serif;
    font-size: 1.6em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.4em;
    padding-bottom: 0.3em;
    padding-top: 1em;
}

.entry h3 {
	font-family: Georgia,Times,serif;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: 0.3em;
    padding-top: 1em;
}

.entry ol, .entry ul {
	width: 80%;
	padding: 0em;
}

.wpcf7 p {
	margin-bottom: 0px;
}

.wpcf7 input {
	margin-bottom: 3px;
}

.entry li {
	font-size:1em;
	line-height:1.5em;
	list-style-type:disc;
	list-style-position:outside;
	margin-left:25px;
	padding-left:10px;
	padding-bottom: 0.5em;
}

.entry ul {
	margin: 1.5em 0;
}

.clean .entry p {
	width: 100%;
}

.postdetails {

	float: left;	
	width: 400px;
}


.rssbanner {
	background-color: #edeeef;
	color: #000000;
	font-size: 1em;
	padding: 1em 4em;
	margin: 0 0 3em 0;
	text-align: center;
	border: 1px solid #000000;
}


.related ol {
    font-size: 0.7em;
	margin-bottom: 2em;
}

.excerpt {
    color: #7b7873;
}

.related h2{
    text-transform: uppercase;
    font-size: 1em;
    padding-top: 3em;
}


.comment {
	margin-top: 1em;
	font-size: 1em;
	text-align: right;
}

.addthis {

	margin-top: 1em;
}

.highlight {
	font-size: 2em;
	color: #000000;
}

.comment a, .comment a:visited, .byline a, .byline a:visited {
	font-size: 1em;
	color: #000000;
	text-decoration: underline;
	border: none;
}

.comment a:hover, .byline a:hover {
	color: #000000;
	text-decoration: underline;
}

.sidebar {
	float: left;
	width: 280px;
	padding: 50px 50px 0px 0px;
	color: #201f1c;
}

.sidebar a {
	color: #201f1c;
	text-decoration: none;
}

.sidebar a:visited, .extranav a:visited {

}

.sidebar a:hover, .extranav a:hover {
color: #666666;
text-decoration: none;
}



.extranav {
	float: right;
	width: 160px;
	margin-top: 0px;
	color: #201f1c;
}

.extranav a {
	color: #3a3834;
	text-decoration:none;	
}


.extranav a:visited {
	color: #3a3834;
	text-decoration:none;
}	

.extranav a:hover {
	color: #666666;
	text-decoration: none;
}	
	

.extranav h2 a {
	color: #000000;
	text-decoration: none;
}

.sidebar a {
	text-transform: uppercase;
}

.sidebar li, .extranav li {
	list-style-type: none;
        border-bottom: none;
	line-height: 1em;
	padding-bottom: 0.9em;
	font-family: georgia, times, serif;
	font-size: 0.9em;
}

.textwidget li {
    line-height: 2.5em;
}

.textwidget p {
    padding-bottom: 1em;
    line-height: 1.5em;
}

.widget li {
    
}

.sidebar ul, .extranav ul{
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 1em;
	margin-top: 0px;
}

.sidebar h2, .extranav h2 {
	font-size: 1.4em;
	color: #000000;
	padding-bottom: 0.5em;
	font-style: italic;
}

.children li {
	margin-left: 5px;
}

.widgettitle {
	line-height: 1.5em;
	border-bottom: 1px solid #000000;
	margin-bottom: 1em;
}



.comments-template{
	margin: 0px 0 0;

	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 1.5em;
	padding: 10px 10px 1px 10px;
	border: 1px solid #e8eeef;
	
}

.comments-template p {
	padding-bottom: 0em;
	width: 80%;
}

.alt{
	background-color: #e8eeef;
}

.comments-template h2, .comments-template h3{
	font-size: 1.5em;
}

.commentmetadata{
	font-size: 1em;
	text-transform: uppercase;
}

.comment-avatar {
	float: right;
}

.comment-details {
	margin-left: 0px;	
}

.comment-author, .comment-author a, .comment-author a:visited{
	font-family: georgia, times, serif;
	text-transform: uppercase;
	font-size: 1em;
	color: #201f1c;
}

.comment-date {
	font-family: georgia, times, serif;
	text-transform: lowercase;
	color: #778899;
	font-size: 0.8em;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 1em;
}

ol.commentlist p {
	clear: both;
	margin: 20px 0px;}




input.textbox, textarea, input[type="text"] {
-x-system-font:none;
background:#FFFFFF;
border:1px solid #666666;
font-family:Verdana,Arial,Serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:4px;
width:200px;
margin-bottom: 10px;
}

#s {
	float: left;
	height: 16px;
	width: 80px;
}

#searchsubmit {
	float: left;
	border: 1px solid #aabbbc;
	background-color: #778991;
	margin-left: 4px;
	height: 26px;
	font-family: georgia, garamond, times, serif;
	font-size: 1.3em;
	color: #ffffff;
}

textarea {
	width: 540px;	
}

input#submit {
	background-color: #778991;	
	border: 1px solid #aabbbc;
	font-family: georgia, garamond, times, serif;
	font-size: 1.15em;
	float: right;
	color: #fff;
	padding: 0.3em;
	margin: 14px 0px;
	
}


.dividerline {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #000000;
}

.footer {
	clear:both;
	text-align: right;
	background: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 10em;
	padding-top: 25px;
	margin-bottom: 100px;
	font-size: 0.8em;
	line-height: 2em;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.footer p {
	margin: 9px 50px;
}

.footer, .footer a, .footer a:hover, .footer a:visited {
	
	color: #000000;
}



.navigation {
	clear: both;
	padding-top: 30px;
	width: 60%;
	text-align: center;
	height: 60px;
	margin: 0px auto;
}

.recentcomments {
	margin-bottom: 1em;
}

.recentcomments a.url {
	color: #201f1c;
}

.recentcomments a.url:hover {
	color: #3a3834;
}

.clear { clear:both; }

.sharehover {
	opacity: 0.4;
}

.sharehover:hover {
	opacity: 1;
}

.wp-caption-dd {
	font-size: 1em;
        line-height: 1em;
        text-align: center;
		text-transform: uppercase;
        
}	


.byline {
	font-family: georgia, times, serif;
	font-size: 0.8em;
	margin: 1em 0em;
	font-style: italic;
	color: #000000;
}

.category a, .category a:visited{
	float: left;
	margin: 0px 0px;
    	padding-right: 4px;
	text-decoration: underline;
	text-transform: uppercase;
	font-family: georgia, times, serif;
}
.category a:hover {
	text-decoration: none;
}


.tag a, .tag a:visited, .tag a:active {
	float:left;
	margin: 2px 4px 5px 4px;
	padding: 0px 4px;
	line-height: 1.5em;
	text-transform: lowercase;
	font-family: georgia, times, serif;
	font-style: italic;
	
}

.tag a:hover {
	text-decoration: none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */
