/*
Theme Name: Jacob and Eric
Theme URI: http://jacobanderic.com
Description: Custom theme for Terranova
Version: 1.0 - xili
Author: Jacob and Eric
Author URI: http://jacobanderic.com
Tags: Jacob and Eric
*/

@import "styles/reset.css";

/*
* html elements
* @since 090422
*/
body {
	background: #d0e4ef;
	color: #5a5b5d;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 85%;
	margin: 0;
}

small {
	font-size: 10px;
}

input, select, textarea {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 85%;
}

/*
* formatting
* @since 090422
*/
.post a {
	color: #56bceb;
	text-decoration: underline;
}

.post a:hover {
	color: #af6227;
}

.post h1 {
	font-size: 150%;
}

.post h2 {
	font-size: 150%;
}

.post h3 {
	font-size: 140%;
}

.post h4 {
	font-size: 130%;
}

.post h5 {
	font-size: 120%;
}

.post h6 {
	font-size: 110%;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	color: #56bceb;
	padding: .2em 0 .4em 0;
}

.post em, post i {
	font-style: italic;
}

.post strong, .post b {
	font-weight: bold;
}

.post p {
	letter-spacing: .05em;
	padding: 0 0 1em 0;
}

.post ol, .post ul {
	padding: 0 0 1em 20px;
}

.post ol li {
	list-style: decimal;
}

.post ul li {
	list-style-type: disc;
}

.post blockquote, .post q, .post cite {
	background: url(images/quote.png) left 3px no-repeat;
	font-style: italic;
	min-height: 30px;
	padding: 0 0 0 45px;
}

.post img {
	padding: .5em 1em 1em 1em;
}

/*
* header
* @since 090422
*/
#rss-button {
	right: 88px;
}

#lang-button {
	right: 0;
}

#rss-button, #lang-button {
	background: url(images/lang-button.png) repeat-x;
	border: 1px solid #b7cbd7;
	border-top: 0;
	color: #c89767;
	font-size: 11px;
	height: 15px;
	padding: 2px 0 0 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 82px;
}

#rss-button:hover, #lang-button:hover {
	color: #405c6c;
}

#logo {
	float: left;
	height: 84px;
	text-indent: -1000em;
	width: 225px;
}

.logo-en {
	background: url(images/terranova.png) no-repeat;
}

.logo-fr {
	background: url(images/terranova-fr.png) no-repeat;
}

#logo a {
	display: block;
	height: 84px;
	width: 225px;
}

#menu {
	float: left;
	margin: 0 0 0 -5px;
}

#menu li {
	float: left;
	font-size: 14px;
	text-align: center;
}

#menu a {
	color: #b06110;
	display: block;
	font-weight: bold;
	height: 44px;
	padding: 35px 0 0 0;
}

#menu a:hover {
	background: #405c6c;
	color: #fff;
}

#menu-home {
	width: 78px;
}

#menu-products {
	width: 80px;
}

#menu-services {
	width: 82px;
}

#menu-news {
	width: 90px;
}

#menu-about {
	width: 105px;
}

#menu-contact {
	width: 96px;
}

#blog-logo {
	font-size: 40px;
	text-transform: lowercase;
}

#categories-top {
	background: url(images/categories-top.png) top no-repeat;
}

#categories {
	background: url(images/categories-background.png) repeat-y;
}

#categories-bottom {
	background: url(images/categories-bottom.png) bottom no-repeat;
}

#categories .stitle a {
	color: #fff;
	float: left;
	font-weight: normal;
	padding: 20px 0 0 24px;
	text-align: center;
	width: 218px;
	text-decoration: none;
}

#categories .stitle a:hover {
	color: #d0e4ef;
}

#categories ul {
	float: left;
	margin: 23px 50px 14px 20px;
	width: 460px;
}

#categories li {
	float: left;
	font-size: 12px;
}

#categories li a {
	background: #56bceb;
	color: #fff;
	display: block;
	margin: 0 5px 4px 0;
	min-width: 80px;
	padding: 2px 4px;
	text-decoration: none;
}

#categories li a:hover {
	background: #efe3d6;
	color: #b06228;
}

#categories li ul {
	display: none;
}

#breadcrumbs {
	color: #3493d3;
	float: left;
	font-size: 90%;
	padding: 0 0 12px 0;
}

