@CHARSET "UTF-8";
/*
Theme Name: Profil créatif
Theme URI: http://www.profilcreatif.fr
Description: The for Profil creatif blog
Version: 1.0
Author: Alix Poulot
 
Creation Theme by Alix Poulot || http://www.profilcreatif.fr
 
*/

@CHARSET "UTF-8";

/* GENERAL */
html, body {
	min-height: 100%;
	height: 100%;
}

body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	/* font-family: "Trebuchet MS", sans-serif; */
	background-color: #e8e1d6;
}

a {
	color: #ff6600;
}

a:hover {
	color: #d5c700;
}

.widget {
	margin-bottom: 20px;
}

.widget ul {
	list-style: none;
}
.widget ul li {
	margin-left: 15px;
	font-size: 15px;
	margin-bottom: 10px;
}
.widget a{
	color: #2b1409;
	text-decoration: none;
}
.widget a:hover{
	color: #FF6600;
	text-decoration: none;
}
#blog_footer .widget a, #blog_footer .widget a:hover{
	color: #FF6600;
	text-decoration: none;
}

.widget-twitter ul li {
	font-size: 100%;
}

ul.skill, ul.network {
	list-style: none;
}

ul.skill li a, ul.network li a {
	float: left;
	display: block;
	width: 64px;
	height: 64px;
	padding: 5px;
	text-indent: -10000px;
	margin: 0;
}
ul.skill .photoshop {
	background: url("images/icons/photoshop_64.png") no-repeat top left;
}
ul.skill .illustrator {
	background: url("images/icons/illustrator_64.png") no-repeat top left;
}
ul.skill .premiere {
	background: url("images/icons/premiere_64.png") no-repeat top left;
}
ul.skill .aftereffects {
	background: url("images/icons/after_effects_64.png") no-repeat top left;
}
ul.skill .flex {
	background: url("images/icons/flex_64.png") no-repeat top left;
}
ul.skill .max {
	background: url("images/icons/3dsmax_64.png") no-repeat top left;
}
ul.skill .joomla {
	background: url("images/icons/joomla_64.png") no-repeat top left;
}
ul.skill .wordpress {
	background: url("images/icons/wordpress_64.png") no-repeat top left;
}

ul.network .rss {
	background: url("images/icons/rss_64.png") no-repeat top left;
}
ul.network .twitter {
	background: url("images/icons/twitter_64.png") no-repeat top left;
}
ul.network .youtube {
	background: url("images/icons/youtube_64.png") no-repeat top left;
}
ul.network .flickr {
	background: url("images/icons/flickr_64.png") no-repeat top left;
}
ul.network .deviantart {
	background: url("images/icons/deviantart_64.png") no-repeat top left;
}
ul.network .linkedin {
	background: url("images/icons/linkedin_64.png") no-repeat top left;
}
ul.network .netvibes {
	background: url("images/icons/netvibes_64.png") no-repeat top left;
}
ul.network .vimeo {
	background: url("images/icons/vimeo_64.png") no-repeat top left;
}
ul.network .friendfeed {
	background: url("images/icons/friendfeed_64.png") no-repeat top left;
}
ul.network .artethnik {
	background: url("images/icons/artethnik_64.png") no-repeat top left;
}
ul.network .facebook {
	background: url("images/icons/facebook_64.png") no-repeat top left;
}
ul.network .digg {
	background: url("images/icons/digg_64.png") no-repeat top left;
}
/* fin GENERAL */

/* HEADER */
#home_header {
	background: #110906 url("images/home_bg5.jpg") no-repeat bottom center;
}
#home_header h1 {
	display: block;
	width: 242px;
	height: 148px;
	background: url("images/profilcreatif_logo.png") no-repeat top left;
	text-indent: -10000px;
}

#blog_header {
	border-bottom: 3px solid #ff6600;
	background: #000 url("images/header_bg2.jpg") no-repeat bottom center;
}

#home_header #header_content {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 150px;
}

#blog_header #header_content {
	position: relative;
}

#home_header #pitch h2 {
	font-size: 38px;
	font-weight: bold;
	color: #d5c700;
	text-shadow: -4px 0 4px #000;
}
#home_header #pitch h2 .second {
	color: #fff;
}
#home_header #pitch h2 .first, #home_header #pitch h2:first-letter {
	color: #ff6600;
}

#home_header #pitch p {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: -4px 0 4px #000;
}

#blog_header #pitch {
	margin-top: 20px;
}

#blog_header #pitch h2 {
	font-size: 38px;
	font-weight: bold;
	color: #d5c700;
	text-shadow: -4px 0 4px #000;
}
#blog_header #pitch h2 .second {
	color: #fff;
}
#blog_header #pitch h2 .third, #blog_header #pitch h2:first-letter {
	color: #ff6600;
}

#blog_header #pitch p {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: -4px 0 4px #000;
}

#home_header #menu_bar {
	height: 47px;
	background-color: rgba(0,0,0,0.65);
	border-top: 1px solid #d5c700;
	border-bottom: 3px solid #ff6600;
}

#menuTitle {
	display: block;
	position: absolute;
	top: -1000px;
	left: -1000px;
	text-indent: -10000px;
}

#home_header #menu_bar ul {
	margin: 0;
	list-style: none;
	font-size: 22px;
	font-weight: bold;
}

#home_header #menu_bar ul li {
	display: block;
	float: left;
	padding: 5px 50px 5px 0;
}

#blog_header #menu_bar {
	height: 65px;
	background-color: rgba(0,0,0,0.65);
	border-bottom: 1px solid #d5c700;
	overflow: hidden;
}

#blog_header #menu_int {
	position: relative;
}

