/*
THEME NAME: Ceboca
THEME URI: http://ceboca.cm
DESCRIPTION: 
VERSION: 1.0
AUTHOR: Patrick Tanguay
AUTHOR URI: http://tasteofblue.ca
*/

body {
	background-color: #fff;
	margin: 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #666;
}

a {
	text-decoration: none;
	color: #336;
}

a:hover {
	text-decoration: underline;
	color: #5959af;
}

#access {
	display: none;
}

h1 {
	background: url('images/logo.png') no-repeat top left;
	width: 150px;
	margin: 0 auto;
	text-indent: -500em;
}

h1 a {
	display: block;
	height: 150px;
}

#content, #footer {
	width: 600px;
	margin: 75px auto;
}

.entry-content {
	text-align: center;
}

.post {
	position: relative;
	margin-bottom: 75px;
}

.post img {
	max-width: 600px;
}

#sidebar {
	display: none;
}

.navigation {
	position: absolute;
	bottom: 0;
	left: -160px;
	width: 150px;
	padding-top: 135px;
	text-align: left;
	font-size: 0.9em;
}

.navigation .nav-previous {
	margin-bottom: 20px;
}

.navigation a {
	display: block;
}

#comments {
	text-align: left;
}

#footer {
	line-height: 130%;
	text-align: left;
	font-size: 1.15em;
}


/* Typography */

h2 {
	margin: 0 0 5px 0;
	font-size: 2em;
	font-weight: normal;
}

h2 a {
	color: #9e9ecf;
}

p.published {
	clear: left;
	margin: 0;
	padding-top: 10px;
	border-top: 1px solid #eee;
	font-size: 0.9em;
}

p.entry-meta {
	clear: left;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	line-height: 150%;
	text-align: right;
	font-size: 0.9em;
	color: #aaa;
}

h2, p.published, p.entry-meta, #footer h3 {
	float: left;
	width: 150px;
	margin-left: -160px;
	text-align: left;
	color: #aaa;
}

#footer h3 {
	margin-top: -2px;
	font-size: 1.5em;
	font-weight: normal;
	color: #9e9ecf;
}

.entry-meta a {
	color: #aaa;
}

#projects {
	margin-bottom: 75px;
	padding: 5px 0 3px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #bbb;
}

#projects ul {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}

#projects ul li {
	display: inline;
	list-style-type: none;
	margin-left: 20px;
}

#projects ul li a {
	color: #999;
}


/* Misc */

img {
	border: none;
}