@charset "utf-8";
/*
Theme Name: Twin Site New
Theme URI: http://www.twinfactory.co.uk/
Description: New Twin theme based on theme built by: <a href="http://www.catchdigital.com">Catch</a>.
Version: 2.0
Author: 
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:908px;
	margin:auto;
	height:100%;
}

#header{
	width:100%;
	margin:20px 0 0;
	clear:both;
}

#header-left{
	float:left;
}

#header-right{
	width:188px;
	float:right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 170px;
	overflow: hidden;
}
/* Logo */
#logo{
	width:224px;
	margin-left:330px;
}

#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-image: url(images/twin-logo.gif);
	background-repeat: no-repeat;
}
	h1.logo span {
		display:block;
		width:224px;
		height:113px;
		margin-left:-9000px;
		position:absolute;
	}

/* Navigation */

#nav{
	float:left;
	border-bottom:1px solid #fff;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 720px;
}

.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 .buy a{background:url(images/nav-buy.gif) no-repeat bottom; width:43px; }

	.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{
	margin-top:100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* SIDEBAR */


#sidebar{
	width:178px;
	float:right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.sidebar-box{
	width:176px;
	border-bottom:1px #fff solid;
	margin:0;
	overflow:hidden;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 2px;
}

/*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:116px;
	height:10px;
	text-indent:-9000px;
	float:left;
	cursor:pointer;
	background-image: url(images/sidebar-postscat.gif);
	background-repeat: no-repeat;
}
#arch-title {
	width:116px;
	height:10px;
	text-indent:-9000px;
	float:left;
	cursor:pointer;
	background-image: url(images/sidebar-archives.gif);
	background-repeat: no-repeat;
}

#most-title {
	width:116px;
	height:10px;
	text-indent:-9000px;
	float:left;
	cursor:pointer;
	background-image: url(images/sidebar-mostread.gif);
	background-repeat: no-repeat;
}

#twin-title {
	width:116px;
	height:10px;
	text-indent:-9000px;
	float:left;
	cursor:pointer;
	background-image: url(images/sidebar-twinarch.gif);
	background-repeat: no-repeat;
}

.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:14px;
	line-height:18px;
	clear:both;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.most-list {
	font-size:14px;
	line-height:16px;
	clear:both;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.most-list ul li {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.most-list a {
	text-decoration: none;
}

#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;
	font-size: 12px;
}


.icons{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.icons img{
	margin-right:13px;
}


/* CONTENT */
#content{
	width:710px;
	float:left;
	display:inline;
	margin-bottom:40px;
	min-height:600px;
	position:relative;
	padding-top: 25px;
	padding-bottom: 10px;
	background-image: url(images/dot.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 10px;
}

/*two colunm page layout*/
.two-col-left{
	float:left;
	width:544px;
	overflow:hidden;
}

.two-col-right{
	float:left;
	padding-left:15px;
	width:150px;
}
	.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
	}
	
	
	/*wide one colunm page layout*/
.info-page{
	float:left;
	width:695px;
	overflow:hidden;
}
	
	.info-page p{
		line-height:14px;
		margin-bottom:10px;
		clear:both;
	}
	
	
	.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:200px;
	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{
	margin-top:10px;
	padding-bottom:20px;
	width: 320px;
	float: left;
	margin-right: 10px;
}

	.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:10px;
	width: auto;
	}
	
	.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-top: 10px;
	padding-bottom: 0px;
}

.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:178px;
	height:16px;
	background:url(images/from-the-blog.gif) no-repeat;
	text-indent:-9000px;
	margin:0 0 10px 0;
	visibility:visible;
	margin-bottom:20px;
}

.title-2 {
	width: 370px;
	float: left;
	}
		
.recentpoststitle{
	width: 200px;
	float: left;
	font-size: 19px;
	font-style: italic;
	float: left;
	line-height: 20px;
	font-family: Times, "Times New Roman", serif;
	}



.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;
	
}

.from-book-home{
	display:block;
	width:182px;
	height:16px;
	background:url(images/from-the-book.gif) no-repeat;
	text-indent:-9000px;
	visibility:visible;
	margin-bottom:5px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.videos-home{
	display:block;
	width:182px;
	height:16px;
	background:url(images/title-videos.gif) no-repeat;
	text-indent:-9000px;
	visibility:visible;
	margin-bottom:5px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

	
	.sIFR-hasFlash .from-book, .sIFR-hasFlash .from-book-home, .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:10px;
	width:343px;
	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{
	width:100%;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	line-height: 20px;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 2px;
}


#info p {
	margin: 0px;
}

.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;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
	position:relative;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
	.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:693px;
	font-size: 18px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}	

#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;
	}
#post-nav a {
	text-decoration: none;
}

/* 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;
	margin-top: 20px;
}
.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;
	font-size:11px;
	width:200px;
	padding-top: 5px;
}
	.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;
	margin-right: 10px;
	margin-bottom: 5px;
}

#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;
}
#most-comment {
	width:147px;
	height:10px;
	text-indent:-9000px;
	float:left;
	cursor:pointer;
	background-image: url(images/sidebar-mostcomments.gif);
	background-repeat: no-repeat;
}
.two-row-bottom-home {
	clear:both;
	margin-top:10px;
	padding-top: 3px;
	background-color: #6FF;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.home-video {
	width: 368px;
	float: left;
	background-image: url(images/dot.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 15px;
	height: 312px;
}

.home-book {
	float: left;
	width: 330px;
	padding-top: 15px;
	padding-left: 10px;
	height: 312px;
}
.home-caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	padding-bottom: 20px;
}
.title-homebook h2{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-style: italic;
	color: #FFF;
}
.logos {
	margin-top: 10px;
	clear: both;
}
.logos img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}

