/*  
Theme Name: Blogue ARTV
Theme URI: http://blogueartv.ca
Description: Thème du blogue de la chaîne ARTV
Version: 1.5
Author: Sylvain Jacques et Laurent LaSalle
Author URI: http://laurentlasalle.com
Tags: artv, television, social media, html5
*/

/* Reset browser defaults */
@import url(css/yui-reset-min.css);
@import url(css/html5-reset-min.css);

/* Main */
html {
	background: url(images/background-image.jpg) no-repeat top center #000;
}
body {
	background: url(images/background-grille.png) repeat transparent;
	font-family: helvetica, arial, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 17px;
	padding: 10px;
}
a:focus, 
a:active {
	outline: 0;
}
#site {
	width: 629px;
	margin: 60px auto;
	padding: 0;
	position: relative;
	left: -102px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: rgba(0,0,0,1) -5px -5px 50px;
	-webkit-box-shadow: rgba(0,0,0,1) -5px -5px 50px;
	-khtml-box-shadow: rgba(0,0,0,1) -5px -5px 50px;
}
.msie #site {
	margin: 0 auto;
	padding: 60px 0 0 0;
}
.entry {
	font-family: georgia, "Times New Roman", times, serif;
}
p, 
.entry ul, 
.entry ol {
	margin: 15px 0;
	line-height: 1.3em;
}
.entry ul, 
.entry ol {
	margin: 15px 20px;
}
.entry ul li {
	list-style: disc;
	margin: 5px 0;
} 
.entry ol li {
	list-style: decimal;
	margin: 5px 0;
}
a:active, 
a:focus {
	outline: 0;
}

