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

@import "styles/reset.css";

/*
* html elements
* @since 090422
*/
body {
	background: #333 url(images/shadow.png) center 50px repeat-x;
	color: #444;
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 90%;
	letter-spacing: .1em;
	margin: 0 0 30px 0;
}

a {
	color: #c54114;
	text-decoration: none;
}

a:visited {
	color: #c54114;
	text-decoration: none;
}

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

big {
	
}

small {
	
}

input, select, textarea {
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Century Gothic', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

hr {
	border: 0;
	border-top: 1px solid #000;
}

/*
* formatting
* @since 090422
*/
.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: #000;
	padding: 10px 0 10px 0;
}

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

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

.post p {
	padding: 0 0 1em 0;
}

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

.post li {
	padding: 0 0 1em 0;
}

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

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

.post blockquote, .post q, .post cite {
	font-style: italic;
	padding: 0 0 1em 20px;
}

.post img {
	max-width: 630px; /* POST WIDTH SIZE */
	padding: .5em 1em 1em 1em;
}

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

.post a:visited {
	color: #333;
}

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

/*
* header
* @since 090422
*/
#top ul {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 950px;
}

#top #louisbabin {
	background: url(images/louisbabin.png) left top no-repeat;
	float: left;
	padding: 18px 20px 0 0;
	width: 630px;
}

#top #search {
	float: left;
	width: 300px;
}

#louisbabin {
	font-size: 10px;
}

#louisbabin a {
	color: #fff;
	min-width: 132px;
	padding: 20px 0 0 0;
	text-decoration: none;
}

#search {
	padding: 4px 0 0 0;
}

#search a {
	color: #fff;
	float: right;
}

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

#search-input {
	border: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float: right;
	font-size: 90%;
	height: 15px;
	margin: 0 0 0 20px;
	outline: 0;
	padding: 2px;
	width: 150px;
}

#search-submit {
	background: url(images/search.png);
	border: 0px;
	float: right;
	height: 20px;
	width: 20px;
}

#menu {
	background: url(images/menu.png) no-repeat;
	font-size: 16px;
	margin: 0 -25px;
	padding: 0 25px;
}

#menu ul {
	float: right;
}

#menu li {
	float: right;
	height: 35px;
	position: relative;
}

#menu li ul {
	display: none;
	float: none;
	position: absolute;
	right: 0;
	top: 35px;
}

#menu li ul li {
	background: #000;
	float: none;
	font-size: 14px;
	text-align: right;
}

#menu li ul li a {
	width: 200px;
}

#menu li:hover ul {
	display: block;
	z-index: 100;
}

#menu  a {
	color: #fff;
	float: left;
	padding: 8px 12px;
	height: 19px;
	text-decoration: none;
}

#menu a:hover {
	background: url(images/hover.png);
}

/*
* home
* @since 090422
*/
#home-quote {
	float: left;
	height: 195px;
	padding: 30px 10px 0 40px;
	width: 300px;
}

.quote-en {
	background: url(images/quote-en-left.png) left 20px no-repeat;
}

.quote-fr {
	background: url(images/quote-fr-left.png) left 20px no-repeat;
}

#home-quote .quote {
	color: #000;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-size: 110%;
	letter-spacing: .1em;
	padding: 0 50px 0 0;
}

#home-quote .quote-en {
	background: url(images/quote-en-right.png) right bottom no-repeat;
}

#home-quote .quote-fr {
	background: url(images/quote-fr-right.png) right bottom no-repeat;
}

#home-pictures {
	border-bottom: 35px solid #000;
	float: right;
	height: 200px;
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 600px;
}

#home-blog { 
	float: left;
	width: 330px;
}

#home-blog ol {
	padding: 10px;
}

#home-blog li {
	background: url(images/pen.png) left top no-repeat;
	line-height: .9em;
	list-style: none;
	padding: 0 0 15px 30px;
}

#home-blog li a {
	color: #000;
	display: block;
	font-size: 110%;
}

#home-blog li a:hover, #home-blog li a:hover .date {
	color: #c54114;
	text-decoration: none;
}

