/*
Theme Name: Jacob & Eric
Theme URI: http://jacobanderic.com
Description: Custom theme for Ivar Jacobson International Blog
Version: 1.0
Author: Jacob & Eric
Author URI: http://jacobanderic.com
Tags: Jacob & Eric, Jacob and Eric
*/

@import "styles/reset.css";

/*
* html elements
* @since 090422
*/
body {
	background: #eeeeef;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 80%;
}

big {
	font-size: 200%;
}

small {
	font-size: 75%;
}

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

/*
* 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 {
	padding: 0 0 1em 0;
}

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

.post strong, .post b, #main strong {
	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: circle;
}

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

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

.post a:hover {
	color: #009ddc;
}

.post img {
	border: 1px solid #b6b8bc;
	max-width: 680px; /* POST WIDTH SIZE */
	margin: 0 0 10px 0;
}

.post img.alignnone {
	margin: 0 0 10px 0;
}

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

.post img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.post img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

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

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

.wp-caption {
	font-style: italic;
	text-align: center;
}

/*
* header
* @since 090422
*/
#header li {
	height: 100%;
	text-indent: -1000em;
	width: 300px
}

#header li a {
	display: block;
	height: 100%;
	width: 300px;
}

#ivar-jacobson-international {
	float: left;
}

#the-smarter-way {
	float: right;
}


/*
* post
* @since 090422
*/
.article {
	margin: 0 0 20px 0;
	position: relative;
}

.article .title {
	color: #009ddc;
	font-size: 140%;
	padding: 0 100px 0 0;
}

.article .title a {
	color: #009ddc;
}

.article .title a:hover {
	color: #5d87a1;
}

.post-meta {
	background: #5d87a1;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 3px 100px 4px 5px;
	position: relative;
}

.post-meta a {
	color: #fff;
}

.post-meta a:hover {
	color: #dcce87;
}

.post-meta .comments {
	height: 62px;
	position: absolute;
	right: 20px;
	text-align: center;
	bottom: -12px;
	width: 55px;
	z-index: 10;
}

.archives .post img {
	margin: 0px 10px 10px 0;
	max-height: 100px;
	max-width: 150px;
}

.post .post-thumbnail {
	float: left;
}

.post .more-link, .more-link:visited {
	color: #009ddc;
	text-decoration: none;
}

.post .more-link:hover {
	text-decoration: underline;
}

.post-tags {
	background: url(images/icon-tags-trans.png) top left no-repeat;
	color: #919195;
	min-height: 15px;
	padding: 0 0 10px 25px;
}

.post-author {
	border-top: 1px solid #b6b8bc;
	border-bottom: 1px solid #b6b8bc;
	clear: both;
	color: #919195;
	height: 16px;
	overflow: hidden;
	position: relative;
}

.post-tags a, .post-author a {
	color: #919195;
}

.post-tags a:hover, .post-author a:hover {
	color: #009ddc;
}

.post-author span {
	background: url(images/addthis.png);
	border-right: 1px solid #b6b8bc;
	border-left: 1px solid #b6b8bc;
	height: 16px;
	position: absolute;
	right: 0;
	text-indent: -1000em;
	top: 0;
	width: 123px;
}

.post-author span a {
	display: block;
	height: 16px;
	width: 123px;
}

.ivar-jacobson {
	background: #eeeeef;
	border: 1px solid #b6b8bc;
	margin: 40px 0 20px 0;
	padding: 10px;
}

.ivar-jacobson-title {
	color: #009ddc;
	font-size: 140%;
	margin: 0 0 -40px 82px;
	padding: 0 100px 0 0;
}

.ivar-jacobson-title a {
	color: #009ddc;
}

.ivar-jacobson-title a:hover {
	color: #5d87a1;
}

.ivar-jacobson-title span {
	color: #5d87a1;
	font-size: 70%;
}

.ivar-jacobson-title span a {
	color: #5d87a1;
}

.ivar-jacobson .post-meta {
	padding: 3px 100px 4px 72px;
}

