/********************************* 
	Reset, Base & Fonts
**********************************/

body,div,
dl,dt,dd,menu,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,button,textarea,
p,blockquote,
th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
}
fieldset,
img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}
em {
	font-style: italic;
}
del,ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
li {
	list-style: none;
}
caption,
th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6,
strong, th {
	font-weight: bold;
}
em {
    font-style: italic;    
}
b, i {
    font-weight: normal; 
    font-style: normal;
}

q:before,
q:after {
	content: '';
}
abbr {
	border: 0;
	cursor: help;
	font-variant: normal;
	border-bottom: 1px dotted #000;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}
select,input,button,textarea,button {
	font: 13px Helvetica,Arial,clean,sans-serif;
}
optgroup {
	font-weight:normal;
}
pre,code,kbd,samp {
	font-family:monospace;
	line-height:100%;
}

/********************************* 
	Site
**********************************/

body { 
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font: normal 14px/1.571em Arial, Sans-serif;
	text-align: left;
}

h1,
h2 {
	font-weight: normal;
	font-size: 2em;
	margin: 1em 0 0.25em;
}

h3 {
	font-size: 14px;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

a:link {
	color: #3280ad;
}
a:visited {
	color: #7b4e9c;
}
a:focus, a:hover {
	text-decoration: underline;
}
a:active {
	color: #aa112c;
}


/********************************* 
	Site
**********************************/

#skiplinks {
    position: absolute;
    top: 0px;
    left: 0px;
    white-space: nowrap;
}
#skiplinks a:link,
#skiplinks a:visited {
    position: absolute;
    top: -99999px;
    left: -99999px;
}
#skiplinks a:hover,
#skiplinks a:focus,
#skiplinks a:active {
    display: block;
    color: #ddd;
    font: bold 14px/20px Helvetica, Arial, Sans-serif;
    position: absolute;
    z-index: 9999;
    text-decoration: none;
    background: #333;
    padding: 20px 30px;
    top: 20px;
    left: 20px;   
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 4px 4px 7px #888;
    -webkit-box-shadow: 4px 4px 7px #888;
    box-shadow: 4px 4px 7px #888;
    text-shadow: #000 0 1px 0; /* color x y blur */
    outline: none; 
}


#background-image {
    width: 100%; /* 1440 894*/
    background: url(mixed-berries.jpg) center top no-repeat;
    height: 894px;
    position: fixed;
}

#wrapper {
    width: 100%;
    padding: 0 0 400px 0;
    position: absolute;
    top: 0;
    left: 0;
}
#header {
    width: 900px;
    height: 320px;
    margin: 0 auto;
    position: relative;
}
#header a {
    display: block;
    width: 301px;
    height: 0;
    padding-top: 135px;
}
#header a:hover {
    background: url(nlife-blogg-logo.png) 278px 112px no-repeat;
}
#header h1 {
    font-size: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 301px;
    height: 135px;
    overflow: hidden;
    background: url(nlife-blogg-logo.png) 0 bottom no-repeat;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);	

}
*:first-child+html #header h1 {
	height: 165px;    
	bottom: 0px;
}
#wrapper-inner {
    /*border: 30px solid #fccadd; /* 252 202 221 */
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 900px;
    padding: 30px;
    margin: 0 auto;
    background-color: rgba(252,202,221,0.5);
}
#content {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    opacity: 0.9;
    padding: 30px;
}

.article,
.aside {
    float: left;
}
.article {
    float: left;
    width: 570px;
}
.aside {
    float: left;
    width: 210px;
    margin-left: 60px;
}

.entry {
    margin: 0 0 3em;
}
.entry img {
    display: block;
    max-width: 548px;
    background-color: #eee;
    padding: 10px;
    margin-bottom: 1em;
}
.entry p {
    margin: 0 0 0.5em;
}
.entry .footer {
    border-bottom: 1px dashed #ddd; 
    color: #999;
    font-size: 0.8em;  
    padding: 0.5em 0;
    margin: 1em 0; 
}

.quote blockquote {
    font-size: 1.5em;
    margin: 0 0 0.5em;
    padding: 15px 0 0 30px;
    background: url(quote.png) 0 0 no-repeat;
}
.quote .source {
    padding: 0 0 0 30px;
}

.link .a {
    font-size: 1.2em;
}

.conversation ul {
    padding-left: 5px;
    background-color: #98bfd6;
}
.conversation li {
    display: block;
    background-color: #ddd;
    padding: 3px 10px;
    margin-left: 1px;
}
.conversation li.even {
    background-color: #eee;
}
.regular ul,
.regular ol {
    margin: 1em 0;
}
.regular ol {
    list-style-type: decimal;
}
.regular li {
    background: url(bullet.png) 0 7px no-repeat;
    padding: 0 0 0 15px;
    margin: 0.125em 0 0 15px;
}
.regular ol li {
    background: none;
    list-style: decimal;
    padding: 0;
    margin: 0.125em 0 0 30px;
}

.regular blockquote {
    border-left: 3px solid #98bfd6;
    margin: 1em 0 1em 1em;
    padding-left: 1em;
    font-style: italic;
}

.aside h4 {
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 0.1em;
    border-bottom: 1px dashed #ddd; 
    padding: 0.5em 0;
    margin: 1em 0; 
}
.aside input[type=text] {
    padding: 5px;
    font-size: 16px;
    color: #333;
    width: 140px;
}

#footer {
    color: #000;
    text-shadow: #fff 0 1px 0; /* color x y blur */
    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);	
    padding-top: 15px;
    text-align: center;
}
#footer a {
    color: #000;
}

/********************************* 
	Common
**********************************/

.clearfix:after, .columns:after {
	clear: both;	
	content: "\0020"; 
	display: block; 
	height: 0; 
	overflow:hidden;
	visibility: hidden; 
}
.clearfix, .columns {
	display: block;
}

* html .clearfix,
* html .columns {
    height:1%;
}
*:first-child+html .clearfix,
*:first-child+html .columns {
    height:1%;
}


.hidden {
    position: absolute;
    top: -9999em;
    left: -9999em;    
}

#dsq-content {
    font-size: 14px !important;
}

#ie6 {
    border: 1px solid #F7941D; 
    background: #FEEFDA; 
    text-align: center; 
    clear: both; 
    height: 75px; 
    position: relative;
} 
#ie6 .inner {
    width: 800px; 
    margin: 0 auto; 
    text-align: left; 
    padding: 0; 
    overflow: hidden; 
    color: black;
}
#ie6 .warning,
#ie6 .browser {
    width: 75px;
    float: left;
}
#ie6 .message {
    width: 275px; 
    float: left;
    line-height: 1.3em;
    padding: 15px 0;
}










