/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v2.9.1
Author: Chris Coyier
Author URI: http://chriscoyier.net
Version: 1
*/

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */

@media screen {

* { margin: 0; padding: 0; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }


/* ---------- CUSTOM STYLE: ------------- */
/* ----- FIRST PAGE ----- */
html, body{
	height:100%;
}

body {
	background-image:url('/wp-content/themes/hosilage_theme/images/bg.png');
	overflow-y:scroll;
}

img		{border:none; outline:none;}
a		{outline:none; border:none;}

ul		{font: 12px/14px Georgia;}

p, a 	{font-family:Georgia; text-decoration:none;}

a:hover {text-decoration:underline;}

.general_dark{
	color:#1D1D1D;
}

.individual_page_heading{
	display:inline-block;
	width:100%;
	text-align:center;
	font-family:Georgia;
	font-size:2em;
	margin:0 0 30px 0;
	font-weight:normal;
	letter-spacing:5px;
	color:#171717;
}

.general_heading{
	font-size:14px;
	display:block;
	margin:10px 0 0 0;
}

.general_text, p.general_text, .general_text p{
	font-size:12px;
	display:inline;
	text-decoration:none;
}


.box_shadow{
	background-color: #A1A1A1; /* Needed for IEs */
	-moz-box-shadow: 5px 5px 5px #A1A1A1;
	-webkit-box-shadow: 5px 5px 5px #A1A1A1;
	box-shadow: 5px 5px 5px #A1A1A1;
	box-shadow: 3px 3px 5px #A1A1A1;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
	
	border: 10px solid white;
}


#page_wrapper{
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -457px;
	width:914px;
	min-height:100%;
	background-image:url('/wp-content/themes/hosilage_theme/images/content_bg.png');
	background-repeat:repeat-y;
	float:left;
}

#logotype_wrapper{
	width:356px;
	height:74px;
	margin:60px auto 60px auto;
	background-image:url('/wp-content/themes/hosilage_theme/images/logotype.png');
	background-repeat:no-repeat;
}

#menu_wrapper{
	width:760px;
	margin:0 77px 30px 77px;
	border-bottom:1px solid #1D1D1D;
	float:left;
}

#menu_wrapper a{
	color:#1d1d1d;
	text-decoration:none;
}

#menu_wrapper a:hover{
	color:#616161;
}

#menu-main-menu{
	display:inline;
	list-style-type:none;
	float:left;
}

#menu-main-menu li{
	float:left;
	padding:0 20px 0 20px;
	margin-left:63px;
}

/* --- SLIDESHOW ---- */

#slideshow_wrapper{
	width:775px;
	height:297px;
	float:left;
	background-image:url('/wp-content/themes/hosilage_theme/images/slideshow_background.png');
	background-repeat:no-repeat;
	margin:10px 0 30px 72px;
	
}

#slideshow_inner{
	width:741px;
	height:263px;
	margin:13px 0 0 13px;
	float:left;
}

#index_second_row{
	float:left;
	width:820px;
	height:auto;
	margin:0px 0 40px 70px;
}

/* ---- */


.index_second_row_column{
	width:248px;
	float:left;
	margin:0 18px 0 0;
	cursor:pointer;
}

.index_second_row_column:hover .general_heading{
	text-decoration:underline;
}

.index_second_row_colum_text{
	width:220px;
	margin:0 0 0 7px;
	float:left;
	display:inline-block;
}

.index_image{
	width:218px; height:218px;
	margin:0 0 25px 0;
}

.index_image img{
	width:100%;
	height:100%;
}


/* ---- FOOTER ---- */
#footer_wrapper{
	float:left;
	width:760px;
	margin:0 0 40px 77px;
	border-top:1px #1d1d1d solid;
	
}

.footer_text{
	color:#1D1D1D;
	text-align:center;
	font-size:10px;
	margin:10px 0 0 0
}

.footer_text a{
	text-decoration:none;
	color:#1D1D1D;
}

.footer_text a:hover{
	text-decoration:underline;
}



/* --------------- VÅRT HÖSILAGE PAGE ------------- */
#inner_pages_wrapper{
	width:760px;
	margin:0 0 40px 77px;
	float:left;
}

#vart_hosilage_first_row{
	width:760px;
	height:210px;
	float:left;
}

#vart_hosilage_first_row_inner_left{
	width:230px;
	margin:0 30px 0 0;
	float:left;
	min-height:210px;
}

#vart_hosilage_first_row_inner_left p{
	color:#171717;
	font-size:0.875em;
}

#vart_hosilage_first_row_inner_right{
	width:480px;
	margin:0 0px 0 0;
	float:left;
	height:190px;
	overflow:hidden;
}

#vart_hosilage_first_row_inner_right img{
	width:100%;
}

#vart_hosilage_second_row{
	width:800px;
	margin:40px 0 40px -20px;
	float:left;
}

