body {
	margin:0 10px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#container {
	width:940px;
	padding:20px 0;
	margin:0 auto;
	background:url(images/bubbles.png) no-repeat top right;
}

/* header area */

#container h3 {
	font-size:34px;
	text-transform:uppercase;
	font-family: Times New Roman, Garamond, serif;
	margin:0;
	height: 40px;
	line-height:34px;
	padding:0 0 10px 0;
	background:url(images/double-line.gif) repeat-x left bottom;
	display:inline;
}
#container h3 a {
	text-decoration:none;
	color:#333;
	padding-bottom: 5px;
}
#container h3 a:hover {
	color:#21b3ab;
}
.ayelet-author {
	display:block;
	width:262px;
	height:15px;
	margin-top:16px;
	overflow:hidden;
	text-indent:-500px;
	font-size:10px;
	background:url(images/author.png) no-repeat;
}


/* home columns */

#col01 {
	width:720px;
	float:left;
	overflow:hidden;
}
#col02 {
	width:220px;
	float:right;
	overflow:hidden;
}
#col01, #col02 {
	padding:20px 0;
}


/* home post */

#col01 .home-post {
	width:220px;
	margin:0 20px 20px 0;
	height:340px;
	overflow:hidden;
	float:left;
}
#col01 .home-post .title {
	background:#21b3ab;
	padding:4px 8px;
}
#col01 .home-post .title h2 {
	text-decoration:none;
	text-transform:uppercase;
	margin:0;
	padding:0;
	color: #ffffff;
	font-size:12px;
	line-height:16px;
}
#col01 .home-post .home-post-upper {
	height:190px;
	width:220px;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid #fff;
}
#col01 .home-post .home-post-upper a img {
	text-decoration:none;
	border:none;
}
#col01 .home-post .date {
	position:absolute;
	right:0px;
	bottom:0px;
	background-color:#fff;
	text-align:right;
	font-size:10px;
	padding:3px 8px;
}
#col01 .home-post .excerpt {
	height:114px;
	overflow:hidden;
	padding:9px 12px 3px;
	font-size:11px;
	line-height:16px;
	color: #101012;
	background:#f2f1f2;
}
#col01 .home-post .excerpt p {
	margin:0 0 10px;
	padding:0;
}
#col01 .home-post .excerpt a {
	text-decoration:none;
	color:#21b3ab;
}
#col01 .home-post .excerpt a:hover {
	text-decoration:none;
	color:#999999;
}
#col01 .home-post .meta {
	padding:4px 8px 0 24px;
	height:35px;
	background: #ffff40;
	text-transform:uppercase;
}
#col01 .home-post .comments a {
	display:block;
	font-size:10px;
	color:#fff;
	text-decoration:underline;
	float:left;
	border-bottom:1px solid #7f7f7f;
}
#col01 .home-post .comments a {
	display:block;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	float:left;
	border-bottom:1px solid #7f7f7f;
}
#col01 .home-post .author a {
	display:block;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	float:right;
}
#col01 .home-post .comments a:hover, #col01 .home-post .author a:hover {
	color:#000;
}

/* main page */
#page-container {
	padding: 0 20px 20px 0;
	font-size: 13px;
	line-height: 1.6em;
}
	#page-container #leftcol {
		float: left;
		width:220px;
		font-size: 11px;
		font-family: Times New Roman, Garamond, serif;
		text-align: left;
	}
		#page-container #leftcol a {
			text-transform: uppercase;
			color: #666666;
			font-size: 13px;
		}
		#page-container #leftcol a:hover {
			color: #21b3ab;
		}
		#page-container #leftcol #submenu {
			background:url(images/double-line.gif) repeat-x left top;
			padding: 10px 0;
		}
	#page-container #rightcol {
		float: right;
		width: 460px;
	}
	#page-container a {
		color: #21b3ab;
		text-decoration: none;
	}
	#page-container a:hover {
		color: #666;
	}
	#page-container h3 {
		font-size: 24px;
		text-transform:uppercase;
		font-family: Times New Roman, Garamond, serif;
		background: none;
		color: #666;
	}
	#page-container h4 {
		font-size: 14px;
		text-transform:uppercase;		
		color: #666;
		margin: 0;
		padding:: 0;
	}
	#page-container #leftcol .credit a {
		font-size: 11px;
		font-family: Times New Roman, Times, serif;
		text-align: left;
		text-transform: none;
	}
	#playlist img {
		padding: 5px 10px 5px 20px;
	}
	#book-info {
		font-size: 11px;
		font-family: Times New Roman, Garamond, serif;
		text-transform: uppercase;
		line-height: 1.2em;
		margin: 10px 0 0 0;
	}

		
