/* Global layout */
/* Hexa hints
** #d73333 Red
** #1793d1 Blue
*/

body {
	width: 100%;
	margin: auto;
	padding: 0;
	background: #292929;
	line-height: 1.5em;
	font-family: "DejaVu Sans", "Lucida Grande", sans-serif;
	font-size: 75%;
	}

.hidden, hr { display: none; }

.small { font-size: 75%; }

h1, h2, h3, h4, h5, h6 { font-family: "Georgia", serif; }

/* Forms */

textarea {
	width : 95%;
}

/* Header */

#header {
	height: 200px;
	margin-top: 1em;
	background: url("img/header.png") repeat-x #e1e1e1;
	}

#headerimg {
	height: 200px;
	background: url("img/headerimg.png") no-repeat transparent;
	}

/* Menu */

#menu {
	width: 50%;
	height: 45px;
	position: absolute;
	top: 110px;
	right: 1em;
	font-family: "Georgia", serif;
	font-size: 1.2em;
	}

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

#menu li {
	float: left;
	}

#menu li a {
	display: block;
	height: 45px;
	padding: 10px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	}

#menu li a:hover, #menu li.active a {
	background: #f5f5f5;
	color: #1e1e1e;
	}

/* Page */

.pouet { clear: both; }

#page {
	position: relative;
	top: -60px;
	width: 90%;
	margin: auto;
	background: #f5f5f5;
	border: 1px solid transparent;
	-moz-border-radius: 5em 0 0 0;
	-webkit-border-radius: 5em 0 0 0;
	border-radius: 5em 0 0 0;
	}

.narrow {
	margin-right: 24em;
	}

/* Sidebar */

#sidebar {
	float: right;
	width: 20em;
	padding: 1em;
	background: #ebebeb;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	}

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

#sidebar h2 { color: #4b4b4b; }

#sidebar a { color: #93b1cf; text-decoration: none; }
#sidebar a:hover { color: #1793d1; border-bottom: 1px dotted #1793d1; }

/* Content */

#slideshow { position: relative; width: 600px; height: 200px; margin: 1em auto auto auto; }

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	}

#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
	}

#slideshow img.last-active {
	z-index: 9;
	}

#content a {
	color: #d73333;
	font-weight: bold;
	text-decoration: none;
	}

#content a:hover {
	color: #000;
	text-decoration: underline;
	}

.post {
	padding: 0 1em 1em 1em;
	text-align: justify;
	}

.post-home {
	float: left;
	display: inline;
	width: 30%;
	}

.title {
	margin: 1em 1em 1em 0;
	color: #d73333;
	font-size: 3em;
	letter-spacing:-2px;
	text-shadow: 1px 1px 0px #bababa;
	}

.title a {
	color: #d73333;
	text-decoration: none;
	}

.title a:hover {
	text-decoration: underline;
	}

/* Social Stuff */

#social {
	margin-top: 1em;
	padding: 1em 1em 1em 2em;
	background: #ebebeb;
	border-top: 1px solid #e2e2e2;
	}

#social ul { margin: 0; padding: 0; list-style-type: none; }
#social li { margin-bottom: 1em; }
#social a { color: #93b1cf; text-decoration: none; }
#social a:hover { color: #1793d1; border-bottom: 1px dotted #1793d1; }

#contact_div {
	float: left;
	width: 45%;
	}

#contact_ul .contact_mail {
	padding-left: 2em;
	background: url("img/icons/email.png") no-repeat left;
	}

#contact_ul .contact_phone {
        padding-left: 2em;
        background: url("img/icons/phone.png") no-repeat left;
        }

#twitter_div {
	float: right;
	width: 50%;
	padding: 0 0 65px 1em;
	background: url('img/twitter.png') no-repeat right bottom #ebebeb;
	border-left: 1px solid #e2e2e2;
	}

#twitter_update_list li {
	padding: 0.5em 1em 0.5em 35px;
	background: url('img/icons/tweet.png') no-repeat left #ebebeb;
	color: #ababab;
	}

#twitter_update_list li:hover { color: #000; }

/* Meta & Things */

.post-meta {
	margin-top: -2em;
	padding-left: 0.5em;
	background: #ebebeb;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	}

.post-info {
        padding-left: 2em;
        background: url("img/icons/date.png") no-repeat left #ebebeb;
	}

.post-comments {
	padding-left: 2em;
	background: url("img/icons/comments.png") no-repeat left #ebebeb;
	}

#pagination {
	margin: 0;
	padding: 25px 0 10px 0;
	text-align: center;
	}

/* Comments display */

#comments { padding: 1em 1em 2em 1em; border-top: 1px dotted #3d3d3d; border-bottom: 1px dotted #3d3d3d; }

#comments h2 {
	color: #1793d1;
	}

.comment {
	margin: 1em;
	padding: 0.5em;
	background: url("img/com.png") repeat #ebebeb;
	border: 1px solid #e2e2e2;
	}

.info_comment {
	padding-left: 1.5em;
	background: url("img/icons/comments.png") no-repeat left #ebebeb;
	}

.info_comment p { margin: 0; }

.comment blockquote {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: url("img/quotes.png") no-repeat left transparent;
	}

.comment blockquote p { margin: 0; padding: 0; }

/* Comments form */

#form { margin: 1em; }

#form fieldset { border: 0; }

#form input, #form textarea {
	margin: 0.3em;
	font-family: "DejaVu Sans", "Lucida Sans", sans-serif;
	background: #ebebeb;
	border: 1px solid #e5e5e5;
	}

#form input:focus, #form input:hover, #form textarea:focus, #form textarea:hover {
	background: #fff;
	}

/* Footer */

#footer {
	clear: both;
	margin-bottom: 1em;
	padding: 0.5em 1em 0.2em 1em;
	background: url("img/footer.png") top repeat-x #1793d1;
	color: #fff;
	text-align: left;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
	}

#footer a {
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	}

#footer a:hover {
	border-bottom: 1px dotted #fff;
	}

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

#footer .item { float: right; margin-left: 6em; }

#footer ul li ul li { margin-top: 0.6em; }
