/*
Theme Name: Voz
Theme URI: http://vozlabs.com/
Description: Voz Labs
Version: 0.1
Author: Jean-Olivier Bouchard / Olivier Lalonde
Author URI: http://vozlabs.com/
Tags: voz

  Copyright Voz inc.

*/



body, html {
	color:#191919;
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
}

/* disable selection rectangle */
:focus {
    outline: 0;
}


p {
	margin-top:12px;
	margin-bottom:12px;
}

h1 {
	margin-bottom:20px;
	margin-top:0px;
	padding:0;
	font-size:36px;
	font-weight:bold;
	padding-bottom:4px;
	border-bottom:1px dotted #999999;
}

h2 {
	font-weight:bold;
	margin-bottom:15px;
	margin-top:20px;
	font-size:28px;
	color:#88d345;
}

h3 {
	font-weight:normal;
	margin-bottom:16px;
	margin-top:15px;
	font-size:22px;
	/*
	padding-bottom:3px;
	border-bottom:1px dotted #999999;
	*/
}

h4 {
	font-weight:bold;
	margin-bottom:15px;
	margin-top:15px;
	font-size:20px;
}

a {
	/*color:#477cb8;*/
	color:#345c97;
	text-decoration:none;
	border-bottom:none;
}

strong {
	font-weight:bold;
}

a:hover {
	/*color:#223965;*/
	border-bottom:1px dotted #477cb8;
}

ul {
	margin:12px 0 12px 0;
	padding-left:15px;
}

ul li {
	list-style-position:inside;
	list-style-type:disc;
	padding-left:4px;
	margin-top:4px;
	margin-bottom:4px;
}

acronym {
	padding-bottom:0px;
	border-bottom:1px dotted #999999;
}

span.highlight {
/*
	background-color:#FFFFCC;
*/
background-color:#e7f1ff;
}


span.subtitle {
  display: block;
  font-size: .8em;
  color:#3f3f3f;
  font-weight:normal;
}

p.quote {
	background-image:url('images/quotes.gif');
	background-repeat:no-repeat;
	color:#000000;
	display:block;
	float:left;
	margin-bottom:15px;
	padding-left:60px;
	padding-right:28px;
	padding-top:0px;
	width:40%;
}

p.quote span.author {
	color:#AEAFB1;
	display:block;
	font-size:75%;
	font-style:italic;
	padding-top:10px;
	text-align:right;
}

/* forms */

.form1, .wpcf7-form {
	width:100%;
}

.form1 .opt label, .wpcf7-form .opt label {
	font-weight:normal;
}

.form1 div, .wpcf7-form div {
	width:100%;
	margin:0;
	float:none;
	margin-top:20px;
	margin-bottom:20px;
	overflow:auto;
}

.form1 label, .wpcf7-form label {
	font-weight:bold;
	width:150px;
	display:block;
	float:left;
	text-align:right;
	margin-right:15px;
}

.form1 select, .form1 input, .wpcf7-form select, .wpcf7-form input {
	float:left;
	width:270px;
	font-size:14px;
}

.form1 textarea, .wpcf7-form textarea {
	width:380px;
	height:200px;
	font-family:Helvetica, Arial, sans-serif;
}

.form1 div.submit, .wpcf7-form div.submit {
	text-align:center;
}

.form1 div.submit input, .wpcf7-form div.submit input {
	float:none;
	padding:5px;
	width:auto;
	
	color:#fff;
	font-weight:bold;
	border:1px solid #000;
	background-color:#333333;
}

.form1 label > span, .wpcf7-form label > span {
	display:block;
	font-weight:normal;
	font-size:smaller;
	padding-top:10px;
}

.wpcf7-not-valid-tip {
	display:block;
}