#books-main {
	font-size: 11px;
	padding: 0;
	margin: 0;
}
	#books-main h3 {
		font-size: 24px;
		text-transform:uppercase;
		font-family: Times New Roman, Garamond, serif;
		background: none;
		color: #666;
	}
	#bookcol1 {
		padding-right:20px;
		padding-bottom: 20px;
		vertical-align: top;
	}
	#bookcol2 {
		padding-right:20px;
		padding-bottom: 20px;
		vertical-align: top;
	}
	#bookcol3 {
		padding-bottom: 20px;
		vertical-align: top;
	}

	
/* single template post */

#col01 .post {
	padding:0 20px 20px 0;
	font-size:12px;
	line-height:19px;
}
#col01 .post a {
	color:#333;
}
#col01 .post a:hover {
	background:#FFFAC7;
	color:#000;
	text-decoration:none;
}
#col01 .post h1 {
	font-size:28px;
	text-transform:uppercase;
	font-family: Times New Roman, Garamond, serif;
	margin:0;
	line-height:32px;
	padding:0 0 6px;
}
#col01 .post h4 {
	font-size:20px;
	text-transform:uppercase;
	font-family: Times New Roman, Garamond, serif;
	margin:0;
	line-height:26px;
	padding:0 0 6px;
}
#col01 .post h1 a, #col01 .post h4 a {
	text-decoration:none;
	color:#000;
}
#col01 .post h1 a:hover, #col01 .post h4 a:hover {
	color:#fff;
	border-bottom:none;
	background-color:#ff0067;
}
#col01 .post-upper {
	background:url(images/dot.gif) repeat-x bottom;
	padding:12px 0;
	font-size:11px;
	line-height:16px;
	color:#606060;
}
#col01 .post-upper a {
	color:#606060;
	text-decoration:none;
}
#col01 .post-upper a:hover {
	color:#333;
	text-decoration:underline;
}
#col01 .post-upper .digg {
	float:right;
}
#col01 .post .image {
	float:right;
	margin:12px 0 12px 12px;
}


/* categories page */

#col01 .cat-name {
	font-size:14px;
	background:url(images/dot.gif) repeat-x bottom;
	padding:4px 0 8px;
	width:700px;
}
#col01 .category-name {
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	background:#ff0067;
	font-weight:bold;
}


/* comments outer */

#comments-holder {
	padding:12px 0 0;
}

/* comment list styles */

#comment-list {
	font-size:12px;
	padding:10px 0;
}
#comment-list .bigger {
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
}
.comment-left {
	padding:16px 0;
	background:url(images/dot.gif) repeat-x;
}
.comment-meta {
	float:left;
	width:120px;
	margin-right:10px;
	font-size:10px;
	font-weight:bold;
}
.comment-metadata {
	font-size:10px;
	font-weight:normal;
}
.comment-metadata a {
	text-decoration:none;
}
.comment-metadata a:hover {
	text-decoration:underline;
}
.comment-txt {
	float:left;
	width:440px;
	font-size:12px;
	line-height:18px;
}
cite {
	font-style:normal;
	text-transform:uppercase;
	font-size:12px;
}

/* comment form styles */

.comments-PII, .comments-PII-2 {
	float:left;
}
.comments-PII {
	width:280px;
	margin-right:15px;
}
.comments-PII-2 {
	width:380px;
}
.comments-PII input {
	font-size:12px;
	width:270px;
	padding:2px;
}
.comments-PII-2 textarea {
	font-size:12px;
	width:370px;
	height:180px;
	padding:2px;
}
.submit-btn {
	display:block;
	padding:0;
	cursor:pointer;
	width:141px;
	height:34px;
	text-indent:-400px;
	overflow:hidden;
	background:url(images/btn-add.gif) no-repeat;
	border-style:none;
}

