/* @override 
	http://www.janicembell.com/wp-content/themes/jmbell/style.css
	http://jmb.foogoo.com/wp-content/themes/jmbell/style.css
*/

/*
Theme Name: Janice M Bell
Description: Created just for Janice M. Bell
Author: Luxe Design Studio / Foogoo
Version: 1.0
*/

@font-face {
	font-family: 'MuseoSlab500Regular';
	src: url('fonts/museo_slab_500-webfont.eot');
	src: local('☺'), url('fonts/museo_slab_500-webfont.woff') format('woff'), url('fonts/museo_slab_500-webfont.ttf') format('truetype'), url('fonts/museo_slab_500-webfont.svg#webfontRquurfCk') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* @group YUI CSS Reset & Base
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/* reset */
html{color:#000;background:#FFF;margin: 0;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* base */
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}
/* @end */


h1, h2, h3, h4, h5, h6 {
	font-family: MuseoSlab500Regular;
	font-weight: normal;
}

body {
	background: #FFF;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11pt;
}

a {
	
}

p {
	line-height: 1.5em;
}

.clear {
	clear: both;
	height: 0;
}

#page {
	width: 987px;
	margin: 0 auto;
}

/* @group Sidebar */

#sidebar {
	width: 306px;
	float: right;
	
	background: #F0F0EC;
	
	-webkit-box-shadow: 0 0 15px #999;
	-moz-box-shadow: 0 0 15px #999;
}

/* @group Intro */

.intro {
	padding: 18px;
	border-bottom: 2px solid #FFF;
}

.intro .pic {
	float: left;
	margin: 0 10px 10px 0;
}

.intro h3 {
	margin: 0;
	color: #1B4060;
	font-size: 110%;
}

.intro p {
	font-size: 90%;
	margin: 0;
}

.intro a.read-more {
	display: block;
	text-align: right;
	text-decoration: none;
	font-size: 95%;
	text-transform: uppercase;
	color: #255A78;
}

/* @end */

/* @group Newsletter */

.newsletter {
	padding: 15px;
}

.newsletter h4 {
	text-transform: uppercase;
	font-size: 95%;
	color: #255A78;
	
	padding: 0 0 0 55px;
	height: 40px;
	width: 150px;
	
	background: transparent url(img/mail.png) no-repeat left top;
}

.newsletter label {
	width: 50px;
	float: left;
	clear: left;
	font-family: MuseoSlab500Regular;
	text-transform: uppercase;
	font-size: 95%;
	line-height: 26px;
	text-align:  right;
	padding-right: 5px;
	margin: 0 0 3px 0;
	
	color: #255A78;
}

.newsletter input.text,
.newsletter input.email {
	float: left;
	border: 0;
	padding: 3px;
	height: 20px;
	width: 210px;
	margin: 0 0 3px 0;
}

.newsletter .submit.button {
	width: 270px;
	
	background: #47ABCF;
	border: 0;
	padding: 3px 0;
	clear: both;
	margin-top: 8px;

	color: #FFF;	
	font-family: MuseoSlab500Regular;
	text-transform: uppercase;
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* @end */

/* @group Search */

.search {
	clear: both;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding: 15px;
}

.search h4 {
	text-transform: uppercase;
	font-size: 95%;
	color: #255A78;
}

.search .fields {
	padding: 0 5px;
	background: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.search input.search {
	height: 30px;
	padding: 2px;
	border: none;
	float:left;
	width: 222px;
	background: #FFF;
	outline: 0;
}

.search input.submit {
	height: 35px;
	width: 40px;
	padding: 0px;
	background: #FFF url(img/search.png) no-repeat center center;
	border: 0;
	border-left: 1px solid #CCC;


	float: left;
}

/* @end */

/* @group Twitter */

.tweets {
	padding: 15px 15px 10px 15px;
	height: auto;
	border-bottom: 2px solid #FFF;
}

.tweets h4{
	text-transform: uppercase;
	font-size: 95%;
	color: #255A78;
	padding-bottom: 5px;
}

.tweets h4 a{
	text-decoration: none;
	font-size: 8pt;
}

.tweets h4 a:hover,
.tweets h4 a:focus{
	text-decoration: none;
}

#latest-tweet {
	padding: 0;
	background: #FFF;
	width: 265px;
	
	font-weight: normal;
	color: #4a4a4a;
	
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#latest-tweet .tweet {
	padding: 10px 55px 10px 15px;
	border-top: 1px dashed #c5c5c5;
	
	line-height: 1.5em;
	font-size: 8pt;
	font-family: MuseoSlab500Regular;
	
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#latest-tweet .tweet:first-child {
	border-top: none;
}

#tweet-bird {
	position: relative;
	display: block;
	height: 0;
	overflow: visible;
}

#tweet-bird img{
	position: absolute;
	top: -59px;
	left: 212px;
}

/* @end */

/* @group Book */

.book {
	padding: 15px 15px 10px 15px;
}

