/*
Theme Name: Kite'Animation
Theme URI: http://www.kiteanimation.com
Description: Kite'Animation WordPress theme
Version: 1.0
Author: Yann Schmidt
Author URI: http://www.kiteanimation.com/author
*/

/* RESET
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-size:8pt;
	font-family:Verdana;
	background-color:#e7ebf2!important;
    background:url('images/header_bg.png') repeat-x;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.displaynone {
	display:none;
}

.no-margin {
	margin:0!important;
}

.clear {
	clear:both;
}

::-webkit-input-placeholder  { font-style:italic; color:#aaaaaa; }
input:-moz-placeholder { font-style:italic; color:#aaaaaa; }

.align-left {
	float:left;
	clear: left;
}
.align-right {
	float:right;
	clear: right;
}
.corner-left{
	background-image: url('images/corner-left.png');
    background-repeat: no-repeat;
    display: block;
    height: 15px;
	left: 478px; /* relative : 464px */
    position: absolute;
    top: 15px; /* relative : 0 */
    width: 18px;
}		
.corner-right{
    background-image: url('images/corner-right.png');
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    left: -18px; /* relative : -33px */
    position: absolute;
    top: 40px; /* relative : 30px */
    width: 18px;
}
.corner-right-up{
    background-image: url('images/corner-right.png');
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    left: -18px; /* relative : -33px */
    position: absolute;
    top: 15px; /* relative : 30px */
    width: 18px;
}

/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.corner-left{
		left: 479px; /* relative : 464px */
	}		
	.corner-right{
		left: -17px; /* relative : -33px */
	}
	.corner-right-up{
		left: -17px; /* relative : -33px */
		top: 15px; /* relative : 30px */
	}
}

.relative {
	position:relative!important;
}
.no-border {
	border:none!important;
}

/* Theme Colors
----------------------------------------------- */
.black { color:#000; }
.white { color:#fff; }
.pink { color:#f38cba; }


/* Links
----------------------------------------------- */
a {
	color: #3B5998;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color:#f38cba;
}


/* HEADER
----------------------------------------------- */
#upper_header {
	background: url('images/header_logo_bg.jpg') no-repeat;
	height:79px;
	width:1020px; /* For the background to be well displayed. The site it-self is 990px */
	margin:0 auto;
	text-align:center;
}
#upper_header_container {
	height:85px;
	width:990px;
	margin:0 auto;
	text-align:center;
}
#logo {
	background: url('images/header_logo.png') no-repeat;
	width:449px;
	height:71px;
	margin:0 0 0 130px;
	float:left;
	padding:0;
}
#logo span {
	display:none;
}
#searchbox {
	float:right;
	margin:25px 0 0 0;
	padding:0;
	text-align:center;
	position: relative;
}
#searchbox form {
	display:inline-block;
}
#searchbox label {
	display:none;
}
#searchbox #s {
	width: 380px;
	height:18px;
	background: #fff;
	font-weight:normal;
	padding:3px 0 3px 3px ;
	margin:0;
	border:none;
	font-size:12px;
	text-align:left;
}
#searchbox #searchsubmit {
	display:block;
	position: absolute;
	right: 0pt;
	top: 0pt;
	cursor: pointer;
	margin:3px 4px 3px 4px;
	height:17px;
	border-left:solid #d2d2d2 1px;
	border-top:none;
	border-right:none;
	border-bottom:none;
	width:19px;
	background-color: #ffffff;
	outline:none;
	background:transparent url('icons/modified/magnifier-medium-left.png') left center no-repeat;
	text-indent:-9999px;
}

header div#infos {
	width:990px;
	margin:0 auto 30px auto;
	clear:both;
}

#lower_header {
	clear:both;
	margin:15px 0 0 0;
	padding:0;
	height:20px;
	background-color:#d6dbe4;
}
#lower_header_container {
	width:990px;
	margin:0 auto;
}

nav#menu {
	text-align:center;
}
nav#menu ul {
    font-family: Verdana;
    font-size:10px;
	font-weight:bold;
	padding-top:5px;
	margin:0 auto;
}
nav#menu ul li {
    display:block;
	float:left;
    padding-left:30px;
    font-family:Verdana;
    text-transform:uppercase;
}
nav#menu ul li:first-child {
	padding-left:0;
}
nav#menu ul li a, nav#menu ul li a:visited {
    color:#7e8186;
	text-decoration:none;
}
nav#menu ul li a:hover {
    color:#000;
	text-decoration:none;
}
nav#menu ul li.current-menu-item a, nav#menu ul li.current-page-item a {
	color:#fff;
	font-size:13px;
	padding:6px 10px;
    background:#000;
    font-weight:bold;
	-o-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* =Content
----------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
	padding:0;
	margin:40px auto 20px auto;
	width:1010px;
	position:relative;
}

#content {
	width:770px; /* 770px */
	float:left;
	margin-left:10px;
	margin-top:5px;
}
#content-wild {
	width:990px;
	float:left;
	margin:5px 10px 0 10px;
}

.timeline { /* Add the timeline bar on the background */
	background-image: url('images/bg-timeline.jpg');
	background-repeat: repeat-y;
	background-position: 50% 50%;
}
.timeline-end {
	background-color:#E7EBF2;
	margin:0 auto;
	width:50px;
	height:50px;
}
h1.page-title {
	color:#6e83a7;
	font-weight:bold;
	font-size:30px;
	margin-bottom:10px;
	text-transform: uppercase;
	border:none;
	font-family:Verdana;
	padding-left:0;
}

.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

