/********** PAGE SPECIFIC STYLES **********/

/* Homepage */

.body_home{
	background: url(graphics/home/page_background.gif) repeat;
	}

/* Generic Page Style*/

.body_generic{
	background: url(graphics/generic/background.gif) repeat;
	}
	
.main_generic{
	background-color: #fffccc;
}

.logo_generic{
	padding-top: 55px;
	padding-right: 30px;
}

/* 44 Scotland Street */

.body_scotland_street{
	background: #b4ddef url(graphics/44-scotland-st/page_background.gif) no-repeat top center;
	}
	
.main_scotland_street{
	background-color:#f6e5b9;
	}
	
.logo_scotland_street {
	padding-top: 55px;
	padding-right: 35px;
}

/* No.1 Ladies' Detective Agency */

.body_no1_ladies{
	background: #f5cc6d url(graphics/no1-ladies-detective-agency/page_background.gif) repeat-y top center;
	}
	
.main_no1_ladies{
	background-color:#f6e5b9;
	}
	
.logo_no1_ladies{
	padding-top: 55px;
	padding-right: 35px;
}

/* Corduroy Mansions */

.body_corduroy_mansions{
	background: #FFF4E4 url(graphics/corduroy-mansions/page_background.gif) no-repeat top center;
	}
	
.main_corduroy_mansions{
	background-color:#FDD3C1;
	}
	
.logo_corduroy_mansions {
	padding-top: 55px;
	padding-right: 35px;
}

/* La's Orchestra */

.body_standalone{
	background: #1fbfd5 url(graphics/las-orchestra/page_background.gif) no-repeat top center;
	}
	
.main_standalone{
	background-color:#FFC;
	}
	
.logo_standalone{
	padding-top: 55px;
	padding-right: 35px;
}

/* Sunday Philosophy Club */

.body_sunday_philosophy{
	background: #c07780 url(graphics/sunday-philosophy-club/page_background.gif) no-repeat top center;
	}
	
.main_sunday_philosophy{
	background-color:#edddbc;
	}
	
.logo_sunday_philosophy {
	padding-top: 55px;
	padding-right: 35px;
}

/* Von Igelfeld */

.body_von_igelfeld{
	background: #c0dfec url(graphics/von-igelfeld/page_background.jpg) no-repeat top center;
	}
	
.main_von_igelfeld{
	background-color:#c1c6e6;
	}
	
.logo_von_igelfeld {
	padding-top: 55px;
	padding-right: 35px;
}

/********** END OF PAGE SPECIFIC STYLES **********/


*{
	margin: 0px auto;	
	padding: 0px;
	}
	
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%	
	}	

a:link {
color:#2C30BC;
text-decoration:none;
}

a:visited {
color:#463A6D;
text-decoration:none;
}

a:hover {
text-decoration: underline;
color:#BC2C41;
}

a:active {
color:#BC2C41;
text-decoration:none;
}

img{
	border:none;
	}

#webcontent {
	width:1200px;
	}
	
.float-left {
	float: left;
}

.float-right {
	float: right;
}
	
	
/* Styles for header */

#header{
	position:fixed;
	top:0;
	left:0;
	height:44px;
	width:100%;
	background: url(graphics/shared/top_strip.png) repeat-x;
	padding-top: 24px;
	overflow: hidden;
	z-index:5;
	}
	
#header-flash{
	position:absolute;
	top:0;
	left:0;
	height:44px;
	width:100%;
	background: url(graphics/shared/top_strip.png) repeat-x;
	padding-top: 24px;
	overflow: hidden;
	z-index:5;
	}

#menu-holder {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	}
	
#menu{
	display: block;
	float:left;
	width: 670px;
	overflow: hidden;
	}

#menu ul{
	height: 38px;
	}

#menu ul li{
	list-style: none;
	display: inline;
	}

#menu ul li a{
	margin: 0px 0.5em;
	text-decoration: none;
	float: left;
	}

.home{
	width:54px;
	height:36px;
	background-image:url(graphics/navigation/home.gif);
	background-repeat:no-repeat;
	}

.news{
	width:122px;
	height:36px;
	background-image:url(graphics/navigation/news.gif);
	background-repeat:no-repeat;
	}

.about{
	width:141px;
	height:36px;
	background-image:url(graphics/navigation/about.gif);
	background-repeat:no-repeat;
	}

.books{
	width:53px;
	height:36px;
	background-image:url(graphics/navigation/books.gif);
	background-repeat:no-repeat;
	}
	
.extras{
	width:56px;
	height:36px;
	background-image:url(graphics/navigation/extras.gif);
	background-repeat:no-repeat;
	}

.contact{
	width:65px;
	height:36px;
	background-image:url(graphics/navigation/contact.gif);
	background-repeat:no-repeat;
	}

#menu  ul li a:hover{
	background-position:0 -36px;
	}

#search_form{
	display: block;
	float:left;
	}
	
input.searchbox { 
width: 160px; 
height:22px;
position:relative;
top:-12px;
font-family: Georgia, Helvetica, sans-serif;
font-size:12px;
}

