/*
File:			custom.css
Description:	Custom styles for Thesis
*/

/* Site Header */
.custom #header #logo a { display: block; height: 130px; width: 959px; background: url('images/header.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { padding: 0; }
.custom #header {border-bottom:0;}
.custom #header {border-top:0;}
		
	
/* WordPress image captioning */
.custom .wp-caption {
border: 0;
text-align: center;
font-family: verdana;
font-size: 10px;
padding-top: 4px;
margin-bottom: 12px;

/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.custom .wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.custom #custom_box .wp-caption {
margin-bottom: 3px;
}


/* reduce margins above and below teaser text block */
.custom .teaser .format_teaser {
   margin-bottom:4px;
   margin-top:6px;
}

/* reduce space below teaser */
 .custom .teasers_box  {
   margin-bottom:-6px; 
}

/* remove supurflous line on archive category page */
#archive_info {display:none;}

/* space above and below multimedia box */
.custom #multimedia_box {
padding-top:24px;
padding-bottom: 0;
}

/* get rid of the vertical lines */
.custom #content_box { background: none; }
.custom #sidebar_1 { border-style: none; }

/* Styles for Book Page tables */
<style type="text/css">

table.main {table-layout:fixed}
table.books {table-layout:fixed}

td.heading {
height:20px;
width:500px;
font-family:Georgia;
font-size:18px;
font-weight:bold;
}

td.description {
height:150px;
width:210px;
padding:5px;
font-family:Georgia;
font-size:14px;
line-height: 120%;
vertical-align:text-top;
}

td.cover {
height:150px;
width:100px;
font-family:Georgia;
font-size:14px;
}
</style>


