@charset "utf-8";
/*
Theme Name: Twin
Theme URI: http://www.twinfactory.co.uk/
Description: Twin theme built by: <a href="http://www.catchdigital.com">Catch</a>.
Version: 1.0
Author: matt@catchdigital.com
Author URI: http://www.catchdigital.com
*/

body{
	background:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#fff;
	height:100%;
}

a, a:visited{
	color:#f173ac;
	text-decoration:underline;
}

a:hover{
	color:#fff;
}

h3{
	font-style:italic;
	font-size:16px;
}

h3 a, h3 a:visited{
	text-decoration:none;
	color:#fff;
}

.clear{
	clear:both;
}

.sIFR-hasFlash h2{
	margin-top:0px;
}

sup{
	font-size:9px;
	vertical-align:super;
}

#wrapper{
	width:920px;
	margin:auto;
	height:100%;
}

#header{
	width:100%;
	margin:20px 0 0;
	clear:both;
}

#header-left{
	float:left;
	padding-left:187px;
	width:545px;
}

#header-right{
	width:188px;
	float:left;
}
/* Logo */
#logo{
	width:224px;
	margin-left:160px;
}

#homeLink {
	position:relative;
}
	#homeLink a {
		position:absolute;
		display:block;
		top:0px;
		left:0px;
		width:224px;
		height:113px;
		outline:none;
	}
	#homeLink a span {
		position:absolute;
		top:-150px;
	}
h1.logo {
	width:224px;
	height:113px;
	background:url(images/twin-logo.gif) no-repeat;
}
	h1.logo span {
		display:block;
		width:224px;
		height:113px;
		margin-left:-9000px;
		position:absolute;
	}

/* Navigation */

#nav{
	margin:35px 0  0;
	width:545px;
	float:left;
	border-bottom:1px solid #fff;
}

.mainNav{
	list-style:none;
	float:left;
	padding-bottom:5px;
}

	.mainNav li{
		display:inline;
		float:left;
		margin-right:30px;
		height:17px;
	}
	
	
	
	.mainNav li a, .mainNav li a:visited{
		color:#fff;
		text-decoration:none;
		font-size:12px;
		text-indent:-9000px;
		height:17px;
		overflow:hidden;
		display:block;
	}
	
	.mainNav .nhome a{background:url(images/nav-home.gif) no-repeat bottom; width:55px; }
	.mainNav .nblog a{background:url(images/nav-blog.gif) no-repeat bottom; width:48px; }
	.mainNav .video a{background:url(images/nav-video.gif) no-repeat bottom; width:55px; }
	.mainNav .about a{background:url(images/nav-about.gif) no-repeat bottom; width:63px; }
	.mainNav .book a{background:url(images/nav-book.gif) no-repeat bottom; width:52px; }
	.mainNav .friends a{background:url(images/nav-friends.gif) no-repeat bottom; width:71px;}
	.mainNav .press a{background:url(images/nav-press.gif) no-repeat bottom; width:48px;}
	
	.mainNav li a:hover,.mainNav li a.hover{
		background-position:top;
	}
	
	.mainNav li.current a{
		background-position:top;
	}
	
	.mainNav li.current_page_item a, .mainNav li a:hover, .mainNav li.current_page_item a.hover{
		color:#e3919e;
	}
	
#buy{
	float:left;
	margin-top:100px;
	width:188px;
}


/* SIDEBAR */


#sidebar{
	margin:5px 0 20px 0;
	width:166px;
	float:left;
	padding:0 10px 0 0;
	
}

.sidebar-box{
	width:167px;
	border-bottom:1px #fff solid;
	padding:10px 0 20px 0;
	margin:0;
	overflow:hidden;
}

/*titles */

#twitter-title{
	width:54px;
	height:9px;
	background:url(images/twitter_title.gif) no-repeat;
	text-indent:-9000px;
}

#join-title{
	width:101px;
	height:12px;
	background:url(images/join_title.gif) no-repeat;
	text-indent:-9000px;
}

#cat-title{
	width:108px;
	height:9px;
	background:url(images/categories-title.gif) no-repeat;
	text-indent:-9000px;
	float:left;
	cursor:pointer;
}

