/* @override 
	http://juliebacon.local/style.css
	http://examples.abrandnewway.com/juliebacon/amberjack/wp-content/themes/juliebacon/style.css
	http://juliebacon.com/wp-content/themes/juliebacon_2/style.css
*/

/*
Theme Name: JulieBacon.com
Theme URI: http://juliebacon.com/
Description: The JulieBacon WordPress was designed specifically for JulieBacon.com.
Version: 1.0
Author: Patrick Ashamalla
Author URI: http://abrandnewway.com/
Tags: blue, fixed width, two columns, widgets

	JulieBacon v1.0
	 http://abrandnewway.com/ref=juliebacon.com

	This theme was designed and built by A Brand New Way,
	whose site you will find at http://abrandnewway.com/

	The CSS, HTML 5 and design is released only for use with JulieBacon.com
	or other blogs owned and run by Julie Bacon.

*/



/* @group General Structure */

html, body {
	display:block;
	height:100%;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #522d24;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	
}
#wrapper {
	position: relative;	
	text-align: left;
}
#wrapper,#header,#content,#footer,#twitter-faves,#bookmarks,#legal-n-links {
	 display: block;
	 clear: both;
}
#header .content,
#content .content,
#footer .content {
	width: 950px;
	margin: 0 auto;
	padding: 0 5px;
}

#header, #footer #legal-n-links {
	background-color: #522d24;
}
#content {
	background: #030c1d url(images/content-bg.jpg) center top no-repeat;
}
#footer #twitter-faves {
	background-color: #387ba7;
}
#footer #bookmarks {
	background-color: #d7c867;
}

/* @end */

/* @group Header */
#header {
	padding-top: 20px;
	height: 55px; /* total height is 75px */
	border-bottom: 1px solid #e0d47e;
}
#header h1, h1 a {
	width: 261px;
	height: 42px;
	display: block;
}
#header h1 a {
	border: none;
	text-indent: -9999em;
	background: transparent url(images/julie-bacon-logo.gif) left top no-repeat;
	cursor: pointer;
}
#header h1 {
	float: left;
	padding-left: 5px;
}
ul#nav {
	float: right;
	font-weight: 200;
	padding-top: 7px;
}
ul#nav li {
	display: inline;
	color: #e0d47e;
	font-size: 20px;
	padding: 0 10px;
	cursor: default;
	text-transform: lowercase;
}
ul#nav li a {
	color: #e7e3e2;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #e0d47e;
}
/* @end */

/* @group Content (Global) */
div.content-art {
	display: block;
	width: 100%;
	background: transparent url(images/circles-1-bg.png) center bottom repeat-x;
}

#content div.content-art {
	padding-bottom: 111px;
}

#content #additional-links {
	text-align: right;
	margin-left: 707px;
	padding-top: 10px;
	padding-bottom: 45px;
}

#content #additional-links ul#links li {
	display: inline;
	
}
#content #additional-links ul#links li a {
	display: block;
	float: left;
	margin-left: 16px;
}
#content #additional-links ul#links li a.facebook {
	background: transparent url(images/facebook-logo.png) left top no-repeat;
	width: 63px;
	height: 15px;
	text-indent: 9999em;
	overflow: hidden;
}
#content #additional-links ul#links li a.twitter {
	background: transparent url(images/twitter-logo.png) left 1px no-repeat;
	width: 62px;
	height: 15px;
	text-indent: 9999em;
	overflow: hidden;
}
#content #additional-links ul#links li a.rss {
	background: transparent url(images/rss-icon_16.png) right top no-repeat;
	padding-right: 20px;
	color: #265269;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	height: 13px;
}
#content #additional-links ul#links li a.rss:hover {
	color: #fff;
}

/* @end */



/* @group Content (Home) */
#content #photo {
	width: 474px; /* with of image + 10 pixel border */
	float: left;
}
#content #photo img {
	border: 10px solid #522d24;
	width: 454px;
	height: 433px;
}
#content #latest-posts {
	width: 420px;
	padding-right: 18px;
	float: right;
}
#latest-posts #blog-entry {
	border-bottom: 1px solid #64a8d2;
	margin-bottom: 15px;
}
#content #latest-posts h2 {
	display: block;
	width: 134px; /* 1 pixel added for left padding (see background settings) */
	height: 24px;
	background: transparent url(images/t_latest-article.png) 1px top no-repeat;
	text-indent: -9999em;
	margin-bottom: 15px;
}