.ivar-jacobson .post-meta .comments {
	right: 10px;
}

.ivar-jacobson .avatar, .ivar-jacobson .post_avatar, .ivar-jacobson .avatar-default {
	border: 1px solid #5d87a1;
	bottom: 0;
	position: absolute;
	left: 10px;
	z-index: 10;
} 

/*
* archives
* @since 090422
*/
#archive-title {
	color: #5d87a1;
	font-size: 160%;
	border-bottom: 1px solid #b6b8bc;
	margin: 0 -20px 20px -20px;
	padding: 0 0 18px 0;
	text-align: center;
	text-transform: uppercase;
}

.author-title .avatar {
	 border: 1px solid #5d87a1;
	 vertical-align: middle;
}

/*
* comments
* @since 090422
*/
#comments {
	margin: 40px 0 0 0;
}

#comments .title {
	color: #009ddc;
	font-size: 140%;
}


.comment {
	margin: 20px 0 0 0;
	border-bottom: 1px solid #b6b8bc
}

.comment .comment-meta {
	background: #5d87a1;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 3px 60px 4px 5px;
	position: relative;
}

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

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

.comment .comment-meta span {
	position: absolute;
	right: 5px;
	top: 3px;
}

.comment .avatar {
	border: 1px solid #b6b8bc;
	float: left;
	margin: 0 10px 10px 0;
}

.comment ul li {
	border-bottom: 0;
	margin: 0 0 0 62px;
}

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

#comments-nav span {
	float: right;
}

#comments-nav a {
	background: #5d87a1;
	color: #fff;
	padding: 2px 10px;
}

#comments-nav a:hover {
	background: #009ddc;
}

#comment-form {
	clear: both;
	margin: 40px 0 0 0;
}

#comment-form li {
	margin: 0 0 10px 0;
}

#comment-form a {
	color: #009ddc;
}

#comment-form a:hover {
	color: #919195;
}

#comment-form label {
	display: block;
	float: left;
	width: 115px;
}

#comment-form input {
	border: 1px solid #b6b8bc;
	padding: 0 3px;
	width: 266px;
}

#comment-form #comment {
	border: 1px solid #b6b8bc;
	padding: 1px 3px;
	width: 672px;
}

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

#comment-form #submit {
	background: #5d87a1;
	border: 0;
	color: #fff;
	padding: 2px 15px;
	width: auto;
}

#comment-form #submit:hover {
	background: #009ddc;
	cursor: pointer;
}

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

#blog {
	height: 69px;
	margin: 0 -20px 23px -40px;
	text-indent: -1000em;
}

#blog a {
	display: block;
	height: 69px;
	width: 254px;
}

#sidebar-border {
	background: url(images/sidebar.png);
	bottom: 0;
	height: 300px;
	position: absolute;
	right: -1px;
	width: 1px;
	z-index: 10;
}

#search {
	margin: 0 0 25px 0;
}

#search input {
	float: left;
}

#search-input {
	border: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	font-size: 85%;
	height: 13px;
	padding: 2px 3px;
	width: 162px;
}

#search-submit {
	background: url(images/search.png);
	border: 0;
	height: 19px;
	margin: 0 0 0 3px;
	width: 21px;
}

#search-submit:hover {
	cursor: pointer;
}

.sidebar-button {
	font-size: 150%;
	margin: 0 0 5px -20px;
}

.sidebar-button:hover {
	background: #009ddc;
}

.sidebar-button small {
	font-size: 60%;
}

.sidebar-button a {
	color: #009ddc;
	display: block;
	min-height: 41px;
}

.sidebar-button a:hover {
	color: #fff;
}

#button-rss a {
	background: url(images/button-rss-trans.png) 20px 3px no-repeat;
	padding: 6px 0 0 70px;
}

#button-newsletter a {
	background: url(images/button-newsletter-trans.png) 20px 3px no-repeat;
	padding: 4px 0 0 70px;
}

#button-email a {
	background: url(images/button-email-trans.png) 20px 3px no-repeat;
	padding: 5px 0 0 70px;
}

