/*
Theme Name: Paperboy
Theme URI: http://www.djpaperboy.com/
Description: Paperboy Theme for djpaperboy.com
Version: 0.1
Author: Dhjiz
Author URI: http://www.dhjiz.com
Tags: black, custom header, fixed width, two columns, widgets

	This theme is inspired of:

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
#content {
font-size: 14px;
}
.widecolumn .entry p {
font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}
.widecolumn {
line-height: 1.6em;
}
.narrowcolumn .postmetadata {
text-align: center;
}
.alt {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#footer {
background: #eee;
border: none;
}
small {
font-size: 0.9em;
line-height: 1.5em;
}
h1, h2, h3 {
font-weight: bold;
}
h1 {
font-size: 4em;
text-align: center;
}
#headerimg .description {
font-size: 1.2em;
text-align: center;
}
h2 {
font-size: 1.6em;
}
h2.pagetitle {
font-size: 1.6em;
}
.post h2 {
	text-align: center;
}
#sidebar h2 {
font-size: 1.2em;
}
h3 {
font-size: 1.3em;
}
.commentlist li, #commentform input, #commentform textarea {
font: 0.9em;
}
.commentlist li {
font-weight: bold;
}
.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}
.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}
.commentmetadata {
font-weight: normal;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}
code {
font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
font-size: 0.9em;
letter-spacing: .07em;
}
#wp-calendar caption {
font: bold 1.3em;
text-align: center;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */

/* Begin Structure */
body {
	text-align: center;
	background: #000;
	color: #FFF;
	font-family: sans-serif;
	font-size: 14px;
	}

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

a img {
	border: 0;
}

hr {
	display: none;
}

#page {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: left;
	}

#header {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#headerimg {
	margin: 0;
	padding: 0;
}

.narrowcolumn {
float: left;
width: 650px;
}
.post {
margin: 0 0 40px;
text-align: justify;
}
.post hr {
display: block;
}
.widecolumn .post {
margin: 0;
}
.narrowcolumn .postmetadata {
padding-top: 5px;
}
.widecolumn .postmetadata {
margin: 30px 0;
}
.widecolumn .smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0;
}
.widecolumn .attachment {
text-align: center;
margin: 5px 0;
}
.postmetadata {
clear: both; 
}
.clear { 
clear: both; 
}

#static-page h2 {
	display: none;
}

#static-page #sidebar {
	display: none;
}

#static-page .entry-edit {
	position: absolute;
	text-transform: uppercase;
	margin: 0;
	padding: 3px;
	top: 0;
	right: 0;
	font-size: 12px;
	border-left: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	background: #FFF;
	color: #000;
}

#static-page .entry-edit a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}

#footer {
	display: none;
}
/* End Structure */



/*	Begin Headers */
h1 {
	height: 166px;
	text-indent: -99999px;
	background: url(images/paperboy.png) top center no-repeat;
	margin: 0 0 5px 0;
	padding: 0;
}

#headerimg .description {
	height: 95px;
	text-indent: -99999px;
	background: url(images/lifeisagame.gif) top center no-repeat;
}

#menu {
	width: 950px;
	height: 35px;
	margin-bottom: 20px;
}

#menu ul {
	list-style: none;
	height: 35px;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

#menu ul li a, #menu ul li a:hover {
	display: block;
	text-align: center;
	height: 35px;
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-image: url(/images/menu.png);
	margin: 0;
	padding: 0;
}

.menu-accueil a {
	background-position: 0 0;
	width: 220px;
}

.menu-bio a {
	background-position: -220px 0;
	width: 160px;
}

.menu-media a {
	background-position: -380px 0;
	width: 190px;
}

.menu-contact a {
	background-position: -570px 0;
	width: 190px;
}

.menu-blog a {
	background-position: -760px 0;
	width: 190px;
}

.menu-accueil-current a {
	background-position: 0 -36px;
	width: 220px;
}

.menu-bio-current a {
	background-position: -220px -36px;
	width: 160px;
}

.menu-media-current a {
	background-position: -380px -36px;
	width: 190px;
}

.menu-contact-current a {
	background-position: -570px -36px;
	width: 190px;
}

.menu-blog-current a {
	background-position: -760px -36px;
	width: 190px;
}
/* End headers */

/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* End Images */

