/*   
Theme Name: Custom theme
Theme URI: www.joesmalley.com
Description: 
Author: Joe Smalley
Author URI: www.joesmalley.com
Template: 
Version: 
.

.
*/

  @import url("styleReset.css");

/* -----------------------------------------------
   Structure
   ----------------------------------------------- */

html, body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
	
/* -----------------------------------------------
   Neccessities
   ----------------------------------------------- */

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

li.clearingli{
	float: none !important;
	clear: left !important;
	width: 0px !important;
	height: 0px !important;
}

p, ul {
	line-height: 140%;
	margin: 0 0 1em 0;
}

b, strong{
	font-weight: bold;	
}

em{
	font-style: italic;	
}

.content ul{
	list-style: disc;
	margin-left: 1.5em;
}

table, tr, th, td{
	vertical-align: top;
}

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

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

a.pdf{
	background: url('images/pdf.png') left center no-repeat;
	display: block;
	min-height: 17px;
	padding: 1px 0 0 21px;
}

a.read_more,
a.view_more,
a.amazon,
a.read_review,
a.findoutmore{
	text-indent: -9000px;
	background-image: url('images/readpost.png');
	display: block;
	width: 64px;
	height: 15px;
	margin: 10px 0 0 0;
}

a.read_more:hover,
a.view_more:hover,
a.amazon:hover,
a.read_review:hover,
a.findoutmore:hover{
	background-position: bottom left;
}

a.view_more{
	background-image: url('images/viewmore.png');
}

a.amazon{
	background-image: url('images/viewonamazon.png');
	width: 85px;
	float: left;
	margin-right: 2px;
}

a.read_review{
	background-image: url('images/readreview.png');
	width: 73px;
	float: left;
}

a.findoutmore{
	background-image: url('images/findoutmore.png');
	width: 79px;	
}

a.comments-no{
	background: #3399CC url('images/comments-speech.png') top left no-repeat;
	color: white;
	font-size: 10px;
	display: inline-block;
	padding: 0px 4px 0px 18px;
	margin: 0 1px 0 0;
	height: 15px;
	line-height: 15px;
	text-decoration: none !important;
	font-family:Arial, Helvetica, sans-serif;
}

a.read_more_with_comments{
	display: inline-block;
	font-size: 10px;
	line-height: 15px;
}

td{
	vertical-align: top;	
}

/* -----------------------------------------------
   Layout
   ----------------------------------------------- */

#page {
	margin: 0 auto;
	padding: 30px 0; /* For IE7 - it ignores 30px margins */
	width: 980px;
	text-align: left;
}

.content,
.blogcontent{
	float: left;
	width: 650px;
	padding-right: 30px;
}

.blogcontent{

}

.blogindex{
	
}

.blogsingle{
		
}

#header {
	padding: 0 0 30px 0;
}

#header a#logo{
	display: block;
	width: 246px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	font-size: 11px;
	color: #666;
	padding: 10px 0 11px 0;
	text-align:center;
}

#footer a{
		
}

#footer a{
	color: #666;
}

#footer div.menu ul{
	display: inline;
	margin: 0 10px 0 0;
}

#footer div.menu ul li{
	display: inline;
	margin-right: 10px;
}

#footer div#footer-text{
	display: inline;
}


/* -----------------------------------------------
   Headers
   ----------------------------------------------- */

h1 {
	font-size: 30px;
	font-weight: bold;
}

h1.pagetitle{
	margin-bottom: 1em;
	font-size: 24px;
	text-transform:uppercase;
}

h2 {
	font-size: 20px;
}

h2.posttitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 8px;
	line-height: 120%;
	color: black;
	font-weight: normal;
}

.post_large h2.posttitle{
	font-size: 30px;
}

h2.posttitle a{
	color: black;
}

h2.posttitle a:hover{
	color: #3399CC;
}	

h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 1px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

h4{
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
}

h4.nextposts{
	margin-bottom: 30px;	
	letter-spacing: 2px;
}

#relatedposts h4,
#postfooter h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	color: black;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	/*text-decoration: none;*/
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	/*color: #333;*/
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h2, #wp-calendar caption, cite {
	/*text-decoration: none;*/
}


/* -----------------------------------------------
   Sidebars
   ----------------------------------------------- */