/* Header */
header h1, 
header h2 {
	width: 629px;
	height: 142px;
	z-index: 1; 
	overflow: hidden; 
	top: 0; 
	left: 0;
}
header h1 a, 
header h2 a {
	background: url(images/1-brand.png) no-repeat;
	display: block; 
	text-indent: -5000px;
	width: 629px;
	height: 142px;
	overflow: hidden;
}
menu {
	height: 32px;
	top: -14px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	clear: both;
	width: 320px;
}
menu li {
	margin: 0 0 25px 12px;
	padding: 0;
	background-color: #f4f4f4;
	color: #000;
	float: left;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: rgba(0,0,0,1) -5px -5px 50px;
	-webkit-box-shadow: rgba(0,0,0,1) -5px -5px 50px;
	-khtml-box-shadow: rgba(0,0,0,1) -5px -5px 50px;
}
menu li.apropos {
	margin: 0 0 25px 0;
}
menu li:hover {
	background: #ffffbe;
}
menu li a {
	height: 29px;
	text-indent: -5000px;
	display: block;
	background: url(images/sprite-menu.png) no-repeat;
	outline: 0;
}
menu li.apropos a {
	background-position: -34px 0;
	width: 124px;
}
menu li.lefilca a {
	background-position: -34px -29px;
	width: 124px;
}
menu li.artvterrain a {
	background-position: -6px -58px;
	width: 181px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* Content */
#content {
	width: 629px;
	padding: 54px 0 1px 0; 
	margin-top: -32px; 
	background-color: #fff;
	color: #333; 
	float: none; 
	z-index: 15;
}
.entry {
	margin: 0 0 18px 0;
}
.entry img {
	max-width: 100%;  
	border: 0; 
}
.entry a {
	color: #11a8bf;
}
.entry h1, 
.entry h2 {
	margin: 24px 0 5px;
}
.entry h3, 
.entry h4, 
.entry h5 {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 24px 0 5px 0;
}
.entry h3 {
	text-transform: uppercase;
}
.entry h5 {
	font-size: 14px;
}
article, 
#comments, 
#respond {
	margin: 0 24px 36px;
	float: none;
}
article h1,
article h2, 
#disqus_thread h3, 
.search > h2, 
.title {
	font-size: 24px; 
	line-height: 28px; 
	font-weight: normal; 
	letter-spacing: -0.01em;
}
.title {
	margin: 36px 0 10px 0;
	display: block;
}
.search > h2 {
	margin: 0 24px 24px 24px;
}
.search > h2 span {
	text-transform: capitalize;
}
article h2 a, 
article h1 a {
	color: #11a8bf;
	text-decoration: none;
	background: #ffffba;
	padding: 10px 10px 5px 10px;
	margin: 0 -5px;
	display: block;
	position: relative;
	z-index: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.windows article h2 a, 
.windows article h1 a {
	padding: 7px 10px 5px 10px;
}
abbr[title] {
	border: none;
}
aside.sidebar {
	width: 198px;
	position: absolute;
	top: 186px;
	right: -204px;
}
aside.sidebar .widget {
	background: #fff;
	padding: 10px;
	margin: 6px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
details.post-info {
	font-family: georgia, "Times New Roman", times, serif;
	margin: 7px 0;
	line-height: 27px;
}
details.post-info .author span {
	font-size: 50px;
	left: 10px;
	line-height: 1px;
	position: relative;
	vertical-align: 6px;
	color: #FFFFBA;
	font-family: helvetica, arial, sans-serif;
	font-style: normal;
}
.windows details.post-info .author span {
	vertical-align: 0;
}
.msie details.post-info .author span {
	display: none;
}
.chrome details.post-info .author span {
	height: 1px;
	top: -5px;
}
.chrome details.post-info .author {
	position: relative;
	top: -5px;
}
details.post-info .avatar {
	margin: 0 8px -6px 0;
	line-height: 0;
}
time {
	float: right;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
}
.msie time {
	margin-top: -25px;
}
details.post-info, 
details.post-info a, 
.comment-author a, 
time a {
	color: #878787;
	text-decoration: none;
}
article h1 a:link, 
article h1 a:visited {
	color: #11a8bf;
	text-decoration: none;
	background-color: #ffffbe;
}
article h1 a:hover {
	color: #ea3376;
	text-decoration: none;
	background-color: #ffffbe;
}
details.post-data {
	background-image: url(images/3-hrline3.png); 
	background-repeat: no-repeat; 
	background-position: 0 8px; 
	padding: 5px 0 0 53px; 
	overflow: hidden; 
}
details.post-data a:link, 
details.post-data a:visited {
	color: #808080; 
	text-decoration: none;
}
details.post-data a:hover, 
details.post-info a:hover, 
.comment-author a:hover, 
time a:hover {
	color: #ea3376;
	text-decoration: underline;
}
details.post-data .readmore {
	color: #11a8bf; 
	font-size: 10px; 
	font-weight: bold; 
	text-transform: uppercase; 
	text-align: left; 
	overflow: hidden;
}
details.post-data .readmore a:link {
	color: #11a8bf; 
	text-decoration: none;
}
details.post-data .readmore a:visited {
	color: #11a8bf; 
	text-decoration: none;
}
details.post-data .readmore a:hover {
	color: #ea3376; 
	text-decoration: underline;
}
details.post-data .readmore a span {
	display: none;
}
details.post-data .categories {
	clear: both;
}
details.post-data .categories, 
details.post-data .tags, 
.comment-author {
	color: #808080;  
	font-size: 10px; 
	font-weight: normal; 
	text-transform: uppercase; 
	text-align: left; 
	float: left;
	width: 45%;
	padding: 3px 0 0 0;
}
.comment-author{
	margin: 0 0 0 53px;
	padding: 5px 0 0 0;
}
.comment time {
	padding: 5px 0 0 0;
	color: #808080;  
}
nav .previous {
	margin-left: -178px;
	font-size: 12px;
	float: left;
	width: 160px;
	text-align: right;
}
nav .previous a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 18px 40px 16px 0;
	background: url(images/prev.png) no-repeat right center;
	display: block;
}
nav .next {
	margin-right: -178px;
	font-size: 12px;
	float: right;
	width: 160px;
}
nav .next a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 18px 0 16px 40px;
	background: url(images/next.png) no-repeat left center;
	display: block;
}
aside.footbar {
	background: #f6f6f6;
	padding: 20px 24px 10px 24px;
}
aside.footbar .widget {
	width: 278px;
	display: inline-block;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	vertical-align: top;
	padding: 0 0 10px 12px;
}
aside.footbar .widget ul {
	margin-left: 15px;
}
aside.footbar .widget li {
	list-style: disc outside none;
}
aside.footbar .widget a {
	color: #333;
	text-decoration: none;
}
aside.footbar .widget li:hover a {
	color: #11a8bf;
}
aside.footbar .derniersarticles {
	padding: 0 12px 10px 0;
}
aside.footbar .derniersarticles ul {
	margin: 0;
}
aside.footbar .derniersarticles li {
	position: relative;
	padding-left: 40px;
	list-style: none;
}
aside.footbar .derniersarticles span {
	position: absolute;
	left: 0;
}
aside.footbar h3, 
.authors .name {
	color: #8dc63f;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	margin: 0 0 5px 0;
}
footer {
	padding: 20px 0 30px 0; 
	background-color: #fff; 
	color: #333; 
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
footer {
	font-size: 10px;
	line-height: 12px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-transform: uppercase;
}
footer .sitemap {
	padding: 10px 34px;
	letter-spacing: 1px;
	width: 116px;
}
footer .sitemap a {
	text-decoration: none;
	color: #333;
}
footer .sitemap a:hover {
	color: #11a8bf;
}
footer h2.logo {
	text-indent: -5000px;
	background: url(images/unespaceartv.png) no-repeat center center;
	width: 220px;
	height: 98px;
	border-left: solid 1px #cfcfcf;
	border-right: solid 1px #cfcfcf;
}
footer .copyright {
	width: 205px;
	text-align: center;
}
footer > div {
	display: inline-block;
	vertical-align: middle;
}
.searchform{
	font-size: 14px;
	color: #000;
	background-color: #fff;
	border: 0;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}
.author {
	font-style: italic;
}

/* Alternate login methods */
#alt-login-methods {
	display: inline;
}
#alt-login-methods p {
	display: inline;
	margin: 0 0 0 5px;
	vertical-align: -5px;
}
#tw-user, #fb-user {
	display: block;
	float: left;
	width: 350px;
	border: 0 !important;
	padding: 0 !important;
}
#tw-user img {
	width: 48px;
	height: 48px;
	float: left;
	margin: 0 10px 0 0;
}
#fb-user .fb_profile_pic_rendered {
	margin-right: 10px !important;
}
#tw-user strong, #fb-user strong {
	font-size: 16px;
	margin-bottom: 5px;
}
#tw-user strong a, #fb-user strong a {
	color: #333;
	margin: 0;
}
#fb-user a {
	margin: 0 5px;
}
#fb-user a.FB_Link {
	margin: 0;
}

