@font-face {
	font-family: 'Lane-NarrowRegular';
	src: url('/fonts/LANENAR_-webfont.eot');
	src: local('☺'), url('/fonts/LANENAR_-webfont.woff') format('woff'), url('/fonts/LANENAR_-webfont.ttf') format('truetype'), url('/fonts/LANENAR_-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lane
{
	font-family: Lane-NarrowRegular, Helvetica, Arial, sans-serif;
}


	/* Maudit IE, faut toujours tout resetter... */
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/* Bon, la on peut commencer... */

html, body
{
	height: 100%;
}

body
{
font-family: Helvetica, Arial, Tahoma, sans-serif;
background:  #abb1ad url(/img/main_background.gif) top left repeat;
font-size: 14px;
}

h1, h2, h3, h4
{
	height: 100%;
}

h1
{
	font-size: 2em;
	display: block;
	line-height: 1em;
	margin:  1.0em 0 0.3em 0;
	font-family: Georgia, Time, serif;
	font-style: italic;
}

h1.big
{
	font-size: 2.5em;
	font-weight: bold;
}

a
{
	text-decoration: none;
	color: #1E72A3;
	outline: none;
}

a:hover
{
	text-decoration: underline;
}

.valignTop
{
	vertical-align: top;
}

.centered
{
	text-align: center;
}

.small
{
	font-size: 0.7em;
}

.bordered
{
	border: 1px solid #888;
}

.right-float, .right
{
	float: right;
}

.left-float, .left
{
	float: left;
}

img.left
{
	margin: 0 20px 20px 0;
}

img.right
{
	margin: 0 0 20px 20px;
}

.clear
{
	clear: both;
}

.center-clear
{
	text-align: center;
	clear: both;
}

.nofloatwrap
{
	overflow: hidden;
}

.imgpadding
{
	margin: 0 0 20px 20px;
}

td div.padding
{
	padding: 5px 5px 1.0em 5px;
}

.vtop
{
	vertical-align: top;
}

.vcenter
{
	vertical-align: middle;
}

.vbottom
{
	vertical-align: bottom;
}

.nopad
{
	padding: 0 !important;
}

.nomargin
{
	margin: 0 !important;
}




#page
{
	min-height: 100%;
	margin-bottom: -200px;
	position: relative;
}

* html #page
{
	height: 100%;
}

#page-inner
{

}

#main
{
	/*background: transparent url(/img/contentbackground.png) top left repeat-x;
	border-top: 1px solid #E0EFE3;*/
	background: transparent url(/img/main_shadow.png) center 0px no-repeat;
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}

#main-inner
{
	width:  960px;
	margin: 20px auto 0;
	position: relative;
	/*background: transparent url(/img/main_bkg.gif) top left no-repeat;*/
}

/*
 * Header
 */
 
#header
{
	
	height: 99px;
	border-bottom: 5px solid #271a2b;
	background: #422d4a;
	background: -moz-linear-gradient(center bottom, #422d4a, #5d4069);
	background: transparent url(/img/header_background.png) top left repeat-x;
	position: relative;
}

/* site nav */

#header #sitenav
{
	position: absolute;
	top: 0;
	display: block;
	height: 20px;
	width: 100%;
	background: transparent url(/img/sitenav_background.gif) top left repeat-x;
}

#header #sitenav #inner
{
	width: 960px;
	margin: 0 auto;
	height: 20px;
}

#header #sitenav #inner ul
{
	float: right;
	margin: 0;
	padding: 0;
	height: 20px;
	background: transparent url(/img/sitenav.gif) top left repeat-x;
}

#header #sitenav #inner ul li
{
	float: left;
	list-style: none;
}

#header #sitenav #inner ul li a
{
	color: #FFF;
	
}

#header #sitenav #inner ul li a span
{
	font-size: 0.85em;
	display: block;
	padding: 3px 20px 10px 20px;
	color: #785184;
}

#header #sitenav #inner ul li a:hover span
{
	color: #FFF;
}

#header-inner
{
	margin: 0 auto;
	width:  960px;
	position: relative;
}



#header-inner h1
{
	height: 95px;
	width: 400px;
	padding: 0px 0 0 0;
	margin: 0 auto;
	float: left;
	color: #FFF;
	font-weight: bold;
	font-size: 2.5em;
	text-shadow: #000 1px 1px 1px;
	letter-spacing: 0.03em;
	display: block;
	text-indent: -6000px;
	background: transparent url(/img/logo.png) -5px 30px no-repeat;
}

#header-inner ul#headernav
{
	float: right;
	margin: 45px 0 0 0;
}

#header-inner ul#headernav li
{
	float: left;
	display: block;
}

#header-inner ul#headernav li a
{
	display: block;
	/*width: 80px;*/
	margin-left: 5px;

}

#header-inner ul#headernav li a span
{
	color: #D6DE22;
	display: block;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	font-size: 1.3em;
	font-family: Georgia, Times, serif;
	background: #271a2b;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	border: 1px solid #5d4069;
	-moz-box-shadow: 0 0 3px #080508;
	-webkit-box-shadow: 0 0 3px #080508;
	background: -moz-linear-gradient(center bottom, #271a2b, #3d2a45);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #271a2b), color-stop(1.0, #3d2a45));
}

#header-inner ul#headernav li a:hover
{
	text-decoration: none;
}

#header-inner ul#headernav li a:hover span, #header-inner ul#headernav li a.current span
{
	color: #FFF;
	background: -moz-linear-gradient(center bottom, #3d2a45, #271a2b);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #3d2a45), color-stop(1.0, #271a2b));
}

/*
 * Breadcrumb
 */
 
span.breadcrumb
{
	color: #777;
	font-size: 0.8em;
}


/*
 * Sidebar
 */
 
#sidebar
{
	
	width: 230px;
	margin: 0 0 0 730px;
	overflow: hidden;
}

#sidebar-top
{
	width: 230px;
	margin: 0 0 0 0px;
	background: transparent url(/img/sidebar-paper2-top.png) top left no-repeat;
	height: 15px;
}

#sidebar-repeat
{
	
	background: transparent url(/img/sidebar-paper2.png) 0px 0px repeat-y;

}

a.sidebar-download
{
	opacity: 0.8;
	display: block;
	width: 190px;
	height: 75px;
	margin: 0 0 10px 0px;
	background: #bae576;
	background: transparent url(/img/download_button.png) top left no-repeat;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	//border: 1px #AAA solid;
	-moz-box-shadow: 0 0px 3px #777;
	-webkit-box-shadow: 0 0px 3px #777;
	border: 1px solid #345e2f;
	background: -moz-linear-gradient(center top, #799b4e, #91ba5d);*/
}

a.sidebar-download-ee2
{
	
	background: transparent url(/img/download_button_ee2.png) top left no-repeat;
}

a.sidebar-download div
{
	padding: 10px;
}

a.sidebar-download div span
{
	display: block;
	color: #D6DE22;
	color: #345e2f;
	text-shadow: 0 1px 0px #c1f77c;
	margin: 5px 0 0 50px;
	font-size: 1.0em;
	font-weight: bold;
}

a.sidebar-download div span.download-big
{
	font-size: 1.2em;
}

a:hover.sidebar-download
{
	/*background: -moz-linear-gradient(center top, #91ba5d, #799b4e);*/
	text-decoration: none;
	opacity: 1.0;
}

a:hover.sidebar-download div span
{
	/*color: #FFF;
	text-shadow: 0 1px 0 #345e2f;*/
}



#sidebar-inner
{
	padding: 0px 25px 15px 20px;
}

#sidebar-inner ul, #sidebar-inner ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidebar-inner ul
{
	margin: 0 0 10px 0;
	overflow: hidden;
}

#sidebar-inner ul li
{
	display: block;
	height: 100%;
}

#sidebar-inner h2, #sidebar-inner ul li h2
{
	color: #333;
	font-size: 1.5em;
	
	width: 180px;
	display: block;
	padding: 0px;
	padding-bottom: 0.05em;
	padding-top: 0.5em;
	text-decoration: none;
	border-bottom:  1px #999 dashed;
	text-shadow: #FFF 0 1px 0px;
	font-family: Lane-NarrowRegular, Georgia, Times, serif;
}

#sidebar-inner h2.blog
{
	/*background: transparent url(/img/takara_013.png) 0 10px no-repeat;
	background: transparent url(/img/sidebar-titles.png) 0 10px no-repeat;
	text-indent: -6000px;
	*/
}

#sidebar-inner h2.extensions
{
/*
	background: transparent url(/img/takara_008.png) 0 10px no-repeat;
		background: transparent url(/img/sidebar-titles.png) 0 -30px no-repeat;
	text-indent: -6000px;
*/
}

#sidebar-inner h2.plugins
{
/*	background: transparent url(/img/takara_024.png) 0 10px no-repeat;	
		background: transparent url(/img/sidebar-titles.png) 0 -70px no-repeat;
	text-indent: -6000px;
*/
}

#sidebar-inner h2.twittertitle
{
	background: transparent url(/img/icons/twitter_standing.png) 0 10px no-repeat;
}

#sidebar-inner ul li a:hover
{
	text-decoration: underline;
	color: #000;
	/*background: transparent url(/img/sidebar_item_hover.gif) bottom left repeat-x;
	*/
}

#sidebar-inner ul li a, #sidebar-inner ul li ul li a
{
	background: none;
	font-size: 0.9em;
	color: #1E72A3;
	text-decoration: none;
	padding-left:  5px;
	padding-top: 5px;
	
	display: block;
	line-height: 1.2em;
	/*background: transparent url(/img/icons/button_green.png) 6px 4px no-repeat;
	*/
}

#sidebar-inner .entrydate
{
	font-size: 1.0em;
	color:  #a8bd3e;

}

.twitter
{
	background: transparent url(/img/twitter_bubble.gif) 0px 0 no-repeat;
	margin: 5px 0 0px 10px;
	padding: 5px 5px 0 40px;
	width: 270px;
	height: 100px;
	
}

.twitter .text
{
	font-family: Georgia, Century, Times, serif;
	font-style: italic;
	color: #555;
	width: 260px;
	font-size: 0.9em;
}

.twitter .date
{
	font-family: Georgia, Century, Times, serif;
	color: #777;
	font-size: 0.7em;
	margin: 0 0 5px 0;
}

.twitter .image
{
	float: left;
	margin:  0px 10px 0 0;
	display: block;
	height: 90px;
}

.twitter .image img
{
	border: #aaa 1px solid;
}

hr
{
	margin: 20px auto 20px;
	display: block;
	height: 0px;
	width: 80%;
	border-top: 1px solid #E7E7CA;
	border-bottom: 1px solid #FFF;
	border-left: none;
	border-right: none;
}

hr.blogroll
{
	width: 500px;
}

hr.sidebar-separator
{
	border: none;
	margin: 0 auto;
	/*background: transparent url(/img/cyo_005.png);
	width: 175px;
	height: 34px;*/
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #DDD;
	width: 80%;
}

hr.separator
{
	margin: 10px 0 30px 0;
	border: none;
	border-top: 1px dashed gray;
}

/*
 * Content
 */
 
.title
{
	display: block;
	font-size: 2.5em;
	margin: 1em 0 0.5em 0;
	font-family: Helvetica, Georgia, Times, serif;
	font-weight: lighter;
	text-shadow: 0 1px 0 #FFF;
}

#content
{
	width: 730px;
	color: #333;
	background: transparent url(/img/content-top.png) top left no-repeat;
	margin: 0px 0 0 0;
	float: left;
	position: relative;
}

#content-top
{
	

}

#content-bottom
{
	width: 730px;
	color: #333;
	background: transparent url(/img/content-bottom.png) top left no-repeat;
	margin: 0px 0 0px 0;
	height: 15px;
}

#content-inner
{
	padding: 0;
	line-height: 1.4em;
	font-size: 0.9em;
	float: left;
	width: 670px;
	background-color: #ffffed;
	/*border: 1px solid #999;*/
	padding: 20px 30px 30px 30px;
	margin: 15px 0 0px 0;
	/*	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius-topright: 0px;*/
	background: transparent url(/img/content-mid.png) top left repeat-y;
	/*border: 1px #AAA solid;*/
	/*-moz-box-shadow: 0 0px 3px #777;
	-webkit-box-shadow: 0 0px 3px #777;*/

}

#content-inner h1, #content-inner h1 a
{
		color: #799b4e;
	text-shadow: #FFF 0 1px 0px;
	text-shadow: 0 1px 0 #FFF;
}

#content-inner h1 a:hover
{
	color: #1E72A3;
}

#content-inner h2
{
	font-size: 1.3em;
	color: #0C5327;
	font-weight: bold;
	margin:  1em 0 0.3em 0;
	
}

#content-inner h3
{
	font-size: 1.1em;
	color: #777;
	font-weight: bold;
	margin:  1em 0 0.5em 0;
	
}

p
{
	margin: 0 0 1em 0;
	/*font-size: 1.0em;*/
}

ul, ol
{
	margin: 0 0 1em 20px;
	padding: 0;
}

td.changelog
{
	font-size: 0.9em;
}

td.changelog ul li
{
	list-style-type: disc;
}

blockquote
{
	border: 1px solid #edb6ff;
	background: #f4d2ff;
	padding: 10px;
	font-family: monospace;
	margin:  0 0 0.5em 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

blockquote p
{
	margin: 0;
}


.download
{
	margin:  10px 0 0 0;
}
.download a
{
	display: block;
	width: 273px;
	height: 63px;
	background: transparent url(/img/download_button.gif) top left no-repeat;
}

.download a span
{
	display: block;
	padding:  15px 10px 0 100px;
	line-height: 1.0em;
	font-size: 1.0em;
	color: #1D2A31;
	text-shadow: #FFF 0 1px 1px;
}

.download a:hover, .download a:hover span
{
	color: #004771;
}

.intro
{
}

.intro-inner
{
	margin: 0 0 0 110px;
	padding: 0 10px 0 0;
}

hr.twitterroll
{
	/*background: transparent url(/img/suzume_006.png) top center no-repeat;*/
	margin: 20px auto 20px;
	display: block;
	height: 0px;
	width: 80%;
	border-top: 1px solid #E7E7CA;
	border-bottom: 1px solid #FFF;
}

.twitterroll
{
	
	margin-left: 20px;
	width: 200px;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.twitterroll-inner
{
	padding: 10px;
}

/*
 * PROJECTS
 */
table.projects
{
	width:100%;
	border: none;
}

table.projects tr
{
	
}

table.projects tr td
{
	padding: 10px;
}

table.projects tr td div
{
	width: 320px;
	padding-bottom: 20px;
	background: transparent url(/img/img-shadow.png) bottom center no-repeat;
}

table.projects tr td div a
{
	color: purple;
	text-align: center;
	display: block;
	width: 320px;
	background: #EEE;
	padding: 0px;
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table.projects tr td div a:hover
{
	text-decoration: none;
	background: #b279c4;
	border: 1px solid #785184;
}

table.projects tr td div a img
{
	margin: 10px 0 10px 0;
	border: 1px solid #DDD;
}

table.projects tr td div a span
{
	margin: 0px 0 10px 0;
	display: block;
	color: #555;
}

table.projects tr td div a:hover span
{
	color: #222;
}

/*
 * Blog
 */


a.blog
{
}

a.blog span
{
	background: transparent url(/img/grass_tsuru_021.png) top right no-repeat;
}

a:hover.blog
{
	text-decoration: none;
}
.submissionDate
{
	font-size: 0.9em;
	color: #888;
}

.blogdate span
{
	
	display: block;
	font-weight: bold;
	color: #999;
	font-size: 1.1em;
	font-family: Georgia, Times, sans-serif;
	padding: 5px 15px 5px 0px;
	
}

.datecube
{
	height: 40px;	
	float: left;
	margin: 2px 10px 0 0;
	background: #FFF;
	line-height: 1.5em;
	padding: 8px 5px 5px 5px;
	-moz-border-radius: 5px;
}

.datecube .blogday
{
	color: black;
	font-size: 2.0em;
	font-weight: bold;
}

.datecube .blogmonth
{
	color: gray;
	font-size: 2.0em;
	font-weight: bold;
}

.datecube .blogyear
{
	color: green;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 0.27em;
	
	text-align: center;
	
}

#content-inner h2.twitter-title
{
	margin: 0 0 0.5em 0;
	
}

.twitter-blog
{
	background: transparent url(/img/icons/twitter_standing.png) 0 -10px no-repeat;
	padding: 10px 0 0 40px;
	margin: 0 0 10px;
}

.twitter-blog-inner
{
	background:#FFF;
	padding: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	position: relative;
}

.twitter-go
{
	float: right;
}

a.twitter-follow
{
	
}

a.twitter-follow span
{
	font-size: 1.1em;
	padding: 7px 15px 5px;
	display: block;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-shadow: 0 1px 0px #FFF;
	background: #DDD;
}

a:hover.twitter-follow span
{
	background: #CCC;
}

/*
 * Blog - Comment entries
 */
.comment_entries
{
	padding: 10px;
	background: #FFF;
	border-bottom: gray 1px dashed;
}

/*
 * Blog - Comment form
 */
.comment_form
{
	margin: 2em 0 0 0;
}

.comment_form table tr td
{
	padding: 5px 0 5px 0;
}

.comment_form table tr td input, .comment_form table tr td textarea
{
	padding: 5px;
}

.comment_form table tr td input:focus, .comment_form table tr td textarea:focus
{
	background: #FEFFB7;
}

/*
 * CONTACT FORM
 */
 
#contact-form
{
	margin-top: 0px;
	height: 100%;
	background: #422d4a;
	background: -moz-linear-gradient(center bottom, #422d4a, #5d4069);
	color: #FFF;
}

#contact-form #inner
{
	padding: 20px 20px 0 20px;
}

#contact-form h1
{
	margin: 0em 0 0.5em 0;
	font-size: 2em;
	color: #D6DE22;
}

#contact-form label
{
	float: left;
	width: 100px;
}

#contact-form input, #contact-form textarea
{
	border: none;
	border-bottom: 1px #555 solid;
	background: #edb6ff;
	padding: 3px;
}

#contact-form input:focus, #contact-form textarea:focus
{
	background: #ffffe6;
}
/*
 * Footer
 */

#footer
{
	background-color: #1D3121;
	position: relative;
	bottom:  0;
	display: block;
	height: 200px;
	width: 100%;
	background: #422d4a;
	background: -moz-linear-gradient(center bottom, #5d4069, #422d4a);
	background: transparent url(/img/footer_background.png) top left repeat-x;
	/*border-top: 5px solid #271a2b;*/
	margin: -200px 0 0 0;
}

#footer h3
{
	color: #271a2b;
	color: #FFF;
	text-shadow: 0 1px 3px #000;
	font-weight: normal;
	font-size: 2em;
	margin: 0 0 0.5em 0;
}

#footer-inner
{
	width: 960px;
	margin: 0 auto;
}

#footer-content-1
{
	padding: 20px 0 0 0;
	color: #ccc;
	width: 33%;
}

#footer-content-2
{
	padding: 20px 0 0 0;
	color: #ccc;
	width: 33%;
}

#footer-content-3
{
	padding: 20px 0 0 0;
	color: #ccc;
	width: 33%;
}

#footer-content-3 p
{
	background: #422d4a;
	border-right: 1px solid #785184;
	border-bottom: 1px solid #785184;
	border-top: 1px solid #26192b;
	border-left: 1px solid #26192b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	font-size: 0.9em;
}

#footer ul
{
	margin: 10px 0 0 1em;
}

#footer ul li a
{
	display: block;
}

#footer ul li a:hover
{
	text-decoration: none;
}

#footer ul li a span, #footer a span
{
	display: block;
	padding: 5px 0;
	color: #D6DE22;
}

#footer ul li a:hover span, #footer a:hover span
{
	color: #FFF;
}

#footer ul#social
{
	margin-left: 0;
}

#footer ul#social li
{
	list-style: none;
}

#footer ul#social li a
{
	display: block;
}

#footer ul#social li a span
{
	padding: 5px 0 5px 20px;
	display: block;
}




#footer-content a
{
	font-size: 0.8em;
	text-decoration: none;
	color:  #ccc;
}

.clearfooter {
	height: 200px;
	clear: both;
}

a.rssicon
{
	background: transparent url(/img/icons/rss.png) bottom left no-repeat;
	height: 20px;
	display:block;
	width:100px;
	padding: 0 0 0 25px;
	line-height:1.6em;
	color:  #ccc;
}

a:hover.rssicon
{
	background: transparent url(/img/icons/rss.png) top left no-repeat;
}