/*
Theme Name: Blog4Play Private
Theme URI: http://www.day4play.com/
Description: The blog theme created for Day4play
Version: 0.1
Author: webmaster@day4play.com
Creation Theme by webmaster@day4play.com || http://www.day4play.com
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
	background-image: url(images/background_01.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #333;
}
a:link {
	color: #EA6F26;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EA6F26;
}
a:hover {
	text-decoration: underline;
	color: #444;
}
a:active {
	text-decoration: none;
	color: #444;
}
h1, h2, h3,h4, h5, h6 {
	font-family:Calibri, Arial, Helvetica, sans-serif
} 
h1 { font-size: 24px;}
h2 { font-size: 22px;}
h3 { font-size: 20px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}

hr { margin-top: 10px; margin-bottom: 10px; text-align: center; width: 100%; height: 1px; color: #756A62; border: none; } /* For Internet Explorer */
html>body hr { margin-top: 10px; margin-bottom: 10px; margin-right: 0; width: 100%; height: 1px; background-color: #756A62; border: none; } /* For Gecko-based browsers */
html>body hr { margin-top: 10px; margin-bottom: 10px; margin-right: 0; width: 100%; height: 1px; background-color: #756A62; border: 0px solid #756A62; } /* For Opera and Gecko-based browsers */

#page {
	margin: 0 auto 0 auto;
	width: 873px;
}
#header {
	width: 530px;
	height: 130px;
	float: left;
	background-image: url(images/header_01.jpg);
	background-repeat: no-repeat;
	font-size:14px;
	color:#F80;
	padding-left: 343px;
}
#header .header_rss {
	padding: 8px 10px 10px 10px;
	width: 183px;
	float: left;
	display: block;
	margin: 0 0 0 307px;
	background-image: url(images/background_rss.png);
	background-repeat: no-repeat;
}
#header .header_rss a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(images/icones_01/RSS.png);
	background-repeat: no-repeat;
	padding: 0 10px 3px 20px;
        color: white;
}

#header h1 {
	padding: 49px 0 14px 0;
        font-size: 0;
        text-indent: -1000px; }
}

#header a {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
}
#content {
	float: left;
	width: 620px;
	margin: 10px 0 20px 20px;
	padding: 0px;
	background-color: #222;
}
#content .content_title {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#FFF;
	width: 600px;
	margin: 0 0 8px 10px;
	}
#content p {
	color:#DDD;
	width: 600px;
	margin: 0 0 12px 10px;
	}

.content_top {
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 620px;	
	}
.content_bottom {
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 620px;	
	}
.content_box {
	background-color: #FFF;
	width: 600px;
	margin: 0 0 0 10px;
	}
#content .content_box p {
	margin:0 0 8px 0;
	width:auto;
	color:#000;
	}
#content .content_box li li{
	padding: 0 0 0 12px;
	list-style-position: inside;
	list-style-type: square;
}
	