#breadcrumbs li {
	background: url(images/breadcrumbs.png) left 1px no-repeat;
	float: left;
	padding: 0 6px 0 12px;
}

#breadcrumbs li.first {
	background: none;
	padding: 0 6px 0 0;
}

#breadcrumbs li.last {
	font-weight: bold;
}

#breadcrumbs a {
	color: #3493d3;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/*
* post
* @since 090422
*/
.post {
	background: #fff;
	clear: both;
	margin: 0 0 20px 0;
	padding: 6px;
}

.post p.post-meta {
	background: url(images/post-meta.png) left top no-repeat;
	color: #fff;
	font-size: 12px;
	margin: 0 0 1em 0;
	padding: 2px 5px;
}

.post p.post-meta a {
	color: #fff;
	text-decoration: underline;
}

.post p.post-meta a:hover {
	color: #d0e4ef;
	text-decoration: underline;
}

a.more-link, .comment-link a {
	background: #efe3d6;
	color: #b06228;
	font-size: 10px;
	letter-spacing: 0;
	padding: 2px 4px;
	text-decoration: none;
	text-transform: uppercase;
}

a.more-link:hover, .comment-link a:hover {
	background: #56bceb;
	color: #fff;
}

a.more-link {
	float: left;
}

.comment-link {
	float: right;
	margin: -1em 0 0 0;
	
}

/*
* archives
* @since 090422
*/
#archive-title {
	background: url(images/archive-title.png) no-repeat;
	color: #fff;
	font-size: 18px;
	height: 28px;
	padding: 11px 0 0 50px;
	text-transform: lowercase;
	width: 463px;
}

/*
* single
* @since 090422
*/
.trans {
	float: right;
	font-size: 90%;
}

.socialnetworks {
	text-align: center;
}

.post p.post-tags {
	background: #e9f2f7;
	padding: 2px 4px;
}

.post-tags span {
	font-size: 110%;
	padding: 0 15px 0 0;
}

.post-tags a {
	color: #56bceb;
	font-size: 90%;
	letter-spacing: 0;
	text-decoration: none;
}

.post-tags a:hover {
	color: #af6227;
}

#comments {
	margin: 20px 0 0 -20px;
}

#comments-list {
	margin: 0 0 0 -20px;
}

#comments-list li, #comment-form li {
	list-style: none;
}

#comments .comment {
	float: left;
	font-size: 90%;
	margin: 0 0 0 20px;
	width: 221px;
}

#comments .avatar {
	float: left;
	margin: 0;
	padding: 0 5px 5px 0;
}

.comment-meta {
	color: #56bceb;
}

.comment-meta a {
	color: #56bceb;
	text-decoration: underline;
}

.comment-meta a:hover {
	color: #af6227;
}

.comment .post {
	background: url(images/quote.png) left 3px no-repeat;
	min-height: 30px;
	padding: 0 0 0 45px;
}

#comments-navigation li {
	list-style: none;
	padding: 0 0 2em 0;
}

#comment-form {
	background: #efe3d6 url(images/comment-form.png) top right no-repeat;
	clear: both;
	margin: 0 0 0 20px;
	padding: 2px 6px 6px 6px;
}

#comment-form-title {
	color: #b06228;
	height: 18px;
	padding: 0 0 2px 0;
	text-transform: uppercase;
}

#comment-form-left {
	float: left;
	padding: 0 6px 0 0;
	width: 228px;
}

#comment-form-left ul, #comment-form-left li {
	margin: 0;
	padding: 0;
}

#comment-form-left input {
	border: 0;
	color: #56bceb;
	font-size: 90%;
	margin: 0 0 6px 0;
	padding: 2px;
	text-transform: uppercase;
	width: 225px;
}
#comment-form-left input.example {
	color: #a2cde5;
}

#comment-form-right {
	float: left;
	position: relative;
	width: 236px;
}

#comment-form-right textarea {
	border: 0;
	font-size: 90%;
	margin: 0;
	padding: 2px;
	width: 233px;
}

#comment-form #submit {
	background: #56bceb;
	border: 0;
	bottom: 0;
	color: #fff;
	font-size: 90%;
	left: -234px;
	margin: 0 0 0 0;
	padding: 2px;
	position: absolute;
	text-transform: uppercase;
	width: 229px;
}

#comment-form #submit:hover {
	background: #b06228;
	color: #efe3d6;
	cursor: pointer;
}

/*
* sidebar
* @since 090422
*/
#sidebar li {
	overflow: hidden;
}

.sidebar-widget {
	padding: 0 0 20px 0;
}

.sidebar-widget .stitle {
	padding: 0 0 4px 0;
}

.sidebar-cloud {
	text-align: center;
}

.sidebar-cloud a {
	color: #af6227;
	line-height: .9em;
	text-transform: lowercase;
}

.sidebar-cloud a:hover {
	color: #218fda;
}

.sidebar-twitter li {
	background: url(images/tweets.png) left 2px no-repeat;
	color: #218fda;
	font-size: 11px;
	min-height: 15px;
	padding: 0 0 8px 30px;
}

.sidebar-twitter a {
	color: #a2cde5;
}

.sidebar-twitter a:hover {
	color: #af6227;
}

.twitter-follow {
	font-size: 11px;
}

.sidebar-comments li {
	background: url(images/comments.png) left 2px no-repeat;
	color: #cfa073;
	font-size: 11px;
	min-height: 15px;
	padding: 0 0 8px 30px;
}

.sidebar-comments a {
	color: #af6227;
}

.sidebar-comments a:hover {
	color: #218fda;
}

.sidebar-archives li {
	background: url(images/archives.png) left 2px no-repeat;
	padding: 0 0 8px 30px;
}

.sidebar-archives li a {
	color: #3493d3;
}

.sidebar-archives li a:hover {
	color: #af6227;
}

/*
* footer
* @since 090422
*/
#footer, #copyright {
	color: #000;
	font-size: 90%;
}

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

#footer li {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}

#footer-login {
	width: 200px;
}

#footer-img {
	text-align: center;
	width: 300px;
}

#footer-tel {
	width: 200px;
}

#footer-tel p {
	background: url(images/logo_tel.jpg) left top no-repeat;
	float: right;
	min-height: 23px;
	padding: 0 0 0 22px;
}

#footer-menu {
	padding: 2px 0 0 0;
	text-align: center;
}

#copyright {
	font-size: 80%;
	text-align: right;
}

#copyright a {
	color: #405c6c;
	text-decoration: underline;
}

#copyright a:hover {
	text-decoration: none;
}

/*
* wordpress
* @since 090422
*/
.wp-caption img {

}

.wp-caption {
	
}

/*
* general
* @since 090422
*/
.alignnone, .post img.alignnone {
	padding: .5em 1em 1em 0;
}

.aligncenter, .post img.aligncenter {
	margin: 0 auto;
}

.alignleft, .post img.alignleft {
	float: left;
	padding: .5em 1em 1em 0;
}

.alignright, .post img.alignright {
	float: right;
	padding: .5em 0 1em 1em;
}

.clear {
	clear: both;
}

.msg {
	color: #a2cde5;
	font-size: 90%;
	font-style: italic;
}

.title, .post .title {
	color: #af6227;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 24px;
	letter-spacing: .05em;
}

.post .title {
	padding: 0 0 .6em 0;
}

.title a, .post .title a {
	color: #af6227;
	text-decoration: none;
}

.title a:hover, .post .title a:hover {
	color: #56bceb;
}

.stitle {
	color: #208dda;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .03em;
}

/*
* structure
* @since 090422
*/
#header {
	background: url(images/menu-background.png) bottom repeat-x;
	height: 84px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	position: relative;
	width: 754px;
}

#terranova-wrapper {
	background: url(images/main-background.png) repeat-y;
	margin: 0 auto;
	width: 752px;
}

#categories, #categories-top, #categories-bottom {
	margin: 0 auto;
	min-height: 82px;
	width: 800px;
}

#sidebar {
	background: #fff url(images/sidebar-bottom.png) left bottom no-repeat;
	float: left;
	padding: 0 15px;
	width: 188px;
	min-height: 400px;
}

#main {
	float: left;
	padding: 0 20px 0 20px;
	width: 494px;
}

#bottom-wrapper {
	background: url(images/main-bottom.png) left bottom no-repeat;
	height: 28px;
	margin: 0 auto;
	width: 752px;
}

#footer {
	margin: 0 auto;
	padding: 15px 0;
	width: 700px;
}

#copyright {
	margin: 0 auto;
	width: 752px;
}