/* Social network icons */
.sm {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(images/social_sprite.png) no-repeat 0 0;
	text-indent: -5000px;
	margin-left: 5px;
}
.sm.facebook {
	margin: 0;
}
.sm.twitter {
	background-position: -37px 0;
}
.sm.rss {
	background-position: -75px 0;
}
.sm.share {
	background-position: -112px 0;
}
.sm.fil {
	background-position: -149px 0;
	width: 29px;
}

/* Sidebar */
aside.sidebar .widget_search, 
aside.sidebar .widget_ffb {
	background: transparent;
	padding: 0;
	position: relative;
}
aside.sidebar .widget_search h3, 
aside.sidebar .widget_search label, 
aside.sidebar .widget_ffb h3 {
	display: none;
}
aside.sidebar .widget_search #s {
	border: 0;
	padding: 5px 25px 1px 10px;
	width: 163px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
aside.sidebar .widget_search #searchsubmit {
	background: url(images/search.png) no-repeat center center;
	text-indent: -5000px;
	border: none;
	width: 30px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	font-size: 1px;
	letter-spacing: -1px;
}

/* Disqus comments */
#disqus_thread {
	padding: 0 24px;
}
#disqus_thread h3 {
	margin: 40px 0 10px 0;
}
.dsq-login-button:first-child, 
.dsq-missing-permissions, 
.dsq-post-fields, 
.dsq-brlink {
	display: none !important;
}
.dsq-autheneticate-copy {
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	font-size: 1px;
}
.dsq-autheneticate-copy:before {
	content: "Veuillez vous connecter via les services ci-dessous pour commenter. ";
	color: #000;
	font-size: 12px;
}

/* Authors */
.authors {
	margin : 20px 0;
}

.authors h2 {
	margin: 0 0 10px 0;
}

.authors ul {
	margin
}
.authors li {
	padding: 10px 10px 10px 84px;
	background: #f6f6f6;
	margin: 0 0 10px 0;
	position: relative;
	min-height: 64px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.authors .avatarlink {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0 10px 5px 0;
}
.authors .avatar {
	display: block;
}
.authors .name {
	text-decoration: none;
}

/* Twitter */
.twidger a.tweet {
	display: block;
	min-height: 36px;
	padding: 5px 5px 5px 50px;
	margin-left: -5px;
	margin-right: -5px;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	color: #000;
	position: relative;
}
.twidger a.tweet:hover {
	background: #eee;
}
.twidger a.tweet img {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 5px;
	left: 5px;
}
.twidger a.tweet strong {
	font-weight: bold;
}
.twidger h3 {
	color: #11A8BF;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	text-transform: uppercase;
}

/* Teaser */
#teaser {
	background: #f6f6f6;
	margin: -5px 19px 24px 19px;
	padding: 15px 15px 12px 15px;
	display: block;
	text-decoration: none;
	color: #11A8BF;
	position: relative;
	z-index: 2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#teaser span {
	font-size: 50px;
	position: absolute;
	top: -6px;
	left: 180px;
	color: #f6f6f6;
	z-index: -1;
}
.windows #teaser span {
	top: -18px;
}
.msie #teaser span {
	height: 70px;
	top: -16px;
}
#teaser:hover {
	background: #ffffba;
}
#teaser:hover span {
	color: #ffffba;
}

