/*
Theme Name: JLB
Theme URI: http://www.jlbworks.com
Description: Theme created for JLB
Version: 2.0
Author: John Crain
Author URI: 
Tags: 
*/

@import "reset.css";

/* General Styles */
/* ------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font: normal normal 14px/20px arial, helvetica, sans-serif;
	color: #7898af;
	background: #fff url('images/bg-page.png') repeat-x top center;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 900px;
}


/* Text Styles */
/* ------------------------------------- */

h1 {}

h2 {
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 28px;
	color: #00a7e5;
}

h3 {
	margin: 0 0 0;
	font-size: 20px;
	line-height: 24px;
	color: #00a7e5;
}

h4 {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 20px;
	color: #00a7e5;
}

p {
	margin: 0 0 1em;
}

ul {
	margin: 0 0 1em 20px;
	list-style-type: disc;
}

ol {
	margin: 0 0 1em 20px;
	list-style-type: decimal;
}

a {
	color: #00a7e5;
	text-decoration: none;
	outline: 0;
	border: 0;
}

a:hover {
	color: #558bac;
	background: none;
}

strong {
}

em {
	font: italic normal 14px/20px georgia, times, serif;
	color: #a6bdcd;
}

hr {
	display: block;
	margin: 20px 0;
	height: 1px;
	background: #e1eaf1;
	border: 0;
}


/* Header Styles */
/* ------------------------------------- */

#header {}


/* Sidebar Styles */
/* ------------------------------------- */

#sidebar {
	float: left;
	margin: 105px 0 0;
	padding: 0;
	width: 185px;
	overflow: hidden;
}

#sidebar #logo {
	width: 150px;
	height: 50px;
}

/*#sidebar h1 {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 50px;
	background: url('images/logo.png') no-repeat;
}*/

/*#sidebar h1 a {
	display: block;
	width: 150px;
	height: 50px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}*/

#sidebar #menu-primary-navigation {
	margin: 35px 0 0;
	list-style-type: none;
}

#sidebar #menu-primary-navigation>li {
	height: auto;
	padding: 15px 0;
	background-repeat: no-repeat;
	background-position: -9999px 9px;
	border-bottom: 1px solid #e1eaf1;
}

#sidebar #menu-primary-navigation>li a {
	display: block;
	color: #558bac;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
}

#sidebar #menu-primary-navigation>li a:hover {
	color: #00a7e5;
}

#sidebar #menu-primary-navigation>li.hover,
#sidebar #menu-primary-navigation>li.current-menu-item,
#sidebar #menu-primary-navigation>li.current-menu-ancestor {
	background-position: 0 9px;
}

#sidebar #menu-primary-navigation li.hover>a,
#sidebar #menu-primary-navigation li.current-menu-item>a,
#sidebar #menu-primary-navigation li.current-menu-ancestor>a {
	color: #00a7e5;
}

#sidebar #menu-primary-navigation li#menu-item-931 {
	background-image: url('images/bg-navigation-01.png');
}

#sidebar #menu-primary-navigation li#menu-item-993 {
	background-image: url('images/bg-navigation-02.png');
}

#sidebar #menu-primary-navigation li#menu-item-926 {
	background-image: url('images/bg-navigation-03.png');
}

#sidebar #menu-primary-navigation li#menu-item-928 {
	background-image: url('images/bg-navigation-04.png');
}

#sidebar #menu-primary-navigation li#menu-item-929 {
	background-image: url('images/bg-navigation-05.png');
}

#sidebar #menu-primary-navigation li#menu-item-968 a,
#sidebar #menu-primary-navigation li#menu-item-1437 a {
	font-weight: bold;
}

#sidebar #menu-primary-navigation li ul {
	display: none;
	margin: 0;
	list-style-type: none;
}

#sidebar #menu-primary-navigation li.current-menu-item ul,
#sidebar #menu-primary-navigation li.current-menu-ancestor ul {
	display: block;
}

#sidebar #menu-primary-navigation li ul li {
	padding: 10px 0 0;
}

#sidebar #menu-primary-navigation li ul li a {
	padding: 0 0 0 5px;
	text-transform: none;
}


#sidebar #searchform {
	display: block;
	padding: 19px 0;
	overflow: hidden;
	border-bottom: 1px solid #e1eaf1;
}

