/*
Theme Name: Tout à Trac
Theme URI: http://www.unidea.ca
Author: Unidea inc.
Author URI: http://www.unidea.ca
Description: Lorem Ipsum
Version: 1.2
*/
@import url("https://fonts.googleapis.com/css?family=Oswald:400,300");
@import url("stylesheets/normalize.css");
@import url("stylesheets/group.css");
@import url("stylesheets/grid.css");
@import url("stylesheets/dropdown_nav.css");
@import url("stylesheets/jquery.slideshow.css");


/* Global --------------------------------*/

html,
body {
	width: 100%;
	min-width: 980px;
	background:#fff;
}

body, input, textarea {
	font: 14px Helvetica, Arial, sans-serif;
	color: #a24823;
	line-height: 1.625;
}

.content {
	margin-top: 40px;
}

.content h1, 
.content h2, 
.content h3, 
.content h4, 
.content h5, 
.content p, 
.content li {
	font:400 14px/21px Helvetica, Arial, sans-serif;
	color: #666;
	text-align: justify;
}
.content li {
	text-align: left;
}
.content h1, .content h2 {
	margin: 0;
	color: #5b7f39;
	clear: both;
	font: 30px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-transform: none;
}
.content h3 {
	color: #d35827;
	clear: both;
	font: 24px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
}
.content h3 em {
	color: #d35827;
	clear: both;
	font: 24px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	background-image:url('images/h4background.gif');
	background-repeat: repeat-x;
	background-position:left bottom;
	padding-bottom:23px;
	margin: 0 0 15px 0;
	width: 100%;
	height: 40px;
	display: block;
	overflow: hidden;
	border: 0;
}
.content h4 {
	color: #d35827;
	clear: both;
	font: 20px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 5px 0;
}

.photo {
	margin-top: 18px;	
}
.photo.column img {
	max-width: 100%;
	height: auto;
}
.logo{
	margin-top: 11px;
}

.entry-content hr,
content hr {
	border:0;
	width: 100%;
	height: 5px;
	margin: 30px 0 15px 0;
	background-image:url('images/h4background.gif');
	background-repeat: repeat-x;
	background-position:left bottom;
}

.sidebar hr {
	width: 100%;
	height: 5px;
	border: 0;
	border-bottom: 1px solid #ccc;
}

#backtop {
	 position:fixed;
	 background:url('images/top-button.png') top left no-repeat;
	 height: 30px;
	 width: 30px;
	 border:0;
	 right: 10px;
	 bottom:30px;
 }
 
#backtop:hover {
	 background:url('images/top-button-over.png') top left no-repeat;
	 cursor:pointer;
	 border:0;
 }
 
/* Headings ----------------------------*/

h1 {
	color: #000;
	clear: both;
	font: 30px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 10px 0 30px 0;
}
h2 {
	color: #5b7f39;
	font: 18px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	clear: both;
	font-weight: 400;
	margin: 0 0 5px 0;
}

h3 {
	color: #666;
	clear: both;
	font: 30px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 0 0 10px 0;
}
h4 {
	color: #c8b62f;
	clear: both;
	font: 24px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	background-image:url('images/h4background.gif');
	background-repeat: repeat-x;
	background-position:left bottom;
	padding-bottom:23px;
	margin: 0 0 15px 0;
}
h5 {
	color: #c8b62f;
	clear: both;
	font: 18px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 15px 0 20px 0;
}
h5 a {
	color: #c8b62f;
}
h5 a:hover {
	color: #c8b62f;
}
h6 {
	color: #d35827;
	clear: both;
	font: 18px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 15px 0 20px 0;
}

hgroup h1 {
	margin: 0;
}
hgroup h2 {
	margin: 0;
}
hgroup h3{
	margin: 0;
}
hgroup h4 {
	margin: 0;
}
hgroup h5 {
	margin-bottom: 5px;
}
hgroup h6 {
	margin: 0;
}

h2 p {
	color: #fff;
	clear: both;
	font: 21px/27px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
}

/* Images */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 3px 4px 5px;
}

/* Menu ----------------------------*/

.menu {
	margin: 54px 0 0 0;
	display: block;
	overflow: hidden;
	z-index: 0;
	width: 100%;
}

/* Navigation 2 Container */
.menu2 {
	float: right;
	margin: 0;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 5;	
	padding: 0;	
}

/* Navigation 2 Global Style */
.menu2 ul,
.menu2 li,
.menu2 a {
	display: inline-block;
	overflow: hidden;
	font: normal 14px "Oswald", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #a24823;
	background:#000;
	text-transform: uppercase;
	font-weight: 300;
}

.menu2 ul {
	margin: 0;
	padding: 0;
	/*list-style-type: none;*/
}

.menu2 a {
	padding: 15px 0;
	width: 65px;
	text-align: center;
}

.menu2 li:hover > a {
	color: #e28d00;
	background: #000;
}

.menu2 a.active {
	background: #333;
}

