/* -------------------------------------------------------- Fonts definitions */
/*@font-face {
   font-family: "Sansation";
   src: url("/media/Sansation_Regular.ttf") format("truetype");
   font-weight: normal;
}*/

@font-face {
   font-family: "Sansation";
   src: url("/media/Sansation_Light.ttf") format("truetype");
   font-weight: lighter;
}

/*@font-face {
   font-family: "Sansation";
   src: url("/media/Sansation_Bold.ttf") format("truetype");
   font-weight: bold;
}*/

/* ------------------------------------------------------------------- Common */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #070F12 url('/media/background.png') repeat-x;
	font-family: "Lucida Grande", "Segoe UI", Helvetica, sans-serif;
	font-size: 14px;
	color: #eee;
	text-align: left;
}

a:link, a:visited {color: #83B040; text-decoration: none;}
a:hover, a:active {color: #9FC765; text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Sansation", "Gill Sans", "Candara", sans-serif;
	font-weight: lighter;
	margin-bottom: 5px;
	border-bottom: 2px solid #83B040;
	padding-bottom: 4px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
	border-bottom-width: 1px;
}

h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited {
	color: #eee;
	text-decoration: none;
}

h2 a:hover, h2 a:active,
h3 a:hover, h3 a:active {
	color: #9FC765;
}

p, ul, ol, div > dl {
	padding: 5px 0 7px;
	line-height: 150%;
}

ul, ol, dd {
	margin-left: 30px;
}

dt {
	margin-top: 7px;
}

small { font-size: 11px; }

img { border: 0px; }

hr {
	width: 100%;
	margin: 10px 0px;
	border: 0px;
	border-bottom: 1px dotted #83B040;
}

input, textarea {
	background: #0E252E;
    background: rgba(14, 37, 46, 0.5);
	color: #F5F5F5;
	border: 1px solid #1B4A5D;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

textarea {
    padding: 2px 4px;
}

input:focus, input:hover, textarea:focus, textarea:hover {
	background: #12313E;
    background: rgba(18, 49, 62, 0.5);
}

input[type=text], input[type=password] {
	padding: 1px 2px;
}

input[type=submit] {
	padding: 0 6px;
	color: #83B040;
}

td {
    padding: 2px;
    vertical-align: top;
}

pre, tt {
    font-family: "Consolas", "Menlo", monospace;
}

div.highlight, pre.literal-block {
    font-size: 12px;
    color: #F5F5F5;
    background: #0E252E;
    background: rgba(14, 37, 46, 0.5);
    margin: 5px 10px;
	border: 2px solid #1B4A5D;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	padding: 4px;
	max-height: 200px;
	overflow: auto;
}

tt {background: hsla(0, 0%, 100%, 0.1);}

.aligncenter {text-align: center;}
div.aligncenter, table.aligncenter {margin: 0px auto;}
.alignleft { float: left; }
.alignright { float: right; }

.feed-icon {
    width: 16px;
    height: 16px;
    background-image: url(/media/feed-icons.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.feed-icon:hover { background-position: -16px 0px; }
.feed-icon:active { background-position: -32px 0px; }

.feed-icon a {
    float: left;
    width: 16px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
}

#container {
	width: 756px;
	margin: 0px auto;
}

/* ------------------------------------------------------------------- Header */
#logo {
	width: 756px;
	height: 130px;
	margin-top: 22px;
	position: relative;
	background: url(/media/logo.png) no-repeat;
}

#logo h1 {
	position: absolute;
	left: 65px;
	top: 25px;
	display: inline;
	font-size: 36px;
	border: 0;
}

#logo p {
	position: absolute;
	left: 65px;
	top: 62px;
	padding: 12px 0;
	display: inline;
	font-size: 12px;
}

#logo h1 a, #logo h1 a:hover {
	color: #eee;
	text-decoration: none;
}

#menu {
	position: relative;
	width: 756px;
	height: 29px;
	background: url(/media/menu.png) no-repeat top center;
	text-align: left;
}

#menu ul {
    margin: 0;
	padding: 6px 15px 0px;
	font-size: 11px;
	font-weight: bold;
}

#menu ul li {
	padding: 0px 5px;
	display: inline;
}

#menu ul li a {
	color: #eee;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #9FC765;
}

#searchform {
	height: 29px;
	position: absolute;
	right: 20px;
	top: 0px;
	text-align: right;
}

#menu .feed-icon {
    position: absolute;
    right: 13px;
    top: 7px;
}

/* ------------------------------------------------------------------ Content */
#content {
    background: transparent url(/media/corner.png) no-repeat top left;
	float: left;
	width: 500px;
	min-height: 136px;
	margin: 25px 0px;
	padding: 15px;
}

#content .pagetitle {
	margin-bottom: 25px;
    text-align: center;
}

