/*
Theme Name: PatlalaTheme
Theme URI: http://www.patalavideo.com/
Description: theme created by David LOUIS.
Version: 0.1
Author: David LOUIS
 
Creation Theme by David LOUIS || http://gaspacho-web.com
 
*/


@import url('layouts-blog/1col-droite.css');

/*corps de la page web */

body {
font-family: "Arial", Helvetica, Sans-serif;
font-size: 13px;
color: #4a4a4a;
margin: 0;
background: url(images/pix.png) repeat-x #393939;
}


img {
    border: none;
}

h3 {
   color: #cccccc; 
}


#page {
margin: 0 auto 0 auto;
}

/* header */

#header {
float: left;
height: 100px;
position: relative;
}



	
#header_left h1 a {
	background: url(images/patlala.png) no-repeat top left;
	width: 400px;
	height: 100px;
	float: left;
		
}
#header_left h1 a span {
	position: absolute;
    left: -5000px;
    top: -5000px;
    text-indent: -5000px;
	}
	


.description {
	position: absolute;
	left: -5000px;
	top: -5000px;
	text-indent: -5000px;
	}
		
	
#header_right {
    width: 400px;
    height: 100px;
    background: url(images/ban.jpg) no-repeat top right;
    float: right;
}




/* gestion du contenu */

#content {
margin: 20px 0 50px 0;



}

#content h2 {
font-size: 30px;
letter-spacing: -3px;
margin-bottom: 0;
margin-top: 0;
color: #cccccc;

}



#content p a{
color: #0066cc;
text-decoration: none;
}

#content p a:hover{
color: #cccccc;
text-decoration: none;
}



.post {
width: 200px;
height: 300px;
margin: 0 20px 20px 0;
float: left;
display: block;
}

.post_content {
width: 200px;
height: 300px;
font-size: 1em;
text-align: left;
background: #000000;
margin: 0;
border: 1px dashed #212121;
}

.post_content p{
margin: 0;
width: 190px;
color: #cccccc;
}

.post_single {
width: 640px;
margin: 0 20px 20px 0;

display: block;
}

.post_single h2 a{
color: #cccccc;
text-decoration: none;
}

.post_content_single {
width: 640px;
font-size: 1em;
text-align: justify;
color: white;
margin-top: 20px;
background: #000000;
}

.post_content_single p{
padding: 10px;
}

.sociable_tagline {
    padding: 10px;
}


.postmetadata {
font-size: 0.8em;
margin-top: 0;
}

#flickr {
    width: 280px;
    margin: 20px 0 20px 0;
}

#flickr img {
    padding: 0 18px 10px 0;
}




/* gestion de la sidebar_single */
#sidebar_single {
width: 265px;
float: left;
padding: 15px 17px 15px 18px;
background: #5c5c5c;


}

.post_content_sidebar_single {
    width: 262px;
}

#sociable {
    padding: 0 0 5px 10px;
    background: #000000;
}

#searchform {
    width: 262px;
    height: 30px;
    background: url(images/search.png) no-repeat top left;
    
}

#s {
    border: 0;
    height: 20px;
    margin: 4px 0 2px 5px;
    font-size: 16px;
    width: 200px;
    float: left;
    vertical-align: middle;
}

#searchsubmit {
    background: url(images/search.gif) no-repeat top left;
    width: 47px;
    height: 30px;
    float: left;
    border: 0;
}



/* gestion des commentaires */

.comments-template{
margin: 10px 0 0 0;
}

.comments-template ol{
margin: 10px;
padding: 0 0 0 15px;
list-style: none;
}

.comments-template ol p{
font-family: "Arial", Helvetica, Sans-serif;
font-size: 0.9em;
}

.comments-template ol li{
margin: 10px 0 0 0;
line-height: 15px;
padding: 0 0 10px;
}

.comments-template h2, .comments-template h3{
    font-size: 30px;
    letter-spacing:-3px;
}

.commentmetadata{
font-size: 0.9em;
}

.comments-template p.nocomments{
padding: 0;
}

.comments-template textarea{
font-family: Arial, Helvetica, Sans-serif;
font-size: 0.9em;
}

#author, #email, #url {
    background: url(images/search.png) no-repeat top left;
    border: 0;
    height: 30px;
    padding: 4px 2px 2px 5px;
    font-size: 16px;
    width: 262px;

    
    
}

#comment {
    background: url(images/comment.png) no-repeat top left;
    border: 0;
    height: 250px;
    padding: 4px 5px 2px 5px;
    font-size: 16px;
    width: 630px;
    
}

#commentform {
    color: #cccccc;
}







/* gestion des liens */

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #808080;
    text-decoration: none;
}

#content h2 a{
    color: #cccccc;
    text-decoration: none;
}



.post_featured {
}

.post_content_featured {
width: 640px;
text-align: justify;}





/* gestion de la navigation */



#nav{
    background:#2a2a2a;
    font-size:1.1em;
    height: 27px;
    margin: 0;
    padding: 0;
}

#nav, #nav ul {
	list-style: none;
	line-height: 1;
}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
}

#nav li {
	float: left;
	list-style:none;
	border-right:1px solid #a9a9a9;
}

#nav a, #nav a:visited {
	display:block;
	font-weight:normal;
	text-transform: uppercase;
	color: #ffffff;
	padding:6px 12px;
}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background:red;
	text-decoration:none
}	

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	
}

#nav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #777;
}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
}

#nav li li a:hover, #nav li li a:active {
	background:red;
}	

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

a.main:hover
{
    background:none;
}


#footer {
    
}


#similar-posts {
    width: 650px;
    float: left;
    
}

#similar-posts h3{
    font-size: 30px;
    letter-spacing: -3px;
    margin: 0;
    

}


#similar-posts ul {
padding:0;
text-align:center;
}

#similar-posts ul li {
float:left;
list-style-image:none;
list-style-position: outside;
list-style-type:none;
padding:0 10px 0 3px;
color:#1C3E4D;
font-size:16px;
line-height:1.2em;
width: 200px;
height: 230px;
margin: 0;

}



#similar-posts ul li a:hover {
color:#0099CC;
text-decoration:none;
}

#similar-posts img {

background:#F1F1F1;
height:200px;
width:200px;
}

#pagenavi {
    float: left;
}