#menu_shadow{
	clear:both;
	height:10px;
	width:100%;
	background-image:url(graphics/shared/menu_shadow.png);
	background-repeat:repeat-x;
	}
	
/* Styles for content area */
		
#content{
	width:958px;
	}
	
#distance_top{
	width:958px;
	height:60px;
	}
	
#homepage_holder {
	width: 958px;
	height: 470px;
	overflow: hidden;
	background-color: #9dd3ed;
	clear: both;
	border: 2px #302f2f solid;
}

#page_holder, #post_holder {
	width: 958px;
	clear: both;
}

#flash_movie {
	width: 660px;
	height: 470px;
	float: left;
}

#home_column_right {
	width: 290px;
	height: 470px;
	float: right;
	overflow: hidden;
	padding-top: 10px;
}

#generic_column_right {
	width: 320px;
	float: right;
	padding-top: 10px;
}

#main {
	clear: both;
}

#menu_logo{
	width:956px;
	overflow:hidden;
	border-left:1px solid #aca19f;
	border-right:1px solid #aca19f;
	}
	
#page-top {
	float: left;
	width: 536px;
	min-height: 180px;
	overflow: hidden;
	border-right:1px solid #aca19f;
	padding: 45px 50px 0px 50px;
}
	
#logo{
	float:right;
	height: 220px;
	}

#book_content{
	clear:both;
	width:956px;
	border:1px solid #aca19f;
	background: url(graphics/shared/column_divider.gif) repeat-y;
	overflow: hidden;
	}
	
#post{
	float:left;
	width:536px;
	padding:25px 50px 120px 50px;
	}

/* Styles for blog pages */

.blog-post {
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #cbcbcb;
	margin-bottom: 25px;
	overflow: hidden;
	}
	
.blog-post-date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6d5e5e;
	text-align: center;
}
	
.blog-post-left {
	float: left;
	width: 65px;
	margin: 10px 10px 30px 5px;
	overflow: hidden;
}
	
.blog-post-content {
	float: right;
	width: 430px;
	padding: 0px 20px 10px 0px;
}

.meta-info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #9b9b9b;
	margin: 10px 0px;
}

.meta-info a:link, meta-info a:visited {
	color: #9b9b9b;
	text-decoration: none;
}

.meta-info a:hover, meta-info a:active {
	color: #9b9b9b;
	text-decoration: underline;
}

.post-nav {
	clear: both;
	padding-bottom: 20px;
	overflow: hidden;
}

#commentform {
width: 400px;
}

.comment-block {
padding: 10px 20px 10px 0px;
text-align: left;
}

.comment-text {
font-size: 1.0em;
}

.comment-block textarea {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.0em;
}

.comment-warning {
margin: 10px 0px;
padding: 10px 10px 0px 10px;
border: 1px dotted red;
}

.comment-warning ul {
margin: -15px 0px 0px 0px;
padding-left: 5px;
}

/* styles for sidebar */
	
	
#sidebar{
	float:right;
	width:320px;
}

.widget {
	width:270px;
	padding: 25px;
	border-bottom:1px solid #aca19f;
	font-size: 1.2em;
}

.widget a:link {
color:#232323;
text-decoration:none;
}
.widget a:visited {
color:#232323;
text-decoration:none;
}
.widget a:active {
color:#000000;
text-decoration:none;
}
.widget a:hover {
text-decoration: underline;
color:#000000;
}


#home_column_right .widget {
	width:240px;
	padding: 25px;
	font-size: 1.2em;
	border-bottom: none;
}

.widget h2, .widget h3 {
visibility: hidden;
display: block;
height: 1px;
margin: 0;
}	

.sidebar-header {
border: none;
margin-bottom: 20px;
}

.widget p {
font-size: 1.0em;
font-weight: normal;
line-height: 1.4em;
margin-bottom: 1.4em;
}

.welcome {
text-align: justify;
}

.widget ul, .widget ul li ul {
list-style: none;
margin: 5px 0 5px 15px;
padding: 0 0 15px 0;
}

.widget ul li {
padding: 0;
margin-left: -10px;
margin-bottom: 0.8em;
line-height: 1.6em;
}

#subform {
padding-top: 20px;
}

#subform label {
padding: 10px 0;
}


/* Styles for footer */
	
#footer{
	margin-top:25px;
	height:120px;
	width:958px;
	border:1px solid #aca19f;
	background-color: #FFFFFF;
}
#footer_left{
	float:left;
	margin-left:50px;
	margin-top:25px;
	height:80px;
	width:390px;
	overflow:hidden;
	}
	
#footer_left ul{
	font-size: 1.1em;
	}

#footer_left ul li{
	list-style: none;
	display: inline;
	}

#footer_left ul li a{
	margin: 0px 0.5em;
	text-decoration: none;
	float: left;
	color:#5c5c5c;
	}

#footer_left  ul li a:hover{
	text-decoration:underline;
	}

#flaglink {
	margin-top:27px;
	font-size: 1.1em;
	}
	
#flaglink a, #flaglink a:visited{
	color:#5c5c5c;
	}
	
#flaglink a:hover {
	text-decoration: underline;
	}	
	