.cat-icon{
	width:8px;
	height:8px;
	text-indent:-9000px;
	display:block;
	float:left;
	margin:1px 0 0 5px;
	cursor:pointer;
}

	.plus{
		background:url(images/plus.gif) no-repeat;
	}
	
	.minus{
		background:url(images/minus.gif) no-repeat;
	}
	
.cat-list{
	font-size:11px;
	margin:10px 0 5px 0;
	line-height:13px;
	clear:both;
}

#follow-title{
	width:67px;
	height:8px;
	background:url(images/follow_title.gif) no-repeat;
	text-indent:-9000px;
}

/*titles end */

#sidebar-search{
	overflow:visible;
}

.tweet{
	margin-top:10px;
}

.tweet-p{
	font-size:17px;
	width:161px;
	white-space:normal;
	word-wrap:break-word;
	font-style:italic;
	line-height:19px;
}

.tweet-date{
	display:block;
	margin-top:15px;
	font-size:12px;
	font-style:normal;
}

.sidebar-box p{
	font-size:12px;
	margin-bottom:5px;
	line-height:13px;
}

#sidebar-join form{
	margin-top:5px;
}

#sidebar-join #success{
	display:block;
	clear:both;
	color:#fff;
	margin-top:5px;
	font-size:12px;
	text-align:center;
	line-height:15px;
	background:#edadca;
	padding:5px;
}

.joinbtn{
	margin:1px 0 0 5px;
	padding:0 0 3px 0;
	border:0;
	display:block;
	width:42px;
	height:18px;
	background:#7a7a7a;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	outline:none;
	float:left;
	color:#fff;
	vertical-align:middle;
}

.jointext{
	background:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	float:left;
	width:116px;
	height:16px;
	padding:1px 0 0 2px;
	border:1px solid #7a7a7a;
	color:#6f6f6f;
}

/*SEARCH FORM STYLES */


#searchform .searchbox{
	width:142px;
	background:#fff;
	border:1px solid #000;
	padding:4px 0 0 2px;
	color:#6f6f6f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	float:left;
	height:19px;
}

#searchform .JSsearchbox{
	width:145px;
	background:url(images/search-button.gif) no-repeat right center #fff;
	border:1px solid #000;
	padding:4px 0 0 2px;
	color:#6f6f6f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	height:19px;
}


/*non JS search */
#searchform .searchbutton{
	float:left;
	margin:1px 0 0 -1px;
	height:23px;
	width:21px;
	display:block;
	position:relative;
	border:none;
	/*background:url(images/search-button.gif) no-repeat center center #fff;*/
}




#tag-link{
	margin:10px 0 0;
}


.icons{
	margin:10px 0 0;
}

.icons img{
	margin-right:13px;
}


/* CONTENT */
#content{
	width:732px;
	float:left;
	padding:20px 0 10px 11px;
	display:inline;
	background:url(images/dot.gif) repeat-y left;
	margin-bottom:40px;
	min-height:600px;
	position:relative;
}

/*two colunm page layout*/
.two-col-left{
	float:left;
	width:544px;
	overflow:hidden;
}

.two-col-right{
	float:left;
	padding-left:20px;
	width:167px;
}
	.two-col-right h2{
		margin-bottom:20px;
		font-size:18px;
		font-style:italic;
		font-weight:normal;
	}
	
	.two-col-right li, .two-col-left p{
		line-height:14px;
		margin-bottom:10px;
		clear:both;
	}
	.two-col-right strong{
		display:block
	}
	
	.header-img{
		margin-bottom:10px;
	}

	.page-content{
		font-size:12px;
		line-height:14px;
		clear:both;
	}
		.page-content h4{
			font-size:13px;
			margin-bottom:2px;
		}
		
		.page-content hr{
			border-bottom:1px #fff solid;
			height:1px;
			width:100%;
			margin:20px 0 0px 0;
			display:block;
		}
		
		.page-content img{
			margin:10px 0 0 0;
		}
		
		.tag-page a{
			text-decoration:none;
		}
		
		.page-content strong{
			font-size:16px;
			line-height:18px;
			margin-bottom:10px;
			display:block;
		}
		
		.page-content h2{
			margin-bottom:20px;
			font-size:18px;
			font-style:italic;
			font-weight:normal;
		}
	
	.about-co{
		clear:both;
		margin-bottom:10px;
	}
	
	.about-col, .link-col{
		width:161px;
		padding-right:20px;
		float:left;
	}
		.link-col strong{
			margin:0;
			display:inline;
			font-size:12px;
		}
		
	#stockist-links{
		margin-top:10px;
	}
		.about .link-col{
			maring-top:10px;
		}
		
		.about-col-right{
			padding:0;
			width:181px;
		}
	
	.about-col ul li{
		font-size:14px;
		margin-bottom:5px;
		line-height:16px;
		font-weight:bold;
	}
	
		.about-col ul li ul li{
			font-size:12px;
			margin-bottom:5px;
			font-weight:normal;
		}
		
		.about-col ul li ul li ul li{
			margin-bottom:0;
			margin-left:10px;
		}

	.link-col ul li{
		margin-bottom:10px;
	}
	
	.link-row{
		clear:both;
		width:100%;
		margin-bottom:10px;
	}
		.link-row strong{
			margin:0;
			font-size:12px;
			display:inline;
		}
		
		
