/*
    Theme Name: Passing Whisper
    Theme URI: http://www.jin.com.au
    Description: Passing Whisper
    Version: 1.0
    Author: Jin Wang
    Author URI: http://www.jin.com.au/
*/


body {
	background:url(images/page-back.jpg) no-repeat top center #3f808a;
	margin:0;
	font-family: Geneva, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#container {
	width:819px;
	margin:0 auto;
	position:relative;
	height:252px;
}

/* search form */

#search {
	position:absolute;
	text-align:right;
	width: 245px;
	left: 580px;
	top: 87px;
	z-index:100;
}
#search form {
	padding:0;
	margin:0;
}
#search .txtField {
	border:1px solid #fff;
	width:138px;
	margin:0;
	padding:3px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/search-back.gif) transparent;
}
#search .btnSearch {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/btn-back.gif) transparent;
}


/* menu */

#menu-holder {
	color: 003b82;
	position: absolute;
	top: 130px;
	left: 0px; /* was 50px */
	width: 848px; /* was 740px */
    padding: 0 5px 0 5px; /* first and last button space */
	overflow:hidden;
}

/* ---------- custom navigation style start --------- */

ul#navHolder { 
  color: #003b82; 
  margin:0; padding:0; /* set to 0 to remove extra space around the ul */
  height: 36px; /* set to the height of the navigation so that it will maintain space on our page */

}

ul#navHolder li {
  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  color: #003b83;
  padding: 0 10px 0 10px; /* was 15px */
  margin:0 5px 0 0; /* set the right margin to space out the navigation a little bit */
  list-style:none; /* remove the bullets */
  float:left; /* set to left so the li's line up horizontal */
/*  background-color:#ffffff /* nav bar bg colour */
}

ul#navHolder li a:link,
ul#navHolder li a:visited{
  display:block;  /* set to block so the anchor width and height can be set */
  width:100%; height:36px; /* set to the demensions of our navigation */
  margin:0 0px 0 0; /* set the right margin to space out the navigation a little bit */
  font-size: 16px; line-height:36px; /* nav font size (16px) */
  text-decoration:none;
  text-align:center;
  color: #003b83; /* nav font colour */
  /* optional styles */
/*  background:url(images/hor.nav.bg.png) top left no-repeat; */
/*  border:1px solid #000000; */
/*  text-transform:uppercase;*/
}

ul#navHolder li a:hover { background-position:center left; color: #bb0006; } /* nav hover colour */

ul#navHolder li a:active { color: #003b82; border-color:#FFFFFF; } /* optional */

body#home ul#navHolder li a.button,{ /* page home, anchor home */
	background-position:bottom left; /* set background position to show activeState */
	/* optional styles */
	font-weight:bold;
	cursor:default;
}


/* blog title */

#title {
	position:absolute;
	top: 40px;
	left: 45px;
	color:#fff;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
        text-decoration: none;
	width:370px;
	overflow:hidden;
}
#title h2 {
	color:#fff;
	font-size:20px;
        text-decoration: none;
	margin:0 0 0px;
}
#title a {
	letter-spacing: -1px;
	color:#fff;
	font-size: 42px;
	text-decoration: none;
}
#title a:hover {
	color:#fff;
	text-decoration: none;
/*	border-bottom:1px solid #e7d8cf; */
}


/* content */

#content {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	position: relative;
	background:url(images/notepad-back.png) repeat-y;
	width:764px;
	padding-right:55px;
}
#content blockquote {
	padding:0 0 0 30px;
	background:url(images/blockquote.gif) no-repeat 0 50%;
}
#content .col01 {
	float:left;
	padding-left: 80px;
	width:425px;
	font-size:14px;
	line-height:20px;
}
	/* New homepage */

	/* Latest book 1 */
	
	#content .col01 #latest-book {
		height: 370px;
		margin: 0 0 20px 0;
		background: url('images/line.gif') no-repeat bottom;
	}
		#content .col01 #latest-book .intro{
			color: #3F808A;
			font-style: italic;
		}
				
			#content .col01 #latest-book h2 {
				margin-top:30px;
			}
				#content .col01 #latest-book img {
					float: left;
					margin:0 20px 20px 0;
					width:200px;
				}

	/* Latest book 2 */
	
	#content .col01 #latest-book2 {
		height: 300px;
		margin: 0 0 20px 0;
		background: url('images/line.gif') no-repeat bottom;
	}
		#content .col01 #latest-book2 .intro{
			color: #3F808A;
			font-style: italic;
		}
				
			#content .col01 #latest-book2 h2 {
				margin-top:30px;
			}
				#content .col01 #latest-book2 img {
					float: right;
					margin:0 0 20px 20px;
					width:200px;
				}
					
	
	/* Latest post */
	
	#content .col01 #latest-post {
		height: 300px;
		margin: 0 0 20px 0;
		background: url('images/line.gif') no-repeat bottom;
	}
		#content .col01 #latest-post .intro{
			color: #3F808A;
			font-style: italic;
		}
			#content .col01 #latest-post .date{
			color: #666;
			font-style: italic;
			}
				
				#content .col01 #latest-post h2 {
					margin-top:20px;
				}
					#content .col01 #latest-post img {
						float: left;
						margin:0 20px 20px 0;
						width:200px;
					}
	
