/* ==========================
   STYLESHEET FOR I6PRINT.COM
   All rights reserved
   ========================== */


@import "base.css";


/* --- PAGE --- */

body {
	background: #c6f34d;
}


/* --- CONNECTION FORM --- */

/* Global */
#connect {
	background: url(/images/img/home-global-bg.png) repeat-x center top;
	border-bottom: 1px solid #dedede;
}
#connect form {
	width: 780px;
	margin: 0 auto;
	padding: 6px 0 4px 0;
	line-height: 1.5;
	color: #555;
}

/* Content of the form */
#connect p {
	display: inline;
}
#connect .intro {
	margin-right: 6px;
}
#connect .intro strong {
	margin: 0 3px 0 0;
	padding: 3px 6px 2px 6px;
	border-bottom: 1px solid #e3e3e3;
	background: white;
}
#connect .email input:focus, #connect .pass input:focus {
	color: #333;
}
#connect .forgotten a {
	font-size: .9em;
	color: #8ca448;
}
#connect .forgotten a:hover, #connect .forgotten a:focus {
	color: #60701e;
}

/* Special styles for the input fields */
#connect .email, #connect .pass, #connect .send {
	margin-right: 4px;
}
#connect .email input, #connect .pass input {
	width: 155px;
	height: 15px;
	padding: 4px 5px 4px 30px;
	border: none;
	color: #777;
	font-size: 100%;
	background: url(/images/img/connect-input-bg.png) no-repeat;
}


/* --- HEADER --- */

/* Global */
#header {
	background: url(/images/img/home-global-bg.png) repeat-x center -120px;
	border-top: 1px solid white;
	border-bottom: 1px solid #afd644;
}
#header .innerblock {
	position: relative;
	width: 780px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 28px 0;
}

/* Title */
#logo {
	width: 390px;
	margin: 0 0 18px -5px;
	padding: 5px 35px 12px 0;
	text-align: center;
	background: url(/images/img/home-header-title-bg.png) no-repeat center bottom;
}

/* Selling points */
#sellingpoints {
	float: left;
	width: 190px;
	margin: 0;
	padding: 2px 0;
	list-style: none;
}
#sellingpoints li {
	padding: 3px 0 3px 16px;
	background: url(/images/img/home-tick-in.png) no-repeat left 4px;
}

/* Register */
#register {
	width: 176px;
	margin-left: 208px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 1.1;
	background: url(/images/img/home-register-bg.png) no-repeat left bottom;
}
#register h2 {
	margin: 0;
	padding: 16px 16px 2px 16px;
	background: url(/images/img/home-register-bg.png) no-repeat left top;
}
#register p {
	margin: 0;
	padding: 5px 16px 5px 16px;
	color: #888;
}

/* Preview of the user interface */
#deco1 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 376px;
	height: 170px;
	background: url(/images/img/home-preview-bg.jpg) no-repeat left bottom;
}


/* --- MAIN --- */

/* Global */
#main {
	background: url(/images/img/home-global-bg.png) repeat-x center -720px;
	border-top: 1px solid white;
}
#main .innerblock {
	position: relative;
	width: 780px;
	overflow: hidden;
	margin: 0 auto;
	padding: 43px 0 25px 0;
}
#main h2, #main h3, #main h4 {
	margin: 0;
	font-size: 1em;
}

/* Preview of the user interface */
#deco2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 376px;
	height: 45px;
	background: url(/images/img/home-preview-bg.jpg) no-repeat left top;
}

/* --- LEFT COLUMN --- */

/* Global */
#content-left {
	float: left;
	width: 370px;
	margin-bottom: 20px;
	padding: 10px 27px 50px 15px;
	background: url(/images/img/home-info-details-bg.jpg) no-repeat right bottom;
}

/* Header */
#content-left .header {
	width: 350px;
	overflow: hidden;
	padding: 8px 8px 14px 10px;
	background: url(/images/img/home-info-header-bg.png) no-repeat 0 bottom;
}
#content-left .header h2 {
	text-align: center;
	float: left;
	width: 170px;
}
#content-left .header h2 strong {
	color: #111;
	display: block;
}
#content-left .header h2 span {
	color: #888;
	font-weight: normal;
}
#content-left .header p {
	float: right;
	width: 160px;
	margin: 0;
	color: #5c7122;
}

