/* @override http://www.marketingvirtuel.fr/wp-content/themes/MV/style.css */

/*
Theme Name: Marketing Virtuel
Theme URI: http://fran6art.com/
Description: Thème pour le site marketingvirtuel.fr
Author: Francis Chouquet
Version: 1.0
*/

/* Import stylesheets for reset and IE */
@import url("reset.css");
/*end import*/

@font-face {
	font-family: "MuseoSans";
	src: url('fonts/MuseoSans_500.eot');
	src: local('MuseoSans'), local('MuseoSans-500'), url('fonts/MuseoSans_500.woff') format('woff'), url('fonts/MuseoSans_500.ttf') format('truetype');
}

@font-face {
	font-family: "Museo";
	src: url('fonts/Museo100-Regular.eot');
	src: local('Museo'), local('Museo100-Regular'), url('fonts/Museo100-Regular.woff') format('woff'), url('fonts/Museo100-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "Metroscript";
	src: url('fonts/metroscript.eot');
	src: local('Metroscript'), local('Metroscript'), url('fonts/metroscript.woff') format('woff'), url('fonts/metroscript.ttf') format('truetype');
}

@font-face {
	font-family: "Spacemace";
	src: url('fonts/spacemace.eot');
	src: local('spacemace'), local('spacemace'), url('fonts/spacemace.woff') format('woff'), url('fonts/spacemace.ttf') format('truetype');
}



header, footer, section, article, aside, nav {
	display: block;
	}

body {
font-family: "Lucida Grande", helvetica, arial, sans-serif;
color: #444;
font-size: 62.5%;
background: #041b27 url('images/background_light.jpg') no-repeat top;
}

/* liens */

a {
	-o-transition-duration: .5s;
	-o-transition-property: color, background-color;
	-webkit-transition-duration: .5s;
	-webkit-transition-property: color, background;
}

a:link, a:visited {
	color: #606f63;
	outline: none;
}

.content article section p a {
	background: #ffffff;
}

.content article section p a:hover {
	color: #555;
	background: #ccc;
	display: inline;
}

/* citations */

blockquote {
	font-family: Georgia;
	font-style: italic;
	color: #999;
	margin: 30px 20px 0;
	font-size: 1.5em;
	line-height: 1.2em;
}

article section cite {
	margin-bottom: 20px;
	display: block;
	padding: 3px;
}

article section cite a {
	margin-left: 14px;
	font-size: 0.9em;
	background: #ffffff;
}

/* listes */

article section ul {
	margin: 15px 0;
	overflow: hidden;
}

article section ul li {
	margin-left: 15px;
	list-style-type: disc;
}

article section ol {
	overflow: hidden;
}

article section ol li {
	margin-left: 19px;
	list-style-type: decimal;
}

/* titres articles */

article section h1 {
	font-size: 3em;
	margin: 15px 0;
}

article section h2 {
	font-size: 2.5em;
	margin: 15px 0;
}

article section h3 {
	font-size: 2em;
	margin: 15px 0;
}

article section h4 {
	font-size: 1.5em;
	margin: 15px 0;
}

article section h5 {
	font-size: 1.3em;
	margin: 15px 0;
}

article section h6 {
	font-size: 1em;
	margin: 15px 0;
}

/* structure page */

#wrap {
	width: 960px;
	margin: 0 auto;
}

/* navigation */

nav#top {
	height: 25px;
	width: 960px;
	margin: 0 auto;
}

nav#top ul {
	padding-top: 7px;
}

nav#top ul li {
	display: inline;
	margin-right: 30px;
}

section#nav_top_wrap {
	background-color: rgba(4,27,39,0.4);
}

nav#top ul li a {
	color: #fff;
	text-decoration: none;
}

nav#top ul li a:hover {
	text-decoration: underline;
}

nav#bottom {
	width: 960px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 20px;
	
}

nav#bottom ul li {
	display: inline;
	margin-right: 20px;
}