#home-blog .date {
	color: #444;
	font-size: 80%;
}

#home1 {
	float: left;
	padding: 0 20px;
	width: 290px;
}

#home2 {
	float: left;
	width: 290px;
}

.home-content .home-title a  {
	background: #000;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 25px;
	overflow: hidden;
	padding: 5px 10px;
	text-decoration: none;
}

.home-content .home-title a:hover {
	background: url(images/hover.png);
}

.home-content .post {
	padding: 8px;
}

/*
* blog
* @since 090422
*/
.post {
	clear: both;
	letter-spacing: 0;
}

.post .post-day {
	background: #000;
	color: #fff;
	float: left;
	font-size: 25px;
	margin: 6px 20px 20px 0;
	max-height: 31px;
	padding: 2px 18px;
	text-decoration: none;
}

.post .post-day:visited {
	color: #fff;
}

.post .post-day:hover {
	background: url(images/hover.png);
	color: #fff;
}

.post .post-title {
	color: #000;
	font-size: 1.8em;
	margin: -6px 0 0 0;
	padding: 0;
}

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

.post-title a:hover {
	color: #245586;
}

.post .page-title {
	color: #000;
	font-size: 1.8em;
	margin: 0 0 20px 0;
	padding: 0;
}

.post .post-meta {
	color: #444;
	font-size: .8em;
	margin: -3px 0 0 0;
	padding: 0 0 20px 0;
}

.post-meta a, .post-meta a:visited {
	color: #c54114;
	text-decoration: none;
}

.post-meta a:hover {
	text-decoration: underline;
}

.post .post-comments {
	background: url(images/pen.png) left top no-repeat;
	clear: both;
	padding: 6px 0 10px 30px;
}

#blog .post, .search .post {
	padding: 0 0 40px 0;
}

#archive-title {
	color: #245586;
	font-size: 2em;
	padding: 0 0 20px 0;
	
}

/*
* comments
* @since 090422
*/
.comments-title {
	color: #000;
	font-size: 1.6em;
	padding: 0 0 15px 0;
}

.comment-meta {
	color: #000;
	font-size: 90%;
	letter-spacing: normal;
	padding: 0 0 1em 0;
}

.comment-meta a {
	color: #c54114;
}

.comment-meta a:hover {
	text-decoration: underline;
}

.avatar {
	float: left;
	padding: 0 1em .8em 0;
}

.comment-post {
	font-size: 90%;
}

.post .comment-reply-link {
	color:  #c54114;
	float: right;
	margin: 0 0 0 0;
	text-decoration: none;
}

.comment-reply-link:hover {
	text-decoration: underline;
}

#respond, #logged  {
	font-size: 90%;
	padding: 0 0 10px 0;
}

#respond a {
	color:  #c54114;
	text-decoration: none;
}

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

#comments-list li li {
	margin: 0 0 0 30px;
}

#author, #email, #url, #comment {
	border: 1px solid #999;
	font-size: 90%;
	margin: 0 0 10px 0;
	padding: 2px;
	width: 49%;
}

#comment {
	width: 99%;
}

#submit-row {
	text-align: center;
}

#submit {
	background: #333;
	border: 1px solid #9e9e9e;
	color: #fff;
	padding: 2px 15px;
}

#submit:hover {
	cursor: pointer;
}

/*
* sidebar
* @since 090422
*/
#sidebar {
	font-size: 90%;
	padding: 20px 0 0 0;
}
.sidebar-widget {
	padding: 0 0 40px 0;
}

.sidebar-widget .title {
	background: #000;
	color: #fff;
	font-size: 1.4em;
	min-height: 27px;
	padding: 4px 10px;
}

.sidebar-widget ul {
	padding: 5px 0 0 25px;
}

.sidebar-widget p {
	padding: 5px 0 0 12px;
}

.sidebar-widget li {
	color: #000;
	letter-spacing: normal;
	list-style: square;
}

.sidebar-list li {
	padding: 0 0 8px 0;
}

.sidebar-list a {
	font-size: 80%;
}

