/*  
Theme Name: Pixmasta
Theme URI: http://www.pixmasta.com/
Version: 1.3
Author: Guillaume Laroche
Author URI: http://www.pixmasta.com/

1/ Initialistation
2/ Blocs (id)
3/ Classes
4/ Liens
5/ Navigation
6/ Typo
7/ Eléments divers


*/

/* CSS Document */
* {
	padding: 0;
	margin: 0;
	}
:focus {
	outline: none;
	}
body {
	background: #E3E3E3 url(../images/styles/bg.png) center top repeat-x;
	}
	
	
/****************** Blocs positionnement ***************************/
/*******************************************************************/
#container {
	background: url(../images/styles/bg_container.png) center top repeat-y;
	position: absolute;
	top: 82px;
	width: 100%;
	}
#container.single {
	background: url(../images/styles/bg_container_single.png) center top repeat-y;
	}
#container2 {
	background: url(../images/styles/bg_container2.png) center top no-repeat;
	}
#content {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	min-height: 560px;
	height: auto !important;
	height: 560px;
	}
#footer {
	padding: 25px 0;
	clear: both;
	background: transparent url(../images/styles/bg_footer.png) center top no-repeat;
	}
#header {
	margin: 0 auto;
	width: 760px;
	height: 80px;
	padding: 0 10px;
	color: #DDD;
	position: relative;
	z-index: 10;
	}
#main {
	width:420px;
	padding: 20px 0 20px 20px;
	margin-left: 0;
	float: left;
	}
#container.single #main {
	width: 570px;
	}
#sidebar {
	float: right;
	width: 300px;
	padding: 10px 10px 10px 0;
	}
#container.single #sidebar {
	width: 150px;
	}
#lang_bloc {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	}
#mess{
	background: #009900;
	color: white;
	font-weight: bold;
	display: block;
	}
#mess ul {
	padding: 10px;
	}
#mess ul li, #mess {
	font-size: 1.2em;
	}
	
/******************** Classes **************************************/
/*******************************************************************/
.bloc {
	padding: 10px;
	border: solid 1px #CCC;
	background: #FFF;
	margin-bottom: 10px;
	}
.bloc1 {
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	}
.clear_float {
	clear: both;
	height: 1px;
	font-size: 1px;
	}
.comment_author {
	float: left;
	width: 110px;
	padding: 15px;
	text-align: right;
	}
.comment {
	background: url(../images/styles/bg_comment_bottom.png) bottom right no-repeat;
	margin-bottom: 2em;
	}	
.comment_content {
	float: right;
	width: 390px;
	padding: 10px 10px 10px 30px;
	background: url(../images/styles/bg_comment_top.png) top right no-repeat;
	}	
.entry {
	margin: 1.2em 0;
	}
.entry_more {
	margin-top: 2.5em;
	padding-top: 1.5em;
	border-top: #CCC dotted 1px;
	}
.post {
	margin-bottom: 3em;
	overflow: hidden;
	width: 100%;
	}
.flag {
	margin-left: 5px;
	}
.label_desc {
	width: auto;
	float: none;
	padding-top: 15px;
	clear: both;
	}


/********************* Liens ***************************************/
/*******************************************************************/
a {
	color: #d01f3c;
	text-decoration: underline;
	}
a:hover, a:focus, a:active {
	text-decoration: none;
	}
.feed a {
	color: #444;
	text-decoration: none;
	font-weight: bold;
	}
.feed a:hover,
.feed a:focus,
.feed a:active{
	text-decoration: underline;
	}
h2 a {
	text-decoration: none;
	}
h2 a:hover, h2 a:focus, h2 a:active {
	text-decoration: underline;
	}
li.rss a {
	background: url(../images/styles/bg_rss.png) no-repeat left;
	padding-left: 24px;
	height: 20px;
	line-height: 20px;
	display: block;
	}
li.rss_mail a {
	background: url(../images/styles/bg_rss_mail.png) no-repeat left;
	padding-left: 24px;
	height: 20px;
	line-height: 20px;
	display: block;
	width: 100px;
	}
.link_list_un li a, .link_list li a {
	color: #444;
	text-decoration: none;
	background: url(../images/styles/bullet_on_off.png) left .35em no-repeat;
	padding-left: 14px;
	}	
.link_list_un li a:hover,
.link_list_un li a:focus,
.link_list_un li a:active,
.link_list li a:hover,
.link_list li a:focus,
.link_list li a:active {
	text-decoration: underline;
	background: url(../images/styles/bullet_on_off.png) -500px .35em no-repeat;
	padding-left: 14px;
	}
.tags a {
	color: #444;
	text-decoration: none;
	}
.tags a:focus, .tags a:hover, .tags a:active {
	text-decoration: underline;
	}
#container a.info {
	position: relative;
	z-index: 5;
	border-bottom: #000 dotted 1px;
	color: #444;
	text-decoration: none;
	cursor: default;
	}
#container a.info:hover, #container a.info:focus {
	text-decoration: none;
	position: relative;
	z-index: 10;
	border-bottom: #D01F3C dotted 1px;
	background: none;
	}
#container a.info span.bulle{
	display: none;
	border-bottom: none;
	color: #444;
	}
#container a.info:hover span.bulle, #container a.info:focus span.bulle{
	display: block;
	width: 15em;
	position: absolute;
	top:2em; left:2em;
	background: #EEE;
	border: #D01F3C solid 2px;
	padding: 5px;
	}
#footer a {
	color: #444;
	}
	
/********************* Navigation **********************************/
/*******************************************************************/
ul#menu {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 37px;
	margin: 0 10px 0 0;
	padding: 0;
	}