article { /* For all articles, can be change for specific article */
	background-color:#FFF;
	border:1px solid #cfd3d9;
	border-bottom:2px solid #cfd3d9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:15px 15px 10px 15px;
	margin-bottom:30px;
}
article.nobg { 
	background:transparent;
	border:none;
	padding:0;
	margin-bottom:0;
}
article.timeline-size, section.timeline-size {
	width:449px;
}
section.article-background {
	background-color:#FFF;
	border:1px solid #cfd3d9;
	border-bottom:2px solid #cfd3d9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:15px 15px 10px 15px;
	margin-bottom:30px;
}
section.article-background h1, article.spec h1 {
	line-height:24px;
	padding-left:35px;
	padding-bottom:5px;
	margin-bottom:10px;
	font-family:Georgia;
	border-bottom:1px solid #9daccb;
}
section h1 {
	line-height:24px;
	padding-left:35px;
	padding-bottom:5px;
	margin-bottom:10px;
	font-family:Georgia;
	border-bottom:1px solid #9daccb;
}
section h1.right {
	line-height:24px;
	padding-right:35px;
	padding-bottom:5px;
	margin-bottom:10px;
	font-family:Georgia;
	border-bottom:1px solid #9daccb;
}
article.single { /* For all articles, can be change for specific article */
	margin-bottom:10px;
}
article footer {
	margin:5px 0 0 0;
	padding:0;
}
article.single #author { 
	width:100%;
	border-top: 1px solid #C4CDDF;
	clear: both;
	margin-top:5px;
	padding:10px 0;
}
article.single #author #author-avatar { 
	border: 1px solid #d6dce9;
	float: left;
	height: 60px;
	margin: 0 10px 0 0;
	padding:0;
}
article.single #author #entry-infos-post { 
	font-size: 11px;
	font-family:Georgia, Verdana;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	padding:0 12px;
}
article.single #author #entry-infos-post ul { 
	list-style-type:none;
	height:60px;
	margin:0;
	padding:0;
}
article.single #author #entry-infos-post li.username {
	line-height:18px;
	font-size:18px;
	font-weight:bold;
	padding-bottom:6px;
}
article.single #author #entry-infos-post li.numberlecture {
	color:#969696;
	font-style:italic;
	padding-bottom:2px;
}
article.single #author #entry-infos-post li.tags {
	line-height:16px;
}
article.single #author #entry-infos-post li.tags span.icon {
	display:inline-block;
	vertical-align:top;
	width:16px;
	height:16px;
	padding-right:3px;
}
article.single #author h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
article.single #langagues_post {
	clear: both;
	padding:5px;
	background-color:#f9f9f9;
}
article footer a:hover, article footer a:active {
	text-decoration:none;
	color:#8199cb;
}

.entry-header .comments-link .leave-reply {
	visibility: hidden;
}


/* =Column
----------------------------------------------- */
.column-left {
	width:49%;
	float:left;
}
.column-right {
	width:49%;
	float:right;
}

/* =Home
----------------------------------------------- */
article.home {
	position:relative;
}
article.home header #author-avatar {
	position:absolute;
	background-color:#FFF;
	border:1px solid #cfd3d9;
	border-bottom:2px solid #cfd3d9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:5px;
	left:50px;
	top:285px;
	z-index:9999;
}
article.home header #slider_emplacement {
	border-bottom:1px solid #b2b2b2;
	width:958px!important;
	height:350px!important;
	overflow:hidden!important;
}
article.home header #slider .nivo-caption p {
	text-align:right!important;
	font-size:22px;
	padding:15px 30px;
	line-height:20px;
}
article.home header #slider .nivo-caption p span {
	font-size:16px;
	color:#666666;
	font-style:italic;
}
article.home div.entry-content {
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	height:95px;
	margin:0;
}
article.home div.entry-content #author-infos {
	float:left;
	font-family:Verdana;
	padding:10px 0 0 200px;
	margin:0;
}
article.home div.entry-content #author-infos h3 {
	font-size:22px;
	margin-bottom:0!important;
	font-weight:bold;
}
article.home div.entry-content #author-infos p {
	font-size:15px;
	font-style:italic;
	color:#777777;
	padding-top:5px;
}
article.home div.entry-content #social {
	float:right;
	padding:10px 10px 0 0;
	margin:0;
}
article.home div.entry-content #social h3 {
	float:left;
	color:#888888;
	font-style:italic;
	font-size:14px;
}
article.home div.entry-content #social div {
	display:inline-block;
	width:70px;
	text-align:center;
}
article.home div.entry-content #social div img {
	margin-bottom:10px;
}
article.home div.entry-content #social div p {
	font-family:Georgia;
	font-size:15px;
	margin:0;
}
article.home footer {
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	margin:0 0 5px 0;
}
article.home footer #bg {
	background-color:#eaecf8;
	height:76px;
}
article.home #under_bg {
	height:20px;
}
article.home footer #left {
	/*background-color:green;*/
	float:left;
	width:430px;
}
article.home footer #left ul {
	list-style-type:none;
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
	height:71px;
}
article.home footer #left ul li {
	line-height:16px;
	padding:0 0 0 20px;
	margin-left:5px;
}
article.home footer #left ul li.work {
	background:url('icons/16/briefcase-small.png') 0 1px no-repeat;
}
article.home footer #left ul li.study {
	background:url('icons/16/light-bulb-small.png') 0 1px no-repeat;
}
article.home footer #left ul li.lives {
	background:url('icons/16/home-small.png') 0 1px no-repeat;
}
article.home footer #left ul li.languages {
	background:url('icons/16/globe-small-green.png') 0 1px no-repeat;
}
article.home footer #left p {
	margin:0 0 0 37px;
	font-size:10px;
	line-height:12px;
}

article.home footer #right {
	float:right;
	margin-right:40px;
	position:relative;
}
article.home footer #right #title {
	color:#8495e7;
	font-size:18px;
	width:100%;
	height:13px;
	position:absolute;
	left:7px;
	top:-21px;
}
article.home footer #right #title #cont {
	position:relative;
}
article.home footer #right #title p {
	position:absolute;
	background-color:#fff;
	left:0;
	top:0;
	padding-right:6px;
	width:auto;
	z-index:2;
}
article.home footer #right #title .color_bg {
	background-color:#8495e7;
	height:3px;
	position:absolute;
	left:1px;
	top:13px;
	width:467px; /* 467px */
	z-index:1;
}
article.home footer #right .bg {
	padding:0 8px;
	background-color:#fff;
	height:100px;
}
article.home footer #right .post {
	display:inline-block;
	margin-right:5px;
	width:110px!important;
}
article.home footer #right .post.last {
	margin-right:0;
}
article.home footer #right .post .img {
	width:110px;
	height:76px;
	background-color:#c9c9c9;
	margin-bottom:5px;
}
article.home footer #right .post p {
	font-size:10px;
	line-height:12px;
}


/* =Quote Home */
#home_quote {
	padding:20px 10px;
	margin:10px 0;
	background-color:#E7EBF2;
}
#home_quote .quotescollection_randomquote {
	margin:0 auto;
	padding:10px 0;
	text-align:center;
}
#home_quote p {
	font-family:Georgia;
	font-size:20px;
	font-style:italic;
	margin-bottom:0;
}
#home_quote p q {
	background:url('images/home_quote.png') 0 0 no-repeat;
	padding:15px 0 0 30px;
}
#home_quote p cite {
	color:#969696;
	font-size:12px;
	margin:5px auto;
	float:none;
	width:400px;
	text-align:right;
}
#home_quote p span.quotescollection_author {
	font-style:italic;
}