#blog_header #menu_bar h1 {
	position: absolute;
	top: -18px;
	display: block;
	width: 171px;
	height: 105px;
	background: url("images/blog_logo_profilcreatif02.png") no-repeat top left;
	text-indent: -10000px;
}

#blog_header #menu_bar ul {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	list-style: none;
	font-size: 22px;
	font-weight: bold;
	float: right;
}

#blog_header #menu_bar ul li {
	display: block;
	float: left;
	padding: 25px 10px 5px 10px;
}

#home_header #menu_bar ul li a, #blog_header #menu_bar ul li a {
	color: #d5c700;
	text-decoration: none;
	text-shadow: -2px 0 1px #000;
}

#home_header #menu_bar ul li.current_page_item a, #home_header #menu_bar ul li a:hover, 
#blog_header #menu_bar ul li.current_page_item a, #blog_header #menu_bar ul li a:hover {
	color: #ff6600;
}

/* fin HEADER */

/* BODY */
#content {
	color: #2b1409;
	padding-top: 20px;
	background: #e8e1d6 url("images/main_bg.jpg") no-repeat top center;
}

#content .widget > h3 {
	background: url("images/title_bg2.jpg") no-repeat bottom center;
	color: #d5c700;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	text-shadow: -3px 0 2px #000;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
}
#content .widget > h3 a {
	color: #d5c700;
}
#content .widget > h3 a:hover {
	color: #ff6600;
}
/* fin BODY */

/* POST */
.post_container {
	background: url("images/splash_post.png") no-repeat left top;
	padding-top: 25px;
	margin-bottom: 40px;
}

.post_container .post_infos {
	text-align: right;
}

.post_container .post_header, .cadre_commentaires > h3, .comments-template > h3 {
	position: relative;
	background: url("images/title_bg2.jpg") no-repeat bottom center;
	color: #d5c700;
	padding: 5px 60px 12px 15px;
	text-shadow: -3px 0 2px #000;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
}

.post_container .post_header h3 {
	margin-bottom: 5px;
}

.post_container .post_header h3 a {
	text-decoration: none;
	color: #d5c700;
}
.post_container .post_header h3 a:hover {
	color: #FF6600;
}

.post_container .comment_nb {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 49px;
	height: 49px;
	background: url("images/comment_bubble.png") no-repeat top center;
	color: #fff;
}

.post_container .comment_nb span {
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 38px;
	text-shadow: -2px 0 2px #000;
}

.post_container .date_day {
	font-family: Georgia, serif;
	font-size: 100px;
	line-height: 50px;
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}
.post_container .date_month {
	font-weight: bold;
}
.post_container .categories {
	color: #fff;
}

.post_container .post_content, .cadre_commentaires .commentlist li {
	padding: 10px;
	background: rgba(255,255,255,0.4);
	
	margin: 10px 0;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.post_container .read_more, .navigation div {
	display: block;
	background: url("images/title_bg2.jpg") no-repeat bottom center;
	color: #d5c700;
	padding: 7px 14px;
	text-shadow: -3px 0 2px #000;
	
	text-decoration: none;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
}

.navigation {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.navigation a {
	text-decoration: none;
	color: #d5c700;
}
.navigation a:hover, .navigation div:hover {
	text-decoration: none;
	color: #ff6600;
}

.navigation .alignleft {
	float: left;
	max-width: 210px;
}
.navigation .alignright {
	float: right;
	max-width: 210px;
}

.post_container .read_more:hover, .navigation a:hover {
	color: #ff6600;
}

.post_container p {
	margin-bottom: 10px;
}

.read_more {
	display: block;
	margin: 10px 0;
	width: 90px;
	text-align: center;
}
.more-link {
	text-decoration: none;
}

.post_container .tag { 
	display: block;
	margin-top: 10px;
}
.post_container .tag_list {
	display: block;
}
.post_container .tag_header {
	background: url("images/tag_orange.png") no-repeat bottom left;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}
/* fin POST */

/* SIDEBAR */
.blog_sidebar {
	padding-top: 25px;
}

input#s {
	background: #E7DED5;
	padding: 5px;
	margin: 0;
	
	text-decoration: none;
	
	border : none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: inset 0 0 3px #000;
	-moz-box-shadow: inset 0 0 3px #000;
	-webkit-box-shadow: inset 0 0 3px #000;
}

input#searchsubmit {
	text-indent: -10000px;
	width: 23px;
	height: 19px;
	background: url("images/search_icon.png") no-repeat top left;
	border: none;
	padding: 0;
	margin: 0;
}

#search {
	background: url("images/title_bg2.jpg") no-repeat bottom center;
	color: #d5c700;
	padding: 4px;
	text-shadow: -3px 0 2px #000;
	
	text-decoration: none;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	margin-bottom: 10px;
} 
/* fin SIDEBAR */

/* FOOTER */
#blog_footer {
	color: #fff;
	padding-top: 10px;
	border-top: 3px solid #ff6600;
	background: #000 url("images/footer_bg2.jpg") repeat-x top center;
}

#blog_footer .widget h3 {
	color: #d5c700;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	text-shadow: -3px 0 2px #000;
}

#blog_footer .legal, #home_footer .legal {
	margin-top: 30px;
}
/* fin FOOTER */R */


/* Lightbox */
#loadingLink {
	display: block;
	width: 32px;
	height: 32px;
	background: transparent url("images/loading.gif") no-repeat top left;
}

#bottomNavClose {
	display: block;
	width: 66px;
	height: 22px;
	background: transparent url("images/closelabel.gif") no-repeat top left;
}
/* fin Lightbox */

.wp-caption .wp-caption-text {
	text-align: center;
	color : #2B1409;
	text-decoration: underline;
	font-size: 90%;
	font-style: italic;
}