nav#bottom ul li a {
	font-family: "MuseoSans";
	text-transform: uppercase;
	text-decoration: none;
	color: #e5e5e5;
	font-size: 1.3em;
	padding: 5px 10px;
}

nav#bottom ul li a:hover {
	background-color: #172f32;
	background-color: rgba(4,27,39,0.4);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(4,27,39,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(4,27,39,0.5);
	-box-shadow: inset 1px 1px 5px rgba(4,27,39,0.5);
	border-bottom: 1px solid;
	border-color: #6a6a6a;
}

nav#bottom ul li.current-menu-item a {
	background-color: #172f32;
	background-color: rgba(4,27,39,0.4);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(4,27,39,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(4,27,39,0.5);
	-box-shadow: inset 1px 1px 5px rgba(4,27,39,0.5);
	border-bottom: 1px solid;
	border-color: #6a6a6a;
}

/* header */

header#banner {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

header#banner section {
	float: left;
	margin: 50px 0 40px 0;
	height: 120px;
	padding: 0;
}

header#banner section h1 a {
	font-family: "MuseoSans";
	display: block;
	font-size: 5.9em;
	letter-spacing: -3px;
	text-decoration: none;
	color: #e5e5e5;
	text-shadow: 0px 1px 0px black;
	-webkit-text-shadow: 0px 1px 0px black;
	-moz-text-shadow: 0px 1px 0px black;
	background: url(images/aliens_logo.png) no-repeat;
	padding-top: 35px;
}

header#banner section h1 a:hover {
	-webkit-animation-name: glowtitle;
	-webkit-animation-duration: 2s;
}

@-webkit-keyframes glowtitle {
	from {
	text-shadow: 0 1px 0px black;
}
	50% {
	text-shadow: 0 10px 30px black;
}
	to {
	text-shadow: 0 1px 0px black;
}
} 
header#banner h1 a span {
	font-family: "Museo";
}
header#banner h2 {
	font-family: "MuseoSans";
	color: #e5e5e5;
	margin-top: 7px;
	font-size: 1.4em;
	text-shadow: 0px 1px #black;
	-webkit-text-shadow: 0px 1px #black;
	-moz-text-shadow: 0px 1px #black;
}
header#banner section.subscribe {
	width: 290px;
	height: 100px;
	margin-top: 65px;
	margin-bottom: 10px;
	padding: 20px;
	float: right;
	background: rgba(4,27,39,0.4) url(images/mario.png) no-repeat 92% 5%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}
header#banner section.subscribe ul li {
	margin-bottom: 20px;
}
header#banner section.subscribe ul li a.newsletter {
	font-size: 13px;
	color: #e5e5e5;
	text-decoration: none;
	padding: 0px 0 5px 35px;
	background: url(images/news.png) 5px no-repeat;
}
header#banner section.subscribe ul li a.rss {
	font-size: 13px;
	color: #e5e5e5;
	text-decoration: none;
	padding: 4px 0 5px 35px;
	background: url(images/rss.png) 5px no-repeat;
}
header#banner section.subscribe ul li a:hover {
	color: #00fd00;
}
#search {
	background: #112325;
	background-color: rgba(4,27,39,0.4);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset 2px 2px 4px rgba(4,27,39,0.5);
	-moz-box-shadow: inset 2px 2px 4px rgba(4,27,39,0.5);
	box-shadow: inset 2px 2px 4px rgba(4,27,39,0.5);
	border-bottom: 1px solid;
	border-color: #585858;
}
input#search-text {
	padding:10px;
	width: 150px;
	padding-left: 35px;
	font-size: 13px;
	background: transparent url(images/search_btn.png)  no-repeat 4% 50%;
	border: none;
	color: #e5e5e5;
	}

input#search-btn {
	float: right;
	margin-right: 1px;
}

/* contenu */