.buy-row{
	clear:both;
	margin-top:10px;
	padding-bottom:20px;
}

	.sIFR-hasFlash .buy-row h3{
		font-size:25px;
	}
	.buy-row span{ 
		vertical-align:middle;
		display:block;
	}
		.buy-row span a{
			text-decoration:none;
		}
		
		.buy-row span img{
			margin-left:10px;
		}

.buy-row-1{
	/* border-bottom:1px solid #fff; */

}

	.buy-row .buy-img{
		float:left;
		
	}
	
	.buy-img{
	text-align:center;
		width:100px;
	}
	.buy-row .buy-col{
		float:left;
		padding-left:20px;
	}
	
	.buy-row p{
		padding-top:10px;
	}



.buy-now-text, .buy-now-img{
	float:left;
	
}

.buy-now-text{
	padding-top:15px;
	margin-right:10px;
}


.price{
	font-size:18px;
}



/*two row home page layout*/

.home #content{
	padding:10px 0 0 11px;
}

.sIFR-hasFlash .two-row-bottom  h3{	
	font-size:25px;
}

.two-row-bottom p{
	line-height:14px;
}

.two-row-bottom ul{
	margin-top:10px;
}
	.two-row-bottom ul li{
		margin-bottom:5px;
	}

.from-blog{
	display:block;
	width:177px;
	height:16px;
	background:url(images/from-the-blog.gif) no-repeat;
	text-indent:-9000px;
	margin:0 0 10px 0;
	visibility:visible;
	margin-bottom:20px;
}

.from-book{
	display:block;
	width:182px;
	height:16px;
	background:url(images/from-the-book.gif) no-repeat;
	text-indent:-9000px;
	margin:0 0 10px 0;
	visibility:visible;
	margin-bottom:20px;
	
}
	
	.sIFR-hasFlash .from-book, .sIFR-hasFlash .from-blog{
		visibility:visible;
	}
	


.two-row{
	clear:both;
	width:100%;
}

.two-row .left{
	float:left;
	width:356px;
	height:227px;
	position:relative;
}

.two-row .right{
	float:left;
	padding-left:20px;
	width:356px;
	height:227px;
}

.two-row-bottom{
clear:both;
	margin-top:10px;
	background:url(images/dot.gif) repeat-x top;
	padding-top:10px;
}

#home-img-1, #home-img-2{
	display:none;

}

.home-img{
	position:absolute;
	top:0;
	left:0;
}

.home-item{
	height:65px;
	padding:2px 5px 8px 5px;
	background:#000000;
}

.home-item p{
	color:#fff;
	font-size:12px;
	line-height:14px;
}
.home-item h3{
	margin-bottom:5px;
	font-weight:normal;
}

.home-item .current{
	background:#262626;
}

#home-item-1{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;

}

/*POSTS LAYOUT */

#info{
	margin:0 0 20px 0;
}

.posts{
	height:100%;
	clear:both;
}

.posts-row{
	height:25%;
	margin-bottom:30px;
	float:left;
	position:relative;
}

.post{
	float:left;
	width:336px;
	height:100%;
	overflow:hidden;
	margin:0 20px 0 0;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
	position:relative
}
	.post-right{
		margin-right:0
	}
	
	.post h3{
		margin:8px 0 15px 0;
	}
	
	.sIFR-hasFlash .post h3{
		margin:5px 0 5px 0;
		font-size:22px;
	}
	
	.post .meta{
		margin-bottom:10px;	
		line-height:14px;
		font-size:11px;
	}
	
	.post .tags{
		margin-top:10px;
		font-size:11px;
	}
	
	.post .excerpt{
		line-height:14px;
	}
	

