/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
        /*background: url(../img/template/festicheyres2012_fond_crois.jpg) repeat fixed left top;*/
        /*background: url(../img/template/festicheyres2016_fond.png) repeat fixed left top;*/
        background: url(../img/template/festicheyres2016_fond_4.jpg) no-repeat center bottom fixed;
          -webkit-background-size: cover;  /*pour Chrome et Safari */
          -moz-background-size: cover;  /*pour Firefox */
          -o-background-size: cover;  /*pour Opera */
          background-size: cover;  /*version standardisée */
        font-family: Century Gothic,arial,sans-serif;
/*	font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;*/
        font-size:small;
	margin: 0;
	
	padding: 1em; /* Remettre à zéro si nécessaire. */
        line-height: 1.4; /* À adapter au design. (4) */
}
/* max-width pour faibles résolutions, natel qui affiche le texte plus gros*/
/*@media screen and (max-width: 1024px) {
    body {
        background: url(../img/template/festicheyres2014_fond.jpg) repeat;
        background-size:1024px 640px;
    }
} */

a {
	color:#1da696;
        text-decoration:underline;
}
a:link {
}
a:hover, a:focus, a:active {
	/*font-weight:bold;*/
        text-decoration:none;
        /*color:black;*/
}
a img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	margin: 0em 0 .5em 0; /* .5em Rapproche le titre du texte. */
	line-height: 1.2;
}
h1 {
	/*background:#fff;*/
        color: #1da696;
	font-size: 28px;
        margin-bottom: 20px;
        padding-bottom: 10px;
	
}
/*h1 img {
  position: relative;
  bottom: -7px;  
}*/
h2 {
	
        color: #1da696;
/*	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;*/
	font-size: 1.5em;
        background: url(../img/template/orange_pixel.png) repeat-x left bottom;
	padding-bottom: 16px;
	margin-top: 21px;
        margin-bottom: 20px;
}
h3 {
	margin-top: 1.2em;
        color: #1da696;
        font-weight: bold;
/*	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;*/
	font-size: 1.25em;
}
h4 {
	color: #1da696;
	font-size: 1em;
	font-weight: bold;
}
ul, ol {
  margin: .75em 0 .75em 32px;
  padding: 0;
}
li {
	margin: 0 12px;
}
p {
	margin: 0 0 1em 0;
        /*text-align:justify;*/ 
}
hr {
/*   background-color:#7769af;
    margin:auto;
    height:4px;
    width:50%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    clear:both;*/
}
address {
  margin: .75em 0;
  font-style: normal;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

/** Layout **/
#global {
	/*background: url(../img/template/global_transpa.png);*/
        background-color: white;
        margin-left: auto;
	margin-right: auto;
        margin-bottom: 350px;
        width: 600px;
        text-align: left;
        border: 1px solid #666;
/*        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
        border-radius: 14px;*/

        -moz-box-shadow: 0px 0px 18px #222;
        -webkit-box-shadow: 0px 0px 18px #222;
        box-shadow: 0px 0px 18px #222;
      
}
#header{
    width: 100%;
    /*border-bottom: 1px solid #666;*/
    position:relative;
}

#top-links{
    position:absolute;
    right:2px;
    top:1px;
/*    width:350px;
    float:right;
    text-align: right;*/
    margin:8px;
    color:#fff;
}
#top-links a{color:#fff;}

#facebook{
    position:absolute;
    right:2px;
    top:27px;
/*    width:350px;
    float:right;
    text-align: right;*/
    margin:8px;
}

#center{
   width: 100%;
/*   overflow: hidden;*/
}

#left{
  float: left;
  width: 198px;
  padding:20px;
/*  margin-bottom: 20px;*/
/*  margin-right: 40px;*/

}
#menu{

}
#content{
/*  margin-bottom: 20px;
  margin-left:40px;  autre possib d'avant: margin-left:220px; pas de float ni de width*/

  float:left;
  width:568px;
  padding:15px 15px 40px 15px;
  /*border-left: 1px solid #666;*/
  /*overflow: auto;*/ /*soit on travaille sans margin et avec le overflow:auto, soit avec la margin*/
}
#colonne_droite{
    float:right;
    width:180px;
    padding-left:15px;
    margin:0 0 30px 0;
    border-left:1px solid grey;
} #colonne_droite>h2:first-child{margin-top:1px;}

#colonne_gauche{
    width:356px; /*15px de marge entre les deux*/
}
#footer {
    border-top: 1px solid #666;
/*    padding: 6px 10px;*/
    margin-bottom:15px;
    clear: both;
}

/*#header, #center, #menu, #content, #main, #right_column, #footer {
  background-color: #aaa;
  border-width: 3px;
  border-style: solid;
  border-color: #000000;
}*/

/** my Classes **/
div.vignette_news{
/*    background-color: #EEEEEE;*/
    /*border: 1px solid #ddd;*/
    float: left;
    /*height: 272px;*/
    margin: 0 43px 0 0;
    padding-top: 10px;
}
div.no_right_margin{margin-right:0;}
/*div.vignette_news>div:last-child{margin-right:0;}*/
div.vignette_news:hover{
/*    background-color: #f5f5f5;
    border-color: #ccc; */
}
div.vignette_news>h3, div.vignette_news>h2{
    margin-top:5px;
    /*margin-bottom:10px;*/
    /*font-weight:normal;*/
}

div#news{
/*    border: 3px solid #444;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
    width:230px;
    height:120px;
    overflow:auto;
/*  border:4px;
    border-style:groove;
    border-color:#666;
    
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;*/
}