.sidebar {
	width: 300px;
	float: left;
	margin-bottom: 20px;
}

.sidebar-left{
	/*width: 170px;*/
	background: #F1F1F1 url('images/sidebar-bg.png') top left repeat;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sidebar-left:first-child {
	margin-top: 0;
	margin-bottom: 10px;
}

#sidebar-right{
	width: 120px;
	float: right;
	background: #F1F1F1 url('images/sidebar-bg.png') top left repeat;
	padding: 10px 10px 10px 0;
}

div#sidebar-ads{
	/*padding-bottom: 10px;*/
	/* margin-bottom: 10px;
	border-bottom: 1px dotted #9F9F9F; */
}

div#sidebar-ads a{
	display: block;
	font-size: 0;
	line-height: 0;
	margin-bottom: 10px;
}

/*div#sidebar-ads a#sidebar-right-a-last{
	margin-left: 10px;	
}*/

#sidebar-right a{
	display: block;
	margin-bottom: 10px;
}

#sidebar-right a#sidebar-right-a-last{
	margin-bottom: 0;	
}

.sidebar-page{

}

.sidebar-home{

}

.sidebar form {
	margin: 0;
}

.sidebar h2.widgettitle{
	font-weight: bold;
	font-size: 14px;
	color: black;
	text-transform:uppercase;
	letter-spacing: 1px;
	margin: 0 0 6px 0;
	letter-spacing: 1px;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

.sidebar .sites-we-like h5{
	background-color: white;
	padding: 7px 0px 6px 8px;
	margin-bottom: 0px;
	overflow: visible;
}

.sidebar .sites-we-like h5 a{
	background: transparent url('images/sites-we-like-arrow.png') right 3px no-repeat;
	display: block;
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	width: 170px;
}

.sites-we-like-cat-6 h5,
.sites-we-like-cat-6 .section_content{
	border-right: 11px solid #FF9933;	
}

.sites-we-like-cat-3 h5,
.sites-we-like-cat-3 .section_content{
	border-right: 11px solid #669933;	
}

.sites-we-like-cat-28 h5,
.sites-we-like-cat-28 .section_content{
	border-right: 11px solid #CC3300;	
}

.sites-we-like-cat-7 h5,
.sites-we-like-cat-7 .section_content{
	border-right: 11px solid #04928C;	
}

.sites-we-like-cat-5 h5,
.sites-we-like-cat-5 .section_content{
	border-right: 11px solid #FF6666;	
}

.sites-we-like-cat-27 h5,
.sites-we-like-cat-27 .section_content{
	border-right: 11px solid #663333;	
}

.sites-we-like .section_item{
	margin-bottom: 9px;
	width: 180px;
}

.sidebar .sites-we-like ul{
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.sidebar .sites-we-like ul li{
	padding: 0;
	margin: 0;
}

.sites-we-like .sidebarbox-inner{
	
}

.sites-we-like .section_content{
	background-color: white;
	padding: 4px 8px 6px 8px;
	line-height: 120%;
}

.sidebar .sites-we-like-last{
	margin-bottom: 0;	
}


/* -----------------------------------------------
   Sidebar Page Sub-Nav
   ----------------------------------------------- */

.sidebar-page ul{
	
}

.sidebar-page ul li{

}

.sidebar-page ul li a{

}

.sidebar-page ul li.current_page_item a,
.sidebar-page ul li.current_page_ancestor a{
	font-weight: bold;
}

.sidebarbox{
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #9F9F9F;
}

.sidebarbox-last{
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.sidebarbox-inner{
	/*background-color: #F1F1F1;*/
	padding: 8px 5px 8px 5px;
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(241, 241, 241);
	/* RGBa with 0.6 opacity */
	background: rgba(241, 241, 241, 0.4);
}

.sidebarbox-thingswelove .sidebarbox-inner{
		
}

div.sidebar-contactbuttons{

}

div.sidebar-contactbuttons a{
	margin-right: 8px;
	line-height: 100%;
}

div.sidebar-contactbuttons a.followBtnSml{
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}

div.sidebar-contactbuttons a#followPinterest{
	margin: 0 10px 10px 0;
	display: block;
	width: 130px;
	height: 46px;
	float: left;
}

div.sidebar-contactbuttons a#followBlogLovin{
	margin: 0 0 10px 0;
	display: block;
	width: 130px;
	height: 46px;
	float: left;
}

div.sidebar-contactbuttons a.emaillink,
a.emaillink{
	padding: 0 0 0 21px;
	background: url('images/email.png') top left no-repeat;
	line-height: 100%;
}

div.sidebar-contactbuttons a.emaillink{
	line-height: 175%;
}

.sidebar ul li.tweet{
	border-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #444;
	margin-bottom: 10px;
	line-height: 140%;
}

.tagcloud{
	font-family: Georgia, "Times New Roman", Times, serif;	
}

.tagcloud a{
	line-height: 1.2em;
}

li.widget_mailchimpsf_widget, widget widget_wysija{
	list-style-type: none;
	padding-bottom: 10px;
}

li.widget_mailchimpsf_widget, widget widget_wysija h2{
	padding-bottom: 3px;	
}

li.widget_mailchimpsf_widget label.mc_var_label, widget widget_wysija{
	display: none;	
}

li.widget_mailchimpsf_widget input#mc_mv_EMAIL, .widget_wysija input[name="wysija[user][email]"]{
	border: 2px solid #999999;
	padding: 5px 6px 4px 6px;
	width: 195px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	color: #3399CC;
	margin-right: 6px;
	float: left;
}