.menu2 li li a {
	font-size: 14px;
	background: #222;
}
.menu2 li li:hover > a {
	color: #000;
	background: #e28d00;
}

.menu2 li li li a {
	font-size: 14px;
	background: #333;
}
.menu2 li li li:hover > a {
	color: #000;
	background: #e28d00;
}

/* Show Page ---------------------*/

.header-page {
	border: 0;
	border-bottom: 10px solid #d25627;
}

.header-creation{
	margin-bottom: 30px;
}

.header-creation-bg {
	background: #d25627;
}

.header-page-photo-bg {
	background: #d25627;
}

.header-creation-bg h1 {
	padding-top: 20px;
	color: #000;
	clear: both;
	font: 30px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.header-creation-bg h2 {
	color: #fff;
	font: 18px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 0;
}

.header-creation-bg h2 em {
	color: #fff;
	font: 25px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}

.header-creation-left {
	display: block;
	float: left;
	overflow: hidden;
	height: 300px;
}
.header-creation-left img {
	height: 300px;
	width: auto;
}

.header-creation-right {
	display: block;
	float: right;
	width: 270px;
	height: 300px;
	padding-right: 20px;
	overflow: hidden;
}

.more-details ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.more-details li{
	background-image:url('images/icon-document.gif');
	background-repeat: no-repeat;
	background-position:left center;
	margin: 0;
	padding: 5px 0 2px 25px;
	line-height: 21px;
	display: block;
}

#header-image {
	display: block; 
	overflow: hidden;
}

.video{
	padding-left; 15px;
	text-align: center;
}

/* HomePage ----------------------------*/


.home-actuality ul,
.home-blog ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.home-actuality li,
.home-blog li {
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 10px 0 10px 0;
	float: none;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.home-actuality p.post-date,
.home-actuality p, 
.home-blog p.post-date,
.home-blog p {
	float: right;
	clear: right;
	width: 300px;
}

.home-actuality a.post-title, 
.home-blog a.post-title {
	float: none;
	clear: both;
	overflow: hidden;
	display: block;
	color: #5b7f39;
	font: 18px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	background-image: none;
	margin: 0;
}

.home-actuality img, 
.home-blog img {
	float: left;
	margin: 12px 0 0 0 !important;
}

.home-actuality p, 
.home-blog p {
	font: 12px "Tahoma", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #d35827;
	display: block; 
	overflow: hidden;
	text-align: justify;
}

.in-the-medias blockquote {
	margin: 0;
	padding: 0;	
}

.in-the-medias p {
	text-align: right;
	font-size: 14px;
	line-height: 14px;
	color:#333;
	padding-bottom: 10px;
}

.in-the-medias blockquote p {
	font-size: 13px;
	line-height: 18px;
	font-style: italic;
	text-align: left;
	text-align: justify;
	color: #666;
	margin: 0;
	padding: 0;	
}

.post-date {
	margin-bottom: 0;
	padding-bottom: 0;
}

.description{
	margin-bottom: 30px;
}
.feature /*feature content*/{
	margin: 0;
}
/*article{
	text-align: justify;
}
aside{
	text-align: justify;
}*/

#template_header {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000;
}

.post-hp-text {
	font: 12px "Tahoma", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #d35827;
	padding-bottom: 10px;
}

.tweets {
	font: 12px "Tahoma", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #666;
	padding-left:0;
	margin-top: 30px;
}

.tweets li {
	background-image:url('images/TAT-Logo-Twitter-Bird.png');
	background-repeat: no-repeat;
	background-position:left top;
	list-style-type: none;
	padding-bottom: 10px;
	padding-left: 27px;
}

.tweets a {
	color: #c8b62f;
}

.timesince {
	font: 10px "Tahoma", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.calendar_list table {
	font: 300 15px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #666;
	width: 618px;
	margin-bottom: 30px;
}
.calendar_list td {
	width: 33%;
	padding-top: 10px;
	padding-right: 10px;
	vertical-align: top;
	padding-bottom: 10px;
	border-bottom: 0;
}
.calendar_list tr {
	border-bottom: 2px dotted #f5a527;
}

.calendar_list td:first-child {
	font-weight: 400;
}
.actors_list table {
	font: 300 12px Helvetica, Arial, sans-serif;
	color: #666;
	width: 618px;
	margin-bottom: 30px;
}
.actors_list td {
	width: 50%;
	padding-top: 5px;
	padding-right: 5px;
	vertical-align: top;
	padding-bottom: 5px;
}
.actors_list tr {
	border-bottom: 1px dotted #f5a527;
}

.actors_list td:first-child {
	font-weight: 600;
}
.conceptors_list table {
	font: 300 12px Helvetica, Arial, sans-serif;
	color: #666;
	width: 618px;
	margin-bottom: 30px;
}
.conceptors_list td {
	width: 50%;
	padding-top: 5px;
	padding-right: 5px;
	vertical-align: top;
	padding-bottom: 5px;
}
.conceptors_list tr {
	border-bottom: 1px dotted #f5a527;
}
.conceptors_list td:last-child {
	font-weight: 600;
}
.collaborators_list table {
	font: 300 12px Helvetica, Arial, sans-serif;
	color: #666;
	width: 618px;
	margin-bottom: 30px;
}
.collaborators_list td {
	width: 50%;
	padding-top: 5px;
	padding-right: 5px;
	vertical-align: top;
	padding-bottom: 5px;
}
.collaborators_list tr {
	border-bottom: 1px dotted #f5a527;
}
.collaborators_list td:last-child {
	font-weight: 600;
}
.public p, .status p {
	font: 400 16px "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.status p a {
	color: #e08a67;
}
.status p a:hover {
	color: #d35827;
}

/* PageStandard ----------------------------*/


/* Links -----------------------------*/
a {
	color: #666;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #999;
}

/* Footer ----------------------------*/

#template_footer {
	display: block;
	overflow: hidden;
	width:100%;
	margin: 40px 0 0 0;
	padding: 0;
	background: #f9f8eb;
}