/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}
html > body .entry li {
margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}
.entry ol {
padding: 0 0 0 35px;
margin: 0;
}
.entry ol li {
margin: 0;
padding: 0;
}
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}
#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists */
/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}
#sidebar #searchform #s {
width: 108px;
padding: 2px;
}
#sidebar #searchsubmit {
padding: 1px;
}
.entry form {
/* This is mainly for password protected posts, makes them look better. */
text-align: center;
}
select {
width: 130px;
}
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#commentform #submit {
margin: 0;
float: right;
}
/* End Form Elements */
/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}
.commentlist {
padding: 0;
text-align: justify;
}
.commentlist li {
margin: 15px 0 3px;
padding: 5px 10px 3px;
list-style: none;
}
.commentlist li .avatar {
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}
.commentlist p {
margin: 10px 5px 10px 0;
}
#commentform p {
margin: 5px 0;
}
.nocomments {
text-align: center;
margin: 0;
padding: 0;
}
.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */
/* Begin Sidebar */
#sidebar {
padding: 20px 0 10px 0;
margin-left: 20px;
width: 275px;
float: right;
}
#sidebar form {
margin: 0;
}
/* End Sidebar */
/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}
#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}
#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}
#wp-calendar a {
display: block;
}
#wp-calendar caption {
text-align: center;
width: 100%;
}
#wp-calendar td {
padding: 3px 0;
text-align: center;
}
#wp-calendar td.pad:hover {
/* Doesn't work in IE */
background-color: #fff;
}
/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}
acronym, abbr {
border-bottom: 1px dashed #999;
}
blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}
blockquote cite {
margin: 5px 0 0;
display: block;
}
.center {
text-align: center;
}
.hidden { 
display: none; 
}
hr {
display: none;
}
a img {
border: none;
}
.navigation {
display: block;
text-align: center;
height: 1px;
margin-top: 10px;
margin-bottom: 50px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */


/*Paperboy pages */
#accueilc1 {
	text-align: right;
	margin-top: -20px;
}

#accueil1 {
	position: relative;
	width: 575px;
	background: url(images/accueil1-2.png);
	float: left;
	margin-top: 20px;
	text-align: justify;
	padding: 15px 15px 5px 15px;
	margin-left: 8px;
	font-size: 18px;
}

#accueil1-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 605px;
	height: 11px;
	background: url(images/accueil1-1.png) no-repeat;
}

#accueil1-2 {
	margin-left: 135px;
}

#accueil1-3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 605px;
	height: 11px;
	background: url(images/accueil1-3.png) no-repeat;
}

#accueil1 p {
	margin-top: 0;
	margin-bottom: 20px;
	text-indent: 20px;
}

#accueil4 {
	float: left;
	margin-top: -25px;
}

#accueil2 {
	width: 672px;
	height: 329px;
	float: left;
	margin-top: -5px;
	margin-bottom: 15px;
	padding: 15px;
	background: url(images/accueil2.png);
	font-size: 16px;
}

#accueil2 div {
	width: 667px;
	height: 329px;
	overflow: auto;
	padding-right: 5px;
	text-align: justify;
}

#accueil2 dt {
	float: left;
}

#accueil2 dd {
	padding: 0;
	margin-left: 200px;
	margin-bottom: 0.5em;
}

#bioc1 {
	text-align: right;
}

#bio1-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 599px;
	height: 12px;
	background: url(images/bio1-1.png) no-repeat;
}

#bio1 {
	position: relative;
	width: 559px;
	padding: 20px 20px 0 20px;
	float: left;
	margin: 10px 0 0 0;
	background-image: url(images/bio1-2.png);
	text-align: justify;
	font-size: 18px;
}

#bio1-3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 599px;
	height: 11px;
	background: url(images/bio1-3.png) no-repeat;
}

#bio1 p {
	margin-top: 0;
}

#bio1 p strong {
	color: #ffc600;
}

#bio2 {
	float: right;
}

#mediac1 {
	background: url(images/media1.png) 130px 60px no-repeat;
	font-size: 16px;
}

#mediac2-1 {
	width: 40%;
	float: left;
	padding-left: 30px;
	text-align: left;
}

#mediac2-2 {
	width: 40%;
	float: right;
	padding-right: 30px;
	text-align: right;
	text-decoration: none;
	font-size: 20px;
}

#mediac2-1 img {
	margin-left: -20px;
}

#mediac2-2 img {
	margin-right: -20px;
}

#mediac2-2 a, #mediac3 a {
	text-decoration: none;
	color: #FFF;
}

#mediac2-2 strong, #mediac3 strong {
	color: #ffc600;
}

#mediac3 {
	clear: both;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
}

#mediac3 h3 {
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: 400;
}

#mediac3-1 {
	width: 30%;
	float: left;
	padding-left: 30px;
	text-align: left;
	margin-bottom: 20px;
}

#mediac3-2 {
	width: 60%;
	float: right;
	padding-right: 30px;
	text-align: right;
	margin-bottom: 20px;
}

#audio-player-container {
	height: 40px;
}

#audio-player {
	display: block;
	width: 290px;
	margin: auto;
}

#contactc1 {
	text-align: left;
}

#contact1 {
	float: left;
}

#contact2 {
	float: right;
	width: 450px;
	padding-left: 50px;
	font-size: 16px;
}

#contact2 input, textarea {
	border: #FFCE08 1px dashed;
	background-color: #ECECEC;
}

#contact2 input:hover, #contact2 textarea:hover {
	background-color: #FFF;
}

#contact2 .wpcf7-validates-as-required, #contact2 textarea {
	width: 400px;
}

#contact2 textarea {
	height: 15em;
}