div.video_ligne{
}
div.video {
    float:left;
    width:316px;
    margin:10px;
}
div.video div.photo {
    /* background: #000;  /* for non-css3 browsers /*#a494c1;*/
    /*padding: 3px;
    border: 3px solid #000; /*#7769af;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;*/
}
div.video > div img {
/*    border: 2px solid #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
    /*border: 2px solid #000; /*#7769af;*/
    width: 300px;
    
}
div.video > div.comment {
    padding: 6px;
}
div.clear_float {
    clear: both;
}

div.vignette_galerie {
    float:left;
/*    display:inline-block;*/
    width:178px;
    height:150px;
    margin:5px;
    text-align:center;
}

div.vignette_galerie table tr td {
    vertical-align: middle;
    height:150px
}

img.vignette_galerie {
/*    border: 2px solid #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
}

div.revue_galerie {
    float:left;
/*    display:inline-block;*/
    width:150px;
    height:170px;
    margin:5px;
    text-align:center;
}

.column2 {
    text-align:justify;
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
/*    -webkit-column-width:20px;
    -moz-column-width:20px;
    column-width:20px;*/
    -webkit-column-gap:40px;
    -moz-column-gap:40px;
    column-gap:40px;
}

ul.actualites li{
    margin-bottom:20px;
}

p.groupe_nom{
    margin-bottom:0;
}
p.groupe_nom a{
    font-size: 26px;
    text-decoration: none;
}
p.groupe{
    margin-bottom: 0px;
}
div.groupes tr:hover{
    background-color:#a2d9d3;
    box-shadow: 0px 0px 15px #555;
}
div.groupes tr{
    cursor: pointer;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s; /* Firefox 4 */
    -webkit-transition: all 0.6s; /* Safari and Chrome */
    -o-transition: all 0.6s; /* Opera */ 
}
div.groupes img{
    margin:7px 0 7px 7px;
}
div.groupes tr:hover img{
    box-shadow: 0px 0px 10px #555;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s; /* Firefox 4 */
    -webkit-transition: all 0.6s; /* Safari and Chrome */
    -o-transition: all 0.6s; /* Opera */ 
}
img.groupes_liste:hover{
/*    width:400px;*/
/*    opacity: 1;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; IE8
    filter: alpha(opacity = 100); IE5-7
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;*/

/*    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;

    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);*/

}
img.groupes_liste{
/*    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; IE8
    filter: alpha(opacity = 85); IE5-7
    opacity: 0.85;*/
}

div#horaire a{
    text-decoration: none;
}

table.horaire{
    margin-left:80px;
    width:470px;
    
}
table.horaire tr{
}
table.horaire td{
    vertical-align: top;
    padding-bottom: 13px;
}
div.soutien{
    float:left;
    background:#fff;
    height:100px;
    width:140px;
    border:1px solid gray;
    text-align:center;
    margin:9px;
}
table.soutien{
    height:100%;
}
table.soutien tr td{
    vertical-align: middle;
}
div.soutien_footer{
    height:80px;
    width:118px;
    border:0px solid gray;
    margin:0 10px 0 10px;
    background:none;
}
div.soutien_list{
    float:right;
    width:696px;
    height:175px;
    padding-top:20px;
}

area{
    background-color: red;
    -moz-box-shadow: 0px 0px 18px #222;
    -webkit-box-shadow: 0px 0px 18px #222;
    box-shadow: 0px 0px 18px #222;

}

table.equipe tr {
    height:25px;
}
/** containers **/
/*containers pour les trois vues, float right pour mettre les 'actions' à gauche'''*/
div.form,
div.index,
div.view {
/*	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
 */
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}

form#actualitesForm div{
   display:inline;
    
}

/** Tables **/
table{
    width: 100%;
}

table.cake {
	border-right:0;
	/*clear: both;*/
	/*color: #333;*/
	margin-bottom: 10px;
	width: 100%;
}
table.cake th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
	vertical-align: top;
}
table.cake th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
table.cake th a.asc:after {
	content: ' ⇣';
}
table.cake th a.desc:after {
	content: ' ⇡';
}
table.cake tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	/*border-bottom:1px solid #ddd;*/
}
table.cake tr:nth-child(even) {
	/*background: #f9f9f9;*/ /*désactivé par moi*/
}
table.cake td.actions {
	text-align: center;
	white-space: nowrap;
}
table.cake td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

table.equipe tr:nth-child(even) {
	background: none;
}
table.equipe tr td { /*pour modifier l'état normal des table ci-dessus*/
        vertical-align: middle;
        border-bottom: none;
}

table.transports{
    width:100%
}
table.transports tr td{
    padding-bottom:10px;
}

table.form{
    width:83%;
}
table.form tr td{
    padding:0;
}
table.form tr td input{
    width:90%;
}


/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;  /*c'était à 60% avant*/
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	/*clear: both;*/    /* bizarre, mais sinon, il se retrouve plus bas dans la page !?! */
	margin-left:0px; /*avant 10*/
        margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	/*clear: left;*/
	margin: 0 20px;
}
form div {
	/*clear: both;*/  /*peut-etre rétablir, à voir, mais obligé pour avoir les checkbox en ligne*/
	margin-top: 0.5em;
	/*padding: .5em;*/
	vertical-align: text-top;
}
form .input {
	color: #444;
	vertical-align: middle;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	/*clear: both;*/
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
input, textarea {
	/*clear: both;*/
	font-size: 120%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width:80%;
}
select {
	/*clear: both;*/
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	/*clear: left;*/
	/*float: left;*/
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox {       /*of mine*/
	/*float:left;*/
        display:inline-block;
}
div.checkbox label {   
	display: inline-block;
}
div.input {       /*of mine*/
    /*clear: left;*/
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	/*clear: both;*/
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	/*clear: both;*/
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	/*clear: both;*/
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}
