/* ---------------------------------------------------------------------------
Picnic
Copyright (c) Apricon AB 2007
Original filename: all.css
@author  Joel Arvidsson Above, Erik Schölander
@created 2006-12
@desc    Standard stylesheet for screen in Picnic home page
@
         Changed     Sign Description                        	
------------------------------------------------------------------------------
@change  2007-02-26  ESR  New version
@change  2007-11-05  ESR  picnic-teaser box
@change  2008-10-24  ESR  Lew quicklink login-problems. Less space in login 
                          bar to make room for it.
@-------------------------------------------------------------------------- */
html, 
body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #f6f6f6;
}

body
{
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif; /* NOTE! Overwritten in ie-6.css and ie-7.css */
	color: #000;
}

#navigation, 
#footer
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1, 
#date,
#sidebar h2
{
	font-family: Arial, Helvetica, sans-serif;
}

a:link
{
	color: #000;
}

a:visited
{
	color: #666;
}

a:hover
{
	text-decoration: none;
}

a.read-more
{
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat 100% 50%;
	padding-right: 15px;
}

a.read-more:link,
a.read-more:visited
{
	color: #000;
	text-decoration: none;
}

a.read-more:hover
{
	text-decoration: underline;
}

h1
{
	color: #000;
	font-size: 2em;
}

h2
{
	color: #000;
}

.trigger
{
	background: #f0f0f0;
	color: #000;
	font-style: italic;
	clear: both;
	margin: 2em 0;
}

.trigger img
{
	float: left;
	margin-right: 1em;
}

.trigger p
{
	padding: 1em;
	margin: 0;
}

#wrapper, 
#footer-wrapper
{
	margin: 0 auto;
	padding: 0 49px;
	width: 780px;
	border: 1px solid #e5e5e5;
	border-width: 0 1px;
	background: #fff;
	position: relative;
}

#wrapper
{
	min-height: 100%;
}

/* div tag containing the upper part */
#header
{
	padding-top: 20px;
	padding-bottom: 20px;
}

#navigation
{
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
	list-style: none;
	background: url(../images/header/corner.gif) no-repeat top right;
}

#navigation li
{
	float: left;
	width: 167px;
}

#navigation #logo
{
	width: 231px;
	padding: 0;
}

#navigation #logo a
{
	padding: 0;
	height: 73px;
}

#navigation .skip a:link,
#navigation .skip a:visited
{
	margin: 0;
	padding: 1em;
	line-height: 1;
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	top: 2.1em;
	background: #93c940;
	border: 1px solid #82b632;
	border-top-color: #8dbd37;
	border-bottom-color: #75ad2d;
	left: -9999px;
	display: block;
	text-align: center;
}

#navigation .skip a:hover,
#navigation .skip a:active,
#navigation .skip a:focus
{
	left: 50%;
	margin-left: -375px;
	visibility: visible;
}

#navigation strong,
#navigation a:link, 
#navigation a:visited
{
	display: block;
	line-height: 33px;
	padding-left: 40px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-position: 10px 6px;
	background-repeat: no-repeat;
	white-space: nowrap;
}

		/* MENYSYMBOLER BORTTAGNA GENOM ATT BYTA NAMN */
#navigation .functions *
{
	background-image: url(../images/header/navigation/picnic-for-project.pngX);
}

#navigation .benefit *
{
	background-image: url(../images/header/navigation/benefit.pngX);
}

#navigation .getting-started *
{
	background-image: url(../images/header/navigation/getting-started.pngX);
}

#navigation .references *
{
	background-image: url(../images/header/navigation/references.pngX);
}

#navigation .contact *
{
	background-image: url(../images/header/navigation/contact.pngX);
}

#navigation .home *
{
	background-image: url(../images/header/navigation/home.pngX);
}

/* DO NOT SPECIFY FOR EACH BUTTON
#navigation .functions, 
#navigation .benefit, 
#navigation .getting-started
*/

/* Background for the upper row of menu buttons */
#navigation .upper-normal
{
	background: #82c133 url(../images/header/navigation/backgrounds/upper-normal.gif) repeat-x top;
	border: 1px solid #82b632;
	border-top-color: #8dbd37;
	border-bottom-color: #75ad2d;
	margin: 0 0 3px 3px;
}

/* Background for the lower row of menu buttons */
#navigation .lower-normal
{
	background: #60ab26 url(../images/header/navigation/backgrounds/lower-normal.gif) repeat-x top;
	border: 1px solid #63a227;
	border-top-color: #70ac2c;
	border-bottom-color: #569a22;
	margin: 0 0 0 3px;
}


/* Darker background for active and hovered menu buttons */
#navigation #selected-item,
#navigation li:hover
{
	background: #5d9925 url();
}

#login
{
	margin: 7px 0 0 0;
	padding: 0;
	background: #c3c3c3 url(../images/login/background.gif) repeat-x top;
	position: relative;
	border: 1px solid #ccc;
}

#login fieldset
{
	float: left;
	margin: 0;
	padding: 7px 0 0 0;
	border: 0;
	height: 27px;
}

