/* stylesheet for eplejuice.com */

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;
    vertical-align: baselinebaseline;  
    background: transparent;
} 
 
ol, ul {  
    list-style: none;
}  

blockquote, q {  
    quotes: none;  
}  

blockquote:before, blockquote:after,  
q:before, q:after {  
    content: '';  
}  
  
/* remember to define focus styles! */  
:focus {  
    outline: 0;  
}  
  
/* tables still need 'cellspacing="0"' in the markup */  
table {  
    border-collapse: collapse;  
    border-spacing: 0;  
}  


/* Begin Typography & Colors */

html {
	background: url("/graphics/html-bg.png");
	font-size: 125%;
}

body {
	font: normal 50% "Helvetica", "Arial", "Verdana", "Tahoma", sans-serif;
	background: url("/graphics/body-bg.png") repeat-x;
}


h1, h2, h3, h4, h5 {
	letter-spacing: 0.07em;
}

h1 {
	font-size: 2.1em;
	margin-bottom: 4px;
	color: #b40a42;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 4px;
	color: #001520;
}

h3 {
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #001520;
}

a, a:link, a:hover, a:visited {
	text-decoration: none;
}

p {
	line-height: 150%;
	margin-bottom: 10px;
}

/* start div containers */

/* start main framework (header, middle, footer, content & sidebar) */

div#header {
	float: left;
	clear: both;
	width: 100%;
	height: 250px;
	background: url("../img/layout/header-bg.png") repeat-x;
}

div#middle {
	float: left;
	clear: both;
	width: 100%;
	background: url("../img/layout/middle-bg.png") repeat-x top #fff;
}

div#content {
	float: left;
	width: 450px;
	height: 100%;
	padding: 50px 0px 0px 0px;
	margin-bottom: -50px;
}

div#sidebar {
	float: right;
	width: 250px;
	padding: 50px;
	padding-bottom: 0px;
	background: url("../img/layout/sidebar.png") 211px 0px repeat-y;
}

div#footer {
	float: left;
	clear: both;
	width: 100%;
	height: 195px;
	padding-top: 160px;
	background: url("../img/layout/footer-bg.png") repeat-x;
	font-size: 1.2em;
	color: #c4c4b9;
}

div.wrapper {
	width: 800px;
	margin: auto;
}

/* end main framework */



/* ----------------------------------------

	start misc containers (nav, logo, etc..) 

	---------------------------------------- */


/* start navs */

div#header div.wrapper {
	height: 246px;
	background: url("../img/layout/header-eple.png") -20px 0px no-repeat;
}

#header ul.nav {
	float: left;
	margin-left: 280px;
	font-size: 16px;
	padding-right: 88px;
	background: url("../img/layout/nav-header-right.png") no-repeat top right;
}

div#header ul.nav li:first-child {
	padding-left: 88px;
	background: url("../img/layout/nav-header-left.png") no-repeat;
}

div#header ul.nav li:last-child {
	/* flyttet den opp til ul.nav stilen da fordi ie7 ikke fant lastchild :S */
}

div#header ul.nav li {
	float: left;
	background: url("../img/layout/nav-header-bg.png") repeat-x;
}

div#header ul.nav li a:link, div#header ul.nav li a:visited {
	float: left;
	color: #fff;
	padding: 12px 12px;
}

div#header ul.nav li a:hover {
	color: #cd8640;
}

/* end navs */

/* start header portfolio nav */

div#header div.portfolio {
	float: left;
	margin-top: 50px;
}

div#header div.portfolio h1 {
	float: left;
	width: 180px;
	margin: 40px 10px 0px 0px;
	font-size: 24px;
	color: #301904;
}

div#header div.portfolio a {
	float: left;
	background: url("../img/layout/black15.png");
	text-transform: uppercase;
}

div#header div.portfolio a:hover {
	background: url("../img/layout/brown15.png");
}

div#header div.portfolio a.design, div#header div.portfolio a.design:visited {
	padding: 10px 50px 2px 15px;
	font-size: 60px;
	color: #9e0039;
}

div#header div.portfolio a.development, div#header div.portfolio a.development:visited {
	clear: both;
	margin: 10px 0px 0px 30px;
	padding: 7px 15px 4px 75px;
	font-size: 36px;
	color: #301904;
}

div#header div.portfolio a:visited {
	color: #9e0039;
}

/* end header portfolio nav */

/* end div containers */


/* start post styling*/

div.post {
	width: 450px;
	float: left;
	clear: both;
	padding-bottom: 60px;
	margin-bottom: 30px;
	background: url("../img/layout/drop-post.png") bottom center no-repeat;
}

div.post:last-child {
	background: none;
	margin-bottom: -10px;
}

div.post h1 {
	width: 450px;
	text-align: center;
	font-size: 25px;
}