#content #latest-posts h4,
#content #latest-posts h4 a {
	color: #f2ffff;
	font-size: 24px;
	margin-bottom: 14px;
	text-decoration: none;
	text-shadow: #74b9d5 0 2px 0px;
}
#content #latest-posts p,
span.entry-content {
	color: #082739;
	font-size: 16px;
	line-height: 20px;
	display: block;
}
#content #latest-posts p {
	margin-bottom: 10px;
}
#content #latest-posts #blog-entry p a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #e0d47e;
	padding: 7px 2px 9px 14px;
	width: 132px;
	height: 15px;
	background: transparent url(images/latest-link-bg.png) left top no-repeat;
	margin-left: 270px;
	margin-bottom: 13px;
}
#content #latest-posts #blog-entry p a:hover {
	background-position: 0 -39px;
}
#content #latest-posts #twitter-entry {
	background: transparent url(images/twitter-bubble.png) left top no-repeat;
	width: 448px;
	height: 146px;
	overflow: visible;
	position: relative;
}
a.twitterwidget {
	display: none;
}
#twitter-entry img.twitter-art {
	display: block;
	position: absolute;
	left: 8px;
	top: -33px;
}
#twitter-entry p.tweet,
#twitter-entry span.entry-content,
li.twitter-item {
	width: 375px;
	padding-top: 35px !important;
	line-height: 1.5em;
	padding-left: 20px;
	color: #265269;
	font-weight: bold;
}
#twitter-entry p.tweet a,
#twitter-entry span.entry-content a,
li.twitter-item {
	color: #522d24;
	text-decoration: none;
}
#twitter-entry p.retweet-link,
li.twitter-item p retweet-link {
	position: absolute;
	top: 4px;
	left: 345px;
}
#twitter-entry p.cite,
#twitter-entry span.entry-meta,
li.twitter-item p.cite,
li.twitter-item span.entry-meta {
	text-align: right;
	position: absolute;
	top: 125px;
	width: 362px;
}
#twitter-entry p.cite cite,
#twitter-entry span.entry-meta {
	font-size: 12px;
	color: #082739;
	padding-right: 85px;
}
#twitter-entry span.entry-meta a {
	color: #082739;
	text-decoration: none;
}
#twitter-entry p.retweet-link a {
	width: 61px;
	height:  22px;
	display: block;
	background: transparent url(images/retweet-bg.gif) left top no-repeat;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #522d24;
	padding-left: 8px;
	padding-top: 5px;
}
#content #recent-articles {
	padding-top: 96px;
	clear: both;
	background: transparent url(images/divider.png) center 30px no-repeat;
}
#content #recent-articles h2 {
	width: 161px;
	height: 23px;
	display: block;
	background: transparent url(images/t_recent-articles.png) left top no-repeat;
	text-indent: -9999em;
	margin-bottom: 10px;
}
body.home #content #recent-articles .column {
	width: 310px;
	display:inline;
	float: left;
	position: relative;
	margin: 0 5px;
	height: 389px;
	background: transparent url(images/column-bg.png) left 69px no-repeat;
}
.column h3 {
	display: block;
	height: 69px;
	text-indent: -9999em;
}
.column h3.strategy {
	background: transparent url(images/t_strategy.gif) left top no-repeat;
}
.column h3.marketing {
	background: transparent url(images/t_marketing.gif) left top no-repeat;
}
.column h3.everything-else {
	background: transparent url(images/t_everything-else.gif) left top no-repeat;
}

.alpha {
	margin-left: 0 !important;
}
.omega {
	margin-right: 0 !important;
}

.column div.omega {
	padding-bottom: 0px;
	border-bottom: none;
}
.column p.entry-date {
	font-weight: bold;
	font-size: 13px;
	color: #898989;
}
.column p.entry-article,
.column p.entry-article a {
	font-size: 17px;
	margin-bottom: 5px;
	color: #522d24;
	font-weight: bold;
	text-decoration: none;
}
.column span.entry-excerpt {
	font-size: 13px;
	color: #333;
}
div.column div.entry {
	padding: 15px 12px 20px;
	border-bottom: 1px solid #cdd0d0;
}
div.column div.entry:last-child {
	border-bottom: none;
}
.column p.entry-article a:hover {
	color: #784639;
}
div#respond h3#comment-header {
	font-size: 18px !important;
}
h5#comment-count {
	font-size: 13px;
	font-weight: bold;
	color: #898989;
}
/* @end */

/* @group Content (Sub) */
div.divider {
	clear: both;
	background: transparent url(images/divider.png) center top no-repeat;
	height: 30px;
	display: block;
	margin-top: -45px;
	margin-bottom: 10px;
	overflow: visible;
}
#content div#main {
	display: block;
	width: 610px;
	float: left;
}
#content div#sidebar {
	display: block;
	width: 290px;
	text-align: left;
	margin-left: 640px;
}
#content #entry-heading {
	display: block;
	width: 610px;
	height: 59px;
	color: #522d24;
	background: #d7c867 url(images/entry-heading-bg.png) left top no-repeat;
	padding-top: 10px;
}
#content #entry-heading p {
	padding-top: 10px;
	padding-right: 10px;
}
#content #entry-heading a {
	color: #522d24;
	text-decoration: none;
	font-size: 12px;
	float: right;
}
#content #entry-heading h3 {
	font-size: 26px;
	float: left;
	padding-left: 10px;
	text-transform: lowercase;
}
#content #entry-heading h3 ul.post-categories li a {
	font-size: 26px;
	text-transform: lowercase;
}
#content #main div.entries {
	background: #fff;
	padding: 11px 30px 10px;
}