#login legend
{
	display: none;
}

#login label
{
	float: left;
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	color: #000;
	margin-left: .7em;
	line-height: 2;
}

#login input
{
	float: left;
	margin: 0 3px;
}

#login #user
{
	width: 90px;
}
#login #password
{
	width: 60px;
}

#login #languages
{
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}

#login #languages li
{
	float: left;
	margin: 0 2px;
}

#quicklinks
{
	float: right;
	padding: 0 5px 0 0;
	margin: 0;
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 1.0em;
}

#quicklinks li
{
	float: left;
}

#quicklinks a:link,
#quicklinks a:visited
{
	color: #000;
	text-decoration: none;
	float: left;
	line-height: 34px;
	padding: 0 0 0 25px;
	background: no-repeat 7px 50%;
}

#quicklinks a:hover
{
	text-decoration: underline;
}

#quicklinks #recommendations.ok a,
#quicklinks #recommendations.ok a:visited
{
	background-image: url(../images/quicklinks/supported-browser.gif);
}

#quicklinks #recommendations.bad a,
#quicklinks #recommendations.bad a:visited
{
	background-image: url(../images/quicklinks/unsupported-browser.gif);
}

#quicklinks #recommendations a,
#quicklinks #recommendations a:visited
#quicklinks #recommendations.warn a,
#quicklinks #recommendations.warn a:visited
{
	background-image: url(../images/quicklinks/unknown-browser.gif);
}

#quicklinks #forgot-password a,
#quicklinks #forgot-password a:visited
{
	background-image: url(../images/quicklinks/forgot-password.gif);
}

#quicklinks #login-problems a,
#quicklinks #login-problems a:visited
{
	background-image: url(../images/quicklinks/login-problems.gif);
}

#date
{
	text-align: right;
	margin: 1em .8em 1em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #bfbfbf;
}

.top-left, 
.top-right, 
.bottom-left, 
.bottom-right
{
	background-repeat: no-repeat;
}

.top-left
{
	background-position: top left;
}

.top-right
{
	background-position: top right;
}

.bottom-left
{
	background-position: bottom left;
}

.bottom-right
{
	background-position: bottom right;
}

.top
{
	background: repeat-x top;
}

.right
{
	background: repeat-y right;
}

.bottom
{
	background: repeat-x bottom;
}

.left
{
	background: repeat-y left;
}

#login .top,
#login .right,
#login .bottom,
#login .left
{
	background-image: url(../images/grey-dot.gif);
}

#login .top-left,
#login .top-right,
#login .bottom-left,
#login .bottom-right
{
	background-image: url(../images/white-dot.gif);
}

#content-wrapper
{
	padding: 0 0 5em 0em;
}

#content
{
	width: 520px;
	float: left;
	color: #333;
}

#startpage #content,
{
	width: 520px;
}

#content h1
{
	color: #999;
	background: url(../images/getting-started/stripe.gif) no-repeat 50% right;
	margin: 0 .3em 1em 0;
	line-height: 1;
}

#content h1 .content
{
	background: #fff;
	padding-right: .5em;
}

#content h1 .top-right,
#content h1 .bottom-right
{
	border: 1px solid red;
	background-image: url(../images/white-dot.gif);
}

.faq
{
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.faq li
{
	padding: .5em 25px .5em 0;
	margin: 0;
}

.faq h2
{
	color: #45961a;
}

.first-column
{
	float: left;
	width: 47%;
}

.second-column
{
	float: right;
	width: 47%;
}

#frontpage
{
	background: #f0f0f0;
	color: #777;
	margin-bottom: 2em;
}

#frontpage .top-left
{
	background-image: url(../images/boxes/grey/top-left.gif);
}

#frontpage .top-right
{
	background-image: url(../images/boxes/grey/top-right.gif);
}

#frontpage .bottom-left
{
	background-image: url(../images/boxes/grey/bottom-left.gif);
}

#frontpage .bottom-right
{
	background-image: url(../images/boxes/grey/bottom-right.gif);
}

#frontpage h1
{
	background: none;
	color: #000;
	padding: 15px 0 0 15px;
	margin: 0;
}

#frontpage .tagline
{
	font-weight: bold;
	color: #000;
	margin-left: 15px;
}

#frontpage .first-column
{
	width: 235px;
	margin-left: 15px;
}

#frontpage .second-column
{
	width: 235px;
	margin-right: 15px;
}

#getting-started ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	color: #888;
}

#getting-started li
{
	float: left;
	width: 140px;
	border-left: 1px solid #c3c5c7;
	margin: 15px 15px 15px 0;
	padding: 0 0 0 15px;
}

#getting-started li.first-child
{
	width: 150px;
	border-left: 0;
	margin-right: 0;
}

#getting-started li h2
{
	color: #000;
	font-size: 1.1em;
	margin: 0;
}

#getting-started p
{
	margin: .5em 0;
}

#getting-started li img.inline-image
{
	padding: 0;
}

#getting-started .top,
#getting-started .right,
#getting-started .bottom,
#getting-started .left
{
	background-image: url(../images/boxes/grey-line/dot.gif);
}