#footer_right{
	float:right;
	margin-right:55px;
	margin-top:25px;
	height:100px;
	width:440px;
	overflow:hidden;
	font-size:1.1em;
	color:#5c5c5c;
	text-align:right;
	}
#footer_right a{
		color:#5c5c5c;
		text-decoration:none;
		
		}
#footer_right a:hover{
	text-decoration:underline;
	}
.level{
	clear:both;
	width:100%;
	height:1px;
	}
	
	
	
	/* default post styling*/
	
.page-title {
	font-size: 3.0em;
}
	
.entry{
	float:left;
	color:#111111;
}
.entry p{
	margin: 0 0 1.6em 0;
	font-size: 1.2em;
	line-height: 1.6em;
}


.entry ul {
list-style: square outside;
padding: 15px 0 15px 20px;
margin-left: 15px;
}

.entry ol {
list-style-type: decimal;
padding: 15px 0 15px 20px;
margin-left: 15px;
}

.entry ul li {
font-size: 1.2em;
line-height: 1.6em;
}

.entry ol li {
font-size: 1.2em;
line-height: 1.6em;
}

.entry ul li ul li {
font-size: 1.0em;
}

.entry h1 {
	color:#363636;
	font-size:2.8em;
	font-weight:bold;
	margin:20px 0px;
}
.entry h2 {
	color:#363636;
	font-size:2.4em;
	font-weight: normal;
	margin:20px 0px;
}
.entry h3 {
	color:#363636;
	font-size:1.6em;
	font-weight: normal;
	margin:20px 0px;
}
.entry h4 {
	color:#363636;
	font-size:1.4em;
	font-weight:bold;
	margin:20px 0px;
}
.entry h5 {
	color:#363636;
	font-size:1.2em;
	font-weight:bold;
	margin:20px 0px;
}
.entry h6 {
	color:#363636;
	font-size:1.0em;
	font-weight:bold;
	margin:20px 0px;
}

.entry h2 a:link {
color:#232323;
text-decoration:none;
}
.entry h2 a:visited {
color:#232323;
text-decoration:none;
}
.entry a:active {
color:#000000;
text-decoration:none;
}
.entry h2 a:hover {
text-decoration: underline;
color:#000000;
}

.entry img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

.entry img.alignright {
margin: 5px 0 15px 30px;
display: inline;
border: 1px solid #666;
padding: 2px;
}

.entry img.alignleft {
margin: 5px 30px 15px 0;
display: inline;
border: 1px solid #666;
padding: 2px;
}

.entry img.aligncenter {
display: block;
margin: 30px auto;
border: 1px dotted #aaa;
padding: 2px;
}

.entry .alignright {
float: right;
display: inline-block;
display: block;
}

.entry .alignleft {
float: left;
display: inline-block;
display: block;
}

.entry ul#series-covers-grid
{
    width: 600px;
    display: inline;
    padding: 0 0 30px 0;
    margin: 0;
}

.entry ul#series-covers-grid li
{
    /*width: 200px;
    height: 350px;*/
    padding: 20px 0px;
    display: inline;
}

.entry ul#series-covers-grid li img
{
width: 140px;
height: 220px;
border-top: 2px solid #ccc;
border-right: 3px solid #444;
border-bottom: 3px solid #444;
border-left: 2px solid #ccc;
margin: 5px 30px 10px 0;
}

.entry hr {
height: 1px;
color: #aaa;
background-color: #666;
margin: 15px 0;
}


.bookcover {
	width: 170px;
	height: 250px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	border-top: 2px solid #ccc;
	border-right: 3px solid #444;	
	border-bottom: 3px solid #444;
	border-left: 2px solid #ccc;	
}


.cdcover {
	width: 170px;
	height: 160px;
	margin-bottom: 20px;
	margin-top: 90px;
	border-top: 2px solid #ccc;
	border-right: 3px solid #444;	
	border-bottom: 3px solid #444;
	border-left: 2px solid #ccc;	
}	

.cdcover2{
	width: 170px;
	height: 160px;
	margin-bottom: 20px;
	border-top: 2px solid #ccc;
	border-right: 3px solid #444;	
	border-bottom: 3px solid #444;
	border-left: 2px solid #ccc;	
}	

.rss-icon, .twitter-icon {
height: 48px;
width: 48px;
padding-top:4px; 
}

.rss-icon {
margin-left: 40px; 
}

.twitter-icon {
margin-left: 15px; 
float:right;
}

.twitterbox {
margin: 20px 0;
padding: 10px 25px 10px 10px;
border: 2px dotted #33CCFF;
}

.twitterbox ul {
list-style-type: none;
margin: 10px 10px;
padding: 0;
}

.twitterbox li {
padding-left: 10px;
font-size: 1.1em;
line-height: 1.6em;
margin-bottom: 1.1em;
}

.sociable { 
padding: 30px 0; }

.sociable-tagline { font-size: 0.9em; font-weight: normal;}

li.aktt_more_updates { list-style: none; font-size: 0.9em; }

.sociable ul li img {
margin: 5px 5px 2px 0px;
}

div.event-listing {
padding-bottom: 15px;
border-bottom: 1px dashed #ccc;
margin-bottom: 30px;
}