section.content_wrap {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

section.content_wrap section.content {
	position: relative;
	width: 570px;
	float: left;
	padding: 30px;
	min-height: 1100px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 2px 2px 4px #black;
	-webkit-box-shadow: 3px 2px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 4px #black;
	z-index: 2;
}

section.content_wrap section article section {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 20px 0;
}

section.content_wrap section article section p {
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 1.5em;
	text-align:justify;
}

section.content_wrap section article section p, section.content_wrap section article section ol, section.content_wrap section article section ul {
	text-align:justify;
}

section.content_wrap section article header h1 {
	margin-bottom: 20px;
}

section.content_wrap section article header h1 a {
	font-size: 3em;
	text-decoration: none;
	color: #606f63;
	letter-spacing: -1px;
	
}

section.content_wrap section article header h1 a img {
	margin-right: 5px;
}

section.content_wrap section article header h1 a:hover {
	color: #478843;
}

section.content article header.article .postmetadata {
	padding: 4px;
	background: #f0f0f0;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	line-height: 1.5em;
	margin-top: 5px;
	}
	

header.article span.time {
	float: left;
	padding-left: 13px;
	padding-right: 5px;
	background: url(images/time.gif) 0% 2px no-repeat;
	width: 400px;
	display: block;
}

header.article span.comments {
	float: right;
	padding-left: 12px;
	background: url(images/comments.gif) no-repeat 0 45%;
}

header.article .postmetadata a {
	background: #f0f0f0;
}

header.article .postmetadata a:hover {
	background: #ccc;
	color: #555;
	display: inline;
}

header.article span.tags {
	padding-left: 13px;
	background: url(images/tags.gif) no-repeat 0% 2px;
}

/* legendes */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignright, img.alignleft, article section img {
	border: 1px solid #ddd;
	padding: 4px;
	margin: 10px 10px 10px 0;
	background-color: #f3f3f3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 10px 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 5px;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-align: center;
}

/* —————– fin legendes—————–*/

/* sidebar */

section.content_wrap aside {
	width: 290px;
	float: right;
	color: rgba(255,254,255,0.26);
	margin-top: 25px;
	padding: 0 20px 20px 20px;
	background: rgba(255,255,255,0.2);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}

section.content_wrap aside ul li ul {
	padding-top: 20px;
	font-size: 1.3em;
	line-height: 1.6em;
	background: url(images/separation_aside.png) top no-repeat;
}

section.content_wrap aside ul li ul li a {
	color: #e5e5e5;
}

section.content_wrap aside ul li ul li a:hover {
	color: #00fd00;
}


section.content_wrap aside ul li h2 {
	font-family: "Museo";
	color: #e5e5e5;
	font-size: 3em;
	text-shadow: 0px 1px 0px black;
	-webkit-text-shadow: 0px 1px 0px black;
	-moz-text-shadow: 0px 1px 0px black;
	background: url(images/alien_aside.png) 0% 40% no-repeat;
	padding: 0 0 10px 25px;
	margin-top: 25px;
}

section.content_wrap aside ul li p {
	padding-top: 10px;
	color: #e5e5e5;
	font-size: 1.3em;
	line-height: 1.4em;
	background: url(images/separation_aside.png) top no-repeat;
}

/* footer */

section.content_wrap footer.credits {
	width: 570px;
	clear: both;
	padding: 10px 30px;
	margin-bottom: 30px;
	color: #e5e5e5;
}

section.content_wrap footer.credits .copyright {
	float: left;
}

/* commentaires */


.comments ol {
	padding: 0;
}

ol.commentlist {
	padding: 0;
}

.comments ol li {
	list-style-type: none;
	padding: 20px;
	background: #eceae7;
	margin-bottom: 20px;
}

ol.commentlist li {
	list-style-type: none;
	padding: 20px;
	background: #f0f0f0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
	-moz-box-shadow: inset 1px 1px 1px #ccc;
	-webkit-box-shadow: inset 1px 1px 1px #ccc, 0px 1px 1px white;
	box-shadow: inset 1px 1px 1px #ccc;
}

.comments ol li .comment_author_name {
	overflow: hidden;
	color: #376070;
	font-family: georgia, serif;
}

.comment_info cite, .comment_info cite a {
	overflow: hidden;
	text-decoration: none;
	font-size: 14px;
}

.comment_info cite a:hover {
	color: #555;
}

.comment_info em {
	color: #660066;
	margin-left: 10px;
	}

.comment-author {

}

.comment-author cite {
	overflow: hidden;
	color: #376070;
	font-family: georgia, serif;
}

.comments ol li .comment_metadata a {
	overflow: hidden;
	color: #7a7671;
	font-size: 0.8em;
	font-family: georgia, serif;
	text-decoration: none;
}


.comments ol li img {
	border: 3px solid #c6c1bb;
	float: left;
	margin-right: 20px;
}

img.avatar {
	border: 3px solid #ccc;
	float: left;
	margin-right: 10px;
	-moz-box-shadow: 0px 1px 1px white;
	-webkit-box-shadow: 0px 1px 1px white;
	box-shadow: 0px 1px 1px white;
}

.comments ol li .comment {
	clear: both;
	margin-left: 76px;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.9em;
	color: #696561;
}

ol.commentlist li .comment {
	font-size: 1.2em;
	margin-top: 10px;
	color: #696561;
	line-height: 1.4em;
	margin-left: 66px;
}

#commentform {
	margin: 20px 40px 0 0px;
	padding-bottom: 40px;
}