#getting-started .top-left
{
	background-image: url(../images/boxes/grey-line/top-left.gif);
}

#getting-started .top-right
{
	background-image: url(../images/boxes/grey-line/top-right.gif);
}

#getting-started .bottom-left
{
	background-image: url(../images/boxes/grey-line/bottom-left.gif);
}

#getting-started .bottom-right
{
	background-image: url(../images/boxes/grey-line/bottom-right.gif);
}
#picnic-teaser {
	width: 492px; 
	height: 238px; 
	background-image: url('../images/start/puff1_bg.jpg');
	background-repeat: none;
	padding-left: 28px;
	padding-top: 38px;
	font-weight: bold;
}
#picnic-teaser h1 {
	color: #62ac27;
	background: none;
	margin-bottom: 4px;
}
#picnic-teaser h2 {
	color: #999999;
	margin-top: 0px;
	margin-bottom: 24px;
	font-size: 1.1em;
}
#picnic-teaser p {
	color: #545454;
	font-size: 1.05em;
	width: 250px;
}

#contact-form,
#contact-form fieldset,
#contact-form ol
{
	border: 0;
	padding: 0;
	margin: 0;
}

#contact-form ol li
{
	padding: .5em 0;
	background: none;
	list-style: none;
}

#contact-form ol
{
	margin-top: 1em;
}

#contact-form label
{
	display: block;
}

#contact-form li input,
#contact-form li textarea
{
	width: 100%;
	background: #f5faeb;
}

#contact-form .submit-buttons
{
	text-align: right;
	margin-top: 1em;
}

#sidebar
{
	color: #666;
	line-height: 1.4;
	float: right;
	width: 220px;
	background: #efefef;
	overflow: hidden;
}

#sidebar .bottom-left
{
	background-image: url(../images/sidebar/corners/bottom-left.gif);
}

#sidebar .bottom-right
{
	background-image: url(../images/sidebar/corners/bottom-right.gif);
}

#sidebar h1
{
	background: #61ac27 url(../images/sidebar/headline-background.gif) repeat-x;
	color: #fff;
	font-size: 1.18em;
	font-weight: normal;
	margin: 0;
	text-indent: 15px;
	line-height: 2.3;
}

#sidebar h1.subheading
{
	border: 1px solid #61ac27;
}

#sidebar h1 .top-left
{
	background-image: url(../images/sidebar/corners/top-left.gif);
}

#sidebar h1 .top-right
{
	background-image: url(../images/sidebar/corners/top-right.gif);
}

#sidebar h1 .left,
#sidebar h1 .top,
#sidebar h1 .right,
#sidebar h1 .bottom
{
	background-image: url(../images/sidebar/corners/green-dot.gif);
}

#sidebar .content
{
	padding: 8px 13px;
}

#sidebar ol
{
	margin: 0;
	list-style: none;
}

#sidebar ol ol
{
	padding: 0;
}

#success-stories li
{
	padding: 0 0 8px 0;
}

#sidebar h2
{
	font-size: 1.1em;
	font-weight: bold;
	margin: .5em 0 .3em 0;
}

#success-stories img
{
	float: right;
	margin-left: 13px;
}

#sidebar h2,
#sidebar h2 a:link,
#sidebar h2 a:visited,
#sidebar h3,
#sidebar h3 a:link,
#sidebar h3 a:visited,
#sidebar p a:link,
#sidebar p a:visited
{
	/*color: #000; */
	text-decoration: none;
}

#sidebar h2 a:hover,
#sidebar h3 a:hover,
#sidebar p a:hover
{
	color: #000; 
	text-decoration: underline;
}

#latest-news h1
{
	border: 1px solid #61ac27;
}

#latest-news h2
{
	color: #777;
}

#latest-news h2,
#latest-news .date
{
	font-size: .9em;
}

#latest-news h3
{
	margin: 0;
}

#footer-wrapper
{
	clear: left;
	position: relative;
	margin-top: -4em;
}

#footer
{
	background-color: #45961a;
	font-size: 1.1em;
}

#footer ul
{
	color: #fff;
	padding: 4px 16px;
	list-style: none;
	margin: 0;
	line-height: 2;
	height: 2em;
}

#footer .about
{
	float: left;
	padding-right: 1.5em;
	border-right: 1px solid #fff;
	margin-right: 1.5em;
}

#footer .copyright
{
	float: left;
}

#footer .cookie-information
{
	float: right;
	padding-left: 22px;
	background: url(../images/footer/about.gif) no-repeat 0 3px;
}

#footer a:link,
#footer a:visited
{
	color: #fff;
}

#footer .top-left,
.trigger .top-left
{
	background-image: url(../images/footer/corners/top-left.gif);
}

#footer .top-right,
.trigger .top-right
{
	background-image: url(../images/footer/corners/top-right.gif);
}

#footer .bottom-right,
.trigger .bottom-right
{
	background-image: url(../images/footer/corners/bottom-right.gif);
}

#footer .bottom-left,
.trigger .bottom-left
{
	background-image: url(../images/footer/corners/bottom-left.gif);
}
