/*
	Theme Name: La Photo Aérienne
	Theme URI: http://www.laphotoaerienne.com
	Description: Thème pour La Photo Aérienne
	Author: Michael Wassmer
	Author URI: http://www.ap3com.com
	version: 1.0
*/

/* basics */

*{margin:0; padding:0;}

body {
	background:#C70008;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 65%;
	margin:0;
}

	
h1 {
	font-size: 2em;
	line-height:2em;
}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}

/* colors */
.black{
	color:#333;
}

/* container */


#container {
	width: 980px;
	margin: 10px auto;
	padding:0;
	background:#FFF url(images/background.jpg) no-repeat;
	color:#333;
	overflow: hidden;
	font-size:1.2em;
	}
	
/* header */

#header {
  	height: 0;
	}

#header h1,
#header h2{
	visibility:hidden;
	margin:0;
	padding:0;
	line-height:0;	}
	
/* main menu */


#menu {
	background:#C70008;
	overflow:hidden;
	clear:both;
	width:100%;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}



/* content */
.inner_container {
	width:100%;
	margin:0;
	padding:0;
}

.content{
	width:470px;
	margin:30px 30px 20px 40px;
	float:left;
}
	
.content h2,
.content_full h2{
	font-size:1.8em;
	color:#C70008;
	font-weight:normal;
	margin:5px 0 10px 0;
	text-align:left;
}


.content h3{
	font-size:1.3em;
	color:#000;
	font-weight:normal;
	margin:10px 0 10px 0;
	text-align:left;
	clear:both;
}

.post {
	margin:0;
	padding:0 15px 0 0;
	line-height: 1.2em;
	text-align:justify;
	height:325px;
	overflow-y:auto;
	color:#C70008;
	}
	
.post ul {
	margin:20px 0 20px 20px;
}

.post li {
	margin:8px 0;
	padding: 0 0 0 20px;
	list-style:none;
	background:url(images/arrow_right.gif) no-repeat;
}

.post hr{
	clear:both;
	height:0;
	visibility:hidden;
	line-height:0;
	margin:0;
	padding:0;
}

.post p{
	margin:0 0 10px 0;
}

	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

/* content specifics */
#visites_virtuelles{
	margin:10px auto 20px auto;
	border:0;
	border-collapse:collapse;
}

#visites_virtuelles td{
	text-align:center;
	padding:3px;
}

/* Pourquoi, Pour Qui, Reportage Presse, Références */
#post-3 #sidebar,
#post-4 #sidebar,
#post-8 #sidebar,
#post-9 #sidebar,
#post-15 #sidebar,
#post-204 #sidebar{
	float:right;
}

/* Tarifs, Technique, Visite virtuelle */
#post-5 #sidebar,
#post-6 #sidebar,
#post-10 #sidebar{
	float:left;
}

/* Accueil, Devis, Galerie photo */
#post-7 .content,
#post-11 .content,
#post-12 .content,
#post-14 .content{
	width:897px;}

#post-12 h2{
	visibility:hidden;
}

#post-7 .content{
	padding:20px 0 0 0;
}

#post-7 #sidebar,
#post-11 #sidebar,
#post-12 #sidebar,
#post-14 #sidebar{
	display:none;
}

#post-7 h2{
	display:none;
}

#post-15 .post p{
	color:#333!important;
}

/* sidebar */

#sidebar {
	width:440px;
	margin:0;
	padding: 0;
	text-align:center;
}

#sidebar img{
	margin:70px 0 0 50px;
	border:1px solid #C70008;
}

#sidebar .caption{
	width:320px;
	font-size:0.8em;
	background:#C70008;
	color:#FFF;
	margin:0 0 0 84px;
	border:1px solid #C70008;
	border-top:0;
}
	
/* misc */

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter {
	margin:0 auto;
	clear:both;
	display:block;
}

img.aligncenter{
	
}

img.alignright{
	border:1px solid #C70008;
	margin: 0 0 10px 10px;
}

img.alignleft{
	border:1px solid #C70008;
	margin: 0 10px 10px 0;
}

img.nostyle{
	border:none!important;
	margin:0!important;
	width:auto!important;
}
	
.wp-caption {
   padding: 0!important;
   margin: 0 0 15px 10px;
}


