/*
Theme Name: The Islands Book Trust
Theme URI: http://wordpress.org/
Description: 
Author: Reefnet Ltd
Version: 0.1
Tags: 
*/
@import url(reset.css);
@import url(960.css);
@import url(text.css);
@import url(nav.css);

body {
	background: #d6d3c3 url(images/background.jpg) 0 0 repeat;
}

#wrapper {
	position: relative;
	width: 960px;
	margin: auto;
	background: transparent url(images/wrapper_back.png) repeat-y scroll 0 0;
}

.nocomments {
	display: none;
}

.navigation {
	margin: 1em 0 1em 0;
}

#container,
#tec-content {
	width: 680px;
}


/*Side membership teaser*/

#member {
	position: absolute;
	top: 369px;
	left: 758px;
	width: 190px;
	height: 332px;
}


#header {
	width: 960px;
	height: 280px;
	background: transparent url(images/header_back.jpg) no-repeat scroll 0 0;
	position: relative;
}

h1#site-title {
	position: relative;
	top: 53px;
	left: 30px;	
	width: 816px;
	height: 150px;
	background-image: url(images/header.jpg);
	text-indent: -9999px;
}

div.entry-meta, div.entry-utility {
	margin: 1em 0 1em 0;
	font-size: 0.9em;
	font-style: italic;
}

div#slideshow {
  position: absolute;
  width: 457px; 
  height: 214px;
  left: 377px;
  display: none;
}
div#slideshow img { 
	position: absolute;
}
body.nojs div#slideshow img {
	display: none;	
}
body.nojs div#slideshow img.first {
	display: inline;
}

            

#sidebar-toptools {
	margin-top: 0px;
	position: absolute;
	bottom: 12px;
	left: 30px;
	width: 816px;
	height: 29px;
}

#sidebar-toptools ul li {
	/*position: relative;*/
	list-style: none;
	display: block;
	float: left;
	
}

.entry-content table tr td {
	padding: 8px;
}



/* Search Box */


/*#search #searchsubmit {*/
/*	height: 42px;*/
/*	width: 60px;*/
/*	text-indent: -9999px;*/
/*	border: none;*/
/*	background: url(images/search.png) no-repeat left top;*/
/*}*/


#sidebar-toptools #search {
	padding: 0;
	margin-bottom: 14px;
}

#sidebar-toptools #search input {
	background: #fff url(images/search_back.png) no-repeat 2px 0;
	
	border-style: solid;
	border-width: 1px;
	border-top-color: #abadb3;
	border-left-color: #e2e3ea;
	border-right-color: #dbdfe6;
	border-bottom-color: #e3e9ef;
	
	color: #333;
	font: normal normal 12px/10px 'Lucida Sans', 'Century Gothic', Arial, sans-serif;
	padding: 3px 3px 3px 24px;
	margin-right: 0px;
	display: inline;
	width: 200px;	

	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;

}

#sidebar-toptools #search input:focus {
	border: 1px solid #56878e;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#sidebar-toptools #search button {
	background: #fff url(images/search_but.png) repeat-x 0 0;
	color: #333;
	border: none;
	width: 27px;
	height: 28px;
	cursor: pointer;
	display: inline;
	text-indent: -9000px;
	position: relative;
	top: 2px;
}

#sidebar-toptools #search button:hover {
	background-color: rgb(102,118,124);
}


#sidebar-toptools #basket {
	background: url(images/basket_back.png) no-repeat 0 0;
	width: 158px;
	height: 35px;
	text-align: center;
}
#sidebar-toptools #basket .bag {
	background: url(images/shop_bag.png) no-repeat right top;
	padding-right: 24px;
}

#sidebar-toptools #basket {
	float: right;
}
#main {
	padding: 0px 135px 20px 58px;
	min-height: 400px;
}

/* PRODUCT SCROLLER ON FRONT PAGE */

#main #shop_box {
	width: 655px;
	height: 198px;
	background-color: #f9f8f3;
	border: 1px solid #d6d1b9;
	padding: 14px;
	vertical-align: middle;
	margin-bottom: 10px;
}

#main #shop_box .scroller {
	margin: 80px 5px 0px 5px;
	float: left;
}

#main #shop_box .product {
	width: 294px;
	height: 196px;
	float: left;
}