/* =No Results
----------------------------------------------- */
.no-results p {
	color:#c2c2c2;
	font-size:22px;
	text-align:center;
	line-height:24px;
	margin-bottom:20px;
}
.no-results #searchform {
	margin:10px auto;
	width:770px;
	position:relative;
}
.no-results {
	text-align:center;
}
.no-results form {
	display:inline-block;
}
.no-results label {
	display:none;
}
.no-results #s {
	width: 495px;
	height:18px;
	background: #fff;
	font-weight:normal;
	padding:3px 0 3px 3px ;
	margin:0;
	border:none;
	font-size:12px;
	text-align:left;
	border:1px solid #d2d2d2;
}
.no-results #searchsubmit {
	display:block;
	position: absolute;
	right: 105pt;
	top: 1pt;
	cursor: pointer;
	margin:3px 4px 3px 4px;
	height:17px;
	border-left:solid #d2d2d2 1px;
	border-top:none;
	border-right:none;
	border-bottom:none;
	width:19px;
	background-color: #ffffff;
	outline:none;
	background:transparent url('icons/modified/magnifier-medium-left.png') left center no-repeat;
	text-indent:-9999px;
}


/* =Content
----------------------------------------------- */

/* Text elements */
p {
	margin-bottom: 2em;
	line-height:16px;
}
p.no-margin a {
	text-decoration:none;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: circle;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.entry-content a {
	text-decoration:underline;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fff;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
	padding-top:5px;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
.entry-content h2 {
	font-size:18px;
	border-left:4px solid #3B5998;
	padding:2px 0 2px 10px;
	margin-bottom:25px;
	font-family:Georgia, Verdana;
	margin-top:15px;
	display:block;
	font-weight:bold;
	width:auto;
}
.entry-content h3 {
	font-size:13px;
	margin-bottom:15px;
	font-family:Verdana;
	font-weight:bold;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
}


/* =Defaut
----------------------------------------------- */
.format-standard {
	position:relative;
}
.format-standard header {
	width:770px;
	min-height:155px;
}
.format-standard header.no-thumb {
	min-height:81px;
}
.format-standard header div.post-thumb {
	position:absolute;
	width:770px;
	height:170px;
	top:0;
	left:0;
	z-index:1;
}
.format-standard header div.post-thumb.no-thumb {
	background:url('images/post_standard_no_thumb.jpg') no-repeat;
	top:-1px;
	height:96px!important;
	left:-1px;
}
.format-standard header div.post-thumb.no-thumb p {
	text-align:right;
	padding:35px 80px 0 0;
	font-style:italic;
	line-height:12px;
	font-weight:700;
	font-size:16px;
	color:#cacaca;
}
.format-standard header div.post-thumb.no-thumb p span {
	font-weight:normal;
	font-size:11px;
	color:#bbbbbb;
}
.format-standard .entry-title-box .entry-title {
	position:absolute;
	background-color:#000;
	font-family:Verdana;
	left:-10px;
	top:32px;
	line-height:20px;
	font-weight:600;
	font-size:18px;
	padding:5px 8px 6px 8px;
	z-index:3;
	color:#FFF;
	border:none;
}
.format-standard .entry-title-box .title_corner {
	position:absolute;
	background:url('images/title_corner.png');
	left:-10px;
	top:63px;
	width:10px;
	height:10px;
	z-index:3;
}
.format-standard .entry-title-box .entry-title a {
	color:#fff;
}
.format-standard .entry-title-box .entry-title a:hover {
	color:#fff;
}

.format-standard .entry-meta {
	text-align:left;
	font-style:italic;
}
.format-standard .entry-meta span.comments-link {
	float:right;
	font-style:italic;
}
.format-standard div.entry-meta {
	margin:9px 0 0 0;
	padding-bottom:7px;
	border-bottom:1px solid #d6dce9;
}
.format-standard div.margin-bottom {
	margin-bottom:15px;
}
.format-standard div.entry-meta-sub {
	font-size:10px;
	line-height:14px;
	height:25px;
	padding:2px 0 0 22px;
	background:url('icons/16/tag-small.png') 0 2px no-repeat;
}
.format-standard div.entry-meta-sub span.comments-link {
	float:right;
	font-style:italic;
}


/* =Aside
----------------------------------------------- */
.format-aside .entry-title,
.format-aside .entry-header .comments-link,
.format-aside .entry-format {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
	margin-bottom:20px;
}
.format-aside .entry-content .entry-content-icon {
	padding-left:38px;
	margin-right:15px;
	min-height:24px;
}
.format-aside .entry-content .entry-content-icon .text {
	border-left:1px solid #bcc5d7;
	padding-left:15px;
}
.format-aside.category-news .entry-content .entry-content-icon,
.format-aside.category-website-news .entry-content .entry-content-icon {
	background: url('icons/24/newspaper.png') 0 0 no-repeat;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}
.format-aside .entry-content p {
	margin:0 0 10px 0;
	padding:0;
	line-height:14px;
}
.format-aside footer.entry-meta {
	text-align:left;
	font-style:italic;
}
.format-aside footer.entry-meta span.comments-link {
	float:right;
	font-style:italic;
}


/* =Image
----------------------------------------------- */
.format-image .entry-format, .format-image header .entry-title {
	display: none;
}
.format-image h2.entry-title {
	font-size:2em;
	margin-bottom:20px;
}
.format-image .entry-content {
	padding: 0;
	margin-bottom:20px;
}
.format-image footer.entry-meta {
	text-align:left;
	font-style:italic;
}
.format-image footer.entry-meta span.comments-link {
	float:right;
	font-style:italic;
}

/* =Link
----------------------------------------------- */
.format-link .entry-title,
.format-link .entry-header .comments-link,
.format-link .entry-format{
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
	margin-bottom:20px;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}
.format-link .entry-content .entry-content-icon {
	padding-left:38px;
	margin-right:15px;
	min-height:24px;
}
.format-link .entry-content .entry-content-icon .text {
	border-left:1px solid #bcc5d7;
	padding-left:15px;
	font-size:14px;
}
.format-link.category-link .entry-content .entry-content-icon {
	background: url('icons/24/globe-green.png') 0 0 no-repeat;
}
.format-link footer.entry-meta {
	text-align:left;
	font-style:italic;
}
.format-link footer.entry-meta span.comments-link {
	float:right;
	font-style:italic;
}


/* =Video
----------------------------------------------- */
article.format-video { /* For all articles, can be change for specific article */
	background-color:#000;
}

.format-video .entry-format, .format-video header .entry-title {
	display: none;
}
.format-video h2.entry-title {
	font-size:2em;
	margin-bottom:20px;
	color:#d2d2d2;
}
.format-video .entry-content {
	padding: 0;
	margin-bottom:20px;
	color:#d2d2d2;
}
.format-video .vvqvimeo {
	margin-bottom:30px;
}
.format-video footer.entry-meta {
	text-align:left;
	font-style:italic;
	color:#fff;
}
.format-video footer.entry-meta span.comments-link {
	float:right;
	font-style:italic;
}
.format-video a {
	color: #8199cb!important;
	text-decoration: none;
}
.format-video a:focus,
.format-video a:active,
.format-video a:hover {
	text-decoration: none;
	color:#3B5998!important;
}



/* =Audio
----------------------------------------------- */
.format-audio{
	position:relative;
	margin-bottom:40px;
}
.format-audio .entry-format, .format-audio header .entry-title {
	display: none;
}
.format-audio div.entry-meta {
	text-align:left;
	font-style:italic;
	padding-bottom:1px;
	clear:both;
}
.format-audio div.entry-meta span.comments-link {
	float:right;
	font-style:italic;
}
.format-audio footer.entry-content p.audioplayer_container {
	position:absolute;
	width:100%;
	left:0;
}
.format-audio .entry-inside {
	
}
.format-audio .entry-inside .audio_img {
	margin:0 20px 10px 0;
	float:left;
	position:relative;
	background: url('images/vinyl_large.png') 0 0 no-repeat;
	width:204px;
	height:176px;
}
.format-audio .entry-inside .audio_img .vinyl_top {
	position:absolute;
	background: url('images/vinyl_large_top.png') no-repeat;
	width:204px;
	height:176px;
	z-index:3;
}
.format-audio .entry-inside .audio_img a {
	display:block;
	position:relative;
	width:150px;
	height:150px;
	z-index:2;
}
.format-audio .entry-inside .audio_img a img {
	position:absolute;
	width:150px;
	height:150px;
	left:15px;
	top:11px;
	z-index:2;
}
.format-audio .entry-inside .audio_info {
	float:left;
	margin:15px 0 0 0;
}
.format-audio .entry-inside .audio_info h2 {
	font-size:18px;
	margin-top:60px;
}

/* =Sidebar
----------------------------------------------- */
#sidebar {
	width:200px;
	margin:0 0 0 20px;
	padding:0;
	float:right;
}
#sidebar ul {
	list-style-type:none;
}

/* =Widgets
----------------------------------------------- */
.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul ul li {
	border:none;
}
.widget ul ul li:hover {
	border:none;
}
.widget ul li {
	border-left: 4px solid #C8D1E2;
    float: none !important;
    margin: 2px;
	display:block;
	line-height:20px;
    padding-left: 5px;
	list-style: none outside none;
	color: #969696;
    font-size: 11px;
}
.widget ul li:hover {
	border-left: 4px solid #627AAD;
    float: none !important;
    margin: 2px;
    padding-left: 5px;
}
.widget ul li a {
	color: #94A0C1;
    font-size: 11px;
}
.widget ol {
	font-size: 15px;
	margin: 0;
}
.widget ol li {
    line-height:16px;
    font-size: 11px;
	color: #969696;
	list-style-position:outside;
}
.widget ol li:hover {
	color: #627AAD;
}
.widget a {
	text-decoration: none;
	color: #94A0C1;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: none;
	color: #627AAD;
}


/* =Footer
----------------------------------------------- */
footer {
	margin:20px 0 20px 0;
	clear:both;
}
#upper_footer {
	
}
#lower_footer {
	background-color:#d6dbe4;
	height:30px;
}
#lower_footer div.wrapper {
	width:990px;
	margin:0 auto;
}
#lower_footer div.left {
	float:left;
	line-height:30px;
	font-size:10px;
}
#lower_footer div.left li {
	display:inline;
	clear:left;
}
#lower_footer div.right {
	float:right;
	line-height:30px;
	font-size:10px;
}
#lower_footer span.slash, #upper_footer span.slash {
	color:#949598;
}
#lower_footer span.separator, #upper_footer span.separator {
	font-weight:bold;
	padding:0 10px 0 15px;
}
#lower_footer p {
	margin:0;
	padding:0;
	line-height:30px;
}
#lower_footer p a, #upper_footer p a {
	color:#3b5998;
	text-decoration:none;
	padding:2px 4px;
}
#lower_footer p a:hover, #upper_footer p a:hover {
	color:#3b5998;
	text-decoration:underline;
}

/* Languages*/
#header_language_flags {
	text-align: right;
	float:right;
}
#header_language_flags ul{
	margin:0;
	padding:0;
}
#header_language_flags ul li img{
	margin:0;
	vertical-align:middle;
}
#header_language_flags ul li{
	display:inline;
	margin:0 0 0 10px;
	padding:0;
	line-height:16px;
}
#header_language_flags ul li span.icl_lang_sel_current, #header_language_flags ul li span.icl_lang_sel_native {
	display:none;
}
#header_language_flags ul li span.icl_lang_sel_translated {
	display:none;
}
#header_language_flags ul li a, #footer_language_list ul li a:visited{
	color: #919191;
	text-decoration:none;
}
#header_language_flags ul li a:hover, #footer_language_list ul li a:active {
	color: #000;
}

/* Chronological =Archives
----------------------------------------------- */
.chrono-archives {
	background:transparent!important;
	border:none!important;
	margin:0 0 20px 0;
	padding:0;
}
.chrono-archives table {
	border:none;
	margin:0;
	padding:0;
}
.chrono-archives table tr.year {
	margin:0;
	padding:0;
}
.chrono-archives table tr.year th {
	font-size:30px;
	text-align:center;
	font-family:Georgia;
	margin:0;
	padding:0;
	color:#323232;
}
.chrono-archives table tr.month th {
	text-align:center;
	font-family:Georgia;
	font-size:16px;
	margin:0;
	padding:10px 20px 3px 20px;
	color:#63676f;
}
.chrono-archives table tr.archive th {
	text-align:center;
	font-family:Georgia;
	margin:0;
	padding:3px 0;
	font-size:14px;
	color:#99a0ad;
}
.chrono-archives table tr.archive td {
	border:none;
	margin:0;
	padding:0;
	font-size:14px;
}
.chrono-archives table tr.archive td.icons-format {
	vertical-align:middle;
	width:16px;
	height:16px;
	padding-right:8px;
	border-right:1px solid #c4cddf;
}
.chrono-archives table tr.archive td.name {
	padding-left:8px;
}
.chrono-archives table tr.archive td a {
	color:#3B5998;
}
.chrono-archives table tr.archive td a:hover {
	color:#8199cb;
}


