/*
Theme Name:   DePo Skinny
Theme URI:    http://powazek.com
Description:  A slender theme for WP by <a href="http://powazek.com">Derek Powazek</a>
Version:      1
Author:       Derek Powazek
Author URI:   http://powazek.com
*/

* { 
    margin: 0; 
    padding: 0;
}

html {
	background: #ffffff;
	/* background: #3d3c39; */
	}
	

body {
    background: #ffffff;
    width:835px;
    margin:0px 0 10px 20px;
    color: #444;
    text-align: left;
    font-size: 13.5px;
    line-height: 19px;
    font-family: Verdana, Arial, sans-serif;
}


img { border:none; }

img#wpstats { width:0px; height:0px; overflow:hidden; }

h2 a {color:#444444; text-decoration: none; font-weight:normal;}
h2 a:hover { color:#DC143C; text-decoration: none; font-weight:normal;}
h3 a {color:#444444; text-decoration: none; font-weight:normal;}
h3 a:hover { color:#DC143C; text-decoration: none; font-weight:normal;}

a {color:#005689; text-decoration: none; font-weight:normal;}
a:hover { color:#005689; text-decoration: underline; font-weight:normal;}


p, ul, ol, li { 
    margin-bottom: 18px;
}

blockquote { 
    margin: 0 0px 18px 18px;
    font-size:12px;
    color:#666;
    padding-left:10px;
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

ol {
    margin-left: 2em;
}

h2 { 
     margin: 10px 0px 18px 0px;
	 padding:0 0 0;
	 font:22px Verdana,Sans-serif;
	 text-transform:uppercase;
	 text-transform:bold;
	 text-align:left;
	 line-height:1.25em;
	 color:#000000;
	 max-width:600px;
}

h1 a {color:#444444; text-decoration: none; font-weight:normal;}
h1 a:hover { color:#DC143C; text-decoration: none; font-weight:normal;}

h1 { 
    font-size: 22px; 
    line-height: 28px;
    font-weight:normal;
    font-family:verdana;
}

h3 { 
    font-size: 18px; 
    line-height: 28px;
    margin-bottom: 18px;
    font-weight:normal;
    font-family:verdana;
}

h4 { 
    font-size: 14px; 
    line-height: 18px;
    margin-bottom: 20px;
}

.container {
background: #ffffff;
	text-align: left;
    width: 600px;
    float:right;
padding-top:30px;
}

.menudroite {
	background: #f8f8f3;
	text-align: right;
padding-top:0px;
    float:left;
    width: 200px;
    padding-right:20px;
padding-top:30px;
    font-size:11px;
    line-height:15px;
}

.menudroite h2 { 
     margin: 25px 0px 7px 0px;
	 padding:0 0 0;
	 font:14px Verdana,Sans-serif;
	 text-transform:uppercase;
	 text-transform:bold;
	 letter-spacing:.1em;
	 text-align:right;
	 line-height:1.25em;
	 color:#000000;
	 max-width:600px;
}

/* HEADER */

.header {
	
 padding: 50px 0px 0px 0px;
    text-align:left;

}

.header span {
    margin-left: 10px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.search {
    padding:11px 0 0 20px;
    background:url('/home/wp-content/themes/hpc/images/search.gif') 0 14px no-repeat;
    float:right;
}

.search input {
    width:120px;
}

/* FLICKR */

.flickr {
    border-bottom: 1px solid #ccc;
    text-align:center;
    padding: 11px 0;
    margin-bottom:9px;
    width:600px;
}

.flickr img {
    width: 59px;
    height: 59px;
    margin: 1px 5px;
    border: 1px solid #666;
}

.flickr img:hover {
    width: 75px; 
    height: 75px;
    margin: -7px -3px;
    border: 1px solid #000;
}

.flickr span a { color: #ccc; }

/* POSTS */

.post p a { font-weight:normal; }


.post p a { width:500px; }


.post {
    border-bottom: 1px solid #6CBFBA; /*#ffc47b;*/
	padding:18px 0 0 0;
	text-align:left;
    width:600px;
}

.postnoline {
	padding:18px 0 0 0;
	text-align:left;
    width:600px;
}

.postcomment {
	padding:18px 0 0 0;
	text-align:left;
    width:600px;
    font-size:11px;
    color:#666;
}

.commentslnk {
    font-size:13px;
	text-align:left;
}

p.byline {
	margin-top:-14px;
    font-size:11px;
    color: #555;
}

p.bylinedroit {
	text-align:right;
	color:#555;
	}


p.surtitre {
	margin-top:3px;
	margin-bottom:-4px;
    font-size:11px;
    text-transform:uppercase;
    color: #555;
}

.post IMG {
	border:0;
	margin:auto auto auto auto;
}

.post IMG.noline {
	border:0;
}

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }

span.edit a { 
    float:right;
    font-weight:normal; 
    font-size:11px; 
    color:#666; 
    border:1px solid #ccc; 
    padding:0 4px; 
}

.metainfo {
    float:left;
    width: 152px;
    font-size: 10px;
    color: #666;
    padding: 3px 0;
}

.previously {
	text-align:left;
    width: 600px;
    padding: 20px 0 3px 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
}

.previously a { font-weight:normal; }

.text_area { width: 480px !important; }

.postform { width:150px; margin: 0;} 

.delicious-tags { font-size:11px; color:#666 }
.delicious-tags a { font-weight:normal; color:#333 }
ul.delicious { color:#555 }


/* FOOTER */

.footer {
    font-size: 11px;
    padding: 25px;
    margin-top: 30px;
    border-top: 0px solid #666;
    text-align:left;
    color: #666;
    background: #f5f5f5;
    height:245px;
}

.footer div {
    width:170px;
    margin: 0 20px 0 0;
    float:left;
}

.footer img {
    border:0;
}

.footer div.last {
    width:170px;
    margin: 0 0 0 0;
}

.copyright {
    font-size: 11px;
    margin:0 0 0 0;
    padding: 27px 0 10px 0;
    border-top: 0px solid #666;
    text-align:right;
    color: #666;
}

ul.nav li { margin: 0 }
ul li { margin: 0 }