#main #shop_box .product img {
	border: 1px solid #c2bda8;
	float: left;
	margin-right: 6px;
}

#main #shop_box .product h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	line-height: normal;
	color: #464646;
	font-family: Arial, verdana, 'Liberation Sans',sans-serif;
}

#main #shop_box .product p {
	line-height: normal;
	color: #464646;
}

/* TEASERS ON FRONT PAGE */

#main .teaser {
	width: 216px;
	float: left;
	/*border: 1px solid red;*/
	padding: 8px 16px 0px 0px;
	font-size: 0.9em;
}

#main .rightteaser {
	padding-right: 0px;
}

#main .teaser h3 {
	margin: 0.2em 0 0.2em 0;
}

#main .teaser img {
	border: 1px solid #c2bda8;
	/* border: 1px solid #938F7F; */
	padding: 1px;
}

#main .bottom-panel {
	clear: both;
	width: 760px;
}

#main .page li, #main .post li {
	list-style: square;
	margin-left: 20px;
	list-style-position: inside;
	padding-bottom: 6px;
}

#main .page img, #main .post img {
	padding: 1px;
	border: 1px solid #C2BDA8;
}

#main .page p, #main .post p {
	line-height: 1.4em;
	margin-bottom: 0.5em;
}

#main .page h2 {
	margin-top: 0.5em;
}

#respond h3 {
	font-size: 1.1em;
	border-top: 1px dotted #dedede;
	padding-top: 0.5em;
}
/*Middle front page teaser*/

#main #sidebar-homebox-mid {
	margin-top: 2px;
}

/*#main #sidebar-homebox-mid li {*/
/*	list-style: none;*/
/*	border-bottom: 1px dashed #C2BDA8;*/
/*	padding: 8px 0px 8px 0px;*/
/*}*/

/*#main .textcol {*/
/*	font-size: 0.8em;*/
/*}*/

/*#main .additional_description {*/
/*	font-size: 0.9em;*/
/*}*/
/**/
/*#main .additional_description_link {*/
/*	font-size: 0.9em;*/
/*}*/

.hentry {
	border-bottom: 1px dotted #C2BDA8;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.noborder img {
	border: 0px;
}

#footer {
	width: 777px;
	height: 131px;
	background: transparent url(images/footer_back.jpg) no-repeat scroll 0 0;
	margin-bottom: 10px !important;
	padding: 5px 130px 5px 53px;
}

.facebook {
	width: 808px;
	padding: 4px;
	position: relative;
	left: -23px;
	background: #e3e2d0;
	color: black;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
}
.facebook a {
	font-weight: bold;
	color: black;
}

.copy {
	text-align: right;
}
/* search form widget */
fieldset.search {
	border: none;
	width: 243px;
	margin: 0 auto;
	background: #222;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #fff;
	font-size: 1.2em;
	width: 190px;
	height: 30px;
	padding: 8px 5px 0;
	background: #616161 url(http://www.theislandsbooktrust.com/wp-content/themes/ibt/images/search_bg.gif) no-repeat;
	margin-right: 5px;
}
.search input.box:focus {
	background: #616161 url(http://www.theislandsbooktrust.com/wp-content/themes/ibt/images/search_bg.gif) no-repeat left -38px;
	outline: none;
}
.search button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900 url(http://www.theislandsbooktrust.com/wp-content/themes/ibt/images/search_bg.gif) no-repeat top right;
}
.search button.btn:hover {
	background: #fbc900 url(http://www.theislandsbooktrust.com/wp-content/themes/ibt/images/search_bg.gif) no-repeat bottom right;
}
/* events - widgets */
li.eventsListWidget .time {
	white-space: nowrap;
}
li.eventsListWidget a {
	color: #464646;
}
li.eventsListWidget a:hover {
	color: #464646;
}
li.eventsListWidget div.when, li.eventsListWidget div.event, li.eventsListWidget div.loc {
	display: inline;
}
li.eventsListWidget a.more-link {
	display: none;
}
li.eventsListWidget .dig-in a {
	text-transform: lowercase;
}
li.eventsListWidget .dig-in a:after {
	content: '...';
}

/* new events list widget */