.twitter-follow {
	text-align: right;
}

/*
* footer
* @since 090422
*/
#footer {
	color: #fff;
	padding: 8px 0 0 0;
}

#footer #social-networks {
	float: left;
	padding: 0 0 0 20px;
	width: 300px;
}

#footer #social-networks img {
	padding: 0 10px 0 0;
}

#footer #social-networks a img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#footer #social-networks a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
}

#footer #newsletter-column {
	float: left;
	padding: 0 20px;
	text-align: center;
	width: 310px;
}

#footer #newsletter-wrapper {
	margin: 0 auto;
	width: 175px;
}

#newsletter-input {
	border: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float: left;
	font-size: 90%;
	height: 15px;
	outline: 0;
	padding: 2px;
	width: 150px;
}

#newsletter-go {
	background: url(images/newsletter.png);
	border: 0px;
	display: block;
	float: left;
	height: 20px;
	text-indent: -1000em;
	width: 20px;
}

#footer #addthis {
	float: left;
	padding: 0 20px 0 0;
	text-align: right;
	width: 300px;
}

#footer .title {
	font-size: 16px;
	padding: 0 0 5px 0;
}

#copyright {
	color: #fff;
	font-size: 10px;
	text-align: center;
}

#newsletter {
	display: none;
}

#newsletter-form {
	background: #000;
	border: 1px solid #333;
	color: #fff;
	height: 250px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	width: 300px;
}

#newsletter-form li {
	color: #fff;
	padding: 0 0 20px 0;
	position: relative;
}

#newsletter-form li input {
	border: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 90%;
	height: 15px;
	outline: 0;
	padding: 2px;
	width: 296px;
}

#form-submit {
	text-align: center;
}

#newsletter-form li input#newsletter-submit {
	background: #333;
	border: 1px solid #555;
	color: #fff;
	font-size: 90%;
	height: auto;
	padding: 2px 15px;
	width: auto;
}

#newsletter-close {
	background: url(images/close.png);
	bottom: -18px;
	color: #fff;
	display: block;
	font-size: 120%;
	height: 16px;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-indent: -1000em;
	width: 16px;
}

/*
* wordpress
* @since 090422
*/
.post .more-link, .post .more-link:visited {
	color: #c54114;
	float: right;
	padding: 0 20px 0 0;
	text-decoration: none;
}

.post .more-link:hover {
	color: #c54114;
	float: right;
	text-decoration: underline;
}

.wp-caption img {
	padding-bottom: 5px;
}

.wp-caption {
	color: #888;
	font-size: 80%;
	font-style: italic;
	text-align: center;
}

/*
* 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;
}

.error {
	color: #ff0000;
}

.label {
	color: #ccc;
}

.example {
	color: #aaa;
}

.msg {
	color: #245586;
}

.pointer:hover {
	cursor: pointer;
}

.textbox {
	border: 1px solid #999;
	border-right: 0;
	float: left;
	height: 14px;
	padding: 2px;
	outline: 0;
	width: 150px;
}

.title {
	font-family: 'Century Gothic', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.submit {
	background: url(images/submit.png);
	border: 0;
	float: left;
	height: 20px;
	text-indent: -1000em;
	width: 20px;
}

.submit:hover {
	cursor: pointer;
}

/*
* structure
* @since 090422
*/
#top {
	background: #245586;
	height: 50px;
	overflow: hidden;	
}

#wrapper {
	background: #fff url(images/background.png) repeat-y;
	margin: 0 auto;
	padding: 0 25px 0 25px;
	width: 950px;
}

#footer {
	background: #000;
	margin: 0 -20px;
}

#footer-bottom {
	background: #000 url(images/footer.png) bottom no-repeat;
	height: 10px;
	margin: 0 auto;
	padding: 0 25px;
	width: 950px;
}

#content {
	min-height: 300px;
}

#blog {
	float: left;
	padding: 20px 20px 20px 0;
	width: 650px;
}

#page {
	padding: 20px 0 20px 0;
}

#sidebar {
	float: left;
	width: 280px;
}