div.mc_signup_submit{
	width: 62px;
	float: left;
}

div#mc_subheader, .widget_wysija_cont{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 12px 0;
	font-size: 13px;
	color: #333333;
}

li.widget_mailchimpsf_widget input#mc_signup_submit, .wysija-submit{
	background: url('images/signup.png') top left no-repeat;	
	width: 62px;
	height: 27px;
	float: left;
	border: 0;
	padding: 0;
	cursor: pointer;
	margin: 2px 0 0 0;
	text-indent: -9999px;
}

li.widget_mailchimpsf_widget input#mc_signup_submit:hover{
	background-position: 0 -27px;	
}

div#mc_message{
	margin: 0 0 10px 0;
	font-size: 15px;
}

div#mc_message span,
div#mc_message strong.mc_success_msg{
	padding: 4px;
	background-color: #EEEEEE;
	line-height: 130%;
	display: block;
}

.widget_wysija_cont .wysija-submit{
margin-top: 0px;
position: relative;
top: -10px;
}

.widget_wysija{
clear:both;
}

#form-wysija-2 input[type=text]{
width:180px;
}

/* -----------------------------------------------
   Structure
   ----------------------------------------------- */

.post {
	margin: 0 0 27px 0;
	padding: 0 0 18px 0;
	line-height: 135%;
	border-bottom: 1px dotted #CCCCCC;
}

.blogsingle .post_large{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.blogsingle .post_thumbnail{
	margin-bottom: 15px;
}

.postsingle{
	margin-bottom: 20px;
}

.post hr {
	display: block;
}

div.post_twl{
	width: 196px;
	min-height: 230px;
	float: left;
	margin: 0 20px 20px 0;
	padding-bottom: 0;
	border-bottom: none;
}

div.post_twl_last{
	margin-right: 0;	
}

div.post_small{
		
}

div.post_small div.postlist-content{
	width: 210px;
	/*overflow: hidden;*/
	word-wrap: break-word;
}

div.post_small div.postlist-content .entry p{
	min-height: 76px;
}

div.post_small div.post_thumbnail{
	width: 413px;
	float: right;
}

div.post_twl div.post_thumbnail{
	width: 196px;
	min-height: 147px;
	float: none;
	margin-bottom: 1px;
}

div.category-29 div.post_thumbnail{
	min-height: 147px;
}

div.post_twl h2.posttitle{
	font-size: 16px;
	margin: 3px 0 5px 0;
}

div.post_small .entry p{
	margin-bottom: 0;	
}

p.postdate{

}

.post_large p.postdate{
	margin-bottom: 17px;
}

.postmetadata {
	margin: 30px 0;
}

.entry{
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #444;
}

.entry a{
	text-decoration: underline;	
}


/* -----------------------------------------------
   book-category-nav
   ----------------------------------------------- */


#book-category-nav{
	border: 1px dotted #444;
	width: 191px;
	margin: 0 20px 20px 0;
	padding: 2px;
	float: left;
}

