/*  
Theme Name: Bookalicio.us 2.0
Theme URI: http://bookalicio.us/
Description: Bookalicio.us 2010 theme
Version: 1.0
Author: Marco van Hylckama Vlieg
Author URI: http://www.i-marco.nl/weblog/
*/


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

.clearfix {
    display: inline-block;
}

.alignleft {
	float: left;
	margin-right: 10px;
	display: block;
}
.alignright {
	float: left;
	margin-right: 10px;
	display: block;
}
.content p {
	margin-bottom: 1em;
}

#content .noborders img {
	border: none;
	margin: 0;
}

.content img, #current img, #allreviews img, #bookbloggerslist img {
	border: 1px #333 solid;
	padding: 5px;
}
#allreviews img {
	-webkit-box-shadow: 2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
	box-shadow: 2px 2px 5px #666;
	background: #ddd;
	width: 140px;
}
#allreviews img:hover {
	background: #fff;
	-webkit-box-shadow: 5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
}




img.noimageeffect {
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;	
}




  /* By default, we tilt all our images -2 degrees */

#allreviews a {
	margin: 0 5px 15px 0;
}

 #allreviews a img {
 -webkit-transform: rotate(-1deg);
 -moz-transform: rotate(-1deg);
 }
  
 /* Rotate all even images 2 degrees */
 #allreviews a:nth-child(even) img {
 -webkit-transform: rotate(1deg);
 -moz-transform: rotate(1deg);
 }
  
 /* Don't rotate every third image, but offset its position */
 #allreviews a:nth-child(4n) img  {
 -webkit-transform: none;
 -moz-transform: none;
 position: relative;
 top: -5px;
 }
  
 /* Rotate every fifth image by 5 degrees and offset it */
 #allreviews a:nth-child(5n) img {
 -webkit-transform: rotate(3deg);
 -moz-transform: rotate(3deg);
 position: relative;
 right: 5px;
 }
  
 /* Keep default rotate for every eighth, but offset it */
 #allreviews a:nth-child(7n) img {
 position: relative;
 top: 8px;
 right: 5px;
 }
  
 /* Keep default rotate for every eleventh, but offset it */
 #allreviews a:nth-child(11n) img {
 position: relative;
 top: 3px;
 left: -5px;
 }












.post h2, #leave_comment, #commentssection h2 {
	background: url(images/header_ornament.png) no-repeat top left;
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 5px;
	min-height: 30px;
	border-bottom: 1px #333 solid;
	font-size: 24px;
	margin-bottom: 1em;
	font-style: italic;
}

h3 {
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a {
	color: #030;
	text-decoration: none;
}
#col_left a {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #070;
}

body {
	background: #000 url(images/wood.jpg) repeat-y;
	margin:0;
	font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
	line-height: 1.4em;
	font-size: 14px;
}
#main {
	margin:0;
}
#col_left {
	float: left;
	width: 700px;
}
#sidebar {
	width: 235px;
	float: left;
	padding: 0 10px;
}
#sidebar ul {
	margin: 0 5px;
	border-top: 1px #b7b188 solid;
}
#sidebar ul ul {
	margin: 0;
	border: 0;
}

#sidebar li a {
	color: #000;
	display: block;
	line-height: 30px;
	border-bottom: 1px #b7b188 solid;
	font-size: 16px;
	font-style: italic;
	padding-left: 30px;
	background: url(images/bullet.png) no-repeat left;
}

#searchform input.text {
	height: 18px;
	padding: 6px;
	width: 165px;
	line-height: 20px;
	background: url(images/textfieldback.png);
	border: none;
	float: left;
	margin: 2px 0 0 0;
}
.inputend {
	background: url(images/textfieldback.png) no-repeat right;
	display: block;
	width: 6px;
	height: 30px;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
#book {
	width: 980px;
	margin: 0 0 -150px 0;
}
#header {
	height: 315px;
	background: url(images/head.jpg);
}
#header h1 {
	text-indent: -9999px;
	height: 0;
}
#content {
	background: url(images/middle.jpg);
	padding-bottom: 50px;
	padding-left: 20px;
}
#bookfooter {
	height: 60px;
	background: url(images/footer.jpg);
	margin-bottom: 50px;
}
#notebook {
	width:914px;
	height: 752px;
	margin: 0 0 -200px 50px;
	background: url(images/notebook.png);
}
#footer {
	width: 1000px;
	height: 129px;
	padding-top: 140px;
	background: url(images/bookmark.png) no-repeat top;
	position: relative;
	z-index: 2;
	padding-bottom: 20px;
}
#credits {
	color: #394057;
}
#credits a {
	color: #000;
}
#credits {
	width: 420px;
	margin-left: 350px;
	font-size: 16px;
	font-style:italic;
}
#fptopboxes, #fpspecialtopboxes {
	width: 564px;
	margin-left: 107px;
	position: relative;
	top: -30px;
	overflow: hidden;
}

