/*
Theme Name: Dkn Business
Author: Eleazar Dan S. Biscaro
Aurthor url: http://danbiscaro.com
Template url: http://dkntemplates.com
Version: 1 
*/

/*** Reset ***/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
:focus { outline: 0; }
img { vertical-align: bottom; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/*** Clearfix ***/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
.clear { clear: both; }

/*** Positioning and Alignment ***/
.fl { float: left; }
.fr { float: right; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }

img.left { float: left; margin-right: 10px; }

/*** General Settings ***/
body { background: #495968 url(../images/bg-body.jpg) repeat-x; color: #4a4747; font-family: Helvetica, Arial, sans-serif; font-size: 12px; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin-bottom: 15px; }
h1 { color: #4a4747; font-family: Helvetica, Arial, sans-serif;; font-size: 18px; }
h2 { color: #4a4747; font-family: Helvetica, Arial, sans-serif;; font-size: 14px; }
p { margin: 0 0 15px 0; }
a { color: #4aa407; font-style: italic; text-decoration: none; }
a:hover { text-decoration: underline; }

header, footer, section, aside, nav, article { display: block; }

#wrapper { 
	background: #ffffff; 
	margin: 15px auto; 
	padding: 10px; 
	width: 940px; 
	
	/* Rounded Corner */
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	-khtml-border-radius: 6px;
}

/*** Header ***/
#header {
	background: #161d27 url(../images/bg-header.jpg) repeat-x;
	height: 110px;
	margin-bottom: 5px;
}

/*** Logo ***/
#logo { 
	float: left;
	margin: 35px 0px 0px 17px;
}
#logo h1 {
	color: #e6e5e5;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
}
#logo h1 a {
	color: #e6e5e5;
	font-style: normal;
}
#logo p {
	color: #deff42;
	margin: 0px;
}

/*** Nav ***/
#nav {
	float: right;
	margin-top: 58px;
}
#nav li {
	display: inline;
	margin-right: 35px;
}
#nav li a {
	color: #e6e5e5;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
#nav li a:hover,
#nav li.active a {
	color: #ffffff;
	text-decoration: none;
}

/*** Banner ***/
#banner {
	height: 200px;
	margin-bottom: 15px;
	position: relative;
	z-index:1;
}
#banner h1 {
	color: #e6e5e5;
	font-family: Georgia, serif;
	font-size: 36px;
	font-style: italic;
	left: 30px;
	position: absolute;
	top: 68px;
}
#banner h1 span {
	display: block;
	margin-left: 30px;
}

/*** Main Body ***/
#main-body {

}

/*** Sidebar ***/
#sidebar  {
	float: left;
	width: 240px;
}

#sidebar article { margin-bottom: 15px; }

/*** Content ***/
#content {
	border-left: 1px solid #909090;
	float: right;
	min-height: 300px;
	padding-left: 15px;
	width: 670px;
}

#content article {
	margin-bottom: 15px;
	overflow: hidden;
}

#content .column {
	width: 300px;
}

/*** Footer ***/
#footer {
	background: url(../images/bg-footer.jpg) repeat-x;
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	margin-top: 15px;
	overflow: hidden;
}
#footer span {
	padding: 0px 15px;
}
#footer a {
	color: #ffffff;
	font-style: normal;
}

.author { 
	color: #ffffff; 
	text-align: center; 
}
.author a { 
	color: #ffffff; 
	font-style: normal;
	font-weight: bold; 
}
/*** Formulaire identifiant admin ***/
/* Stylesheet */


/* Imports */

@import url(animate.css);

/* Selections */

::selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

::-moz-selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

/* Basics */


#container {
	position: fixed;
	z-index:2;
	width: 340px;
	height: 280px;
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -170px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-animation-name: bounceIn;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: bounceIn;
	-moz-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	animation-name: bounceIn;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

form {
	margin: 0 auto;
	margin-top: 20px;
}

label {
	color: #555;
	display: inline-block;
	margin-left: 18px;
	padding-top: 10px;
	font-size: 14px;
}

p a {
	font-size: 11px;
	color: #aaa;
	float: right;
	margin-top: -13px;
	margin-right: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

p a:hover {
	color: #555;
}

input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

input[type=name],
input[type=password] {
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 290px;
	height: 35px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

input[type=name]:hover,
input[type=password]:hover {
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}

input[type=name]:focus,
input[type=password]:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

#lower {
	background: #ecf2f5;
	width: 100%;
	height: 69px;
	margin-top: 20px;
	box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #ccc;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

input[type=checkbox] {
	margin-left: 20px;
	margin-top: 30px;
}

.check {
	margin-left: 3px;
	font-size: 11px;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

input[type=submit] {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
	background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
	background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
	border-radius: 30px;
	border: 1px solid #66add6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor: pointer;
}

input[type=submit]:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
	background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
	background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}

input[type=submit]:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
	background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
	background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}
