/* Author:				Perfica, www.perfica.se
*  Contact:				info@perfica.se
*  Version:				1.0
*  Created:				2008
*
*
* CONTENTS
* -----------------
* == INCLUDE
* ----> defaults
* ----> forms
* ----> navigation
* == LAYOUT
**-----------------------------------------------------------------------------------
/* == INCLUDE
-----------------------------------------------------------------------------------*/

@import url(defaults.css);
@import url(forms.css);
@import url(navigation.css);

@import url(external/slimbox.css);

/*-----------------------------------------------------------------------------------
* == LAYOUT
* --------------------------------------------------------------------------------- */
div#wrapper, div#cart_container {margin:0px auto 20px; width:800px;}

#wrapper {}

div#container {}

div#header {position:relative;}
	#header h1 {margin:0 0 30px 0;}
	#header h1 a {text-decoration:none; color:#333333; font-size:125%; font-weight:normal;}

div#content {padding:0px 5px 20px 5px;}


div#footer {color:#999; clear:both; border-top:5px solid #849da9; font-size:12px; padding:10px 0 0 0; width: 785px; margin-left: 5px;}
	#footer p {margin:0;}

div.section {width:200px; float:left;}


div#index {width:520px; float:left;}
div#section {width:250px; float:right;}
	#section h2 {font-size:22px}
	#section h3 {margin-top:5px; color:#333; font-size:14px; font-weight:bold}
	
	
#translate {float:right; height:30px; overflow:hidden; padding-left:40px; background:url(../img/insitu-language.jpg) no-repeat; margin-right:5px; margin-top:10px;}
#google_translate_element .goog-te-gadget {color:#fff;}
#google_translate_element select {width:210px;}
#google_translate_element span {display:none;}
	

/*-----------------------------------------------------------------------------------
* == LANGUAGE
* --------------------------------------------------------------------------------- */
ul#language {overflow:hidden; float:right; margin:5px 5px 0 0;}
	#language li {float:left; margin-left:5px;}

/*-----------------------------------------------------------------------------------
* == NEWS AND STUFF AT INDEX.PHP:
* --------------------------------------------------------------------------------- */
div#index_more_material {clear: both; margin-top: 10px; border-top:5px solid #849da9; padding: 15px 0 15px 0;}


div.index_short_post {width: 250px; float: left; margin-right: 17px; font-size: 13px; }
div.index_portfolio_post {margin-right: 0px;}

a.link_pic { padding: 0; margin: 0; height: 160px;}

