/*
Theme Name: rootards.org
Theme URI: http://www.rootards.org/a-propos/
Description: First theme made for rootards.org.
Version: 2.7
Author: AddiKT1ve
Author URI: http://www.doneed.net
Tags: widgets
*/

/* Global layout */

body {
	width: 100%;
	margin: auto;
	padding: 0;
	background: #171717;
	color: #c7c7c7;
	font-family: "DejaVu Sans", Lucida, sans-serif;
	font-size: 0.8em;
	}

a img { border: none; }

/* Header */

#headerMenu {
	color: #fff;
	text-align: center;
	}

#headerMenu a { color: #fff; background: #171717; border: none; }
#headerMenu a:hover { color: #ababab; background: #171717; border: none; }

#header h1, #header span { display: none; }

#header {
	height: 170px;
	margin: 0; padding: 0;
	background: url("img/header.png") no-repeat top #171717;
	}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding-top: 1em;
	}

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

#sidebar li {
	margin-bottom: 0.2em;
	}

#sidebar h2 {
	color: #4b4b4b;
	font-size: 1em;
	font-variant: small-caps;
	}

/* Footer */

#footer {
	clear: both;
	margin: auto;
	padding: 1em;
	text-align: left;
	text-transform: lowercase;
	}

/* Content */

#content {
	margin-right: 280px;
	padding: 1em;
	line-height: 1.5em;
	background: #202020;
	}

.post {
	margin-bottom: 4em;
	padding-bottom: 2em;
	border-bottom: 1px solid #262626;
	}

a {
	padding: 0.3em;
	color: #CAE34B;
	text-decoration: none;
	}

a:hover {
	background: #c33b3b;
	color: #fff;
	border-bottom: 1px solid #9c0022;
	}

small { font-size: 0.85em; }

.alt {
	background: #292929;
	color: #afafaf;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
	}

.meta {
	color: #6B6B6B;
	}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.reply {
	padding-left: 20px;
	background: url("img/icons/reply.png") no-repeat left center transparent;
	font-size: 0.8em;
	}

#commentform #comment { width: 50%; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.fn {
	padding-left: 2em;
	line-height: 2em;
	background: url("img/icons/author.png") no-repeat left center;
	font-size: 1.1em;
	font-weight: bold;
	}

.commentmetadata {
	margin: 0;
	display: block;
	padding-left: 2em;
	background: url("img/icons/time.png") no-repeat left center;
	font-size: 80%;
	}

/* Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden { 
	display: none; 
	}

hr {
	display: none;
	}

a img {
	border: none;
	text-decoration: none;
	}

.navigation {
	width: 75%;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.navigation a { color: #727272; }
.navigation a:hover { color: #fff; }

/* Captions */

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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

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

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