#commentform p {
	margin-bottom: 5px;
}

#commentform p input#author, #commentform p input#email, #commentform p input#url  {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	height: 25px;
	width: 250px;
	font-size: 1em;
	padding-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#commentform p textarea#comment {
	border: 1px solid #ccc;
	font-size: 1em;
	width: 100%;
	color: #7a7671;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#commentform p label small {
	display: block;
	margin-bottom: 10px;
}

.comments #trackbacks ol li a.url {
	font-family: georgia;
	font-size: 1.2em;
	color: #7a7671;
	text-decoration: none;
}

article h3#comments, h3#respond {
	font-size: 2.5em;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #606f63;
}

.comment_metadata a {
	text-decoration: none;
	color: #999;
	margin-top: 5px;
	display: block;
}

#commentform p input#submit {
	margin-top: 10px;
}


/* pages archives, catégories, etc. */

.archive .content h2.pagetitle, .search .content h2.pagetitle {
	font-family: "MuseoSans";
	font-size: 2em;
	text-decoration: none;
	margin-bottom: 30px;
	color: #478843;
	letter-spacing: -1px;
}

.search-no-results .content h2 {
	font-family: "MuseoSans";
	font-size: 2em;
	text-decoration: none;
	margin-bottom: 10px;
	color: #478843;
	letter-spacing: -1px;
}

.search-no-results .content p {
	font-size: 1.5em;
	margin-bottom: 20px;
}

.search-no-results .content form#search {
	width: 300px;
	background: rgba(178,178,178,0.3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(4,27,39,0.3);
	-moz-box-shadow: inset 1px 1px 5px rgba(4,27,39,0.5);
	-box-shadow: inset 1px 1px 5px rgba(4,27,39,0.5);
}

.search-no-results .content form#search input#search-text {
	color: #919191;
}


/* page 404 */

.error404 section {
	width: 960px;
	margin: 100px auto 0;
}

.error404 section h2 {
	font-family: "Metroscript";
	font-size: 8em;
	text-align: center;
	color: white;
	text-shadow: 0px 2px 0px black;
	-webkit-text-shadow: 0px 2px 0px black;
	-moz-text-shadow: 0px 2px 0px black;
}

.error404 section h2 a {
	text-decoration: none;
	color: white;
}

.error404 section p {
	font-family: "spacemace";
	margin-top: 20px;
	text-align: center;
	font-size: 2em;
	color: white;
	text-shadow: 0px 1px 0px black;
	-webkit-text-shadow: 0px 1px 0px black;
	-moz-text-shadow: 0px 1px 0px black;
}

.error404 section form#search {
	margin: 30px auto 0;
	width: 400px;
	
}

.error404 section #space_invaders {
	margin: 50px auto;
	width: 700px;
	height: 500px;
	background: url(images/space_invaders.png) top no-repeat;
}