#book-category-nav-inner{
	background-color: #F7F7F6;
	padding: 10px;
	height: 204px;
}

#book-category-nav h3{
	margin-bottom: 10px;	
}

#book-category-nav ul{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#book-category-nav ul li{
	padding-left: 10px;
	margin-bottom: 4px;
	line-height: 120%;
}

#book-category-nav ul li.current-cat{
	background: url('images/category_indicator.png') 0px 6px no-repeat;
}

ul.book-category-nav-ul li a{
	color: #3399CC;
}


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

ul#menu-header{
	padding: 30px 0 0 0;
	margin: 0;
	border-bottom: 1px dotted #999999;
	width: 831px;
	height: 20px;
}

ul#menu-header li{
	padding: 8px 0px 4px 0px;
	margin: 0;
	display: inline;
}

ul#menu-header li.cat-item-28{
	padding-right: 0;
}

ul#menu-header a{
	color: #666666;
	text-transform:uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 4px 4px 4px;
	margin: 0;
	white-space:nowrap;
}

html.cufon-active ul#menu-header li{
	padding-top: 7px;
}

html.cufon-active ul#menu-header li a{
	padding-top: 5px;
}

ul#menu-header li.current_page_item a,
ul#menu-header li.current_page_parent a,
ul#menu-header li.current_page_ancestor a,
ul#menu-header li.current-cat a{
	padding: 6px 6px 5px 8px; 
}

ul#menu-header li.current-cat{

	padding-left: 1px;
	padding-right: 1px;

	border-left: 1px dotted #999999;
	border-top: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px solid white;
}



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

.thread-alt {

}
.thread-even {

}
.depth-1 {
	border-left: 4px solid #CCCCCC;
	padding: 0 0 0 14px;
}

.even, .alt {
}

.postdate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 11px;
	text-transform:uppercase;
	margin: 0 0 10px 0;
	color: #666;
}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #444;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.comment-content p {
	font-weight: normal;
	text-transform: none;
	margin-bottom: 0;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
	float: right;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 11px;
	text-transform:uppercase;
	color: #666;
}

.commentmetadata a{
	color: #666;	
}

.comment-body p{
	margin-bottom: 0;	
	padding-bottom: 0;
}

div.comment-author{
		
}

small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
	
	
/* -----------------------------------------------
   Images
   ----------------------------------------------- */
   
p img {
	padding: 0;
	max-width: 100%;
}

img.centered,
img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: inline;
	padding: 0 0 20px 20px;
}

img.alignleft {
	display: inline;
	padding: 0 20px 20px 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.entry img.alignleft{
	padding: 0 20px 20px 0;
}

.entry img.aligncenter{
	padding-bottom: 20px;
}

.entry img.alignright{
	padding: 0 0 20px 20px;
}


/* -----------------------------------------------
   Lists
   ----------------------------------------------- */

.entry ul{
	list-style-type: disc;
	margin-left: 1.5em;
}

.entry ul li{
	margin-bottom: 0.25em;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}


/* -----------------------------------------------
   Form elements
   ----------------------------------------------- */
   
#searchform {
	float: right;
	padding: 27px 0 0 10px;
	width: 138px;
}

#searchform #s {
	width: 95px;
	padding: 3px 2px 3px 4px;
	margin: 0;
	border: 1px solid #CCCCCC;
}

/*
#searchform #searchsubmit {
	padding: 2px 0 0 0;
	float: right;
	background: url("/images/search-go.png") no-repeat left top transparent;
	border: none;
	cursor: pointer;
	width: 29px;
	height: 19px;
	text-indent: -99999px;
	overflow:hidden;
}
*/

#searchform #searchsubmit {
	margin: 2px 0 0 0;
	float: right;
	background: url("images/search-go.png") no-repeat left top transparent;
	cursor: pointer;
	width: 29px;
	height: 19px;
	text-indent: -9999px;
	display: block;
}

#searchform #searchsubmit:hover {
	background-position: left bottom;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

/*
select {
	width: 130px;
}
*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.comments_holder{
	border-bottom: 1px dotted #CCCCCC;	
}
	
	
/* -----------------------------------------------
   Comments
   ----------------------------------------------- */
  
   
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 20px;
	padding: 5px 5px 5px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 5px 5px 0 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: bold;
}