#template_footer .top-bg {
	border: 0;
	border-bottom: 5px solid #999;
}
#copyright {
	font-size: 11px;
	line-height: 14px;
	color: #999;
	background: #efefef;
	padding: 10px 0;
}
#copyright a {
	color: #999;
}
#copyright a:hover {
	color: #666;
}

/* Footer Area-1----------------------------*/
.apropos {
	color: #666;
	font: 18px "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	padding-right: 10px;
}

/* Footer Area-2----------------------------*/

ul.icon-contact-footer {
	list-style-type: none;
	padding-left: 0px;
}
ul.icon-contact-footer li {
	padding-bottom:15px;
}
li.phone {
	font-size: 14px;
	color: #666;
	background-image:url('images/TAT-Logo-Phone.png');
	background-repeat: no-repeat;
	background-position:left top;
	padding: 8px 0 50px 40px;
	line-height: 21px;
}
li.info a{
	font-size: 12px;
	color: #666;
	background-image:url('images/TAT-Logo-Infos.png');
	background-repeat: no-repeat;
	background-position:left top;
	line-height: 27px;
	padding: 12px 0 50px 40px;
}
li.info a:hover {
	color: #a51e22;
}

/* Footer Area-3----------------------------*/

ul.icon-footer {
	list-style-type: none;
	padding: 0 0 50px 0;
	width:280px;
}

ul.icon-footer li a{
	font-size: 12px;
	color: #666;
	float: left;
	width: 70px;
	height: 25px;
	margin: 0px 0 3px 0px;
	padding: 3px 10px 0 30px;
	background-repeat: no-repeat;
	background-position: left top;
}

ul.icon-footer li a:hover {
	color: #a51e22;
}

li.facebook a{
	background-image: url('images/TAT-Logo-Facebook.png');
}
li.flickr a{
	background-image: url('images/TAT-Logo-Flickr.png');
}
li.twitter a{
	background-image: url('images/TAT-Logo-Twitter.png');
}
li.youtube a{
	background-image: url('images/TAT-Logo-Youtube.png');
}

li.linkedin a{
	background-image: url('images/TAT-Logo-LinkedIn.png');
}
li.filrss a{
	background-image: url('images/TAT-Logo-FilRSS.png');
}

/*.multiplecolumns {
    -moz-column-width: 120px;
    -webkit-column-width: 120px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-rule: 1px solid #ddccb5;
    -webkit-column-rule: 1px solid #ddccb5;
}*/

body .slickr-flickr-gallery { padding: 10px 0; }
body .slickr-flickr-gallery ul { list-style-type: none; margin: 0; padding: 0;}
body .slickr-flickr-gallery ul li { list-style-type: none; display: inline-block; padding: 0; margin: 0;}
body .slickr-flickr-gallery ul li a { display: block; margin: 4px; padding: 4px; border: 1px solid #eee;  transition: all 0.5s;}
body .slickr-flickr-gallery ul li a img { margin: 0; padding: 0; display: block; border: none;}
body .slickr-flickr-gallery ul li a:hover { border-color: #a24823; box-shadow: 0 0 4px 0 #a24823;}
body#home-template .slickr-flickr-gallery ul li a { margin-left: 4.3725px; margin-right: 4.3725px;}
body#home-template .slickr-flickr-gallery ul li:nth-child(5n+1) a, 
body#home-template .slickr-flickr-gallery ul li:first-child a { margin-left: 0;}
body#home-template .slickr-flickr-gallery ul li:nth-child(5n) a { margin-right: 0;}

body .sidebar .slickr-flickr-gallery ul li a { margin-left: 7.5px; margin-right: 7.5px;}
body .sidebar .slickr-flickr-gallery ul li:nth-child(3n+1) a, 
body .sidebar .slickr-flickr-gallery ul li:first-child a { margin-left: 0;}
body .sidebar .slickr-flickr-gallery ul li:nth-child(3n) a { margin-right: 0;}

h2 a {
color: #5b7f39; 
}

#wpadminbar {
    bottom: 0 !important;
    top: unset !important;
}