#fptopboxes h3, #blog h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1em;
}

#fpreviewed, #fpfeatured {
	width: 247px;
	height: 231px;
	float: left;
	padding: 95px 10px 15px 10px;
}
#fpreviewed {
	background: url(images/box_reviewed.png);
}
#fpreviewed img, #fpspecialreviewed img {
	height: 60px;
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
	bottom: -5px;
	border: 1px #000 solid;
}
#fpfeatured {
	background: url(images/box_featured.png);	
	margin-left: 30px;
}

#fpspecialreviewed {
	width: 207px;
	height: 251px;
	float: left;
	padding: 95px 10px 15px 10px;
	background: url(images/box_reviewed_small.png);	
	
}

#fpspecialfeatured {
	background: url(images/box_specialfeature.png);	
	width: 301px;
	height: 253px;
	margin-left: 34px;
	float: left;
	padding: 93px 1px 15px 1px;
}


#blog, #earlierreviews, .post, #commentform, #commentssection, #linktous {
	width: 564px;
	margin-left: 107px;
	margin-bottom: 2em;
}

#linktous #badge, #linktous #badgecode {
	float: left;
}
#linktous {
	margin-top: 40px;
}
#linktous textarea {
	font-family: Courier;
	width: 280px;
	height: 150px;
	font-size:12px;
	
}
#linktous p {
	padding: 15px;
}
#badge {
	margin-right: 40px;
}

.post {
	line-height: 1.5em;
}
.post iframe {
	float: left;
}
.post .tags {
	font-size: 12px;
	font-style: italic;
}
.post .tags a {
	color: #000;
}

.postmetadata {
	background: url(images/postbottomseparator.png) no-repeat top center;
	padding-top: 30px;
	margin-top: 30px;
	font-size: 12px;
	font-style: italic;
}
.postmetadata a {
	color: #000;
	font-weight: bold;

}

#blog h2, #earlierreviews h2, #linktous h2 {
	height: 50px;
	margin: 0;
	background: url(images/h_ontheblog.png);
	text-indent: -9999px;
}
#earlierreviews h2 {
	background: url(images/h_earlierreviews.png);
}
#linktous h2 {
	background: url(images/h_linktous.png);	
}
.decorated {
	background: url(images/bigbox_middle.png) repeat-y;
	padding: 10px;
}
.decorated iframe {
	float: left;
	margin: 0 10px 10px 0;
}
.decoratedfooter {
	height: 30px;
	background: url(images/bigbox_footer.png);
	margin: 0;
}

#earlierreviews li, .post ul li {
	list-style-image: url(images/bullet.png);
	line-height: 2em;
	margin-left: 30px;
}
.post ol li, .post ul li {
	line-height: 1.7em;
}
.post ol, .post ul {
	margin: 0 0 20px 20px;
}

#sidebar li li {
	margin: 0;
}
#twitterbox {
	width: 465px;
	height: 86px;
	padding: 30px 10px 0 100px;
	background: url(images/twitterbox.png);
	margin-left: 97px;
	position: relative;
}
#followlink {
	width:300px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
}



#tags, #recentcomments {
	float: left;
	width: 390px;
	margin-left: 42px;
}

#recentcomments {
	position: relative;
	z-index: 3;
}

#tags a {
	color: #666;
	line-height: 30px;
	font-style:italic;
}

#tags a:hover {
	color: #000;
}

#notebook h3 {
	height: 130px;
	text-indent: -9999px;
}

#recentcomments .frame {
	display: block;
	width:32px;
	height:32px;
	background: url(images/bottom_grav_frame.png);
	position: relative;
	top: 28px;
	left: -2px;
	z-index: 5;
	margin-top: -28px;
}
#recentcomments .gravurl img {
	width: 24px;
	height: 24px;
}
#recentcomments a {
	color: #000;
}

#recentcomments li {
	font-style: italic;
	margin-bottom: 15px;
	border-bottom: 1px #ede6cc solid;
	padding-bottom: 15px;
}
#recentcomments img {
	margin-right: 10px;
}
#recentcomments .clink {
	margin-left: 40px;
	margin-top: -32px;
	display: block;
}
#searchform {
	margin-bottom: 20px;
}
#searchform label {
	text-indent: -9999px;
	display: block;
	width: 212px;
	height: 35px;
	background: url(images/searchlabel.png);
	margin-bottom: 5px;
}
#currentlyreading, #elsewhere, #categories, #bookishblogs {
	height: 81px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#currentlyreading {
	background: url(images/sidebar_currentlyreading.png) no-repeat center;
}