div.post div.meta {
	width: 100%;
	margin: 10px 0px 12px 0px;
	text-align: center;
	color: #cd8640;
	font-style: italic;
	font-size: 15px;
}

div.post p {
	font-size: 12px;
	color: #707070;
	line-height: 150%;
}

div.post li {
	font-size: 12px;
	color: #707070;
}

div.post a:hover {
	border-bottom: 1px dotted;
}

div.post a, div#footer strong {
	color: #cd8640;
}

div.post li {
	margin-bottom: 3px;
}

div.post li strong {
	margin-right: 5px;
}


/* end post styling */

/* start sidebar styling */

div#sidebar div h1 {
	background: #8dc63f url("../img/layout/drop-small-white35.png") center right no-repeat;
	padding: 7px 0px 3px 7px;
	font-size: 18px;
	color: #fff;
}

div#sidebar h2 {
	color: #301904;
	font-size: 14px;
}

div#sidebar div.block {
	width: 200px;
	clear: both;
	padding-left: 12px;
	margin-left: -15px;
	margin-bottom: 30px;
	border-left: 5px solid #d4d4c4;
	font-size: 12px;
	color: #707070;
}

div#sidebar div.nomargin {
	margin-bottom: 0px;
}

div#sidebar span.timestamp {
	color: #aaa;
}

div#sidebar a, div#sidebar a:visited {
	color: #8dc63f;
	font-weight: bold;
}

div#sidebar img.sidebar_bottom {
	float: left;
	margin-left: 186px;
}

div#sidebar p a:hover, div#sidebar li a:hover {
	border-bottom: 1px dotted; 
}

div#sidebar li {
	margin-bottom: 3px;
}

div#sidebar div.red h1 {
	color: #fff;
	background: #9e0039 url("../img/layout/drop-small-white35.png") center right no-repeat;
}

div#sidebar div.red a {
	color: #9e0039;
}

div#sidebar div.brown h1 {
	color: #fff;
	background: #301904 url("../img/layout/drop-small-white35.png") center right no-repeat;
}

div#sidebar div.brown a {
	color: #301904;
}

/* end sidebar styling */


/* start footer styling */

div#footer div.block {
	float: left;
	width: 300px;
	line-height: 140%;
	color: #fdffd8;
}

div#footer div.contact {
	width: 160px;
	margin-left: 150px;
}

div#footer a:hover {
	border-bottom: 1px dotted;
}

div#footer a, div#footer strong {
	color: #cd8640;
}

div#footer ul {
	margin-bottom: 15px;
}

{
	margin-bottom: 3px;
}

div#footer li strong {
	margin-right: 5px;
}

div#footer h1 {
	font-size: 18px;
	color: #8dc63f;
}

div#footer img.eplejuiceglass {
	float: right;
	clear: none;
	margin-right: 18px;
	padding: 0px;
	margin-bottom: 0px;
}

div#footer div.block a.icon {
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	padding-bottom: 5px;
}

div#footer div.block a.icon span {
	display: none;
}

div#footer a.twitter {
	background: url("/img/layout/icon-twitter.png") no-repeat;	
}

div#footer a.twitter:hover {
	background: url("/img/layout/icon-twitter.png") no-repeat -30px 0px;
}

div#footer a.facebook {
	background: url("/img/layout/icon-facebook.png") no-repeat;	
}

div#footer a.facebook:hover {
	background: url("/img/layout/icon-facebook.png") no-repeat -30px 0px;
}

div#footer a.linkedin {
	background: url("/img/layout/icon-linkedin.png") no-repeat;	
}

div#footer a.linkedin:hover {
	background: url("/img/layout/icon-linkedin.png") no-repeat -30px 0px;
}

div#footer a.lastfm {
	background: url("/img/layout/icon-lastfm.png") no-repeat;	
}

div#footer a.lastfm:hover {
	background: url("/img/layout/icon-lastfm.png") no-repeat -30px 0px;
}



/* end footer styling */

/* start project styling */

div.post div.info {
	width: 325px;
	padding: 20px;
	border: 1px dashed #aaa;
	margin: 30px auto; 
	background: #eee;
}

div.post div.info a, div.post div.info a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #301904;
}

div#products {
	float:left;
	padding: 20px 0px 0px 15px;
	width: 430px;
	min-height: 35px;
	overflow: visible;
}

div#gallery {
	float: left;
	clear: none;
	width: 430px;
}

div.product {
	float:left;
	width: 140px;
	text-align: center;
	margin-bottom: 15px;
}

div.product img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

div.product img:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

div.product div.caption {
	color: #0e4561;
	margin-top: 5px;
	font-size: 0.8em;
	text-align: center;
}

div.product a.highslide {
	border: none;
}

div.product a.highslide:hover {
	border: none;
}


/* end gallery styling */


/* misc font styling */

div.post p.important {
	color: #9e0039;
}

div#content img.msg {
	margin: 10px 0px 0px 150px;
}