div.index_short_post h3 {color: #909090; font-size: 14px; font-weight: bold; margin: 0; padding: 0 0 5px 0;}
div.index_short_post div {background: #849da9; margin: 0; padding: 5px; }
div.index_short_post div a {color: #fff; border: 0; text-decoration: none;}
div.index_short_post div h4 { color: #fff; padding: 0 0 3px 0; display: block; }
div.index_short_post div p {margin: 0; padding: 0; color: #fff; line-height: 15px; padding-bottom: 10px; }
div.index_short_post div span.date {font-size: 12px; color: #fff; display: block; float: left; width: 45%;}
div.index_short_post div span.more {font-size: 12px; font-weight: bold; color: #fff; display: block; float: right; width: 45%; text-align: right; padding-right: 4px; }

a.link_pic {display: block; margin: 0; padding: 0; }

/*-----------------------------------------------------------------------------------
* == PROMOTION && SLIDESHOW
* --------------------------------------------------------------------------------- */
div#slideshow_container {height:320px; width:790px;position:relative;border:5px solid #fff; clear:both;}

#overlay {position:absolute; z-index:100; height:106px; bottom:0px;right:4px; width:337px;background:url(../img/slogan.png) no-repeat;}

div#slideshow {height:320px; width:790px;position:relative; overflow:hidden; } 
	div#slideshow li {width:790px;height:320px; position:absolute;}

/*-----------------------------------------------------------------------------------
* == GUESTBOOK
* --------------------------------------------------------------------------------- */

.guestbook form {margin:15px 0;}

/* Validation code */

p.validation_code span {padding:5px 10px;}
	.validation_code .black {color:#000000; background:#000000;}
	.validation_code .blue {color:#0000FF; background:#0000FF;}
	.validation_code .green {color:#00FF00; background:#00FF00;}
	.validation_code .red {color:#FF0000; background:#FF0000;}
	.validation_code .yellow {color:#FFFF00; background:#FFFF00;}

/*-----------------------------------------------------------------------------------
* == LINKS
* --------------------------------------------------------------------------------- */

div.links {overflow:hidden;}
	.links .column {float:left; width:30%; margin-right:2%; margin-bottom:15px;}
	.links .row {clear:left;}
	
	.links h3 {}
	.links ul {}
	.links ul li {margin-bottom:3px;}
	
/*-----------------------------------------------------------------------------------
* == STAFF
* --------------------------------------------------------------------------------- */

div.staff {overflow:hidden;}
	.staff .column {float:left; width:340px;padding:10px;margin:0 15px 15px 0; 
		border:1px solid #ccc; border-right:2px solid #ccc;border-bottom:2px solid #ccc;}
	.staff .row {clear:left;}
	.staff span.title {letter-spacing:2px; color:#666666; display:block; margin-bottom:5px;}
	.staff h3 {margin: 0 0 5px 0;}
	.staff dl dt {font-weight:bold; margin-top:10px;}	
	
/*-----------------------------------------------------------------------------------
* == PORTFOLIO
* --------------------------------------------------------------------------------- */	

div.portfolio {}
	
/*-----------------------------------------------------------------------------------
* == GALLERY
* --------------------------------------------------------------------------------- */
div.gallery {}
	.gallery ul {overflow:hidden; margin-bottom:15px;}
	.gallery ul li {float:left; margin-right:10px;}
	
	div.gallery_image {text-align:center;}
	

/*-----------------------------------------------------------------------------------
* == WEBSHOP
* --------------------------------------------------------------------------------- */	
div.webshop {margin-left:215px;}
	.webshop span.price {font-size:200%; color:#990000; display:block; margin:5px 0;}
	.webshop_latest span.price, .webshop_category span.price {font-size:120%;}
	.webshop a.more_info {margin-top:15px; float:left;}

	form#add_to_basket {padding:10px; background:#efefef; text-align:center; margin-bottom: 20px; }
		#add_to_basket legend {}
		#add_to_basket label {display:inline;}
		#add_to_basket button {display:inline;} 
		#add_to_basket .small {width:50px;}

/* LATEST & CATEGORY LIST */
div.webshop_latest, div.webshop_category {}
	.webshop_latest ul, .webshop_category ul {overflow:hidden;}
	.webshop_latest ul li, .webshop_category ul li {float:left; margin:0 12px 15px 0; width:200px;height:220px; overflow:hidden; position:relative;}
	.webshop_latest ul li div, .webshop_category ul li div {height:150px; position:relative; }
	.webshop_latest ul li div img, .webshop_category ul li div img {position:absolute; bottom:0;}
	.webshop_latest ul h3, .webshop_category ul h3 {padding-top:5px; font-size:100%;}
	.webshop_latest ul li.row, .webshop_category ul li.row {clear:left;}
	.webshop_latest .price, .webshop_category .price {position:absolute; bottom:0; padding:5px; width:200px;}


/* PRODUCT */
div.webshop_product {}
	.webshop_product ul {overflow:hidden;}
	.webshop_product ul li {float:left; margin:5px;}
	.webshop_product ul li.row {clear:left;}	
	.webshop_product .column {float:right; width:250px; margin-left:15px;}

	.webshop_product dl {overflow:hidden;}
	.webshop_product dt {font-weight:bold; clear:left; float:left; width:150px;}
	.webshop_product dd {}
	.webshop_product dd, .webshop_product dt {padding:5px 0; border-bottom:1px dashed #ccc;}
	
/* CART */

div#cart {padding:5px 0; position:fixed; bottom:0; width:100%; background:#efefef; border-top:2px solid #ccc;}
	#cart form {float:left;}
	#cart label {display:inline;}
	#cart p.summary {float:left; margin:0 20px; padding:0;}
	
	#cart ul {float:left;overflow:hidden;}
	#cart ul li {float:left; margin-right:20px;}
	
/* CHECKOUT */	
	
div.webshop_checkout {}
	.webshop_checkout tr.summary th {}
	.webshop_checkout .summary button {display:inline;}
	.webshop_checkout .summary a {padding:0 15px; font-weight:normal;}
	.webshop_checkout .list {margin-bottom:15px;}
	
	.webshop_checkout fieldset {overflow:hidden; margin-bottom:30px;}
	.webshop_checkout .row {clear:left;}

/* SEARCH */

form#webshop_search {margin-left:5px;}
	#webshop_search .input_text {height:23px; width:125px;}
	#webshop_search button {display:inline;}
	
/*-----------------------------------------------------------------------------------
* == VIDEO
* --------------------------------------------------------------------------------- */	

div.video {}

/* PLAYER */

#video_player {margin-bottom:15px; float:left;}

/* LIST */

ul#video_list {}
	#video_list li {overflow:hidden; margin-bottom:5px; padding:5px;}
	#video_list li.row1 {}
	#video_list li.row2 {}
	#video_list img {float:left; margin-right:10px; width:100px;}
	#video_list p {margin-bottom:3px;}
	
/* DESC */	

p#video_description {float:left; margin-left:15px; width:300px;}

/* MISC */
#h_video_more {clear:left;}

/*-----------------------------------------------------------------------------------
* == SUPPLIERS
* --------------------------------------------------------------------------------- */	
div.suppliers {}
	.suppliers table {width:100%;}
	.suppliers table td {width:60%; padding-top:15px;}
	.suppliers table tr {border-bottom:2px solid #efefef;}
	.suppliers table td.image {width:35%; padding: 0 20px 0 0; text-align: center; }
	.suppliers table td.image * {display: inline;}
	.suppliers table td a {}

/* Suppliers promo (first page) */
table#suppliers_promo {margin: 10px 0 0 0; height: 80px; width: 100%;}
	#suppliers_promo tr td {border-top:5px solid #849da9; text-align: center; vertical-align: middle; padding: 20px 0 0 0;}
	#suppliers_promo a, #suppliers_promo img {margin: 0 auto; padding: 0;}

/*-----------------------------------------------------------------------------------
* == CONTACT
* --------------------------------------------------------------------------------- */	
div.contact {overflow:hidden;}
	.contact form {float:left; width:300px;}
	.contact .large {}
	
	.contact #extra_info {}
		#extra_info p {margin:0;}
/* MAP */	
div#map {float:left; width:400px; margin:48px 0 0 20px; padding:10px;}
	
	
/*-----------------------------------------------------------------------------------
* == SITEMAP
* --------------------------------------------------------------------------------- */		
div.sitemap {}
	.sitemap ul {margin-left:30px;}
/*-----------------------------------------------------------------------------------
* == POST - container that's beeing used for news, blog etc
* --------------------------------------------------------------------------------- */	
div.post {overflow:hidden; margin-bottom:20px; border-top: 1px solid #ccc; padding-top: 20px; }
	div.post h3 {margin:0 0 5px; padding:0;}
	span.date {font-size:80%; margin-bottom:5px; display:block;}	
.post ul {clear:both;float:right; overflow:hidden;}
.post ul li {float:left; margin-left:10px;}
/*-----------------------------------------------------------------------------------
* == IMAGES CONTAINERS - determines what side of the page the images should be display on.
* --------------------------------------------------------------------------------- */

.right {float:right; margin:0 0 5px 10px;}
.left {float:left; margin:0 10px 5px 0;}
	ul.right img, ul.left img {display:block; margin-bottom:5px;}

/*-----------------------------------------------------------------------------------
* == FX
* --------------------------------------------------------------------------------- */

/* MESSAGES */
div#fx_messages_container {overflow:hidden; height:45px; width:950px; margin:0 auto; position:relative;}
	ul#fx_messages {position:relative; width:8000000px;}
	ul#fx_messages li {height:45px; width:950px; float:left; line-height:45px; font-size:18px; text-align:center;}

/*-----------------------------------------------------------------------------------
* == CLOSED.PHP
* --------------------------------------------------------------------------------- */

div.closed {text-align: center;}
div.closed p {margin: 0 auto; width: 450px;}
div.closed_languages {margin: 40px 0;}
div.closed_languages a {padding: 0 2px; margin: 0;}

/*-----------------------------------------------------------------------------------
* == BOXES - Boxes that beeing included on desired places.
* --------------------------------------------------------------------------------- */		
	
/* GENERAL */	

div.boxes {}

/* BLOG */	
div#blog_latest {}	
	#blog_latest dl {}
	#blog_latest dl dt {}
	#blog_latest dl dd {}


/* CALENDAR */
div#calendar_latest {}
	#calendar_latest dl {}
	#calendar_latest dl dt {}
	#calendar_latest dl dd {}


/* GALLERY */
div#gallery_latest {}
	#gallery_latest dl {}
	#gallery_latest dl dt {}
	#gallery_latest dl dd {}


/* LUNCH */
div#lunch_latest {}
	#lunch_latest dl {}
	#lunch_latest dl dt {}
	#lunch_latest dl dd {}
	
	
/* NEWS */	
div#news_latest {clear:both; overflow: hidden;}
	#news_latest h2 {margin-bottom:5px;}
	#news_latest div {float:left; width:250px;}
	#news_latest div + div {float:right;}
	#news_latest h3 {margin-top:5px; color:#333; font-size:14px; font-weight:bold}
	#news_latest dl {}
	#news_latest dl dt {}
	#news_latest dl dd {}


/* PORTFOLIO */	
div#portfolio_latest {}
	#portfolio_latest dl {}
	#portfolio_latest dl dt {}
	#portfolio_latest dl dd {}

div#portfolio_latest_list {}
	#portfolio_latest_list h2 {color:#333; font-size:18px; margin-bottom:5px}
	#portfolio_latest_list li {margin-bottom:5px}

/* WEBSHOP */	
div#webshop_latest {}
	#webshop_latest ul {}
	#webshop_latest ul li {}
	
/*-----------------------------------------------------------------------------------
* == MISC
* --------------------------------------------------------------------------------- */
.split {}
a.read_more {display:block; margin-top:10px; margin-bottom:10px}