#content .pagination-top {
    margin-bottom: 25px;
    border: 0;
    border-bottom: 1px dotted #83B040;
    padding: 0;
    padding-bottom: 4px;
    font-size: 12px;
}

#content .pagination-bottom {
	border-top: 1px solid #83B040;
	padding-top: 4px;
	font-size: 12px;
}

#content .pagination-top .left, #content .pagination-bottom .left,
#content .pagination-top .right, #content .pagination-bottom .right {
    float: none;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#content .pagination-top .right, #content .pagination-bottom .right {
    text-align: right;
}

#content .section {
    margin-top: 10px;
    margin-bottom: 25px;
}

#content .section h1, #content .section h2, #content .section h3 {
    margin-bottom: 10px;
}

#content .rounded {
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
    border: 3px solid white;
}

#content blockquote {
    margin-left: 8px;
    border-left: 1px solid #83B040;
    padding-left: 10px;
}

/* ---------------------------------------------------------------- Weblog -- */

#content .post, #content .category {
    margin-bottom: 40px;
}

#content .category .feed-icon {
    float: right;
    margin-top: 3px;
}

#content .post_title { 
    margin-bottom: 0px;
}

#content .post .post_body {
    margin: 10px 0 15px;
}

#content .post .post_meta {
	font-size: 11px;
	text-align: center;
}

/* -------------------------------------------------------------- Comments -- */

#content .comment_list {
    margin-bottom: 25px;
}

#content .comment_list > ol {
    font-family: "Sansation", "Gill Sans", "Candara", sans-serif;
	font-weight: lighter;
	font-size: 18px;
}
#content .comment_list > ol li { }
#content .comment_list > ol li > span {
    display: block;
    padding-left: 10px; 
    padding-bottom: 10px;
	font-family: "Lucida Grande", "Segoe UI", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
    border-left: 1px solid #83B040;
}
#content .comment_list > ol li span p.header {
    padding: 0;
    border-bottom: 1px dotted #83B040;
}

/* ----------------------------------------------------------------- Forms -- */

#content .form_help, #content .error, #content .errorlist {
    font-size: 10px;
    color: #1B4A5D;
}

#content .form_help ul, #content .form .error ul {
    margin-left: 20px;
    padding: 0;
}

#content .form_help tt {
    background: none;
}

#content .error, #content .errorlist {
    color: red;
}

#content form .error input, #content .error textarea {
    border-color: red;
}

/* ---------------------------------------------------------------- Sphinx -- */

#content .sphinx h1 { font-size: 22px; }
#content .sphinx h2 { font-size: 18px; border-width: 1px; }

#content .sphinx a.headerlink {
    font-size: 0.8em; 
    padding: 0 4px 0 4px; 
    text-decoration: none; 
    visibility: hidden;
}
#content .sphinx *:hover > a.headerlink { visibility: visible; }
#content .sphinx a.reference { text-decoration: none; }
#content .sphinx a.reference tt.literal {
    border-bottom-width: 1px; 
    border-bottom-style: dotted;
}
#content .sphinx a.reference em { font-style: normal; }

#content .sphinx .descclassname { font-size: 13px; }
#content .sphinx .descname { font-weight: bold; }


/* ------------------------------------------------------------------ Sidebar */
#sidebar {
	float: right;
	margin: 25px 0px;
	width: 200px;
	line-height: 150%;
	display: inline;
}

#sidebar .box {
	background: url(/media/sidebar_topright.png) no-repeat top right;
	min-height: 105px;
	margin-bottom: 25px;
	padding: 10px;
	font-size: 12px;
}

#sidebar h2 {
	margin: 5px 0 8px 0;
	font-size: 20px;
}

#sidebar input {
    margin: 2px 0;
}

#sidebar ul {
    margin-left: 20px;
    padding: 0;
    list-style: disc;
}
#sidebar ul li { padding: 0; }
#sidebar ul li.rss { list-style-image: url(/media/rss_small.png); }

#sidebar > #lastfm {
    min-height: 225px;
}

#sidebar #lastfm div {
    width: 54px;
    height: 39px;
    overflow: hidden;
    float: left;
    border: 1px solid white;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    margin: 0px 2px 4px 2px;
}

#sidebar #lastfm div:active, #sidebar #lastfm div:hover {
    border-color: #9FC765;
}

#sidebar #lastfm img {
    width: 54px;
    min-height: 39px;
}

/* ------------------------------------------------------------------- Footer */
#footer {
	clear: both;
	background: url(/media/footer.png) no-repeat top center;
	height: 36px;
	width: 756px;
	margin: 0 auto 5px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}

#footer p {
	position: relative;
	top: -7px;
	display: inline;
}

#footer span.sep {
	padding: 0 5px;
}

#footer img {
	margin-top: -2px;
}

#footer a {
	color: #eee;
}

#footer a:hover {
	text-decoration: none;
	color: #9FC765;
}