/* Browsers debug */
.ie7 aside.footbar .widget, 
.ie7 footer > div, 
.ie7 .sm {
	zoom: 1;
	*display: inline;
}
.ie7 aside.sidebar .widget_search #s {
	padding: 3px 25px 3px 10px;
}
.ie7 aside.sidebar .widget_search #searchsubmit {
	background-position: 10px 6px;
}
.ie7 .sm {
	text-indent: 0;
	font-size: 0;
	padding: 27px 27px 0 0;
	width: 1px;
	height: 1px;
	color: #fff;
}
.ie7 .sm.fil {
	padding: 27px 28px 0 0;
}

/* Navbar ARTV */
div.navbar-container {
	background-color: #fff; 
	padding: 0; 
	background-image: url(http://www.artv.ca/images/ui/nav-1x1-green.gif); 
	background-repeat: repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
div.navbar-container div.nav {
	position: relative; 
	width: 833px; 
	height: 23px; 
	margin: 0 auto; 
	padding: 0;
}
div.navbar-container div.nav div.logo {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 37px; 
	height: 23px;
}
div.navbar-container div.nav ul {
	position: absolute; 
	left: 65px; 
	top: 0; 
	list-style-type: none; 
	width: 476px; 
	height: 23px; 
	margin: 0; 
	padding: 0; 
	overflow: hidden;
}
div.navbar-container div.nav ul li {
	float: left; 
	width: 119px; 
	height: 23px; 
	margin: 0; 
	padding: 0;
}
div.navbar-container div.nav ul li a {
	display: block; 
	width: 119px; 
	height: 23px; 
	margin: 0; 
	padding: 0; 
}
div.navbar-container div.nav div.social {
	position: absolute; 
	right: 0px; 
	top: 3px; 
	height: 16px; 
	text-align: right; 
	overflow: hidden; 
	white-space: nowrap; 
}
div.navbar-container div.nav div.social a {
	display: block; 
	float: left; 
	margin: 0 5px 0 0;
}
div.navbar-container img {
	border: none;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 10px 10px 0;
	float: left;
}
img.alignright {
	display: block;
	margin: 0 0 10px 10px;
	float: right;
}

/* Latest comment tease on Index */
.entry-comments .comment {
	position: relative;
	display: block;
	text-decoration: none;
	color: #11A8BF;
/*	float: right; */
	margin: 0 0 15px 0;
}
.entry-comments li.comment {
	margin: 0 0 40px 0;
}
.entry-comments .comment .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.entry-comments .comment .latestcomment {
	margin: 0 0 0 43px;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
}
.msie li .entry-comments .comment .latestcomment {
	margin-top: -25px;
}
.entry-comments .comment span {
	color: #f6f6f6;
	position: absolute;
	top: 4px;
	left: -15px;
	font-size: 20px;
	line-height: 36px;
	z-index: -1;
}
.windows .entry-comments .comment span {
	font-size: 36px;
	left: -14px;
}
.entry-comments .comment .latestcomment {
	padding: 1px 10px;
	background: #f6f6f6;
	position: relative;
	z-index: 2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.entry-comments .comment .latestcomment p {
	margin: 9px 0;
}
.entry-comments .comment:hover span {
	color: #ffffba;
}
.entry-comments .comment:hover .latestcomment {
	background: #ffffba;
}
.clearer {
	clear: both;
}

/* Comments */
textarea:focus, 
input:focus {
	outline: 0;
}
#respond {
	margin: 48px 24px 36px;
}
#respond textarea {
	width: 100%;
	border: solid #ccc 1px;
	padding: 5px;
}
#respond .textarea {
	margin: 0 12px 10px 0;
}
#respond .item input {
	border: solid #ccc 1px;
	padding: 5px 5px 3px 5px;
	width: 100%;
	display: block;
}
#respond label {
	color: #808080;  
	font-size: 10px; 
	font-weight: normal; 
	text-transform: uppercase; 
	padding: 3px 6px 6px 6px;
}
#respond .item label {
	display: block;
}
#respond .item {
	width: 30%;
	margin: 15px 3% 10px 0;
	float: left;
}
#respond #comment-user-details {
	margin: 0 -12px 0 0;
}
#respond #submit {
	background: #f2f2f2 url(http://laurentlasalle.com/blogueartv/wp-admin/images/white-grad.png) repeat-x;
	line-height: 15px;
	padding: 5px 10px 3px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	outline: 0;
	border: solid #bbb 1px;
	color: #464646;
	cursor: pointer;
	float: right;
}
#respond #submit:active {
	background: #f2f2f2 url(http://laurentlasalle.com/blogueartv/wp-admin/images/white-grad-active.png) repeat-x;
	outline: 0;
}

/* Discography */
.entry ul.discographie {
	margin: 20px 0 0 40px;
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.entry ul.discographie li {
	margin: 0 0 40px 0;
	list-style: none;
	position: relative;
	height: 200px;
	padding: 0 0 0 220px;
}
.entry ul.discographie img {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	-moz-box-shadow: 0 3px 6px #666;
}
.entry ul.discographie strong {
	display: block;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}