ul#menu li {
	display: block;
	width: 108px;
	float: left;
	margin-left: 4px;
	list-style-type: none;
	}
ul#menu li a {
	background: url(../images/styles/bg_button.png) left top no-repeat;
	display: block;
	width: 108px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size: 1.4em;
	color: #CCC;
	text-decoration: none;
	text-align: center;
	margin-top: 7px;
	}
ul#menu li a.on {
	background: url(../images/styles/bg_button.png) right top no-repeat;
	height: 37px;
	line-height: 30px;
	color: #FFF;
	margin-top: 0;
	}
ul#menu li a:hover, ul#menu li a:focus {
	margin-top: 0;
	padding-bottom: 7px;
	line-height: 30px;
	height: 30px;
	}
	
	
/******************** Typo *****************************************/
/*******************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #444;
	}
code {
	font-size: 1.4em;
	}
.comment_content p {
	font-style: italic;
	}
span.comment_date {
	display: block;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	}
span.title_for_content {
	font-style: italic;
	text-transform: lowercase;
	}
#footer {
	text-align: center;
	font-size: .9em;
	}
h2 {
	font-size: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #d01f3c;
	margin-bottom: .25em;
	}
h3 {
	font-size: 1.3em;
	padding: .2em 0;
	}
#sidebar h3 {
	font-size: 1.5em;
	font-family: /*Century Gothic,*/ Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	letter-spacing: .1em;
	padding: 0;
	}
h4#comments, h4#respond {
	font-size : 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-weight: normal;
	}
ol li {
	line-height: 1.5em;
	}

.post li, #sidebar li {
	font-size: 1.3em;
	}
.post li{
	font-size: 1.3em;
	}
.light {
	color: #666;
	}
p {
	font-size: 1.3em;
	line-height: 1.7em;
	}
#sidebar p {
	font-size: 1.1em;
	line-height: 1.4em;
	}
.note {
	color: #666;
	}
#sidebar p.note {
	font-size: 1em;
	line-height: 1.4em;
	}
.strike {
	text-decoration: line-through;
	}
fieldset legend {
	font-size: 1.3em;
	color: #36C;
	}
textarea, input, select, label {
	font-size: 1.3em;
	font-weight: normal;
	color: #444;
	}
textarea {font-size: 13px;}
	
	
	
/********************* Eléments ************************************/
/*******************************************************************/
code {
	display: block;
	padding: 5px;
	border: dashed 1px #CCC;
	margin: 10px 0;
	}
.feed li{
	list-style: none;
	width: 125px;
	float: left;
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 1em;
	}
#header h1 {
	background: url(../images/styles/logo_pixmasta.gif) no-repeat left center;
	height: 80px;
	width: 198px;
	overflow: hidden;
	}
#header h1 span {
	color: #292929;
	text-decoration: none;
	position: absolute;
	margin-top: -200px;
	}
h3 {
	border-bottom: solid 1px #CCC;
	margin-bottom: 1em;
	}
h4#comments, h4#respond {
	margin-bottom: 1em;
	}
.link_list_un li, .link_list li {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 1em;
	}
.link_list_un li {
	width: 125px;
	float: left;
	background: #FFF;
	}
ul.commentlist li.item {
	list-style-type: none;
	}
img.left {
	float: left;
	}
.entry img {
	margin: 0 7px 7px 0;
	padding: 4px;
	border: solid 1px #CCC;
	}
a img, img {
	border: none;
	}
ol {
	list-style-position: outside;
	padding-left: 15px;
	}
ol li, .post li {
	margin-bottom: 1em;
	}
ol.commentlist li {
	list-style-type: none;
	}
#mess li {
	list-style-position: outside;
	margin-left: 10px;
	}
.post li {
	list-style-position: outside;
	margin-left: 20px;
	}
.ref {
	padding: 5px;
	}
.ref.on {
	background: #EEE;
	color: #333;
	}
.ref.on .light {
	color: #555;
	}
.ref ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: .85em;
	}
.ref ul li {
	margin-bottom: .5em;
	margin-left: 0;
	}
.ref ul a {
	color: #444;
	padding-left: 20px;
	background: url(../images/styles/bg_check.png) 3px 50% no-repeat;
	text-decoration: none;
	}
.ref.on ul a {
	color: #333;
	}
.ref ul a:hover, .ref ul a:focus {
	background-position: -478px 50%;
	}
img.ref {
	margin: 0 5px 0 0;
	padding: 4px;
	border: solid 1px #CCC;
	background: #FFF;
	}
.on img.ref {
	border-color: #d01f3c;
	}
p {
	margin-bottom: 1em;
	}
p.last {
	margin-bottom: 0;
	}
textarea#comment {
	width: 400px;
	}
fieldset {
	margin: 2em 0;
	padding: 15px;
	border-color: #DDD;
	border-width: 1px;
	}
fieldset legend {
	margin-bottom: 5px;
	}
textarea, input, select {
	background: #F9F9F9;
	border: 1px solid #B2B2B2;
	}
#form1 input, #form2 input {
	margin-top: 15px;
	padding: 4px;
	width: 175px;
	float: right;
	}
#form1 input.file {
	width: auto;
	}
textarea {
	padding: 4px;
	width: 375px;
	}
input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #d8455d;
	}
#form1 input.submit, #form2 input.submit {
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: url(../images/styles/button.png) center top no-repeat;
	border: none;
	cursor: pointer;
	float: none;
	width: 100%;
	}
#form1 label, #form2 label {
	display: block;
	clear: left;
	float: left;
	margin-top: 15px;
	padding: 4px;
	width: 150px;
	}