#content .col01 h3 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 10px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col01 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 16px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col01 h3 a {
	color:#000;
	text-decoration:none;
}
#content .col01 h3 a:hover {
	background-color:#f4f0db;
}
#content .col01 .post {
	padding-bottom:30px;
}
#content .col01 .thumbnail {
	float:right;
	margin:10px 0 10px 10px;
}
#content .col01 .meta {
	font-size:11px;
	text-align:right;
	background:url(images/line.gif) repeat-x;
	padding-top:8px;
}
#content .col01 .post-inner {
	position:relative;
}
	#content .col01 .post-inner object {
		max-width:425px;
	}
	
#content .col01 .post-inner .date-tab {
	position:absolute;
	top:0px;
	left:-148px; /* was -98px */
	height:64px;
	width:104px;
	background:url(images/date-tab.gif) no-repeat;
}
#content .col01 .thumbnail {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:right;
	display:block;
	padding:5px 11px 5px 5px;
	font-size:10px;
}
.day {
	text-align:right;
	display:block;
	padding:4px 16px 2px 0;
	font-size:18px;
	font-weight:bold;
}
/*#content .col01 .post-inner a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
#content .col01 .post-inner a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}*/
#content .col01 .meta a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #868585;
}
#content .col01 .meta a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
}


#content .col02 {
	float:right;
	width:212px;
	font-size:11px;
	line-height:16px;
}
#content .col02 .recent-posts {
	width:212px;
	background:url(images/postitBack.gif) repeat-y;
}
#content .col02 .recent-posts ul {
	padding:0;
	margin:0;
}
#content .col02 .recent-posts ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	padding:0;
	margin:0;
}
#content .col02 .recent-posts ul li .listMeta {
	font-size:10px;
}
#content .col02 .recent-posts ul li a {
	color:#21565E;
	border-top:1px solid #ffffbe;
	display:block;
	width:170px;
	margin:0 auto;
	padding:4px 0 4px 25px;
	background:url(images/bullet-postit.gif) no-repeat 5px 8px;
}
#content .col02 .recent-posts ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}
#content .col02 .postit-bottom {
	width:188px;
	height:62px;
	background:url(images/postit-bottom.gif) no-repeat;
	padding:12px 12px 0;
	font-size:11px;
	text-align:right;
}
#content .col02 .postit-bottom a {
	color:#21565E;
}
#content .col02 .postit-bottom a:hover {
	color:#21565E;
	text-decoration:none;
}

#content .col02 .categories-upper {
	height: 72px;
	background:url(images/categories-upper.gif) no-repeat;
}

#content .col02 .widget-upper {
	height: 72px;
	background:url(images/widget-upper.gif) no-repeat;
}
.title{
	font-size: 18px;
	font-weight: bold;
	padding: 25px 0 10px 15px;
	color: #003399;
}

	.textwidget img{
		width:60px;
		margin:0 auto;
	
	}
	.textwidget{
		padding:0 20px;
		text-align:center;
	}
	
#content .col02 .blogroll-upper {
	height: 72px;
	background:url(images/blogroll-upper.gif) no-repeat;
}
#content .col02 .categories {
	background:url(images/categories-back.gif) repeat-y;
}
#content .col02 .categories ul {
	margin:0;
	padding:0;
}
#content .col02 .categories ul li {
	font-size:11px;

	line-height:18px;
	list-style:none;
}
#content .col02 .categories ul li a {
	color:#21565e;
	margin:0 auto;
	display:block;
	width:170px;
	padding:4px 0 4px 10px;
	background:url(images/bullet-notee.gif) no-repeat 5px 8px;
}
#content .col02 .categories ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-notee.gif) no-repeat 5px 8px #edc844;
}
#content .col02 .twitter a img{
	border: none;
}
#content .col02 .categories #twitter-box ul {
	padding: 0 15px 0 15px;
}
#content .col02 .categories-btm {
	height:68px;
	background:url(images/categories-btm.gif) no-repeat;
}
#content .col02 .links {
	background:url(images/txt-friends-links.gif) no-repeat 50% 8px;
	padding-top:20px;
}
#content .col02 .links ul {
	margin:0 0 20px;
	padding:0;
}
#content .col02 .links ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	background:url(images/line-inner.gif) no-repeat bottom;
}
#content .col02 .links ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:6px 0;
}
#content .col02 .links ul li a:hover {
	text-decoration:none;
	color:#000;
}

#content .col02 .side-meta {
	background:url(images/txt-misc-debriss.gif) no-repeat top right;
}
#content .col02 .side-meta ul {
	margin:10px 0;
	padding:0;
}
#content .col02 .side-meta ul li {
	font-size:10px;
	line-height:14px;
	list-style:none;
}
#content .col02 .side-meta ul li a {
	margin-left: 35px;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	color:#21565E;
	display:block;
	width:212px;
	padding:2px 0;
}
#content .col02 .side-meta ul li a:hover {
	text-decoration:none;
	color:#000;
}