.wp-caption img {
   margin: 0!important;
   border: 1px solid #C70008;
   padding: 0;
}

.wp-caption p.wp-caption-text {
   font-size: 0.8em;
   line-height: 1.1em;
   padding: 3px 0;
   margin: 0 auto;
   text-align: center;
   color:#333;
   width:90%;
}




/* footer */

#footer {
	clear: both;
	padding: 0 20px;
	background:#C70008;
	height:60px;
	font-size:0.8em;
	color:#DDD;
}
	
#footer .left{
	float:left;
}

#footer .right{
	float:right;
}

#footer a{
	color: #EEE;
	text-decoration: none;
}

#footer a:hover{
	color: #333;
	text-decoration: underline;
}

/* CForms */

.cform {
	margin:10px auto 0 auto;
	width: 880px;
	padding:0;
}

.cform fieldset	{
	margin:0;
	padding: 0;
	width:430px;
	border:0;
}

.cf-fs1 {
	float:left;
}

.cf-fs2 {
	float:right;
}


.cform .cf_hidden {
	display:none;
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend {
	display:none;
}

ol.cf-ol {
	margin:0!important;
	padding:0!important;
}
ol.cf-ol li	{
	margin:0!important; /*some themes may interfere otherwise*/
	padding:0;
	list-style:none!important;
	text-align:left;
	line-height:1.3em;
	clear:both;
	background:none!important;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	letter-spacing:2px;
	margin:6px 0pt !important;
	padding:3px 0;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:170px;
	margin:0px 10px 0 0;
	text-align:left;
	font-size: 1.2em;
	display:block;
	color:#C70008;
	padding:6px 0;
	float:left;
}

.cform label small{
	font-size:0.6em;
	line-height:1em;
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 5px 0 0;
}

label.cf-before span{
	width:200px;
	display:block;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 0 0 4px;
	width:115px;
	text-align:left;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 6px 0 4px;
	width:105px;
	text-align:left;
}
label.cf-group-after span {
	width:105px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input{
	background:url(images/input_bg.gif) no-repeat;
	width:228px;
	height:19px;
	margin:1px 0;
	padding:5px;
	border:none;
	float:right;
	font-size:1em;
}

.cform textarea {
	background:url(images/textarea_bg.gif) no-repeat;
	width:228px;
	height:60px;
	margin:1px 0;
	padding:5px;
	border:none;
	float:right;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:0.9em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	letter-spacing:2px;
	margin:12px 0pt 4px 10px!important;
	font-size:10px;
	color:#888888;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{
	margin:3px 0 0 0;
	width:16px;
	height:22px;
	border:none!important;
	background:none!important;
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 12px 0;
}


/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt {
	display:block; /*for mozilla*/
	width:421px;
	font-size:9px;
	vertical-align:top;
	color:#888888;
	text-align:right;
	margin:0;
	height:13px;
	line-height:13px;
}

.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {
	margin:0;
}
/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:right;
	clear:both;
}
.cform input.backbutton,
.cform input.resetbutton{
	width:150px;
	padding:5px;
	margin: 5px 3px 4px 0pt;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x;
	border:1px solid #adadad!important;
	border-left-color:#ececec!important;
	border-top-color:#ececec!important;
}

.cform input.sendbutton	{
	width:150px;
	height:27px;
	margin:  5px 0 0 0;
	font-size:0.8em;
	background:url(images/redbtn.gif)no-repeat;
	border:0;
	color:#FFF;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}

label.secq{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	width:auto;
	padding:2px 4px 2px 2px;
}
label.secq span {
	display:block!important;
	width:auto;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:196px;
	padding: 4px 4px;
	margin: 0 0 8px 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 8px 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 10px 3px;
	width:21px;
	height:21px;
	border:none!important;
}

img.imgcalendar {
	border:none!important;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:420px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}


/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform legend {
	position:absolute;
	top: -10px;
	left: 10px;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px;
}
* html ol.cf-ol 	{
	display:inline-block; /*for IE6!!*/
}
* html img.captcha	{
	margin-bottom:9px!important;
}
*+html img.captcha	{
	margin-bottom:9px!important;
}


.linklove{
	display:none;
}