li.tribe-events-list-widget,
li.tribe-events-list-widget li {
	list-style: none;
	padding: 8px 0px;
}
li.tribe-events-list-widget h4 {
	font-size: 1em;
}
li.tribe-events-list-widget h4 a {
	color: #464646
}

li.tribe-events-list-widget .duration {
	font-style: italic;
}

ul.tribe-events-sub-nav a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a {
	font-size: 1em;
	text-transform: lowercase;
}


/* widgets */

#main #sidebar-homebox-right {
	margin-top: 2px;
}

body .skin-default dl.slidedeck {
	margin-bottom: 0;
}

ul li.widget_rnnews, ul li.widget_rnnews ul li,
ul li.widget_rn_wpsc_latest, ul li.widget_rn_wpsc_latest ul li,
ul li.eventsListWidget, ul li.eventsListWidget ul li,
ul li.widget_rnhtml {
	list-style: none;
	padding: 8px 0px;
}

ul li.widget_rnhtml ul {
	margin-top: 0.5em;
}
ul li.widget_rnhtml ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
}

ul li.widget_rnnews ul li,
ul li.widget_rn_wpsc_latest ul li,
ul li.eventsListWidget ul li, 
ul li.widget_rnhtml {
	border-bottom: 1px dashed #C2BDA8;
	margin-bottom: 0.5em;
}
.teaser ul li.widget ul li h2, .teaser ul li.widget ul li h2 a {
	font-size: 13px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	color: #1C5068;
	font-family: Arial, verdana, 'Liberation Sans', sans-serif;
	margin-bottom: 0.5em;;
}

ul li.widget_rnnews ul li p {
	margin-top: 0;
}
ul li.widget_rnnews ul li a, ul li.widget_rn_wpsc_latest ul li a {
	font-weight: normal;
	color: #464646;
}

/* wpsc - latest in category widget */
ul li.widget_rn_wpsc_latest ul li a {
	color: #464646;
	
}
#main .teaser ul li.widget_rn_wpsc_latest ul li h2 a.wpsc_product_title {
	font-size: 13px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	color: #1C5068;
	font-family: Arial, verdana, 'Liberation Sans', sans-serif;
	margin-bottom: 0.5em;
}
/*
#fixes for formatting being put in the actual text descriptions!
*/
#main .teaser ul li.widget_rn_wpsc_latest ul li h2,
#main .teaser ul li.widget_rn_wpsc_latest ul li h2 a,
#main .teaser ul li.widget_rn_wpsc_latest ul li h2 a strong,
#main .teaser ul li.widget_rn_wpsc_latest ul li h3,
#main .teaser ul li.widget_rn_wpsc_latest ul li h3 a,
#main .teaser ul li.widget_rn_wpsc_latest ul li h3 a strong,
#main .teaser ul li.widget_rn_wpsc_latest ul li h4,
#main .teaser ul li.widget_rn_wpsc_latest ul li h4 a {
	text-transform: none;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #464646;
	margin: 0;
}

/* wpsc - rn slidedeck */
img.slidedeck_product_image {
	float: left;
	margin-right: 8px;
}
dl.slidedeck dd p {
	margin-bottom: 8px;
}
dl.slidedeck dd a {
	color: #464646;
	font-weight: normal;
	text-decoration: none;
}
dl.slidedeck dd a.readon {
	color: #246989;
	text-decoration: underline;
}

/* RNIBTSUBSCRIBER */
form#rnibt_subscriber_form {
	margin-bottom: 1em;
}
form#rnibt_subscriber_form .rnibt_label {
	display: block;
	float: left;
	width: 30%;
}
form#rnibt_subscriber_form .rnibt_input {
	display: block;
	float: left;
	width: 60%;
}
/* EVENTS CALENDAR */
#big.tec-calendar {
	width: 700px;
}

.tec-nav-previous,
.tec-nav-next {
	width: 49%;
	float: left;
	text-align: center;
}

#tribe-events-content-wrapper {
	width: 680px;
}
#tribe-events-content-wrapper h2.tribe-events-page-title,
#tribe-events-content-wrapper h2 {
	font-size: 1.2em;
}

/*
PRODUCTS
*/

.error {
	color: #800000;
}

.sale {
	color: #800000;
	weight: bold;
}

/*Hide WordPress unnecessaries*/

.skip-link {
	display: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */