/*
Theme Name: digitallyours
Theme URI: http://kingofpunk.com
Description: Un thème désigné par Yohannes Camps-Campins et Domingo Olmo Martin
Version: 1.0
Status: publish
Author: Yohannes Camps-Campins et Domingo Olmo Martin
Author URI: http://kingofpunk.com
Tags: white, fixed width, sidebar
*/

/*RESET ET BASE*/

body {
	margin:0;
	padding:0;
	background-image: url(../images/tile.gif);
	background-repeat: repeat;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666666;
}
html {
	margin:0;
	padding:0;
	text-shadow: #000 0px 0px 0px;/*Elimina el efecto bold en Safari*/
}
p {
     margin: 0 0 1em 0;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	outline: 0;
}
hr {
	border:0;
	border-bottom: solid 1px #cccccc;
	margin: 0 0 1em 0;
}
a img {
	border:none;
}
img.alignleft {
	float:left;
	padding: 3px 10px 3px 0;
}
img.alignright {
	float:right;
	padding: 3px 10px 3px 0;
}
label, button {
cursor:pointer;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 1em 0;
}
h2 {
	margin: 0px;
}
h1 {
	font-size: 3em;
	color: #C02126;
}
h2 {
	font-size: 2.5em;
	color: #C02126;
}
h3 {
	font-size: 2.2em;
}
h4 {
	font-size: 1.8em;
	color: #666
}
h5 {
	font-size: 1.5em;
}
h6 {
	font-size: 1.2em;
}
/*STRUCTURE*/

.container {
	text-align:left;
	width:960px;

	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
}
.header {
	background-image: url(../images/header.png);
	height: 60px;
	width: 960px;
}
.header-logo1 {
	width:300px;
	height:60px;
	margin-left:69px;
	float:left;
}
.header-logo2 {
	width:120px;
	height:60px;
	margin-right:10px;
	float:right;
}
.flashheader {
	height: 300px;
	width: 920px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom:16px;
}
.wrapper {
	width:920px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.post {
	float:left;
	width:730px;
	padding-bottom:5px;
}
.sidebar {
	background:#ffffff;
	float:right;
	width:172px;
	padding-top:4px;
}
.extra {
	clear:both;
	background:#ffffff;
	margin-top:10px;
	padding-top:16px;
	padding-bottom:16px;
}
.footer {
	background-image: url(../images/footer-altern.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 960px;
	/*padding:  0 40px 0 40px;*/
	color: #FFFFFF;
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
}
/*EXTRA BOX*/

.extra-box {
	width:168px;
	/*margin-left:20px;
	float:left;*/
	display: inline;
	
	margin-right:20px;
	float:right;
}
.extra-cat {
	font-size: 1em;
	font-weight: bold;
	color: #FF6600;
	text-transform: uppercase;
	display:none;
}
.extra-cat a {
	color: #FF6600;
	/*text-decoration:none;*/
}
.extra-cat a:hover {
	color: #C02126;
	/*text-decoration:none;*/
}
.extra-date {
	font-size: 1.5em;
	color: #FF6633;
}
.extra-title {
	font-size: 1.5em;
	color: #666666;
	line-height: 1em;
	padding-bottom: 5px;
}
.extra-title a {
	color: #666666;
	/*text-decoration: none;*/
}
.extra-title a:hover {
	color: #C02126;
}
.extra-photo {
	width:168px;
	height:70px;
	overflow: hidden;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#efefef;
}
.extra-extrait {
	font-size: 1.1em;
	overflow: hidden;
	line-height: 1.2em;
}
.extra-extrait p {
	padding:0;
	margin:0;
}
/*PAGES ET POST*/

.page-title, .post h2 {
	color: #C02126;
	font-size: 2.5em;
	padding-bottom:0em;
}
h2 a {
	color: #C02126;
	/*text-decoration: none;*/
}
h2 a:hover {
	color: #000000;
}
.post-date {
	font-size: 1em;
	color: #999999;
	background-image: url(../images/date.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
.post-excerpt {
	/*font-size: 1.5em;*/
	font-size: 1.8em;
	color: #666666;
}
.post-excerpt p {
	margin:0;
}
.post-content {
	font-size: 1.2em;
	margin-top:1em;
}
.post-content h6 {
	font-size: 1em;
	color: #C02126;
}
.post-content h1 {
	font-size: 2.5em;
	color: #C02126;
}
.post-content h2 {
	font-size: 2.2em;
}
.post-content h3 {
	font-size: 1.8em;
	color: #666
}
.post-content h3 .red {
	color: #C02126
}
.post-content h4 {
	font-size: 1.5em;
}
.red {
	color: #C02126
}
.darkgrey {
	color: #666;
}
.orange {
	color: #FF6633;
}
.black {
	color: #000000;
}
.post-content h5 {
	font-size: 1.2em;
	color:#000000;
}
.more-link {
	font-size: 1em;
	color: #999999;
	text-decoration:none;
	float:right;
}
.more-link:hover {
	color: #C02126;
}
.post-metadata {
}
.post-metadata a {
	color: #999999;
	/*text-decoration:none;*/
}
.post-metadata a:hover {
	text-decoration:underline;
}
.colonne1, .colonne2, colonne3 {
	float:left;
	width:190px;
	padding-bottom:10px
}
.post-content a {
    /*text-decoration:underline;*/
    /*color: #666;*/
  color:#333333;
  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:0;
  text-decoration:none;
}
.post-content a:hover {
    color: #FF6633;
	/*text-decoration:underline;*/
}
/*SIDEBAR*/

.sidebar ul {
	list-style-type: none;
	font-size: 1.1em;
	color: #666;
	padding:0px;
	margin:0px;
	font-weight: bold;
}
.sidebar ul li {
	font-weight: normal;
	padding:8px 10px 8px 10px;
	border: solid 1px #ababab
}
.sidebar ul li a {
	/*text-decoration:none;*/
	color: #666;
}
.sidebar ul li a:hover {
	/*text-decoration:none;*/
	color: #000;
}
* html .sidebar ul li {
	padding:0;
}
*:first-child+html .sidebar ul li {
	padding:0;
}
.logo-partenaire {
	text-align:center;
	padding: 20px 0 20px 0;
}
/*FOOTER*/
.footer-cd {
	float:left;
}
.footer-title {
	font-size: 1.6em;
	color: #FF6633;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	display:none
}
.footer-dy {
	float:left;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	padding-right:50px;
	padding-left:10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CA2226;
	font-size: 1.2em;
	display:none
}
.footer li a {
	color: #fff;
	/*text-decoration: none;*/
	line-height: 1.2em;
}
.footer li a:hover {
	color: #FF6633;
}
/*logo*/
.logos {
	float:right;

}
	.logos .dom{
	margin-bottom:3px;
}
	.logos .ycc{

}