#sidebar #searchform label {
	display: none;
}

#sidebar #searchform input[type=text] {
	float: left;
	padding: 6px 5px;
	width: 136px;
	height: 11px;
	font-size: 10px;
	line-height: 10px;
	color: #7898af;
	background: #fff;
	border-top: 1px solid #b9cddc;
	border-right: 0;
	border-bottom: 1px solid #b9cddc;
	border-left: 1px solid #b9cddc;
}

#sidebar #searchform input[type=text]:focus {
	background: lightyellow;
	border-top: 1px solid #b9cddc;
	border-right: 0;
	border-bottom: 1px solid #b9cddc;
	border-left: 1px solid #b9cddc;
}

#sidebar #searchform input[type=submit] {
	display: block;
	float: right;
	padding: 0;
	width: 38px;
	height: 25px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: #e1eaf1 url('images/bg-search.png') no-repeat;
	border-top: 1px solid #b9cddc;
	border-right: 1px solid #b9cddc;
	border-bottom: 1px solid #b9cddc;
	border-left: 0;
	outline: 0;
	cursor: pointer;
}

#sidebar #socials {
	padding: 19px 0;
	width: 200px;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #e1eaf1;
}

#sidebar #socials a {
	margin: 0 13.75px 0 0;
}

#sidebar #contact {
	background: url('images/bg-sidebar-contact.png') no-repeat 0 center;
	border-bottom: 1px solid #e1eaf1;
	padding: 12px 0;
}

#sidebar #contact p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 26px;
	color: #558bac;
}

#sidebar #eblasts {
	padding: 15px 0;
	text-align: center;
}

#blog-sidebar {
	float: right;
	width: 190px;
}

#blog-sidebar ul {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

#blog-sidebar ul strong {
	display: block;
	margin: 24px 0 5px;
	padding: 0 0 5px;
	line-height: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #e1eaf1;
}

#blog-sidebar ul li {
	margin: 0 0 .5em;
	font-size: 12px;
}


/* Navigation Styles */
/* ------------------------------------- */

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/* Content Styles */
/* ------------------------------------- */

#content {
	float: right;
	margin: 105px 0 0;
	padding: 3px;
	width: 688px;
	background: url('images/bg-content.png') no-repeat;
}

#content-inner {
	padding: 9px;
	background: #fff;
	overflow: hidden;
}

#content .hentry a:hover {
	background: #e1eaf1;
}

h3.post-title {
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 28px;
	color: #00a7e5;
}

.entry {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e1eaf1;
	overflow: hidden;
}

.page-id-202 .thumbnail {
	font-size: 0;
	line-height: 0;
	border: 1px solid #d2dde5;
}

.page-id-202 .entry {
	padding: 0 0 10px 0;
}

.page-id-966 .entry ul {
	margin: 0 0 5px;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	list-style-type: none;
}

.page-id-966 .entry ul li {
	margin: 0 0 10px;
}

#portfolio-thumbs {
	width: 685px;
	overflow: hidden;
}

#portfolio-thumbs .thumbnail {
	float: left;
	display: inline;
	margin: 7px 15px 8px 0;
	background: #f8fafb;
}

#portfolio-thumbs .thumbnail strong {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px 3px;
	width: 116px;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-align: center;
	background: url('images/bg-portfolio-thumb.png') repeat;
} 

#portfolio-thumbs .thumbnail a {
	position: relative;
	display: block;
	width: 122px;
	height: 100px;
}

#client-services {
	margin: 0 0 15px;
	height: 30px;
}

#client-services strong {
	display: none;
}

#client-services ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#client-services ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 101px;
	height: 30px;
	text-indent: -9999px;
}

#client-services ul li+li {
	margin: 0 0 0 10px;
}

#client-services #services-copywriting { width: 115px; background: url('images/services-copywriting.png') no-repeat; }
#client-services #services-email { background: url('images/services-email.png') no-repeat; }
#client-services #services-identity { background: url('images/services-identity.png') no-repeat; }
#client-services #services-print { background: url('images/services-print.png') no-repeat; }
#client-services #services-social { background: url('images/services-social.png') no-repeat; }
#client-services #services-web { background: url('images/services-web.png') no-repeat; }

#content .hentry #community-logos a:hover {
	background: none;
}


