/*
THEME NAME: Taste of Blue
THEME URI: http://tasteofblue.ca/
DESCRIPTION: 
VERSION: 2.0
AUTHOR: Patrick Tanguay
AUTHOR URI: http://i.never.nu
*/

body {
	background-color: #fff;
	margin: 0;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #4b4b4b;
}

a {
	color: #0075db;
}

a:hover {
	color: #333;
}

#access {
	display: none;
}

#wrap {
	width: 850px;
	margin: 50px auto;
	text-align: left;
}

h1 {
	background: url('images/logo.png') no-repeat top left;
	margin: 0 0 50px 0;
	width: 180px;
	text-indent: -500em;
}

h1 a {
	display: block;
	height: 100px;
}

#companyinfo {
	float: left;
	width: 350px;
}

#recentwork {
	float: right;
	width: 420px;
}

#services, #about {
	padding-bottom: 50px;
}

#footer {
	clear: both;
	padding: 30px 0;
	font-size: 0.8em;
	color: #ccc;
}


/* Content blocks */

.langtoggle {
	float: right;
	text-decoration: none;
	font-size: 0.8em;
}

.work {
	margin-bottom: 1.5em;
	padding-bottom: 0.7em;
	border-bottom: 1px solid #e0e0e0;
}

.ddfmwrap form {
	margin: 0;
}

.ddfmwrap label {
	display: block;
	text-transform: uppercase;
	font-size: 0.8em;
}

.ddfmwrap label span {
	margin-left: 10px;
	text-transform: none;
	font-size: 0.8em;
}

.ddfmwrap input, .ddfmwrap textarea {
	width: 335px;
	margin-bottom: 0.75em;
	padding: 5px;
	border: 1px solid #aeaeae;
}

.ddfmwrap textarea {
	margin-bottom: 0.2em;
}

.ddfmwrap input.fmverify {
	width: auto;
}

.ddfmwrap img {
	margin-bottom: -5px;
}

.ddfmwrap .submit {
	position: relative;
	top: -3.3em;
	float: right;
	text-align: right;
}

.ddfmwrap .submit input {
	width: auto;
	background-color: #0075db;
	border: 1px solid #0075db;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	color: #fff;
}

.ddfmwrap .submit input:hover {
	cursor: pointer;
}

.credits {
	padding-top: 10px;
	font-size: 0.7em;
	color: #ddd;
}

.credits a {
	color: #ddd;
}

/* Typography */

h2 {
	margin: 0 0 0.2em 0;
	font-family: Georgia, Times, serif;
	font-size: 3.5em;
	font-weight: normal;
	color: #0075db;
}

h2.arch-title {
	margin-bottom: 0.75em;
}

h2.arch-title span {
	display: block;
	text-transform: uppercase;
	font-size: 0.3em;
	color: #666;
}

h3 {
	margin: 0 0 0.3em 0;
	font-weight: normal;
	font-size: 1.5em;
}

h3 a {
	text-decoration: none;
	color: #4b4b4b;
}

h3 a:hover {
	text-decoration: underline;
}

h3 a.visit {
	margin-left: 0.6em;
	font-style: italic;
	font-size: 0.65em;
	color: #0075db;
}

p {
	margin: 0 0 0.75em 0;
	line-height: 1.5em;
}

#content #companyinfo p a,
#content #about p a,
.description a {
	color: #000;
}

#content #companyinfo p a:hover,
#content #about p a:hover,
.description a:hover {
	background-color: #fff183;
	text-decoration: none;
}

p.tags, p.design, p.backend {
	line-height: 1em;
	font-size: 0.85em;
	color: #aeaeae;
}

p.tags a, p.design a, p.backend a {
	text-decoration: none;
	color: #aeaeae;
}

p.tags a:hover, p.design a:hover, p.backend a:hover {
	background-color: #fff183;
	color: #000;
}

#services em {
	font-weight: bold;
}

.navigation {
	font-size: 6em;
}

.navigation a {
	text-decoration: none;
	color: #4b4b4b;
}

.navigation a:hover {
	color: #0075db;
}

p.confirm {
	background-color: #fff183;
	padding: 2px 5px;
	font-size: 1.2em;
}

/* Colors

bleu : 0075db (00a7e5)
gris : 4b4b4b
gris pâle : aeaeae
gris tr pâle : f8f8f8
lignes grises : e0e0e0

*/