.submit-btn:hover {
	background:url(images/btn-add.gif) no-repeat 0 -34px;
}

.note {
	font-size:10px;
}


/* events */

.event-entry {
	margin-bottom: 20px;
}
.event-entry .dates {
	font-family: Times New Roman, Times, serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #666666;
}
.event-entry .heads {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}
.event-entry .body {
	text-transform: none;
}
.event-entry .body p {
	margin: 0;
	padding: 0;
}


/* book-log */

.book-log {
	margin-bottom: 20px;
}
.book-log .posted {
	font-family: Times New Roman, Times, serif;
	text-transform: uppercase;
	font-size: 11px;
	border-top: 1px dotted #666666;
}
.widget-archive-yearly {
	width: 70px;
}
.widget-archive-yearly h4{
	font-family: Times New Roman, Times, serif;
	text-transform: uppercase;
	font-size: 12px;
}
.widget-archive-yearly ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-archive-yearly li {
	padding: 1px 0;
	border-bottom: 1px dotted #666666;
}
.widget-archive-yearly a {
	display:block;
	text-decoration:none;
	text-indent: 2px;
}
.widget-archive-yearly a:hover {
	color:#ffff40;
	text-decoration:none;
}
/* misc */

.uppercase {
	text-transform:uppercase;
}


/* home and category page nav */

#page-nav {
	height:340px;
	width:220px;
	float:left;
}

#page-nav .older a, #page-nav .newer a {
	display:block;
	font-size:10px;
	text-indent:-400px;
	overflow:hidden;
	height:169px;
}
#page-nav .older a {
	margin-bottom:1px;
	background:url(images/link-older.gif) no-repeat 0 0;
}
#page-nav .older a:hover {
	background:url(images/link-older.gif) no-repeat 0 -169px;
}
#page-nav .newer a {
	background:url(images/link-newer.gif) no-repeat 0 0;
}
#page-nav .newer a:hover {
	background:url(images/link-newer.gif) no-repeat 0 -169px;
}


/* col02 stuff */

#twitterfeed {
	height:340px;
	background: #f2f1f2;
	overflow:hidden;
}
#twitterfeed .title {
	background: #21b3ab;
	padding: 4px 8px;
}
#twitterfeed .title h2 {
	text-decoration:none;
	text-transform:uppercase;
	margin:0;
	padding:0;
	color: #ffffff;
	font-size:12px;
	line-height:16px;
}
#twitterfeed .twitfeed {
	padding:4px 10px;
	height:285px;
}
	#twitterfeed .twitfeed .container {
		margin:0;
		padding: 0;
		height:272px;
		overflow:auto;
	}
#twitterfeed ul {
	margin:0;
	padding:0;
	overflow: hidden;
}
#twitterfeed li {
	padding:4px;
	margin:0;
	list-style:none;
	border-bottom:1px dotted #d3d3d3;
}
#twitterfeed a {
	display:inline;
	color:#21b3ab;
	font-size:11px;
	padding:5px 0;
	text-decoration:none;
}
#twitterfeed a:hover {
	color:#000;
	text-decoration:none;
}

#sidebar-quotes {
	background: #f2f1f2;
	overflow:hidden;
}
#sidebar-quotes .title {
	background: #21b3ab;
	padding: 4px 8px;
}
#sidebar-quotes .title h2 {
	text-decoration:none;
	text-transform:uppercase;
	margin:0;
	padding:0;
	color: #ffffff;
	font-size:12px;
	line-height:16px;
}
#sidebar-quotes .container {
	padding:1px 15px;
	margin:0;
	line-height: 1.6em;
	}
#twitterfeed .more {
	padding:0 8px 0 20px;
	height:24px;
	background: #ffff40;
	text-transform:uppercase;
	text-align: right;
}
#sidebar-quotes .more {
	padding:5px 8px 0 20px;
	height:22px;
	background: #ffff40;
	text-transform:uppercase;
	text-align: right;
}
	#sidebar-quotes p {
		margin-bottom: 20px;
	}
	#twitterfeed .more a {
		display:block;
		font-size:10px;
		color:#666666;
		text-decoration:none;
		float:right;
	}
	#sidebar-quotes .more a {
		padding-top: 2px;
		display:block;
		font-size:10px;
		color:#666666;
		text-decoration:none;
		float:right;
	}
	#twitterfeed .more a:hover, #sidebar-quotes .more a:hover {
		color:#000;
	}