#bookishblogs {
	background: url(images/sidebar_bookishblogs.png) no-repeat center;	
}

#current img, .actualpost img:nth-child(1), #bookbloggerslist img {
	-webkit-box-shadow: 2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
	box-shadow: 2px 2px 5px #666;
	background: #ddd;
}
#current img:hover {
	background: #fff;
	-webkit-box-shadow: 5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
}
 #bookbloggerslist img:hover {
	background: #fff;
}

#elsewhere {
	background: url(images/sidebar_elsewhere.png) no-repeat center;
	margin-top: 40px;
}
#categories {
	background: url(images/sidebar_categories.png) no-repeat center;
}
#sidebar ul#social {
	border: none;
	margin-left: 32px;
	margin-top: -10px;
}
#sidebar ul#social li a {
	width: 170px;
	height: 50px;
	display: block;
	border: none;
	background: url(images/social.png);
	padding: 0;
	text-indent: -9999px;
}
#sidebar ul#social li a#facebook {	
	background-position: -170px 0;
}
#sidebar ul#social li a#twitter {
	background-position: -170px -50px;
}
#sidebar ul#social li a#myspace {
	background-position: -170px -100px;
}
#sidebar ul#social li a#librarything {
	background-position: -170px -150px;
}
#sidebar ul#social li a#goodreads {
	background-position: -170px -200px;
}
#sidebar ul#social li a#facebook:hover {	
	background-position: -0 0;
}
#sidebar ul#social li a#twitter:hover {
	background-position: 0 -50px;
}
#sidebar ul#social li a#myspace:hover {
	background-position: 0 -100px;
}
#sidebar ul#social li a#librarything:hover {
	background-position: 0 -150px;
}
#sidebar ul#social li a#goodreads:hover {
	background-position: 0 -200px;
}

a.readmore {
	font-weight: bold;
	font-style: italic;
	display: block;
	text-align: right;
}
#promo {
	color: #fff;
	font-style:italic;
	position: absolute;
	left: 100px;
	top: 172px;
}

#promo a {
	font-weight: bold;
	color: #fff;
}

#topmenu {
	list-style-type: none;
	position: absolute;
	top: 45px;
	left: 103px;
	height: 30px;
}
#topmenu li {
	display: inline;
}
#topmenu a {
	display: block;
	float: left;
	height: 30px;
	color: #fff;
	font-family: 'Monsieur La Doulaise', cursive;
	font-size: 28px;
	position: relative;
	top: 5px;
	margin-right: 15px;
}

a#feed {
    background: url(images/rssicon.gif);
text-indent: -9999px;
    width: 25px;
    height: 26px;
    margin-left: 50px;
}

.navigation {
	font-size: 12px;
}
.navigation .alignleft, .navigation .alignright {
	display: block;
	width: 271px;
}
.navigation .alignright {
	text-align: right;
}
.printthis {
	width:146px;
	height:36px;
	margin-bottom: 15px;
	display: block;
	background: url(images/print.png);
}
blockquote {
	background: url(images/blockquote.png) no-repeat top left;
	padding: 25px 30px 30px 30px;
	min-height: 82px;
	font-style: italic;
	font-size: 15px;
	color: #333;
}
blockquote.topquote {
    background: none;
    font-weight: bold;
}
blockquote cite {
	font-weight: bold;
}
ol li {
	list-style-type: upper-roman;
	list-style-position: outside;
}
ol {
	margin-bottom: 1em;
}