/* =DemoReel
----------------------------------------------- */
.demoreel-video {
	margin-bottom:10px;
}
section#hard-copy {
	border-top:1px dashed #c2c2c2;
	border-bottom:1px dashed #c2c2c2;
	padding:15px 10px;
	margin-bottom:20px;
}
section#hard-copy p {
	background:url('icons/24/blue-document-text-image.png') 0 0 no-repeat;
	line-height:24px;
	display:block!important;
	padding-left:32px;
	font-size:14px;
	margin:0;
}
section#breakdown {
	text-align:right;
}
section#breakdown h1 {
	float:right;
	background:url('icons/24/scissors-blue.png') right 0 no-repeat;
	width:280px;
	padding-left:0;
	text-align:right;
	margin-bottom:20px;
}
section#download {
	width:280px;
}
section#download h1 {
	background:url('icons/24/disk-black.png') 0 0 no-repeat;
	margin-bottom:0;
}
section#download p.small_subtitle {
	font-size:10px;
	color:#888888;
	margin-bottom:15px;
	padding:0;
}
.demoreel .part {
	margin-bottom:35px;
}
.demoreel .part h2 {
	font-family:Georgia;
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
}
.demoreel .part p {
	margin:0;
	color:#444444;
}
.demoreel .part p.provided {
	margin-top:10px;
	font-style:italic;
	font-size:10px;
}
.demoreel section#download .item {
	clear:both;
	min-height:80px;
	margin-bottom:20px;
}
.demoreel section#download .item .img {
	width:24px;
	margin-right:8px;
	float:left;
}
.demoreel section#download .item .text {
	float:left;
	border-left:1px solid #969696;
	padding-left:10px;
}
.demoreel section#download .item .text h2 {
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	font-family:Verdana;
}
.demoreel section#download .item .text p {
	margin:0;
	color:#444444;
}
.demoreel section#download .item .text p.dl {
	font-weight:bold;
	font-size:14px;
	margin-top:5px;
}


/* =CV
-------------------------------------------------------------- */
article.cv {
	position:relative;
}
article.cv header #author-avatar {
	position:absolute;
	background-color:#FFF;
	border:1px solid #cfd3d9;
	border-bottom:2px solid #cfd3d9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:5px;
	left:50px;
	top:140px;
	z-index:9999;
}
article.cv header #master-img {
	border-bottom:1px solid #b2b2b2;
	width:958px!important;
	height:200px!important;
	overflow:hidden!important;
}
article.cv div.entry-content {
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	height:95px;
	margin:0;
}
article.cv div.entry-content #author-infos {
	float:left;
	font-family:Verdana;
	padding:10px 0 0 200px;
	margin:0;
}
article.cv div.entry-content #author-infos h3 {
	font-size:22px;
	margin-bottom:0!important;
	font-weight:bold;
}
article.cv div.entry-content #author-infos p {
	font-size:15px;
	font-style:italic;
	color:#777777;
	padding-top:5px;
}
article.cv div.entry-content #objective {
	float:right;
	padding:5px 10px 0 0;
	margin:0;
	width:520px;
}
article.cv div.entry-content #objective h2 {
	border:none;
	font-size:16px;
	margin:0;
	padding:0;
	text-align:right;
	color:#444444;
}
article.cv div.entry-content #objective p {
	background:url('images/home_quote.png') 0 0 no-repeat;
	font-style:italic;
	margin:0;
	padding:12px 0 0 30px;
	font-size:10px;
	line-height:12px;
	color:#444444;
}
article.cv footer {
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	margin:0 0 5px 0;
}
article.cv footer #bg {
	background-color:#eaecf8;
	height:76px;
}
article.cv footer #aptitudes_bg {
	background-color:#eaecf8;
	height:25px;
	margin-top:10px;
}
article.cv footer #under_aptitudes_bg {
	height:135px;
	border-bottom:1px solid #d2d2d2;
}
article.cv footer .ichi {
	float:left;
	display:block;
	margin:0 30px 0 30px;
}
article.cv footer .ni {
	float:left;
	display:block;
	margin:0 30px 0 0;
}
article.cv footer .san {
	float:left;
	display:block;
}
article.cv footer #aptitudes_bg h2 {
	font-size:14px;
	line-height:25px;
	padding-left:5px;
}
article.cv footer #aptitudes_bg ul {
	list-style-type:none;
	margin:5px 0 0 0;
	padding-left:5px;
}
article.cv footer #aptitudes_bg ul li {
	padding:2px 0;
}
article.cv footer #left {
	float:left;
	width:430px;
}
article.cv footer #left ul {
	list-style-type:none;
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
	height:71px;
}
article.cv footer #left ul li {
	line-height:16px;
	padding:0 0 0 20px;
	margin-left:5px;
}
article.cv footer #left ul li.work {
	background:url('icons/16/briefcase-small.png') 0 1px no-repeat;
}
article.cv footer #left ul li.study {
	background:url('icons/16/light-bulb-small.png') 0 1px no-repeat;
}
article.cv footer #left ul li.lives {
	background:url('icons/16/home-small.png') 0 1px no-repeat;
}
article.cv footer #left ul li.languages {
	background:url('icons/16/globe-small-green.png') 0 1px no-repeat;
}
article.cv footer #left p {
	margin:0 0 0 37px;
	font-size:10px;
	line-height:12px;
}

article.cv footer #right {
	float:right;
	margin-right:40px;
	position:relative;
}
article.cv footer #right p {
	margin:25px 20px 0 0;
	background:url('icons/24/blue-document-text-image.png') 0 0 no-repeat;
	line-height:24px;
	padding-left:32px;
	font-size:14px;
}

#cv section h1 {
	line-height:14px;
	font-size:16px;
	margin-bottom:0;
}
#cv section h1 span {
	color:#969696;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	font-family:Georgia;
}
#cv section h1.work {
	background:url('icons/24/briefcase.png') 0 1px no-repeat;
}
#cv section h1.study {
	background:url('icons/24/hat.png') 0 1px no-repeat;
}
#cv section h1.animationmentor {
	background:url('icons/24/am.png') 0 1px no-repeat;
}
#cv section p.subtitle {
	text-align:right;
	margin:0 0 10px 0;
	font-style:italic;
	color:#444444;
}
#cv section ul {
	list-style-type:none;
	list-style-position:inside;
	margin:0 0 10px 0;
}
#cv section ul li {
	font-size:11px;
	line-height:14px;
}
#cv section ul li span {
	color:#969696;
}
#cv section ul {
	
}

#cv section#birth {
	clear:both;
	margin:0 auto!important;
	width:160px;
}
#cv section#birth h1.birth {
	background:url('icons/32/birthcake.png') 0 0 no-repeat;
	border:none;
	padding-left:42px;
	padding-top:3px;
}