#about-box {
	height:340px;
	background:url(images/about-back.gif) no-repeat;
	overflow:hidden;
	margin-bottom:20px;
}
#about-box .pages {
    position: relative; 
	margin:15px 0 8px 0;
	padding:0 20px;
	overflow:auto;
	height:310px;
}
#about-box .pages ul {
	padding:0;
	margin:0;
	list-style:none;
}
#about-box .pages li {
	border-bottom:1px dotted #ffffff;
	list-style:none;
}
#about-box .pages a {
	display:block;
	color:#ffffff;
	text-transform:uppercase;
	font-size:13px;
	padding:5px 0;
	text-decoration:none;
}
#about-box .pages a:hover {
	color:#101012;
	text-decoration:none;
	background:url(images/bullet2.gif) no-repeat 5px 50%;
	text-indent:16px;
}
#about-box #icons {
	margin-top: 43px;
	margin-left: 4px;
	vertical-align: bottom;
}
#about-box #icons img {
	margin-right: 12px;
	border: none
}
#about-box #icons a {
	display: inline;
	padding: 0;
}
#about-box #icons a:hover {
	background: none;
}
/* search form */

#about-box form {
	padding:10px 20px;
	margin:0;
	text-align:right;
	border-bottom:1px solid #fff;
	height:56px;
}
#about-box .txt-field {
	font-size:12px;
	margin:0 0 6px;
	width:176px;
	padding:1px;
}
#about-box .btn-search {
	display:block;
	padding:0;
	cursor:pointer;
	float:right;
	width:89px;
	height:28px;
	text-indent:-400px;
	overflow:hidden;
	background:url(images/btn-search.gif) no-repeat;
	border-style:none;
}

#about-box .btn-search:hover {
	background:url(images/btn-search.gif) no-repeat 0 -28px;
}


#about-box .rss a {
	display:block;
	width:180px;
	padding:5px 0;
	margin:10px auto 0;
	color:#333;
	border-bottom:1px solid #A7A7A7;
	text-decoration:none;
	background:url(images/icon-rss.gif) no-repeat 5px 50%;
	text-indent:26px;
}
#about-box .rss a:hover {
	color:#fff;
	text-decoration:none;
	background:url(images/icon-rss-on.gif) no-repeat 5px 50% #ff0067;
}
#about-box .bookmark a {
	display:block;
	width:180px;
	padding:5px 0;
	margin:0 auto;
	color:#333;
	text-decoration:none;
	background:url(images/icon-bookmark.gif) no-repeat 5px 50%;
	text-indent:26px;
}
#about-box .bookmark a:hover {
	color:#fff;
	text-decoration:none;
	background:url(images/icon-bookmark-on.gif) no-repeat 5px 50% #ff0067;
}


/* four columns section */

#four-columns {
	width:940px;
	padding:10px 0;
	margin:0 auto;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #666666;
	line-height: 1.5em;
	background:url(images/double-line.gif) repeat-x left top;

}
#four-columns #left-container {
	float: left;
	width: 480px;
}
	#left-column1 {
		float: left;
		width: 220px;
		text-align: right;
	}
	#left-column2 {
		float: right;
		width: 240px;
	}
#four-columns #right-container {
	float: right;
	width: 460px;
}
	#right-column1 {
		float: left;
		width: 220px;
		text-align: right;
	}
	#right-column2 {
		float: right;
		width: 220px;
	}
#four-columns a {
	text-decoration: none;
	color: #333333;
}
#four-columns a:hover {
	text-decoration: none;
	color: #21b3ab;
}
#four-columns ul {
	list-style:none;
	margin: 0;
	padding: 0;
}


/* footer */

#footer {
	padding:20px 0;
	margin:10px 0 auto;
	font-size:10px;
	line-height:14px;
	color:#5f5f5f;
	background:url(images/double-line.gif) repeat-x left top;

}
#footer a {
	color:#5f5f5f;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