.book img {
	padding: 0;
	float: right;
	margin: 0 -10px 0 0;
}

.book h4 {
	text-transform: uppercase;
	color: #255A78;
}

.book > p {
	font-size: 95%;
	color: #666;
}

.book > p > a {
	color: #255A78;
	text-transform: uppercase;
	text-decoration: none;
	font-family: MuseoSlab500Regular;
}

.book .price {
	clear: both;
	
	font-family: MuseoSlab500Regular;
	font-size: 160%;
	color: #255A78;
	
	border-right: 1px solid #47ABCF;
	width: 70px;
	float: left;
}

.book .price sup {
	font-size: 60%;
}

.book .details {
	float: left;
	width: 200px;
	padding: 0 0 0 5px;
	
	font-family: MuseoSlab500Regular;
	text-transform: uppercase;
}

.book .details h5 {
	font-size: 80%;
	color: #255A78;
	padding-bottom: 3px;
}

.book .details a.buy {
	float: left;
	font-size: 0.8em;
	text-decoration: none;
	color: #FFF;
	background: #47ABCF;
	padding: 4px 4px;
	width: 136px;
	text-align: center;
}

.book .details > p {
	float: left;
	width: 197px;
	font-size: 60%;
	margin: 0;
	padding: 5px 0 0;
	color: #666;
}

#kindle {
	padding: 14px 0 41px;
	background: url(img/kindle.png) no-repeat right bottom;
}

/* @end */

/* @group Contact */

#sidebar .contact {
	border-top: 2px solid #FFF;
	padding: 15px;
}

#sidebar .contact h3 {
	margin: 0;
	color: #255A78;
	text-transform: uppercase;
	font-size: 110%;
}

#sidebar .contact a {
	font-size: 150%;
	color: #255A78;
	text-transform: uppercase;
	font-family: MuseoSlab500Regular;
	text-decoration: none;
}

/* @end */

/* @group Contact */

#sidebar .tagcloud {
	border-top: 2px solid #FFF;
	padding: 15px;
}

#sidebar .tagcloud ul {
	margin: 0;
	padding: 10px 0 0 0;
}

#sidebar .tagcloud h3 {
	margin: 0;
	color: #737373;
	text-transform: uppercase;
	font-size: 0.9em;
}

#sidebar .tagcloud a {
	font-size: 150%;
	color: #255A78;
	text-transform: lowercase;
	font-family: MuseoSlab500Regular;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Header */

#header {
	height: 110px;
}

#header h1 {
	margin: 0;
	padding: 40px 0 0 20px;
	font-size: 160%;
}

#header h1 a {
	text-decoration: none;
	color: #275c8a;
}

#header h2 {
	margin: 0;
	padding:  0 0 0 20px;
	font-size: 100%;
	color: #999;
}

/* @end */

/* @group Main Navigation */

#nav {
	height: 35px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	
	background: #1D262C;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D262C', endColorstr='#21485E',gradientType=1); /* for IE */
	background: -webkit-gradient(linear, left top, right top, from(#1D262C), to(#21485E)); /* for webkit browsers */
	background: -moz-linear-gradient(left,  #1D262C,  #21485E); /* for firefox 3.6+ */

}

#nav li {
	float: left;
	height: 35px;
}

#nav li a {
	display: block;
	width: 134px;
	height: 35px;
	color: #FFF;
	padding: 0 0 0 15px;
	
	text-transform: uppercase;
	font: 11pt/35px MuseoSlab500Regular;
	text-decoration: none;
}

#nav li.home a {
	width: 69px;
}
/* @end */

/* @group Leftbar */

#leftbar {
	width: 193px;
	float: left;
	padding: 15px 0 0 0;	
}

#leftbar ul {
	margin: 0;
	
	background: #ddebea;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#leftbar a {
	color: #4a7590;
	text-decoration: none;
}

#leftbar a:hover,
#leftbar a:active {
	text-decoration: underline;
}

#leftbar > ul > li {
	list-style: none;
	padding: 10px;
	border-bottom: 3px solid #FFF;
	clear: both;
}

#leftbar > ul > li > h3 {
	font: 10pt MuseoSlab500Regular;
	margin: 0;
	color: #4a7590;
}

#leftbar > ul > li > ul > li {
	padding: 10px 0;
	font: 9pt MuseoSlab500Regular;
	list-style: none;
}

#leftbar > ul > li > ul > li > p {
	margin: 0;
}

#leftbar .upcoming-events p {
	color: #444;
}

#leftbar .upcoming-events p,
#leftbar .upcoming-events a{
	font-size: 8pt;
	display: block;
	padding: 3px 0 0 0;
}

#leftbar .reading-list li {
	clear: left;
	list-style: none;
	font-size: 9pt;
	color: #444;
}

#leftbar .reading-list li a{
	font-size: 8pt;
}

#leftbar .reading-list li div {
	float:left;
	width: 100px;
}