#commentform p {
	margin-bottom: 0.5em;
}
#commentform label {
	height: 35px;
	width: 132px;
	background: url(images/commentform_labels.png);
	float: left;
	text-indent: -9999px;
	margin-right: 10px;
	margin-left: -10px;
}
#commentform input.text, input.text {
	height: 18px;
	padding: 6px;
	width: 300px;
	line-height: 20px;
	background: url(images/textfieldback.png);
	border: none;
	float: left;
	margin: 2px 0 0 0;
}
#commentform #emaillabel {
	background-position: 0 -35px;
}
#commentform #urllabel {
	background-position: 0 -70px;
}
#commentform #commentlabel {
	background-position: 0 -105px;
}
#commentform #twitterlabel {
	background-position: 0 -140px;
}
#commentform textarea {
	border: none;
	background: url(images/commentarea.png) no-repeat;
	width: 417px;
	height: 240px;
	float: left;
	padding: 5px;
	overflow: auto;
}
#commentsubmit {
	display: block;
	width: 101px;
	height: 55px;
	margin-left: 135px;
}
#commentssection ol li {
	list-style-type: none;
}
#commentssection img {
	border: none;
	padding: none;
}
.gravatarframe {
	width: 55px;
	height: 55px;
	background: url(images/gravatarframe.png);
	position: relative;
	z-index: 2;
	top: -52px;
	left: -4px;
	margin-bottom: -55px;
	display: block;
}
.gravatar {
	width: 38px;
	height: 38px;
	padding: 0;
}
.commentmetadata {
	display: block;
	position: relative;
	left: 65px;
	top: -45px;
	margin-bottom: -50px;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
}
.commentmetadata cite {
	font-size: 20px;
	margin-left: 5px;
}
.commentmetadata a {
	color: #000;
}
.commentcontent {
	margin-left: 65px;
	background: url(images/commentseparator.png) no-repeat bottom center;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#sidebar a#rss {
	display: block;
	width: 149px;
	height: 187px;
	padding: 0;
	background: url(images/rss.png);
	border: none;
	margin: 20px 0 20px 40px;
	text-indent: -9999px;
}
.addthis_container img {
	border: none;
}
.damn-sexy-bookmarks {
	margin: 1em 0;
}

blockquote.question {
	background: none;
	margin: 0 0 1em 0;
	padding: 0;
	font-style: normal;
	min-height: 0;
	line-height: 1.5em;
}
blockquote.answer {
	margin-bottom: 2em;
	line-height: 1.5em;
}
.pamsstars img {
	border: 0;
	padding: 0;
	margin: 0;
}
#allratings {
	float: left;
	width: 230px;
}
#allratings strong {
	font-weight: bold;
}
#allratings p {
	margin-bottom: 5px;
}

#allratings #rtext {
	display: none;
}
.metablock {
	background: url(images/postbottomseparator.png) no-repeat bottom center;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.metablock th {
	font-weight: bold;
	margin-right: 10px;
	width: 80px;
}

.content .wp-smiley {
	border: none;
	margin: none;
}
.postnavlinks {
	margin-bottom: 1em;
}
.postnavlinks div.alignright {
	width: 100px;
	float: right;
	text-align: right;
}
.postnavlinks div.alignleft {
	width: 100px;
	float: left;
}
#authortable, #thedatatable {
	border-left: 1px #000 solid;
	border-top: 1px #000 solid;
	font-size: 12px;
	opacity: 0.7;
}
#authortable th, #thedatatable th {
	font-weight: bold;
	color: #fff;
	background: #000;
	font-style: italic;
}
#authortable a, #thedatatable a {
	color: #000;
}
#thedatatable th a {
	color: #fff;
}
#authortable td, #authortable th, #thedatatable th, #thedatatable td {
	padding: 3px;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	vertical-align: top;
}
.print {
	text-align: right;
	padding-right: 10px;
	margin: 1em 0;
}
.print iframe {
    margin-top: 15px;
}
.rthumb {
	float: left;
	height: 250px;
	width: 180px;
	text-align: center;
	display: block;
}
#current {
	margin-bottom: 1em;
}
#mailinglist {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 75px;
	background:url(images/mailinglist.png);
	background-position: bottom;
	margin: 0 auto;
}
#mailinglist:hover {
	background-position: top;
}

.actualpost strong {
	font-weight: bold;
}
.actualpost em {
	font-style: italic;
}

body #sidebar ul#bookbloggerslist {
	border: none;
	background: none;
	margin: 0 0 30px 30px;
	padding:0;
	width: 175px;
	height: 270px;
	text-align: center;
}

#bookbloggerslist li {
	display: none;
}
#bookbloggerslist li.first {
	display :block;
}
#bookbloggerslist li a, #bookbloggerslist li, #bookbloggerslist li a {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
#bookbloggerslist h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	height: 30px;
	margin: 0;
	overflow: hidden;
	background: none;
	border: none;
	text-align: center;
}
#bookbloggerslist li {
	text-align: center;
	list-style-type: none; 
	width: 175px;
	height: 250px;
	display: block;
	margin:0;
	padding: 0;
}
#hicklebees {
    display: block;
    text-indent: -9999px;
    width: 230px;
    height: 76px;
    background: url(images/hicklebees.gif) no-repeat;
    margin-bottom: 20px;
}