.analys_title_tip{
	color:#171717;
	display:inline;
	margin:0 0 0 10px;
	line-height:1px;
	font-family:Arial, Helvetica, sans-serif;
}

.vart_hosilage_analys_category_small{
	color:#171717;
	font-size:1em;
	margin:0 0 0 20px;
	font-family:Georgia;
	font-weight:normal;
	line-height:4px;
}

.vart_hosilage_analys_category_big{
	color:#171717;
	margin:0 0 0 20px;
	font-family:Georgia;
	font-size:2em;
	font-weight:normal;
}

.vart_hosilage_single_link{
	text-decoration:none;
	border:none;
	outline:none;
	color:none;
}

.vart_hosilage_single_link:visited, .vart_hosilage_single_link:active{
	color:none;
}


.vart_hosilage_second_row_inner_objects{
	float:left;
	width:228px;
	height:240px;
	margin:18px 18px 18px 20px;
	background-color:#f5f5f5;
}

.vart_hosilage_second_row_inner_objects:hover{
	background-color:#E8E8E8;
}

.analys_table{
	width:95%;
	margin:0 3% 0 4%;
}

.analys_table td{
	line-height:17px;
}

.analys_table tr{
	width:100%;
}

.single_analys_small_heading{
	font-size:0.813em;
	color:#9d9d9c;
	font-size:.750em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.single_analys_text{
	font-size:0.813em;
	font-size:.750em;
	color:#171717;
	font-size:.750em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.analys_title_small{
	margin:15px 0 0 4%;
	display:block;
	color:#9d9d9c;
	font-size:.750em;
	line-height:5px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.analys_title_big{
	margin:0 0 0 4%;
	display:block;
	color:#171717;
	font-size:1.125em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* ---------- KONTAKT PAGE: ------ */
.kontakt_mail_link{
	color:#171717;
}

.kontakt_mail_link:hover{
	color:#9d9d9d;
	text-decoration:none;
}

.kontakt_mail_link:visited, .kontakt_mail_link:active{
	color:#171717;
	text-decoration:none;
}

.kontakt_text_big{
	color:#171717;
	font-family:Georgia;
	font-size:1.2em;
	letter-spacing:2px;
	font-weight:normal;
	margin:0 0 10px 0;
}

#kontakt_top_image{
	width:740px;
	height:210px;
	margin:0 auto 0 auto;
	float:left;
	background-image:url('/wp-content/themes/hosilage_theme/images/kontakt_top_image.png');
	background-repeat:no-repeat;
}

#kontakt_left_info{
	width:230px;
	height:230px;
	float:left;
	margin: 35px 35px 0 0;

}

#kontakt_center_info{
	width:230px;
	height:230px;
	float:left;
	margin: 35px 35px 0 0;
}

#kontakt_right_image{
	background-image:url('/wp-content/themes/hosilage_theme/images/kontakt_right_image.png');
	background-repeat:no-repeat;
	width:210px;
	height:210px;
	float:left;
	margin: 35px 0 0 0;
}

/* --------------------- OM OSS PAGE ----------------- */

.omoss_left{
	width:300px;
	height:180px;
	margin:0px 100px 30px 0;
	float:left;
}

.omoss_right{
	width:300px;
	height:180px;
	margin:0px 0 30px 0;
	float:left;
}

#omoss_two, #omoss_three, #omoss_six{
	width:300px;
	overflow:hidden;
}

#omoss_two img{
	width:100%;
}

#omoss_three img{
	width:100%;
}

#omoss_six img{
	width:100%;
}

/* ------------ SINGLE PUFFAR PAGE ---------- */
.single_puffar_main{
	width:760px;
	float:left;
	color:black;
}

#single_puffar_inner_left{
	width:360px;
	min-height:360px;
	margin: 0 40px 20px 0;
	float:left;
}

#single_puffar_inner_right{
	width:340px;
	height:340px;
	margin: 0 0 0 0;
	float:left;
	background-repeat:no-repeat;
}

#single_puffar_inner_right img{
	width:100%;
	height:100%;
}

/* -------------- PLUGINS: ----------------- */
/* ---------- SLIDESHOW ---------- */

#fadeshow2{
	width:741px;
	float:left;
}

.prev{
	width:31px;
	height:66px;
	background-image:url('/wp-content/themes/hosilage_theme/images/hosilage_sprite.png');
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:50%;
	z-index:9999;
	margin:380px 0 0 -420px;
	background-position:0px 0px;
	
}

.prev:hover{
	background-position:-65px 0px;
}

.prev:active{
	background-position:-65px 2px;
}

.next{
	width:31px;
	height:66px;
	position:absolute;
	top:0;
	left:50%;
	z-index:9999;
	margin:380px 0 0 395px;
	background-image:url('/wp-content/themes/hosilage_theme/images/hosilage_sprite.png');
	background-repeat:no-repeat;
	background-position:-33px 0px;
}

.next:hover{
	background-position:-98px 0px;
}
				
.next:active{
	background-position:-98px 2px;
}

} /* END screen media */