/*
Theme Name: curlybracket-clean
Theme URI: http://www.curlybracket.net
Description: clean minimalist theme
Author: U. Uhlig
Author URI: http://www.curlybracket.net
*/


* {
	margin:0;
	padding:0;
}

body {
	font: 13px "Liberation Sans", Arial, sans-serif;
	color: #333;
	margin: 0;
    background: #f7f7f7;
}

img {
	border:none;
}

hr {
	display: none;
}

a, .inputbox:focus, .button:hover {
	color: dodgerblue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table tr, table th, table td {
 border: 1px solid #555;
}

table th, table td {
    padding: 0.1em 0.3em;
}

table th { font-weight: bold; }

.post-edit-link {
	display: none;
}

blockquote {
        border-left: 10px solid #eee;
        padding: 0 1em;
}
img.alignright {
	float:right;
        margin-left: 0.8em;
}
img.alignleft {
	float: left;
    margin-right: 0.8em;
}
.clear {
	clear: both;
}
/*************************************
* Structure
*************************************/
#wrap {
		text-align: left;
        margin: 0 110px 0 150px;
}

#header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
}
#header h1 a {
        font-size: 1em;
        font-weight: normal;
		background: url(images/logo-c.png) no-repeat center center;
		width: 150px;
		height: 115px;
		display: block;
}
#header h1 span {
        display: none;
}

#container {
		background: #fff;
		padding: 0 1em;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		width: 640px;
}
/*************************************
* Sidebar
*************************************/
#sidebar {
		color: #888;
		width: 130px;
		padding: 0 10px;
		position: fixed;
		top: 115px;
		left: 0;
		margin-bottom: 1.5em;
		font-size: 12px;
}
#sidebar h3 {
		font-weight: normal;
		margin-top: 1em;
		margin-bottom: 0.2em;
		font-size:1em;
		font-weight:normal;
		text-transform:uppercase;
}
#sidebar ul {
        list-style: none;
		overflow: hidden;
}
#sidebar li {
}
#sidebar li a {
	   outline: none;
		 display: block;
}
.current-cat {
       font-weight: bold;
}
#categories {
	font-size:1.3em;
}
#presentation small {
		font-size: 0.9em;
}
#presentation p {
       margin-bottom: 0.5em;
}
/*************************************
* Content
*************************************/
#content {
        position: relative;
		padding: 1em 0;
		clear: both;
}

#content ul, #content ol, #content blockquote {
	margin: 15px 0 10px 20px;
}
#content h2.cattitle {
	display: none;
	position: absolute;
        top: 3em;
        right: -5em;
	font-size: 1.3em;
	font-weight: normal;
	font-stretch: ultra-condensed;
	color: #666;
}

/*************************************
* Post
*************************************/
.post {
	margin: 0 0 3em 0;
	overflow: hidden;
        position: relative;
}
.post h2 {
	font-size: 1.6em;
        font-weight: normal;
        margin-bottom: 0.5em;
        color: #999;
}

.post h2 a {
	color: #666;
	text-decoration:none;
}

.post h2 a:hover {
	text-decoration:underline;
}

.post img {
	margin-bottom: 0.8em;
	-moz-box-shadow: 0px 2px 5px #aaa;
	-webkit-box-shadow: 0px 2px 5px #aaa;
}

.post h2 {
	margin-left: 2em;
}
.entry {
        line-height: 1.2em;
}
.entry p, .entry pre, .entry code {
	margin-bottom: 0.5em;
}
.entry a.more-link {
         font-weight: bold;
		 text-decoration: none;
		 clear: both;
		 display: block;
		 text-align: right;
}

.entry strong {
		font-weight: normal;
		color: #555;
}

.entry em {
		font-style: normal;
		color: #777;
}

a.refer {
        clear: both;
}

.details {
	color: #999;
        text-align: right;
        position: absolute;
        top: 0.3em;
        left: 0;
		font-size: 1.2em;
}

.details p {
	margin: 0;
	padding: 0;
}

.details p a:hover {
	text-decoration: none;
}

.post.featured {
}

.column {
       /*float: left;*/
       /*width: 29%;*/
       /*margin-right: 6%;*/
}
.column h2 {
       margin: 0;
	   text-transform: uppercase;
       font-size: 1em;
}
.column h3 {
       font-weight: normal;
	   font-size: 1.2em;
       margin-bottom: 0.5em;
}
/*************************************
* Footer
*************************************/
#footernav {
        font-size: 4.5em !important;
		font-weight: bold
}
* html #footernav {
		height: 1%;
}
#footernav .previous,
#footernav .next {
	position: fixed;
	top: 0;
}
#footernav .next {
	right: -7px;
}
#footernav .previous {
	right: 45px;
}
#footernav a {
        color: #aaa;
        padding: 0.3em;
}
#footernav a:hover {
        text-decoration: none;
}
#footer {
        clear: both;
        color: #aaa;
        font-size: 0.9em;
		padding-bottom: 1em;
}
#footer li { display: inline; margin: 0 0.5em 0 0; }
#footer a { color: #aaa; }

#partners {
	margin: 0.5em 0;
}

/*************************************
* Search
*************************************/
#search {
	margin: 10px 0 10px 0;
        display: none;
}

.inputbox {
	border: 1px solid #ccc;
	color: #333;
	background: #fff;
	font-size: 1em;
	font-family: sans-serif;
	padding: 1px 2px 0px 1px;
	vertical-align: middle;
	width: 100px;
}

.button {
	border: 1px solid #333;
	background: #333;
	color: #fff;
	font-size: 0.9em;
	padding: 0.1em 0.4em;
    cursor: pointer;
}

/******************************
 Comments
******************************/

#comments, #respond {
	border-top: 1px dotted #ccc;
	padding-top: 1em;
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: normal;
}

.commentlist li {
	margin-bottom: 0.5em;
}

#approval {
	margin: 0.5em 0;
	color: crimson;
}

#commentform .inputbox {
	width: 300px;
	margin: 0 0.2em 0.5em 0;
}

#commentsubmit {
	position: relative;
	width: 305px;
	padding-bottom: 14px;
}

#commentsubmit #submit {
	display: block;
	right: 0;
	bottom: 0;
	position: absolute;
}