#content #main div.entries h3 {
	font-size: 20px;
	font-weight: bold;
	color: #522d24;
	line-height: 24px;
	background: #fff url(images/bullet_big.gif) left 1px no-repeat;
	display: block;
	padding-left: 25px;
	margin-left: -25px;
	overflow: visible;
}
#content #main div.entries h3 a {
	color: #522d24;
	text-decoration: none;
}
#content #main div.entries h3 a:hover {
	color: #784639;
}
#content #main div.entries p.date {
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #898989;
}
#content #main div.entries div.entry div.article {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	margin-bottom: 16px;
}
div.article h4 {
	font-size: 14px;
	font-weight: bold;
}
div.article ul {
	padding-left: 20px;
}
div.article ul li {
	list-style: disc outside none;
}
div.article p {
	margin-bottom: 10px;
}
p.category-details,
p.topic-details {
	font-size: 14px;
}

p.category-details,
p.topic-details {
	margin-bottom: 3px;
	color: #333;
}
p.category-details a,
p.topic-details a {
	font-weight: bold;
	color: #387ba7;
	text-decoration: none;
}
p.category-details a:hover,
p.topic-details a:hover {
	text-decoration: underline;
}
p.category-details {
	padding-bottom: 45px;
	margin-left: -30px;
	padding-left: 30px;
	margin-right: -30px;
	padding-right: 30px;
	border-bottom: 1px solid #c9dce1;
	margin-bottom: 25px;
}
div#entries-bottom {
	background: transparent url(images/entries-bottom-cap.png) left top no-repeat;
	display: block;
	height: 24px;
}
ul.twitter li:first-child,
div.twitter-block ul li:first-child span.entry-content {
	border-top: none;
}
li.twitter-item,
div.twitter-block span.entry-content {
	font-size: 12px;
	font-weight: bold;
	color: #265269;
	padding: 20px 17px 20px 19px;
	margin-right: 2px;
}
div.twitter-block span.entry-content {
	padding: 10px 17px 10px 19px !important;	
}
div.twitter-block span.entry-meta {
	display: none;
}
li.twitter-item a,
div.twitter-block span.entry-content a {
	color: #522d24;
	text-decoration: none;
}
li.twitter-item a:hover {
	text-decoration: underline;
}
div.twitter-block-cap {
	background: transparent url(images/twitter-box-bottom_bg.png) left bottom no-repeat;
	height: 40px;
}
div#side-nav ul li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
div#side-nav ul li a:hover {
	text-decoration: underline;
}
div#side-nav h4 {
	font-size: 13px;
	font-weight: bold;
	color: #522d24;
}
div#side-nav {
	background: transparent url(images/category-menu_bg.png) left top no-repeat;
}
ul.nav li {
	display: inline;
}
div.categories,
div.topics,
div.categories li,
div.topics li {
	display: block;
	width: 100px;
}
div.categories {
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
div.topics {
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
	text-transform: capitalize;
}
p.menu-tool {
	clear: right;
	font-size: 13px;
	color: #522d24;
	display: block;
	text-align: right;
	padding-top: 15px;
}
p.menu-tool a {
	text-decoration: none;
	color: #522d24;
	padding-right: 35px;
	background: transparent url(images/icon_down-arrow.gif) 86px 5px no-repeat;
}
p.menu-tool a.collapse {
	background: transparent url(images/icon_up-arrow.gif) 86px 5px no-repeat;
}
div.block-cap {
	background: transparent url(images/category-menu-bottom_bg.png) left bottom no-repeat;
	margin-bottom: 20px;
}

div.twitter-block {
	background: transparent url(images/twitter-box_bg.png) left top no-repeat;
	position: relative;
	padding-top: 17px;
}
div.twitter-block h4 {
	display: block;
	width: 43px;
	height: 55px;
	background: transparent url(images/twitter-bird.png) left top no-repeat;
	text-indent: -9999em;
	position: absolute;
	left: 10px;
	top: -34px;
}
#respond {
	padding-top: 40px;
}
.comment-subheading {
	font-size: 15px !important;
	margin-bottom: 10px;
}
#comments-container ol.commentlist {
	margin-left: -30px;
	margin-right: -30px;
}
ol.commentlist li {
	border-bottom: 1px solid #dfe5e9;
	padding: 25px 30px 25px 50px;
	display: block;
	background: transparent url(images/bullet_small.gif) 29px 30px no-repeat;
}
ol.commentlist li.comment-author-admin {
	background: transparent url(images/icon_admin-bullet.gif) 28px 27px no-repeat !important;
}
ol.commentlist li.odd {
	background-color: #ebf2f6;
}
img.avatar {
	display: none;
}
div.comment-author {
	font-size: 13px;
}
div.comment-author a {
	color: #387ba7;
	text-decoration: none;
	font-weight: bold;
}
div.comment-meta,
div.comment-meta a {
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
div.comment-meta {
	margin-bottom: 15px;
}
div.comment-body,
li.comment {
	font-size: 13px;
}
input#author {
	margin-top: 10px;
}
input#author,
input#email,
input#url {
	border: 1px solid #898989;
	padding: 3px;
	font-size: 13px;
}
textarea {
	border: 1px solid #898989;
	width: 550px;
	resize: vertical;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 13px;
}
form#commentform p,
form#commentform a {
	font-size: 13px;
}
form#commentform a {
	font-weight: bold;
	color: #387ba7;
	text-decoration: none;
}
form#commentform a:hover {
	text-decoration: underline;
}
form#commentform small {
	font-size: 13px;
	margin-bottom: 0;
}
div.article ol,
div.article li {
	list-style: decimal outside none;
}
div.article ul {
	margin-bottom: 15px;
}
div.article ol {
	padding-left: 22px;
}
/* @end */



/* @group Footer */

#footer #legal-n-links {
	background: #522d24 url(images/circles-3-bg.gif) center 11px repeat-x;
}
#footer #bookmarks {
	background: #d7c867 url(images/circles-2-bg.png) center bottom repeat-x;
}


#footer #twitter-faves .content .column {
	width: 220px;
	float: left;
	display: inline;
	margin: 10px;
}
#twitter-faves h2 {
	display: block;
	width: 175px;
	height: 20px;
	background: transparent url(images/t_twitter-favorites.gif) left top no-repeat;
	text-indent: -9999em;
}
#twitter-faves .column {
	color: #fff;
	font-size: 14px;
	line-height: 19px;
}
#twitter-faves a {
	color: #fff;
	text-decoration: none;
	display: block;
	/* font-weight: bold; */
}
#twitter-faves a:hover {
	color: #dfd27b;
	text-decoration: none;
	
}
#footer .content {
	padding: 23px 0 23px;
}
#footer #bookmarks .content .column {
	width: 182px;
	float: left;
	display: inline;
	margin: 5px;
}
#footer #bookmarks .content .alpha ul {
	margin-left: -5px;
	overflow: visible;
}
#footer #bookmarks .column a {
	text-decoration: none;
	color: #522d24;
	font-size: 14px;
	line-height: 14px;
	display: block;
	height: 19px;
	padding-top: 5px;
	padding-left: 6px;
}
#footer #bookmarks .column a:hover {
	background: transparent url(images/bookmark-hover-bg.gif) left top no-repeat;
	color: #dfd27b;
}
#footer #bookmarks .column li {
	margin-bottom: 2px;
}
#bookmarks h2 {
	display: block;
	width: 155px;
	height: 25px;
	background: transparent url(images/t_my-bookmarks.png) left top no-repeat;
	text-indent: -9999em;
}

#footer p#copyright {
	display: block;
	color: #ffe7d3;
	font-size: 11px;
	padding: 3px 0 3px 38px;
	width: 363px;
	float: left;
	background: transparent url(images/creative-commons.png) left top no-repeat;
}
#footer p#copyright a {
	color: #ffe7d3;
	text-decoration: none;
}
#footer p#copyright a:hover {
	text-decoration: underline;
}
#footer div#profile-links {
	display: block;
	width: 530px;
	float: left;
	text-align: right;
	padding-top: 9px;
}

#footer div#profile-links h2 {
	float: left;
	margin-left: 320px;
	display: block;
	width: 112px;
	height: 18px;
	text-indent: 9999em;
	overflow: hidden;
	background: transparent url(images/t_find-me-online.gif) left top no-repeat;
}
#footer div#profile-links li a {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: 9999em;
	margin-left: 4px;
}
#footer div#profile-links li {
	display: block;
	float: left;
}
#footer div#profile-links li a.linkedin {
	background: transparent url(images/icon_linked-in.gif) left top no-repeat;
}
#footer div#profile-links li a.facebook {
	background: transparent url(images/icon_facebook.gif) left top no-repeat;
}
#footer div#profile-links li a.twitter {
	background: transparent url(images/icon_twitter.gif) left top no-repeat;
}
/* @end */



/* @group Utils */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;	
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix {	display: block; }
/* close commented backslash hack */

a.skiplink { display: none; }
/* @end */