#button-twitter a {
	background: url(images/button-twitter-trans.png) 20px 3px no-repeat;
	padding: 4px 0 0 70px;
}

#button-twitter {
	margin: 0 0 20px -20px;
}

.sidebar-widget {
	clear: both;
	color: #919195;
	margin: 0 0 20px 0;
}

.sidebar-widget .title, .sidebar-widget .title a {
	color: #666;
	font-size: 130%;
	padding: 0 0 8px 0;
}

.sidebar-widget a {
	color: #009ddc;
	display: block;
}

.sidebar-widget .tags a, .sidebar-widget .tweets a {
	display: inline;
}

.sidebar-widget a:hover {
	color: #919195;
}

.sidebar-widget li {
	background: url(images/icon-categories.png) left 3px no-repeat;
	min-height: 15px;
	padding: 0 0 .4em 20px;
}

.sidebar-widget .authors li {
	background: url(images/icon-authors.png) left 1px no-repeat;
}

.sidebar-widget .archives li {
	background: url(images/icon-archives.png) left 2px no-repeat;
}

.sidebar-widget .tweets li {
	background: url(images/icon-tweets.png) left 4px no-repeat;
}

.sidebar-widget .tags {
	text-align: center;
}

#fb-likebox {
	margin: 0 0 20px 0;
}

/*
* footer
* @since 090422
*/
#menu-footer {
	border-top: 1px solid #b6b8bc;
	padding: 18px 0 18px 20px;
}

#menu-footer ul {
	float: left;
	padding: 0 20px 0 0;
	width: 147px;
}

#menu-footer #menu-footer-home {
	width: 55px;
}

#menu-footer #menu-footer-about {
	width: 100px;
}

#menu-footer #menu-footer-copyright {
	float: right;
	text-align: right;
	width: 70px;
}

#menu-footer .title {
	padding: 0 0 6px 0;
}

#menu-footer .title a {
	color: #009ddc;
	font-size: 120%;
}

#menu-footer .title a:hover {
	color: #5d87a1;
}

#menu-footer a {
	color: #000;
}

#menu-footer a:hover {
	color: #009ddc;
}

#footer-breadcrumbs {
	position: relative;
}

#footer-breadcrumbs p {
	font-size: 85%;
	left: 20px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	width: 910px;
}

#footer-breadcrumbs a {
	background: url(images/breadcrumbs.gif) right center no-repeat;
	color: #000;
	margin: 0 4px 0 0;
	padding: 0 14px 0 0;
}

#footer-breadcrumbs a:hover {
	color: #009ddc;
}

/*
* general
* @since 090422
*/
.clear {
	clear: both;
}

.error {
	color: #ff0000;
}

.msg {
	color: #009ddc;
}

.myriad {
	font-family: 'Myriad Pro', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	letter-spacing: 1px;
}

.pointer {
	cursor: pointer;
}

/*
* structure
* @since 090422
*/
#wrapper {
	background: #fff url(images/background.png);
	margin: 0 auto;
	padding: 0 13px 0 12px;
	width: 975px;
}

#header {
	background: url(images/ivar-jacobson-international.png);
	border-bottom: 1px solid #b6b8bc;
	height: 99px;
	width: 975px;
}

#main {
	float: right;
	padding: 20px 20px;
	width: 680px;
}

#sidebar {
	background: url(images/blog.png) left top no-repeat;
	border-right: 1px solid #b6b8bc;
	float: left;
	min-height: 300px;
	padding: 0 20px 20px 40px;
	position: relative;
	width: 194px;
}

#footer {
	background: url(images/footer.png);
	border-top: 1px solid #b6b8bc;
	height: 27px;
	padding: 0 20px 15px 20px;
	position: relative;
}

#footer li {
	bottom: 0;
	position: absolute;
	height: 42px;
	z-index: 10;
}

#footer #footer-left {
	background: url(images/footer-left.png);
	left: -12px;
	width: 32px;
}

#footer #footer-right {
	background: url(images/footer-right.png);
	right: -13px;
	width: 33px;
}