.content_box_top {
	background-image: url(images/content_box_top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 600px;	
	}
.content_box_bottom {
	background-image: url(images/content_box_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 600px;	
	}
.post {
	margin: 0 10px 10px 10px;
	overflow: hidden;
}
.post img {
	margin: 0 10px 8px 0;
	border: 1px solid #CCC;
}
.post b {
	color: #000000;
	margin-bottom: 3px;
}
.post p {
	margin-top: 7px;
}
.post ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.post li {
	margin-top: 0;
	margin-bottom: 2px;
	list-style-position: inside;
	list-style-type: square;
}

.post_info {
	margin: 4px 0 12px 0;
}
.postmetadata {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.post_date {
	color: #888;
}
.post_author {
	color: #888;
	background-image: url(images/icones_01/author.png);
	background-repeat: no-repeat;
	margin: 0 0 0 6px;
	padding-left: 9px;
}
.post_comments {
	color: #888;
	background-image: url(images/icones_01/comments.png);
	background-repeat: no-repeat;
	margin: 0 0 0 6px;
	padding-left: 12px;
}
.post_comments a {
	color: #888;
}
.post_edit {
	color: #888;
	background-image: url(images/icones_01/edit.png);
	background-repeat: no-repeat;
	margin: 0 0 0 6px;
	padding-left: 12px;
}
.post_edit a {
	color: #888;
}
.post_edit a:hover {
	text-decoration:none;
}
.post_category {
	color: #888;
	background-image: url(images/icones_01/category.png);
	background-repeat: no-repeat;
	padding-left: 12px;
}
.post_category a {
	color: #888;
}
.post_tags {
	color: #888;
	background-image: url(images/icones_01/tags.png);
	background-repeat: no-repeat;
	margin: 0 0 0 6px;
	padding-left: 12px;
	}
.post_tags a {
	color: #888;
	}
.navigation {
	height: 20px;
	}
.navigation .nav_left {
	float:left;
	margin-left: 10px;
	width: 250px;
	display: block;
	}
.navigation .nav_left a {
	background-image: url(images/nav_left.png);
	background-repeat:no-repeat;
	padding-left: 16px;
	background-position: left;
	}
.navigation .nav_right {
	float:right;
	margin-right: 10px;
	width: 250px;
	display: block;
	text-align: right;
	}
.navigation .nav_right a {
	background-image: url(images/nav_right.png);
	background-repeat:no-repeat;
	padding-right: 16px;
	background-position: right;
	}

.sidebar {
	float: right;
	width: 203px;
	margin: 10px 20px 20px 0;
	padding: 0px;
	background-color: #222;
}
.sidebar_top {
	background-image: url(images/sidebar_top.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 203px;	
	}
.sidebar_bottom {
	background-image: url(images/sidebar_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 203px;	
	}
.sidebar li {
	list-style-image:none;
	list-style-type:none;
	background-color: #e3e2e5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 10px 12px 10px;
	}
.sidebar li li {
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}
.sidebar .widgettitle {
	outline-color: #f48420;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #f48420 url(images/widgettitle_background_orange.png) repeat-x scroll left top;
	text-shadow: 0 1px 0 #c26819;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f48420;
	border-right-color: #f48420;
	border-bottom-color: #c26819;
	border-left-color: #f48420;
	}
.sidebar .textwidget {
	padding: 8px;
}
.sidebar ul ul {
	margin: 0;
	padding: 10px 0 10px 0;
	}
.sidebar ul ul ul {
	padding: 0;
	}
.sidebar ul ul li {
	margin:0;
	padding: 0 0 0 8px;
	width: 175px;
	}
.sidebar ul ul li li {width: 167px;}
.sidebar ul ul li li li {width: 159px;}
.sidebar ul ul li li li li {width: 141px;}

.sidebar .widget_categories ul li { margin:0; padding: 0; }

.sidebar .widget_categories ul li a { display:block; padding: 0 3px 0 8px; width: 172px; }
.sidebar .widget_categories ul li a:hover { background:#FFF; }
	
.sidebar .widget_categories ul li li a { display:block; padding: 0 3px 0 16px; width: 164px; }
.sidebar .widget_categories ul li li a:hover { background:#FFF; }

.sidebar .widget_categories ul li li li a { display:block; padding: 0 3px 0 24px; width: 156px; }
.sidebar .widget_categories ul li li li a:hover { background:#FFF; }

.sidebar .widget_categories ul li li li li a { display:block; padding: 0 3px 0 32px; width: 148px; }
.sidebar .widget_categories ul li li li li a:hover { background:#FFF; }

.sidebar .widget_links ul li { margin:0; padding: 0; }

.sidebar .widget_links ul li a { display:block; padding: 0 3px 0 8px; width: 172px; }
.sidebar .widget_links ul li a:hover { background:#FFF; }
	
.sidebar .widget_links ul li li a { display:block; padding: 0 3px 0 16px; width: 164px; }
.sidebar .widget_links ul li li a:hover { background:#FFF; }

.sidebar .widget_links ul li li li a { display:block; padding: 0 3px 0 24px; width: 156px; }
.sidebar .widget_links ul li li li a:hover { background:#FFF; }

.sidebar .widget_links ul li li li li a { display:block; padding: 0 3px 0 32px; width: 148px; }
.sidebar .widget_links ul li li li li a:hover { background:#FFF; }

.widget_archive ul li { margin:0; padding: 0 3px 0 8px; width: 172px; }
.widget_archive ul li:hover { background:#FFF; }

.widget_polls-widget p { padding:10px 0 10px 0;}

.widget_tag_cloud div { margin: 0; padding:10px 8px 10px 8px; }
.widget_tag_cloud div a,
.widget_tag_cloud div a:link,
.widget_tag_cloud div a:visited,
.widget_tag_cloud div a:active { color: #888; text-decoration: none; }
.widget_tag_cloud div a:hover { color: #222; text-decoration: none; }

#calendar_wrap table {
	border-collapse:collapse;
	}

#calendar_wrap table caption,
#calendar_wrap table tbody,
#calendar_wrap table thead {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a9adb5;
	}

#calendar_wrap tbody td {
	text-shadow: 0 1px 0 #fff;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #34404d;
	background-color: #dfdfe2;
	height: 25px;
	width: 26px;
	text-align: center;
	background-image: url(images/wp-calendar-01-day.png);
	background-repeat: repeat;
}
#calendar_wrap tbody td a {
	background-image:url(images/wp-calendar-01-day-with-me.png);
	background-repeat: no-repeat;
	padding: 1px 4px 1px 2px;
}
#calendar_wrap #today {
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #dfdfe2;
	height: 25px;
	width: 26px;
	text-align: center;
	background-image: url(images/wp-calendar-01-today.png);
	background-repeat: no-repeat;
}
#calendar_wrap #prev {
	padding: 4px 10px 4px 10px;
	text-align: left;
}
#calendar_wrap #next {
	padding: 4px 10px 4px 10px;
	text-align: right;
}
#calendar_wrap table caption {
	font-size: 12px;
	background-image: url(images/wp-calendar-01-caption.png);
	background-repeat: repeat-x;
	height: 16px;
	font-weight: bold;
	padding-top: 2px;
}
#calendar_wrap table thead th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight:normal;
	color: #576678;
	background-image: url(images/wp-calendar-01-caption.png);
	background-repeat: repeat-x;
	background-position: 1px -15px;
	text-align: center;
	height: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9adb5;
	background-color: #d0d0d4;
}
.widget_calendar .widgettitle {
	outline-color: #6d84a2;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #f48420 url(images/widgettitle_background_BlueGray.png) repeat-x scroll left top;
	text-shadow: 0 1px 0 #616f80;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6d84a2;
	border-right-color: #6d84a2;
	border-bottom-color: #3a424d;
	border-left-color: #6d84a2;
	}

.widget_categories .widgettitle {
	outline-color: #616175;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #f48420 url(images/widgettitle_background_Gray.png) repeat-x scroll left top;
	text-shadow: 0 1px 0 #616175;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #616175;
	border-right-color: #616175;
	border-bottom-color: #464659;
	border-left-color: #616175;
	}
.widget_polls-widget .widgettitle {
	outline-color: #453054;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #f48420 url(images/widgettitle_background_Prune.png) repeat-x scroll left top;
	text-shadow: 0 1px 0 #30213b;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #453054;
	border-right-color: #453054;
	border-bottom-color: #30213b;
	border-left-color: #453054;
	}
.widget_archive .widgettitle {
	outline-color: #5a59fd;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #f48420 url(images/widgettitle_background_blue.png) repeat-x scroll left top;
	text-shadow: 0 1px 0 #4747c9;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5a59fd;
	border-right-color: #5a59fd;
	border-bottom-color: #353596;
	border-left-color: #5a59fd;
	}
.widget_tag_cloud .widgettitle {
	outline-color: #be1558;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #f48420 url(images/widgettitle_background_magenta.png) repeat-x scroll left top;
	text-shadow: 0 1px 0 #8c0f41;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #be1558;
	border-right-color: #be1558;
	border-bottom-color: #590a2a;
	border-left-color: #be1558;
	}
.widget_links .widgettitle {
	outline-color: #00a400;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #f48420 url(images/widgettitle_background_green.png) repeat-x scroll left top;
	text-shadow: 0 1px 0 #008a00;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00a400;
	border-right-color: #00a400;
	border-bottom-color: #007000;
	border-left-color: #00a400;
	}

#nav_d4p {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/background_nav.png);
	background-repeat: no-repeat;
	float: left;
	height: 39px;
	width: 833px;
	margin-left: 20px;
}

#nav_d4p ul {
	list-style-type: none;
	width: 100%; /* pr�cision pour Opera */
	}
#nav_d4p ul li {
	float: left;
	}
#nav_d4p ul a {
	color:#FFF;
	text-shadow: 0 1px 0 #ee4400;
	float: left;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	height: 31px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 4px;
	padding-top: 8px;
	}
#nav_d4p ul a:hover {
	background-color: #f48420;
	padding-right: 14px;
	padding-left: 14px;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f8ad4d;
	border-left-color: #ee4400;
	}
#nav_d4p ul .current_page_item a {
	color:#222;
	text-shadow: 0 1px 0 #f8ad4d;
	background-color: #f48420;
	padding-right: 14px;
	padding-left: 14px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f8ad4d;
	border-left-color: #ee4400;
	}
#nav_d4p ul .current_page_item a:hover {
	color:#000;
	text-shadow: 0 1px 0 #f8ad4d;
	background-color: #f48420;
	padding-right: 14px;
	padding-left: 14px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f8ad4d;
	border-left-color: #ee4400;
	}
#nav_d4p #searchform {
	padding: 0;
        float: right;
	height: 23px;
	width: 203px;
	margin: 7px 10px 10px 0;
	background-image: url(images/searchform_nav.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	}
#nav_d4p #searchform #s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background:none;
	width: 164px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        padding: 0;
	margin: 0 0 0 10px;
}
#nav_d4p #searchform #searchsubmit {
	background:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 22px;
	width: 19px;
}
#footer {
background-color:#222;
	padding: 10px;
	margin: 0 20px 20px 20px;
	clear: both;
	width: 813px;
}