#content .col02 .ad-upper {
	height: 56px;
	background:url(images/ad-upper.jpg) no-repeat;
}
#content .col02 .ad-btm {
	height:10px;
	background:url(images/ad-btm.jpg) no-repeat;
	margin-bottom: 20px;
}
#content .col02 .ad {
	background:url(images/ad-back.jpg) repeat-y;
}
#content .col02 .ad .copy {
	width: 160px;
	padding-left: 10px;
	font-size:12px;
	line-height:20px;
	color: #709311;
}
.enquire a {
	margin-top: 20px;
	display: block;
	width: 240px;
	height: 75px;
	text-indent: -9999px;
	background: transparent url(wp-content/uploads/landing_blog_enquire-btn.png) no-repeat;
}

.enquire a:hover {
	background-position: -240px 0;
} 
/* footer */

#footer-holder {
	width:819px;
	margin:0 auto;
	position:relative;
}
#footer-holder .footer {
	width:932px;
	height:300px;
	position:absolute;
	top:0px;
	left:-54px;
	background:url(images/footer.jpg) no-repeat;
	z-index:100;
}
#footer-holder .txt a {
	color:#000;
}
#footer-holder .txt a:hover {
	color:#000;
	text-decoration:none;
}
#footer-holder .txt {
	width:480px;
	position:absolute;
	left:186px;
	font-size:11px;
	line-height:16px;
	color: #003b83;
	z-index:105;
	height:140px; /* was 60 */
	overflow:hidden;
	height:200px;
	top:60px;
}
#footer-holder .txt h2 {
	margin-top: 60px;
}
#footer #material{
	margin-bottom: 60px;
}
#footer-holder .jin a {
	width:92px;
	height:81px;
	position:absolute;
	top: 210px;
	left: 20px;
	font-size:11px;
	text-indent:-400px;
	z-index:102;
	overflow:hidden;
	background:url(images/icon-jin.gif) no-repeat 0 0;
}
#footer-holder .ssmashing a:hover {
	background:url(images/logo-smashing.gif) no-repeat 0 -61px;
}
#footer-holder .smashing a {
	width:55px;
	height:55px;
	position:absolute;
	top:165px;
	left:130px;
	font-size:11px;
	text-indent:-400px;
	z-index:103;
	overflow:hidden;
	background:url(images/icon-rss.gif) no-repeat 0 0;
}


/* next previous */

.previous a {
	float:left;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-older.gif) no-repeat 0 0;
	overflow:hidden;
}
.previous a:hover {
	background:url(images/link-older.gif) no-repeat 0 -33px;
}
.next a {
	float:right;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-newer.gif) no-repeat 0 0;
	overflow:hidden;
}
.next a:hover {
	background:url(images/link-newer.gif) no-repeat 0 -33px;
}


/* comment styles */

.comments, .name, .email, .website, .txt-email-sub, .txt-website-example {
	display:block;
	text-indent:-800px;
	font-size:10px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.comments {
	height:27px;
	background:url(images/txt-your-comment.gif) no-repeat;
}
.name, .email, .website {
	width:80px;
	float:left;
	margin-right:12px;
	clear:left;
}
.name {
	height:30px;
	background:url(images/txt-name.gif) no-repeat top right;
}
.email {
	height:30px;
	background:url(images/txt-email.gif) no-repeat top right;
}
.website {
	height:30px;
	background:url(images/txt-website.gif) no-repeat top right;
}
.txt-email-sub {
	height:20px;
/*	background:url(images/txt-email-sub.gif) no-repeat 90px 0;*/
	clear:both;
}
.txt-website-example {
	height:20px;
/*	background:url(images/txt-site-example.gif) no-repeat 90px 0;*/
	clear:both;
}
#commentform {
	padding:0;
	margin:0;
}
#commentform .comment-field {
	border:1px solid #939393;
	width:320px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;

	background:#fff;
	float:left;
}
#commentform .comment-box {
	border:1px solid #939393;
	width:425px;
	margin:0 0 10px;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;


}
#commentform .btnComment {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(images/btn-back.gif) transparent;
	float:left;
	clear:left;
}


/* comment list */

.commentlist {
	margin:20px 0;
	padding:0;
}
.commentlist li {
	padding:12px 0;
	background:url(images/line-inner.gif) no-repeat bottom;
	font-size:12px;
	line-height:20px;
	list-style:none;
}
.commentlist li a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
.commentlist li a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
.commentdate {
	display:block;
	padding:0 0 6px;
	font-size:10px;
}
.commentlist li cite {
	font-weight:bold;
	font-style:normal;
}
#books {
	text-align: top;
}

#buy-book{
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 4px;
	background-color: #ffe151;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	width: 108px;
	height: 15px;
}
#buy-book a {
	color: #112286;
	overflow:hidden;

.widgetbgimg{
	position: relative;
	z-index: -1;
}
#content .col02 .widgetcopy{
	display: block;
	width: 176px;
	height: 250px;
	background:url(http://gabriellewang.com/wp-content/themes/passing-whisper/images/writers-festival.jpg) no-repeat;
	font-size: 14px;
	color: #709311;
}

