/**
 *   Theme Name: F5ve
 *	Theme Uri: http://www.felix-girault.fr/F5ve/
 *   Description: A clean Html5 theme
 *   Author: Felix Girault
 *   Author URI: http://www.felix-girault.fr/blog/
 *	Version: 10.10.14
 *	Tags: white, black, silver, purple, light, two-columns, fixed-width, custom-header, custom-menu, translation-ready
 *	License: GNU General Public License v2.0
 *	License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/**
 *	Reset
 */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;} body{line-height:1;} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;} nav ul{list-style:none;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;} ins{text-decoration:none;} mark{font-style:italic;font-weight:700;} del{text-decoration:line-through;} abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;} table{border-collapse:collapse;border-spacing:0;} input,select{vertical-align:middle;}



/**
 *	General
 */

body {
	width: 740px;
	margin: 0 auto;
	color: #444;
	font-family: Georgia, "DejaVu Serif", Norasi, serif;
	font-size: 14px;
	line-height: 21px;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	font-weight: normal;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: black;
}

h1 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 21px;
}

h2 {
	font-size: 24px;
	line-height: 42px;
	margin-bottom: 21px;
}

h3 {
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 21px;
}

h4 {
	font-size: 18px;
	line-height: 21px;
}

h5 {
	font-size: 16px;
	line-height: 21px;
}

h6 {
	font-size: 14px;
	line-height: 21px;
}

p {
	margin-bottom: 21px;
}

ul, ol {
	list-style: none;
	margin-bottom: 21px;
}

a {
	color: #703;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	width: 100%;
}

table th,
table td {
	border: 1px solid #ccc;
	padding: 0 10px;
}

table th {
	text-align: center;
	font-weight: bold;
}

pre,
code {
	font-family: Courier, "Courier New", FreeMono, "Liberation Mono", monospace;
}

.clear {
	clear: both;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	background-color: #eee;
	border: 1px solid #ccc;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}

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

.wp-caption p.wp-caption-text {
	margin: 0;
}



/**
 *	Header
 */

#page-header {
	padding: 0 10px;
}

#branding {
	padding: 21px 0 21px 220px;
}

#branding .blog-name {
	margin: 0;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
}

#branding p {
	margin: 0;
}

#access {
	display: none;
}

#menu {
	padding-left: 220px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	line-height: 19px;
}

#menu ul {
	margin: 0;
}

#menu li {
	display: block;
	float: left;
	margin-right: 10px;
}

#menu a {
	color: #aaa;
}

#menu a:hover {
	color: #000;
	text-decoration: none;
}

#menu li.current-menu-item a {
	color: #000;
}



/**
 *	Content
 */

#content {
	padding: 84px 0 42px 0;
}

#content > header {
	padding-bottom: 21px;
}

#content > header h2 {
	margin-left: 230px;
	font-weight: bold;
}

.post {
	margin-bottom: 21px;
}

.post .post-header,
.post-content {
	width: 500px;
	margin: 0 10px;
	float: right;
}

.post-title {
	font-size: 24px;
	line-height: 42px;
	margin-bottom: 21px;
}

.more-link {
	display: block;
}

.post aside,
.page .post-header {
	width: 200px;
	margin: 0 10px;
	float: left;
}

.post aside {
	color: #aaa;
	text-align: right;
	font-size: 12px;
}

.page .post-header {
	text-align: center;
}

.post aside span {
	display: block;
}

.post aside span.date {
	font-size: 21px;
	line-height: 42px;
	margin-bottom: 21px;
}

.post aside span.comments {
	margin-top: 21px;
}

.post-content ul,
.post-content ol {
	list-style-position: outside;
	padding-left: 30px;
}

.post-content ul {
	list-style-type: disc;
}

.post-content ol {
	list-style-type: decimal;
}

.post-content blockquote {
	background: url(img/blockquote-left.png) top left no-repeat;
	padding-left: 50px;
	font-style: italic;
}

.post-content blockquote p {
	background: url(img/blockquote-right.png) bottom right no-repeat;
	padding-right: 50px;
}

.post-content img {
	margin-bottom: 21px;
}

.post-content .left-column,
.post-content .right-column {
	display: block;
	float: left;
	width: 240px;
}

.post-content .left-column {
	margin-right: 10px;
}