.commentmetadata {
	margin: 0;
	display: block;
}


/* -----------------------------------------------
   Calendar
   ----------------------------------------------- */

   
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
	
/* -----------------------------------------------
   Other
   ----------------------------------------------- */
   
   
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 212px;
	clear: left;
}

.navigation div{
	float: left;
	display: block;
	width: 101px;
	height: 21px;
}


.navigation div.alignleft{
	margin-right: 1px;
	background: url('images/post-pagination.png') 0px -21px no-repeat;
}

.navigation div.alignright{
	background: url('images/post-pagination.png') -103px -21px no-repeat;
}

.navigation div.alignleft a,
.navigation div.alignright a{
	width: 101px;
	height: 21px;
	text-indent: -9000px;
	background-image: url('images/post-pagination.png');
	display: block;
}

.navigation div.alignleft a{
	background-position: top left;
}

.navigation div.alignright a{
	background-position: top right;
}

.navigation  div.alignleft a:hover{
	background-position: bottom left;
}

.navigation div.alignright a:hover{
	background-position: bottom right;
}

.commentnavigation div.alignleft,
.commentnavigation div.alignright{
	background: none;
}


div.instapress-shortcode-pager{
	margin-top: 30px;
}

div.instapress-shortcode-pager div.alignleft,
div.instapress-shortcode-pager div.alignright,
div.instapress-shortcode-pager div.alignleft a,
div.instapress-shortcode-pager div.alignright a{
	background-image: url('images/photo-pagination.png');
}

div.instapress-shortcode-pager div,
div.instapress-shortcode-pager div.alignleft a,
div.instapress-shortcode-pager div.alignright a{
	width: 111px;
}

div.instapress-shortcode-pager div.alignright a{
	display: none;	
}

div.instapress-shortcode-pager div.alignright{
	background-position: -112px -21px;
}





div.post_thumbnail{
	position: relative;	
}

.categorylabel_holder{
	position: absolute;
	top: 0;
	left: 0;
}

.categorylabel{
	font-size: 11px;
	font-weight: bold;
	background-color: #3399CC;
	padding: 4px 6px 3px 6px;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.categorylabel a{
	color: white;	
}

div#postfooter{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
}

div#postfooter-inner{
	background-color: #F7F7F6;
	padding: 5px 10px;
	margin: 2px 0;
}

div#postfooter-inner h4{
	margin-bottom: 2px;	
}

div#postfooter-inner td{
	padding-right: 35px;
}

div#postfooter-inner td.postfooter-td-last{
	padding-right: 0;
}

td.postfooter-td-last div.sociable{
	white-space: nowrap;
	width: 200px !important;
}

div#relatedposts{
	padding: 15px 0;
	border-bottom: 1px dotted #CCCCCC;
}

div#relatedposts h3{
	margin-bottom: 12px;	
}

div#relatedposts a.related_post_thumbnail{
	margin-bottom: 8px;
	height: 126px;
	display: block;
}

div.related_post_no_thumbnail{
	width: 168px;
	height: 126px;
	margin-bottom: 8px;
}

div#relatedposts a.related_post_title{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	line-height: 120%;
	display: block;
}

div#relatedposts a.related_post_title:hover{
	text-decoration: underline;
}

div.nextposts{
	margin: 15px 0 0 0;	
}


/*
div#comments{
	display: none;	
}
*/

div.collapse{
	display: none;	
}

div#respond{
	/*display: none;*/
	background-color: #F0F0EE;
	padding: 10px;
	margin: 0 0 20px 0;
}

div.relatedpost{
	width: 196px;
	float: left;
	margin: 0 20px 0 0;
}

div.relatedpostlast{
	margin-right: 0;	
}

a.bluebutton,
div.bluebutton a{
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	padding: 5px 15px 0px 6px;
	height: 16px;
	background: url('images/bluebutton.png') top right no-repeat;
	cursor: pointer;
	margin-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 12px;
}

div.bluebutton{
	display: inline-block;
}

a.bluebutton:hover,
div.bluebutton a:hover{
	background-position: bottom right;
	text-decoration: none;
}

