/* LAYOUT
========================================== */
body {
	font-size: 100%;
	line-height: 150%;
}

div#page {
	width: 820px;
	margin: 0 auto;

}

div.container {
	width: 820px;
	margin: 0 auto;
	height: 100%;
	overflow: auto;
	
}

div.small {
	display: none;
}

div.large {
	width: 600px;
	float: left;
}

div.full {
	width: 100%;
	float: left;
	display: none;
}

#content div.container.body .large {
	padding-top: 16px;
	padding-bottom: 20px;
}
div#shoppingcart {
	display: none;
}
div.tulostanappi {
	display: none;
}
	
/* HEADER 
========================================== */
#header {
	display: none;
}


/* SUB HEADER
========================================== */
#sub-header {
	display: none;
	}
/* MAIN NAVIGATION
========================================== */
#navigation {
	display: none;
}	


/* CONTENT
========================================== */
#content {
	clear: both;
	width: 100%;
	margin: 0 auto;
}

/*fixes other content inside content box*/
#content #content {
	background: transparent;
	width: auto;
	padding: 20px;
	margin: 0;
	border: 0;
}

#content h1 {
	color: #0;
}
#content h2 {
	padding: 0px 0 6px;
}
#content h2 a, #content h2 a:link, #content h2 a:visited,
#content h3 a, #content h3 a:link, #content h3 a:visited {
	color: #666;
	text-decoration: none;
}

#content h3 {
	padding: 6px 0 12px;
}

#content h4 a,
#content h4 a:visited {
	color: #666;
}

#content ul {
	list-style-type: none;
}
#content ul, #content ol {
	padding: 0 0 20px;
}
#content ul li,
#content ol li {
	padding: 3px 0 3px 30px;
}
#content ul li a { font-weight: normal; text-decoration: none }
#content ul li a:hover { text-decoration: underline }

#content ul ul {
	padding: 0;
}
#content ol { 
	margin-left: 30px;
}
#content ol li {
	padding-left: 0;
	background-image: none;
}

img.right,
img.align-right,
img.alignright {
	display: none;
}
img.left,
img.align-left,
img.alignleft {
	display: none;
}

img.centered { display: none;  }
img.wp-smiley { border: none; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* COMMENTS
========================================== */
#comments #comment_form {
	display: none;
}
#comments .comment-wrap {
	display: none;
}


/* MAIN SIDEBAR
========================================== */
#sidebar-1 {
	display: none;
}
#sidebar-1 .sidebar:first-child,
#sidebar-1 .sidebar.first-child {
	display: none;
}
#sidebar-1 .sidebar {
	display: none;
}

#content .sidebar {
	display: none;
}

/*Custom sidebars*/
#content .sidebar.tiny {
	display: none;
}
#content .sidebar.tiny ul {
	display: none;
}
/*Ads sidebar*/
	display: none;
}


/* Footer Credits
========================================== */
#credits ul.nav {
	display: none;
}

/* WIDGETS AND PLUGINS */
/* Search form
========================================== */
form#search-form {
	display: none;
}

/* hail to the king :D */