.post-content .right-column {
	margin-left: 10px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin: 0 0 21px 20px;
}

.post-content h1 {
	font-size: 21px;
	font-weight: bold;
}
.post-content h2 {
	font-size: 19px;
	font-weight: bold;
}
.post-content h3 {
	font-size: 18px;
}
.post-content h4 {
	font-size: 16px;
}
.post-content h5 {
	font-size: 14px;
}
.post-content h6 {
	font-size: 12px;
}



/**
 *	Navigation
 */

#navigation {
	margin-left: 230px;
	margin-bottom: 42px;
}

#navigation .older,
#navigation .previous {
	width: 240px;
	margin-right: 10px;
	float: left;
}

#navigation .newer,
#navigation .next {
	width: 240px;
	margin-left: 10px;
	float: right;
}



/**
 *	Archives template
 */

.archives {
	color: #aaa;
}

.archives > section {
	margin-bottom: 21px;
}

.archives h1 {
	margin-left: 230px;
}

.archives h2 {
	width: 200px;
	margin: 0 10px;
	float: left;
	color: #aaa;
	text-align: right;
	font-size: 21px;
	line-height: 21px;
}

.archives .post-content ul,
.archives .post-content ol {
	padding: 0;
	list-style: none;
}



/**
 *	Comments
 */

#comments h3, #comment-status {
	margin-left: 230px;
}

#comment-list {
	margin-bottom: 42px;
}

.comment {
	margin-bottom: 21px;
}

.comment header,
.comment .comment-content,
.comment footer {
	width: 500px;
	margin: 0 10px;
	float: right;
}

.comment aside {
	width: 200px;
	margin: 0 10px;
	float: left;
	color: #aaa;
	text-align: right;
}

.depth-2 header,
.depth-2 .comment-content,
.depth-2 footer {
	width: 480px;
}

.depth-2 aside {
	width: 220px;
}

.depth-3 header,
.depth-3 .comment-content,
.depth-3 footer {
	width: 460px;
}

.depth-3 aside {
	width: 240px;
}

.depth-4 header,
.depth-4 .comment-content,
.depth-4 footer {
	width: 440px;
}

.depth-4 aside {
	width: 260px;
}

.comment p {
	margin: 0;
}

.comment aside span.date {
	display: block;
}

.bypostauthor {
	background: #eee;
}

#comment-list .pagination {
	margin: 0 0 21px 230px;
}

.page-numbers {
	display: block;
	padding: 0 4px;
	margin: 0 2px;
	border: 1px solid #ccc;
	float: left;
	line-height: 19px;
}

.page-numbers:hover,
.page-numbers.current {
	background: #eee;
}

.comment-notes,
.must-log-in,
.logged-in-as,
.form-allowed-tags {
	margin-left: 230px;
}

#cancel-comment-reply-link {
	font-size: 14px;
	color: #703;
	font-weight: bold;
}

#respond label {
	display: block;
	width: 200px;
	margin: 0 10px;
	float: left;
	color: #aaa;
	text-align: right;
}

.required {
	color: #703;
}

#respond input,
#respond textarea {
	margin-left: 10px;
}

.form-submit {
	margin-left: 220px;
}



/**
 *	Messages
 */

#message header {
	width: 200px;
	margin: 0 10px;
	float: left;
}

#message h3 {
	text-align: right;
	color: #aaa;
}

#message p {
	width: 500px;
	margin: 0 10px;
	float: left;
}



/**
 *	Footer widgets
 */

#footer-widgets {
	margin: 0 10px 21px 10px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#footer-widgets .widget {
	padding-bottom: 21px;
}

#footer-widgets header {
	width: 200px;
	margin-right: 10px;
	float: left;
}

#footer-widgets h3 {
	text-align: right;
	color: #aaa;
}

#footer-widgets .widget-content {
	width: 500px;
	margin-left: 10px;
	float: left;
}

#footer-widgets #search label {
	display: none;
}



/**
 *	Footer
 */

#page-footer {
	margin: 0 10px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#page-footer .copyright {
	width: 200px;
	margin-right: 10px;
	float: left;
	color: #aaa;
	text-align: right;
}

#page-footer .meta {
	width: 500px;
	margin-left: 10px;
	float: left;
}