div.comments_expandable_item_link{
	white-space: nowrap;	
}

.categorylabel-back{
	font-size: 11px;
	font-weight: bold;
	background: #cccccc url('images/arrow-mask.png') top left no-repeat;
	padding: 3px 6px 0px 15px;
	height: 18px;
	display: inline-block;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}

.categorylabel-back a{
	color: white !important;	
}

.categorylabel-back.catbg-27 a{
	color: white;	
}



ul#menu-header li.current-cat a{
	color: white;
	background-color: #3399CC;
}

/* Home */
ul#menu-header li.menu-header-home a{
	color: #3399CC;
}

/* Fasion and Style */
.catbg-6,
ul#menu-header li.cat-item-6.current-cat a{
	background-color: #FF9933;
}
ul#menu-header li.cat-item-6 a,
ul.book-category-nav-ul li.cat-item-471 a{
	color: #FF9933;
}

/* Home & Garden */
.catbg-3,
ul#menu-header li.cat-item-3.current-cat a{
	background-color: #669933;
}
ul#menu-header li.cat-item-3 a,
ul.book-category-nav-ul li.cat-item-37 a{
	color: #669933;
}

/* Out & About */
.catbg-28,
ul#menu-header li.cat-item-28.current-cat a{
	background-color: #CC3300;
}
ul#menu-header li.cat-item-28 a{
	color: #CC3300;
}

/* Health & Happiness */
.catbg-7,
ul#menu-header li.cat-item-7.current-cat a{
	background-color: #04928C;
}
ul#menu-header li.cat-item-7 a,
ul.book-category-nav-ul li.cat-item-39 a{
	color: #04928C;
}

/* Middle Aged Mum */
.catbg-5,
ul#menu-header li.cat-item-5.current-cat a{
	background-color: #FF6666;
}
ul#menu-header li.cat-item-5 a{
	color: #FF6666;
}

/* Art & Culture */
.catbg-27,
ul#menu-header li.cat-item-27.current-cat a{
	background-color: #663333;
}
ul#menu-header li.cat-item-27 a,
ul.book-category-nav-ul li.cat-item-38 a{
	color: #663333;
}

ul.book-category-nav-ul li.cat-item-40 a{
	color: #CC3333;
}

ul.book-category-nav-ul li.cat-item-36 a{
	color: #993366;
}





ul#menu-header li.current-cat a{
	color: white;
}


div.sidebarbox-aboutus-image{
	width: 100%;
	text-align: center;
}

.colboxpost{
		
}

.colboxpost a.colboxpost-thumbnail{
	margin-bottom: 7px;
	display: block;
	text-align: center;
}

.colboxpost a.colboxpost-title{
	font-size: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: black;
	line-height: 130%;
}

.wp-caption-text{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}


.sidebar .instapress-shortcode{
	width: 280px;	
}

.sidebar .instapress-shortcode .instapress-shortcode-image {
    margin-right: 6px !important;
    margin-top: 6px !important;
}

.sidebar .instapress-shortcode a img{
	border: 4px solid white;
}

.sidebar div#instagram-add{
    background: url("images/instagram.png") no-repeat scroll 32px 10px white;
    font-size: 15px;
    height: 43px;
    line-height: 128%;
    margin-top: 10px;
    padding: 6px 10px 1px 74px;
}

.sidebar a#instagram-view{
	text-align: center;
	margin: 9px 0 12px 0;
	display: block;
}

div#instapress-gallery{
		
}

div#instagram-gallery-add{
	background: url("images/instagram-large.png") no-repeat scroll 77px 8px white;
    border: 2px solid #CCCCCC;
    display: block;
    font-size: 18px;
    height: 21px;
    padding: 17px;
    text-align: center;
}

#shopbop-core-widget {
	margin-top: 20px !important	
}


body#pageid-20446 #fancybox-title-float-wrap {
	background-color: white;	
}


body#pageid-20446 #fancybox-title-float-main{
	font-size: 15px;
	color: black;
	font-weight: normal;
	padding: 0 2px;
}

body#pageid-20446 #fancybox-title-float-left {
	background: none;
}

body#pageid-20446 #fancybox-title-float-main {
	background: none;
}

body#pageid-20446 #fancybox-title-float-right {
	background: none;
}