#leftbar .reading-list img {
	float:  left;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 60px;
}

#leftbar .recent-pubs a {
	color: #444;
}

/* @end */

/* @group Posts */

#posts {
	float: left;
	width: 420px;
	padding: 20px 25px;
}

.post h3 {
	margin-top: 0;
}

.post p,
.post li,
.page li {
	font-size: 95%;
	line-height: 1.6em;
}

a {
	color: #255A78;
}

a:visited {
	color: #1B435A;
}

.post h2.entry-title {
	margin: 0;
	padding-top: 15px;
}

.post h2.entry-title a {
	text-decoration: none;
	color: #cc3300;
	font-size: 16pt;
}

.post h1.entry-title {
	text-decoration: none;
	color: #cc3300;
	font-size: 16pt;
}

.more-link {
	display: block;
	text-align: right;
	text-decoration: none;
}

.read-more.button {
	padding: 3px 8px;
	text-decoration: none;
	background: #f0f0ec;
	border: 1px solid #CCC;
	
	font: 10pt MuseoSlab500Regular;
	text-transform: uppercase;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

a:hover .read-more.button {
	background-color: #ddddd9;
	color: #1f3846;
}

/* @end */

/* @group Pagination */

.wp-paginate {
	margin: 0;
	width: 430px;
	padding: 10px 5px;
	height: 1.4em;
	background: #F0F0EC;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.wp-paginate li {
	list-style: none;
	float: left;
}

.wp-paginate li a,
.wp-paginate li span {
	display: block;
	padding: 0.1em 0.4em;
	text-decoration: none;
	color: #333;
	font: 12pt MuseoSlab500Regular;
}

.wp-paginate li span.current {
	background: #255A78;
	color: #FFF;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* @end */

/* @group Footer */

#footer-wrap {
	clear: both;
	padding: 15px 0;
}

#footer {
	padding: 8px 10px;
	background: #F0F0EC;
	height: 32px;
}

#footer .connect {
	border-right: 1px solid #999;
	float: left;
	height: 32px;
}

#footer .connect strong{
	text-transform: uppercase;
	font-family: MuseoSlab500Regular;
	font-weight: normal;
	color: #1B4060;
	display: block;
	float: left;
	
	padding-right: 30px;
	padding-top: 8px;
}

.connect a.twitter {
	display: block;
	float: left;
	background: transparent url(img/twitter.png) no-repeat left 7px;
	text-indent: -9999px;
	width: 84px;
	height: 32px;
	margin-right: 18px;
}

.connect a.linkedin {
	display: block;
	float: left;
	background: transparent url(img/linkedin.png) no-repeat left 4px;
	text-indent: -9999px;
	width: 160px;
	height: 32px;
	margin-right: 10px;
}


.footnav {
	float: left;
	height: 22px;
	padding: 7px 10px 10px;
}

.footnav a {
	text-transform: uppercase;
	font-family: MuseoSlab500Regular;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	color: #666 !important;
}

.footnav span {
	font-family: MuseoSlab500Regular;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	color: #666;
}

.footrss {
	border-left: 1px solid #999;
	float: left;
	padding: 10px 0 6px 10px;
}

.footrss a {
	
	text-transform: uppercase;
	font-family: MuseoSlab500Regular;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	color: #666 !important;
	display: block;
	padding: 1px 21px 0 0;
	background: transparent url(img/rss.png) no-repeat right 0;
	height: 16px;
}

/* @end */


/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;

}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}


form.wpcf7-form dl {
	margin: 0;
	padding: 0;
	font: normal normal normal 10pt Arial;
}

form.wpcf7-form dt,
form.wpcf7-form dd {
	margin: 0;
	padding: 15px 0 0 0;
	font: normal normal normal 10pt Arial;
}

form.wpcf7-form dt {
	width: 120px;
	color: #999;
	float: left;
	clear: left;
	font: 9pt/20px MuseoSlab500Regular;
	text-transform: uppercase;
}

form.wpcf7-form input,
form.wpcf7-form textarea,
form.wpcf7-form select {
	width: 270px;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
	background-color: #f3f3ef;
	border: 1px solid #DDD;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

form.wpcf7-form dd.submit {
	text-align: right;
}

form.wpcf7-form dd.submit input {
	width: auto;
	background: #f0f0ec;
	border: 1px solid #CCC;
	padding: 4px 20px;
	color: #255a78;
	font: 10pt MuseoSlab500Regular;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

form.wpcf7-form .note {
	font: 8pt Arial;
	color: #999;
	margin: -15px 0 0 0;
}

.navigation .prevnext {
	padding: 3px 8px;
	text-decoration: none;
	background: #f0f0ec;
	border: 1px solid #CCC;
	
	font: 10pt MuseoSlab500Regular;
	text-transform: uppercase;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.navigation a:hover .prevnext {

	background-color: #ddddd9;
	color: #1f3846;
}

.nav-next {
	float: right;
}

.linklove {
	display: none;
}