/* =Next =Previous
-------------------------------------------------------------- */
#nav-single {
	color: #000;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	height:70px;
	margin-bottom:10px;
	margin-left:10px;
}
#nav-single a:link,
#nav-single a:visited {
	color: #3b5998;
	text-decoration: none;
	font-size:13px;
	display:table-cell;
	height:70px;
	width: 360px;
	vertical-align:middle;
}
#nav-single a:active,
#nav-single a:hover {
	color: #1d366b;
	background-color:#c8d1e0;
}
.nav-separation {
	height:70px;
	width:1px;
	float: left;
	margin:0 4px 0 0!important;
	padding:0!important;
	background-color:#c4cddf;
}
#nav-single span.meta-nav {
	font-size:14px;
	font-style:italic;
	color:#000;
	font-family:Georgia;
}
.nav-previous {
	display:block;
	float: left;
	height:70px;
	width: 49%;
	text-align: center;
}
.nav-next {
	display:block;
	float: right;
	text-align: center;
	height:70px;
	width: 49%;
}
#nav-above {
	margin:0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -16px 0 0 0;
}


/* =Related Posts (YARPP Plugin)
-------------------------------------------------------------- */
#related-posts {
	background-color:#FFF;
	border:1px solid #cfd3d9;
	border-bottom:2px solid #cfd3d9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:15px 15px 10px 15px;
	margin-bottom:20px;
}
#related-posts h3 {
	font-size:18px;
	border-bottom:1px solid #d6dce9;
	font-family:Georgia;
	color:#000;
	padding-bottom:3px;
	margin-bottom:15px;
}
#related-posts .norelatedposts {
	font-size:16px;
	padding-top:8px;
	text-align:center;
	color:#a0a0a0;
}
#related-posts ul {
	width:100%;
	margin:0;
	list-style-type:none;
}
#related-posts ul li {
	float:left;
	margin-right:51px;
	display:block;
	max-width:212px;
}
#related-posts ul li.last {
	float:left;
	margin-right:0;
}
#related-posts ul li a img {
	margin-bottom:10px;
}
#related-posts ul li a span.text {
	font-size:14px;
	font-family:Georgia;
}
#related-posts ul li a span.noimg {
	width:212px;
	height:143px;
	background:url('images/no_image_212x143.png') no-repeat;
	display:block;
}

/* =Pagination (Simple Pagination)
-------------------------------------------------------------- */
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}

div.pagination a, div.pagination span.pages, div.pagination span.dots {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #3B5998;
	text-decoration: none; /* no underline */
	color: #3B5998;
}
div.pagination a:hover, div.digg a:active {
	border: 1px solid #f38cba;
	color: #f38cba;
}
div.pagination span.current {
	padding: 4px 6px 4px 6px;
	margin: 2px;
	border: 1px solid #000;
	font-weight: bold;
	background-color: #000;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color:#dddddd;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
#comments-title {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	font-family:Georgia;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid #C4CDDF;
	font-style:italic;
}
#reply-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
#comments-title span.name {
	font-size:18px;
	font-weight: normal;
}
#comments-title span.add {
	font-size:14px;
}
#comments-title a {
	color:#3B5998;
	text-decoration:none;
}
#comments-title a:hover {
	color:#f38cba;
	text-decoration:none;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	line-height: 12px;
	margin: 0 0 10px 0;
	padding:0;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body-up-left.author { /*if blog author*/
	border-right:1px solid #40cae6;
}
#comments .comment-body.author { /*if blog author*/
	border:1px solid #40cae6;
	background-color:#f5faff;
}
#comments .comment-body-up-left  {
	float:left;
	width:19px;
	height:15px;
	border-right:1px solid #a5bcd9;
}
#comments .comment-body-up-right  {
	float:left;
	width:60px;
	height:15px;
}
#comments .comment-body  {
	background-color:#efefef;
	border:1px solid #a5bcd9;
	padding:8px 10px;
	font-size:11px;
	font-family:arial;
}
#comments .comment-body p {
	line-height:14px;
	margin-bottom:5px;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments ul.children {
	margin-left:30px;
	list-style-image:url('icons/16/arrow-curve-000-left.png');
}
#comments .comment-body cite {
	padding:0 0 0 15px;
	line-height:20px;
	background:url('icons/16/quotation.png') no-repeat 0 -5px;
}
#comments .comment-body p:last-child {
	margin-bottom: 0;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	float:left;
	height:40px;
	width:40px;
	margin-right:10px;
	border:1px solid #C4CDDF;
}
.comment-author {
	width:100%;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size:18px;
}
.comment-author .says {
	font-style: italic;
}
.commentlist ul.user-data {
	float:left;
	list-style-type:none;
	height:40px;
	margin:0;
	padding:0;
}
.commentlist ul.user-data li.comment-meta {
	padding:5px 0 0 0;
	margin:0;
}
.commentlist ul.user-data li.username {
	padding:6px 0 0 0;
	margin:0;
}
.commentlist ul.user-data li.username a {
	color: #3B5998;
	text-decoration: none;
}
.commentlist ul.user-data li.username a:hover{
	color: #f38cba;
	text-decoration: none;
}
.comment-meta {
	font-size: 10px;
	margin: 0 0 18px 0;
	color:#777777;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #3B5998;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #f38cba;
}
.reply {
	font-size: 11px;
	padding: 3px 0 10px 0;
	float:right;
}
.reply span {
	background:url('icons/16/arrow-curve-000-left.png') no-repeat;
	width:16px;
	height:16px;
}
.reply a {
	padding:0 0 0 20px;
}
.reply a,
a.comment-edit-link {
	color: #3B5998;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #f38cba;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword {
	display: none;
}
.nocomments {
	/*display: none;*/
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 10px 0 20px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
	padding:5px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Links
-------------------------------------------------------------- */
#links .linkcat  {
	list-style-type:none;
}
#links .linkcat h2 {
	color: #666;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
#links ul.xoxo.blogroll  {
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
#links ul.xoxo.blogroll li  {
	margin:0 13px 20px 0;
	padding:0;
	float: left;
	width:243px;
	height:55px;
}
#links ul.xoxo.blogroll li a {
	display:block;
	margin:0;
	padding:0;
	width:243px;
	height:55px;
	text-decoration:none;
	border-top:2px solid #C8D1E2;
}
#links ul.xoxo.blogroll li a:hover {
	margin:0;
	padding:0;
	text-decoration:none;
	border-top:2px solid #627AAD;
}
#links ul.xoxo.blogroll li a img {
	margin:0 10px 0 0;
	padding:0;
	width:55px;
	height:55px;
	float:left;
}
#links ul.xoxo.blogroll li p.name {
	margin:5px 0 5px 0;
	padding:0;
	font-size:14px;
	color:#000;
	font-weight:bold;
}
#links ul.xoxo.blogroll li p.description {
	margin:0;
	padding:0;
	color:#000;
	font-style:italic;
	color:#969696;
}