#post-nav{
	clear:both;
	position:relative;
	width:100%;
}	

#post-nav-left{
	position:absolute;
	left:0;
	float:left;
	
}	
	#post-nav-left span{
		padding-left:12px;
		background:url(images/pink-arrow-left.gif) no-repeat left;
	}

#post-nav-right{
	position:absolute;
	right:0;
	float:right;
}

	#post-nav-right span{
		background:url(images/pink-arrow-right.gif) no-repeat right;
		padding-right:12px;
	}

/* SINGLE POST */

.post-content{
	border-bottom:solid 1px #fff;
	padding-bottom:20px;
	width:544px;
	overflow:hidden;
}
.sIFR-hasFlash .post-content h3{
	margin:10px 0 20px 0;
	font-size:28px;
}

.post-content .excerpt p{
	font-size:16px;
	line-height:18px;
	margin:10px 0 20px 0;
}

.post-content p{
	line-height:16px;
	margin-bottom:10px;
}

.post-comments{
	padding:10px 0 10px 0;
	border-bottom:1px solid #fff;
}

	.post-comments h4{
		height:9px;
		width:67px;
		background:url(images/comments-title.gif) no-repeat;
		text-indent:-9000px;
		display:block;
		margin-bottom:10px;
	}

.leave-comment{
	padding-top:10px;
}

	.leave-comment h4{
		height:9px;
		width:114px;
		background:url(images/leave-a-comment.gif) no-repeat;
		text-indent:-9000px;
		display:block;
		margin-bottom:10px;
	}

.post-info{
	height:9px;
	widows:61px;
	background:url(images/post-info.gif) no-repeat;
	text-indent:-9000px;
	display:block;
	margin-bottom:10px;
}
.two-col-right .meta{
	font-size:11px;
	line-height:14px;
}

.two-col-right .tags{
	margin-top:10px;
	word-wrap:normal;
	line-height:14px;
	font-size:11px;
}



#share{
	margin-top:10px;
}
	#share p{
		line-height:14px;
		font-size:11px;
	}

/* FOOTER */
#footer{
	clear:both;
	width:100%;
	border-top:1px solid #fff;
	position:relative;
	height:20px;
	margin-bottom:20px;
	padding-top:3px;
	font-size:11px;
}

.footer-left{
	float:left;
}

.footer-right{
	position:absolute;
	right:0;
	float:right;
}

.footer-right li{
	display:inline;
	margin-left:10px;
}
.footer-right li a, .footer-right li a:visited, .footer-left a, .footer-left a:visited{
	color:#fff;
	text-decoration:none;
}

.footer-right li a:hover, .footer-left a:hover{
	color:#f173ac;
}


/*COMMENTS*/
.commentlist li{
	margin-bottom:10px;
	display:block;
	clear:both;
}
.comment-meta{
	float:left;
	padding-left:10px;
	font-size:11px;
	width:100px;
}
	.comment-meta cite{
		margin-bottom:5px;
		display:block;
		font-style:normal;
	}

.thread-odd{
	background:#262626;
}

.fbconnect_login_button img{
	visibility:none;
} 

.comment-text{
	float:left;
	padding-left:10px;
	width:350px;
}
.comment-body{
	clear:both;
	padding:10px;
}

#comments-meta{
	margin:10px 0 10px 0;
	display:block;
}

.avatar{
	float:left;
}

#comment{
	width:544px;
	height:50px;
	border:none;
}

#fb-connect-wrap, #twc_connect{
	float:left;
	width:25px;
	height:26px;
	padding:0;
	margin:0;
}

	#fb-connect-wrap img, #twc_connect img{
		cursor:pointer;
	}


.or{
	float:left;
	margin:6px 10px 0 10px;
}


.authorWrap{
	margin:0 0 20px 0;
}


.authorBio{
	float:left;
	margin:10px 20px 20px 0;
}
	.authorBio p{
		margin-bottom:10px;
		width:400px;
	}
.authorPic {
	float:left;
	margin-right:20px;
}