/* Slider Styles */
/* ------------------------------------- */

#feature {
	position: relative;
	margin: 0 0 15px;
}

.page-id-205 #feature {
	height: 330px;
	overflow: hidden;
}

#feature #controls {
	position: absolute;
	bottom: 15px;
	right: 10px;
	margin: 0;
	list-style-type: none;
}

#feature #controls li {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	width: 10px;
	height: 10px;
}

#feature #controls li a {
	display: block;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url('images/bg-slider-controls.png') no-repeat top right;
}

#feature #controls li.current a {
	background-position: top left;
}

#feature .slider ul {
	margin: 0;
	padding: 0;
	height: 330px;
	list-style-type: none;
	overflow: hidden;
}

#feature .slider ul li {
	height: 100%;
}


/* Blog Styles */
/* ------------------------------------- */

#blog-content {
	float: left;
	width: 465px;
}

.page-head {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #e1eaf1;
}

.page-head h1 {
	margin: 0;
	font-size: 24px;
	line-height: 28px;
	color: #00a7e5;
}

.page-head p {
	margin: 0;
}

.post-head {
	margin: 0 0 15px;
	overflow: hidden;
}

.search .post-head,
.archive .post-head {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e1eaf1;
}

.post-head h3 {
	margin: 0;
	font-size: 24px;
	line-height: 28px;
	color: #00a7e5;
}

.post-head a,
.post-category a {
	font-weight: bold;
}

.post-head .post-meta {
	float: left;
	font-size: 12px;
	color: #558bac;
}

.post-head .post-comments {
	float: right;
	font-size: 12px;
	color: #558bac;
}

.post-category {
	font-size: 12px;
}

.post-navigation {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e1eaf1;
	overflow: hidden;
}

#comments-list {
	font-size: 12px;
	line-height: 16px;
}

#comments-list h3 {
	margin: 0 0 .5em;
	font-size: 16px;
	line-height: 20px;
}

#comments-list ol {
	margin-bottom: 0;
}

#comments-list li {
	margin-bottom: 1em;
}

#comments-respond {
	font-size: 12px;
	line-height: 16px;
}

#comments-respond h3 {
	margin: 0 0 .5em;
	font-size: 16px;
	line-height: 20px;
}

#comments-respond textarea {
	width: 453px;
}

#comments-respond input[type=submit] {
	margin: 10px 0 0 -3px;
}


/* Form Styles */
/* ------------------------------------- */

label {
	margin: 0;
	display: block;
	font-weight: bold;
	color: #00a7e5;
}

input[type=text] {
	padding: 0 5px;
	height: 23px;
	font-size: 14px;
	line-height: 14px;
	color: #7898af;
	background: #fff;
	border: 1px solid #b9cddc;
}

textarea {
	padding: 5px;
	height: 120px;
	font-size: 14px;
	line-height: 18px;
	font-family: "Lucida Grande", arial, sans-serif;
	color: #7898af;
	background: #fff;
	border: 1px solid #b9cddc;
}

input[type=submit] {
	padding: 0 10px;
	height: 30px;
	font-size: 10px;
	line-height: 10px;
	color: #558bac;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #fff;
	background: #e1eaf1;
	border: 1px solid #b9cddc;
	cursor: pointer;
}

.page-id-205 label {
	margin: 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #00a7e5;
}

.page-id-205 input[type=text],
.page-id-205 textarea {
	width: 658px;
}

#your-name,
#your-email {
	float: left;
	display: inline;
	margin: 0 10px 1em 0;
	width: 225px;
}

#your-name input[type=text],
#your-email input[type=text] {
	width: 213px;
}

#your-phone {
	float: left;
	display: inline;
	width: 200px;
}

#your-phone input[type=text] {
	width: 188px;
}


/* Footer Styles */
/* ------------------------------------- */



/* Extra Styles */
/* ------------------------------------- */

.clearfix {
	clear: both;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.more-link {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}

.columns-2 {
	
}

.columns-3 {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}


/* JLB Attribution Styles */
/* ------------------------------------- */

#attribution {
	margin: 20px 0 10px;
	font: normal normal 11px/12px "Trebuchet MS", trebuchet, arial, sans-serif;
	color: #777;
	text-align: center;
}

#attribution a {
	color: #222;
	text-decoration: underline;
}

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