/* =Series (Plugin : OrganizeSeries)
-------------------------------------------------------------- */
.seriesmeta_excerpt {
	float:right;
	background-color: #000;
	font-size: 12px;
	height:45px;
	z-index:99;
	padding:0 12px;
	color:#fff;
	font-family:Georgia;
	text-align:center;
}
.seriesmeta_excerpt span.current {
	font-size:36px;
	font-weight:bold;
}
.seriesmeta_excerpt span.total {
	font-size:14px;
}

.seriesmeta {
	float:left;
	background-color: #000;
	font-size: 12px;
	z-index:130;
	padding:5px 0 5px 8px;
	color:#969696;
	font-family:Georgia;
	text-align:center;
}

.seriesmeta_container {
	position:absolute;
	right:0;
	top:0;
	z-index:150;
}

#series_nav_single {
	color: #eaecf0;
	line-height: 18px;
	overflow: hidden;
	font-family:Georgia;
}
#series_nav_single .nav-previous, #series_nav_single .nav-next {
	width: 360px;
	height:30px!important;
}
#series_nav_single .nav-previous {
	text-align:right;
}
#series_nav_single .nav-next {
	text-align:left;
}
#series_nav_single a:link,
#series_nav_single a:visited {
	color: #3b5998;
	text-decoration: none;
	font-size:14px;
}
#series_nav_single a:active,
#series_nav_single a:hover {
	color: #f38cba;
}

#series_nav_single span.meta-nav {
	font-size:14px;
	font-style:italic;
	color:#000;
	font-family:Georgia;
}


/* =Attachments (Plugin : Attachments)
-------------------------------------------------------------- */
h3.post-attachments {
	background: url('icons/16/disk-black.png') 0 6px no-repeat;
	padding-left:25px;
	color: #969696;
	border-bottom:1px solid #d2d2d2;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	width:200px;
	line-height: 2.3em;
	text-transform: uppercase;
	margin-bottom:0;
}
p.post-attachments.small_subtitle {
	font-size:10px;
	color:#969696;
	margin-bottom:15px;
	padding:0;
}
ul.post-attachments {
	list-style: none;
	margin-left: 0;
}
li.post-attachment {
	background: url('icons/16/blue-document.png') 0 2px no-repeat;
	padding-left: 24px;
	line-height:20px;
}
li.post-attachment span.more-infos {
	color:#aaaaaa;
	padding-left:8px;
	font-family:Georgia;
	letter-spacing: 0.1em;
}
li.post-attachment a {
	text-decoration:none;
}
.post-attachment.mime-applicationpdf {
	background: url('icons/16/blue-document-pdf.png') 0 2px no-repeat;
}
.post-attachment.mime-imagejpeg,
.post-attachment.mime-imagepng {
	background: url('icons/16/image.png') 0 2px no-repeat;
}
.post-attachment.mime-applicationx-shockwave-flash,
.post-attachment.mime-videox-flv {
	background-image: url('icons/16/blue-document-flash-movie.png');
}
.post-attachment.mime-applicationzip,
.post-attachment.mime-applicationx-rar-compressed,
.post-attachment.mime-applicationx-tar,
.post-attachment.mime-applicationx-stuffit,
.post-attachment.mime-applicationx-gzip {
	background-image: url('icons/16/blue-document-zipper.png');
}
.post-attachment.mime-videompeg,
.post-attachment.mime-videomp4,
.post-attachment.mime-videoquicktime {
	background-image: url('icons/16/clapperboard.png');
}
.post-attachment.mime-audiobasic,
.post-attachment.mime-audiomp4,
.post-attachment.mime-audiompeg,
.post-attachment.mime-audioogg,
.post-attachment.mime-audiovnd.wave,
.post-attachment.mime-audiox-ms-wma {
	background-image: url('icons/16/music.png');
}
.post-attachment.mime-textcmd,
.post-attachment.mime-textcss,
.post-attachment.mime-texthtml,
.post-attachment.mime-applicationjavascript,
.post-attachment.mime-textxml,
.post-attachment.mime-applicationjson {
	background-image: url('icons/16/blue-document-code.png');
}
.post-attachment.mime-applicationvnd.ms-excel,
.post-attachment.mime-applicationvnd.oasis.opendocument.spreadsheet {
	background: url('icons/16/blue-document-excel.png') 0 2px no-repeat;
}
.post-attachment.mime-applicationmsword,
.post-attachment.mime-applicationvnd.oasis.opendocument.text,
.post-attachment.mime-textplain {
	background: url('icons/16/blue-document-text.png') 0 2px no-repeat;
}

/* Last =Tweets
-------------------------------------------------------------- */
section#twitter h1 {
	background:url('icons/24/twitter.png') 0 0 no-repeat;
}
section#twitter aside {
	clear:both;
	padding-top:10px;
	border-top:1px solid #eeeeee;
}
section#twitter aside.first {
	clear:both;
	border:none;
	padding-top:0;
	padding-bottom:3px;
}
section#twitter aside p {
	line-height:14px;
	font-family:Arial;
}
section#twitter aside p span {
	float:right;
	font-family:Georgia;
	font-style:italic;
}

/* =Recent Posts
-------------------------------------------------------------- */
section.posts-list-thumb h1 {
	background:url('icons/24/calendar-month.png') 0 0 no-repeat;
}
section.posts-list-thumb article.nobg {
	float:left;
	display:block;
	width:212px;
	height:200px;
}
section.posts-list-thumb article.even {
	float:right;
}
section.posts-list-thumb article.nobg img {
	height:143px;
	width:212px;
	margin-bottom:5px;
}
section.posts-list-thumb article.nobg h2 {
	font-family:Georgia;
	margin-bottom:20px;
}



/* =404 (Error)
-------------------------------------------------------------- */
div.timeline-timejump { 
	background: url('images/bg-timeline-timejump.jpg') 50% 50% no-repeat;
	height:25px;
	padding:10px 0;
}
.timeline p.sentence {
	width:100%;
	clear:both;
	text-align:center;
	color:#a5b4d5;
	padding:10px 0;
	background-color:#e7ebf2;
	font-size:18px;
	line-height:24px;
}
.timeline p.sentence.end {
	margin-bottom:0;
}
#error-404 #pagetitle {
	width:100%;
	text-align:center;
	margin:20px 0;
	color:#a5b4d5;
	background-color:#e7ebf2;
}
#error-404 .sentence {
	width:100%;
	clear:both;
	text-align:center;
	color:#a5b4d5;
	padding:10px 0;
	background-color:#e7ebf2;
	font-size:18px;
	line-height:24px;
}
#error-404 #pagetitle h1 {
	font-size:100px;
}
#error-404 #pagetitle p {
	font-size:22px;
	margin-top:10px;
	padding-bottom:20px;
}
#error-404 section p {
	font-size:14px;
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
}
#error-404 section h1.no-border {
	margin:0;
}
section#recent-posts h1 {
	background:url('icons/24/calendar-month.png') 0 0 no-repeat;
}
section#most-popular-posts h1 {
	background:url('icons/24/star.png') 0 0 no-repeat;
}
#error-404 section#about-me h1 {
	background:url('icons/24/card-address.png') 0 0 no-repeat;
}
#error-404 section#socials h1 {
	background:url('icons/24/address-book-blue.png') 0 0 no-repeat;
}
#error-404 section#hire-me h1 {
	background:url('icons/24/user-business.png') 0 0 no-repeat;
}
#error-404 section#archives h1 {
	background:url('icons/24/box.png') 0 0 no-repeat;
}
#error-404 section#categories h1 {
	background:url('icons/24/book.png') 0 0 no-repeat;
}
#error-404 section#tags h1 {
	background:url('icons/24/tag.png') 0 0 no-repeat;
}
#error-404 section#tags div { 
	text-align:center;
}
#error-404 section#tags div a { 
	line-height:24px;
}

#error-404 section#categories ul {
	list-style-type:none;
	list-style-position:inside;
	margin:0;
	text-align:center;
}
#error-404 section#categories ul li {
	display:inline;
	padding-right:10px;
	line-height:18px;
	font-size:12px;
}

#error-404 section#most-popular-posts p {
	font-size:14px;
	text-align:center;
	margin:8px 0;
	color:#969696;
}

#error-404 section#about-me ul {
	list-style-type:none;
	list-style-position:inside;
	margin:0;
}
#error-404 section#about-me ul li {
	font-size:14px;
	padding:2px 0;
}


#error-404 section#socials h3 {
	float:left;
	color:#888888;
	font-style:italic;
	font-size:14px;
}
#error-404 section#socials div.rss {
	border-top:1px dashed #c2c2c2;
	padding-top:10px;
}
#error-404 section#socials div img {
	margin-bottom:10px;
}
#error-404 section#socials div p {
	font-family:Georgia;
	font-size:15px;
	margin:0;
}

#error-404 section#search {
	margin:0 auto;
	width:500px;
}
#searchbox_section {
	text-align:center;
	position: relative;
	padding:0;
	clear:both;
	margin:0;
}
#searchbox_section form {
	display:inline-block;
}
#searchbox_section label {
	display:none;
}
#searchbox_section #s {
	width: 495px;
	height:18px;
	background: #fff;
	font-weight:normal;
	padding:3px 0 3px 3px ;
	margin:0;
	border:none;
	font-size:12px;
	text-align:left;
	border:1px solid #d2d2d2;
}
#searchbox_section #searchsubmit {
	display:block;
	position: absolute;
	right: 3pt;
	top: 1pt;
	cursor: pointer;
	margin:3px 4px 3px 4px;
	height:17px;
	border-left:solid #d2d2d2 1px;
	border-top:none;
	border-right:none;
	border-bottom:none;
	width:19px;
	background-color: #ffffff;
	outline:none;
	background:transparent url('icons/modified/magnifier-medium-left.png') left center no-repeat;
	text-indent:-9999px;
}


/* =503 (Error)
-------------------------------------------------------------- */
#error-503 {
	text-align:center;
}
#error-503 h1 {
	font-size:30px;
	font-weight:bold;
	border-bottom:1px solid #9daccb;
	width:300px;
	padding-bottom:20px;
	margin:0 auto 20px auto;
}
#error-503 p.subtitle {
	font-size:16px;
	margin-bottom:30px;
}
#error-503 p {
	font-size:12px;
	margin-bottom:15px;
}
#error-503 p span.date {
	font-weight:bold;
	font-size:20px;
}


/* =Contact
-------------------------------------------------------------- */
#contact {
	
}
#contact #contact-form {
	float:left;
	width:49%;
}
#contact #contact-form .message {
	margin-bottom:30px;
	padding:15px 0;
	border-top:1px dashed #c2c2c2;
	border-bottom:1px dashed #c2c2c2;
}
#contact #contact-form label {
	font-size:14px;
	font-weight:bold;
}
#contact #contact-form label span {
	color:#888888;
	font-weight:normal;
	font-size:12px;
	font-style:italic;
}
#contact #contact-form .wpcf7-quiz-label {
	font-size:14px;
}
#contact #contact-form p.submit {
	border-top:1px solid #9daccb;
	padding-top:20px;
}

#contact #contact-infos {
	float:right;
	width:47%;
	border-left:1px dotted #9daccb;
	padding-left:20px;
}
#contact #contact-infos #map img {
	margin-bottom:20px;
}
#contact #contact-infos #socials {
	border-top:1px dashed #c2c2c2;
	padding-top:20px;
}
#contact #contact-infos {
	
}


/* =Glossary
-------------------------------------------------------------- */
#glossary .glossary-letter {
	font-weight:bold;
	font-size:18px;
	letter-spacing:4px;
	text-align:center;
	padding-bottom:15px!important;
}
#glossary .glossary-letter span.disabled-color {
	color:#d2d2d2;
}
#glossary .glossary-spacer {
	height:1px;
	width:80%;
	border-bottom:1px solid #bec8d9;
	margin:0 auto 25px auto;
}
#glossary h2 {
	font-weight:bold;
	font-size:24px;
	margin-bottom:10px;
	color:#8597b7;
}
#glossary .glossary-content table.glossary {
	margin:10px 0!important;
}
#glossary .glossary-content table.glossary tr {
	font-family:Georgia, Verdana;
}
#glossary .glossary-content table.glossary td.name {
	width:165px;
	font-family:Georgia, Verdana;
	font-size:14px;
	color:#3b5998;
	font-weight:bold;
	text-align:right;
	padding:0 15px 0 0;
	border-right:1px solid #d2d9e7;
}
#glossary .glossary-content table.glossary td.definition {
	font-size:13px;
	line-height:16px;
	padding:0 0 0 15px;
	color:#3a3a3a;
}
a.glossary {
	border-bottom:1px dotted #888888;
	text-decoration:none;
}
a.glossary:hover {
	border-bottom:1px dotted #888888;
	text-decoration:none;
}

/* =Contact
-------------------------------------------------------------- */
.about {
	margin-top:40px;
}