/* Form: three steps */
#content-left ol {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#content-left ol li {
	position: relative;
	width: 368px;
	margin: 4px 0;
	padding: 2px 0 0 0;
	background: url(/images/img/home-info-form-bg.png) no-repeat left top;
}
#content-left ol .deco {
	position: absolute;
	top: -1px;
	left: 0;
	height: 32px;
	width: 32px;
	background: url(/images/img/home-info-numbers.png) no-repeat 0 0;
}
#content-left ol .step1 .deco {background-position: 0 0;}
#content-left ol .step2 .deco {background-position: 0 -32px;}
#content-left ol .step3 .deco {background-position: 0 -64px;}
#content-left ol .step4 .deco {background-position: 0 -96px;}
#content-left ol .inner {
	overflow: hidden;
	padding: 2px 4px 4px 41px;
	background: url(/images/img/home-info-form-bg.png) no-repeat left bottom;
}
#content-left ol .left {
	float: left;
	width: 145px;
	min-height: 19px;
	padding: 2px 0;
	line-height: 1.5;
	font-weight: bold;
	color: #53651f;
}
#content-left ol .right {
	float: right;
	width: 168px;
	min-height: 23px;
	overflow: hidden;
}
#content-left ol .right .text {
	width: 156px;
	padding: 4px 6px;
	background: white;
	border: none;
	color: #555;
}
#content-left ol .right button,
#content-left ol .right .button {
	vertical-align: middle;
}

/* Adapting for the custom filepicker */
/* #filepicker {
	height: 23px;
	overflow: hidden;
} */

/* Additional info */
#content-left .info {
	margin: 20px 0 0 0;
}
#content-left .info h3 {
	margin-bottom: 6px;
	color: #222;
}
#content-left .info p {
	margin: 8px 0;
	line-height: 1.3;
}


/* --- RIGHT COLUMN --- */

/* Global */
#content-right {
	float: right;
	width: 310px;
	padding: 10px 30px 10px 0;
}

/* Title */
#content-right .header {
	float: left;
	padding: 8px 10px 14px 10px;
	background: url(/images/img/home-info-header-bg.png) no-repeat -400px bottom;
}
#content-right .header h2 {
	color: #111;
}
#content-right .header p {
	margin: 0;
	color: #888;
}

/* Main (features/advantages) */
#content-right .main {
	clear: left;
	width: 100%;
}
#content-right .main h3 {
	padding: 17px 10px 2px 10px;
	color: #222;
}
#content-right .main p {
	margin: 0;
	padding: 2px 10px;
	color: #53651F;
}

/* Register (link) */
#content-right .register {
	margin: 20px 10px 10px 10px;
	font-size: .95em;
}
#content-right .register a {
	font-weight: bold;
	color: #df0c6a;
}
#content-right .register a:hover, #content-right .register a:focus {
	color: #a1094c;
}


/* --- FOOTER --- */

#footer {
	width: 740px;
	overflow: hidden;
	margin: 0 auto 20px auto;
	padding: 15px 20px;
	font-size: .9em;
	background: #d2ff50;
}
#footer .credits {
	float: left;
	width: 390px;
	margin: 0;
}
#footer ul {
	margin: 0 0 0 430px;
	padding: 0;
	list-style: none;
}
#footer li {
	display: inline;
	margin-right: 8px;
}
#footer a {
	color: #53651f;
}
#footer a:hover, #footer a:focus {
	color: #3e4c12;
}

/* --- MESSAGE (TOP OF THE PAGE) --- */

#message .box {
	margin: 9px 0 8px 0px;
	padding: 10px 24px 10px 11px;
	border: 1px solid #ddd;
	background: white;
}
#message .notok {
	border-color: #555;
}
#message h2 {
	margin: 2px 0;
	padding: 0 0 0 13px;
	font-size: 1em;
	background: url(/images/img/signup-ticks.png) no-repeat left 50px;
}
#message .ok h2 {
	color: #82a12f;
	background-position: left 3px;
}
#message .notok h2 {
	color: red;
	background-position: left -37px;
}
#message p {
	margin: 2px 0;
	padding: 0 0 0 13px;
}
#message a {
	color: #df0c6a;
}
#message a:hover, #message a:focus {
	color: #8f0844;
}

#contest {
	float: right;
	width: 350px;
	text-align: center;
}
#contest h2, p {
	margin: 0;
}
#contest a {
	color: red;
}
#contest-footer {
	text-align: center;
}
#contest img {
	margin: 10px;
}

