/* living-library.css */
@import url(/assets/templates/ll/typography.css);


body
{
	margin: 0;
}

fieldset {
	border: 0;
	margin-bottom: 1em;
	border-bottom: 1px dotted #744624;
	padding-bottom: 1em;
}

label {
	display: block;
	width: 150px;
}

#signupform label {
	float: left;
	clear: left;
}

.inp, select {
	border: 1px solid #222222;
	padding: 1px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: 1px 0;
}


select {
	width: 204px;
	padding:0;
}

label.checkbox {
	display: inline;
}
#wrapper
{
	width: 995px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(/assets/templates/ll/bg_wrapper.gif);
	background-repeat: repeat-y;
}

#masthead
{
	background-image: url(/assets/templates/ll/bg_sitetop_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	height: 86px;
	background-color: #ffffff;
}
	
	#masthead h1
	{
		display: inline;
		margin: 11px 0 0 22px;
		float: left;
	}

/* UNORDERED LIST USED FOR MENUS */
ul.sitetools
	{
		float: right;
		margin: 14px 24px 0 0;
	}
	
	.sitetools li {
		display: inline;
		float: left;
		margin-left: 1em;
		list-style: none;
		font-weight: bold;
		font-size: 95%;
	}

	.sitetools a {
		border: 0;
		color: #333;
	}
	
	.sitetools a:hover {
		color: #222222;
		border-bottom: 1px solid #333;
	}

ul.mainmenu
	{
		position: absolute;
		margin-left: 14px;
		
	}
	.mainmenu li,
	.mainmenu li li
	{
		margin: 0;
		font-weight: bold;
		color: #ffffff;
		position: relative;
		float: left;
		list-style: none;
		display: block;
	}
	.mainmenu li {
		display: inline;
	}
	.mainmenu li {
		font-size: 150%;
		/*line-height: 45px;*/
	}
	
	ul.mainmenu li ul {
		display: none;
		top: 45px;
		left: 0;
		padding: 10px 0 5px 0;
		margin: 0;
		position: absolute;
		width: 200px;
		background-color: #222222;
	} 
	.mainmenu li ul li {
		font-size: 70%;
		float: none;
	}
	.mainmenu li ul li:hover,
	.mainmenu li ul li.hover
	{
		background-color: #000000;
		/*display: block;*/
		color: #ffffff;
	}
	.mainmenu li a, .mainmenu li a:hover
	{
		color: #ffffff;
		border-bottom: 0;
		text-decoration: none;
		padding: 0 .5em;
		line-height: 45px;
		display:block;
	}
	
	.mainmenu li ul li.hover a, .mainmenu li ul li.hover a:hover {
		color: #ffffff;
		border: 0;
		text-decoration: none;
	}
	.mainmenu li li a, .mainmenu li li a:hover
	{
		line-height: 1.3;
	}
	.mainmenu li:hover,
	.mainmenu li.hover,
	.mainmenu li.current,
	.mainmenu li.active
	{
		background-color: #222222;
	}

	.mainmenu li:hover ul,
	.mainmenu li.hover ul {
		display: block;
	}

#content
{
	width: 597px;
	float: left;
}

#related
	{
		float: right;
		width: 398px;
		background-color: #f3ece6;
		border-top: 45px solid #744624;
	}
	
	#related a {
		border: none;
		color: #ffffff;
	}

	#related a:hover {
		border-bottom: 1px solid #ffffff;
	}
	

#errmsg 
	{
		border: 1px solid #b50000;
		margin-bottom: 1em;
		color: #b50000;
		background-color: #ffe0e0;
	}
	
	#errmsg div
	{
		padding: 5px;
		font-weight: bold;
	}
	
#captcha
{
	border: 1px solid #906b50;
	margin-left: 150px;
	float: none;
	clear: both;
	margin-top: 10px; 
}	

#footer
	{
		padding: 45px 0;
	}

	#footer h1, #footer ul {
		color: #ffffff;
		background-color: #96735d;
		opacity: .8;
	}
	
	#footer h1 {
		line-height: 45px;
		padding-left: 24px;
		margin: 0;
	}
	#footer p {
		margin: 0;
	}
	#footer ul {
		opacity: .5;
		height: 40px;
		margin: 0;
		padding: 5px 0 0 24px;
		
	}
	#footer li {
		display: inline;
		float: left;
		list-style: none;
		margin: 0;
		margin-right: 2em;
	}

ul.booklist
	{
		margin: 0;
	}
	.booklist li
	{
		float: left;
		list-style: url(/assets/templates/ll/gx_book_icon.gif);
		list-style-position: inside;
		font-size: 150%;
		font-weight: bold;
		width: 250px;
	}

.logos, .rss, .copyright
	{
		float: right;
		margin: 1em;
		font-size: 80%;
		color: #666;
	}
	.logos img, .rss img {
		display: inline;
		vertical-align: middle;
		margin-left: 1em;
	}
	.logos a, .rss a {
		border: 0;
	}

.rss, .copyright
{
	float: left;
}

	
.relbox
	{
		padding: 12px 22px 4px 22px;
		color: #ffffff;
	}
	
	.relbox h1
	{
		color: #ffffff;
		
	}
	
.rel1 {	background-color: #96735d; }
.rel2 {	background-color: #ab8f7d; }
.rel3 {	background-color: #bca597; }
.rel4 {	background-color: #f3ece6; }

.date, .labels, .author {
	margin-bottom: 0;
	font-size: 80%;
}

.calendar
	{
		border: 1px solid #96735d;
		width: 30px;
		background-image: url(/assets/templates/ll/bg_calendar_gradient.gif);
		background-repeat: repeat-x;
		padding: 0px 5px 5px;
		float: left;
		margin-right: 1em;
		clear: left;
		text-align: center;
	}
	.calendar b {
		display: block;
		margin-bottom: .3em;
		line-height: 22px;
	}

.menubg
{
	background-color: #744624;
	opacity: .85;
	height: 45px;
	width: 597px;
	position: absolute;
}

.contentcolumn
{
	padding: 24px;
	background-image: url(/assets/templates/ll/bg_contenttop_gradient.gif);
	background-repeat: repeat-x;
}

.clr {
	float: none;
	clear: both;	
}

a.no-underline {
	border: 0;
}

/* PICASA WEB FEED */
.rssChannel
{
	display: none;
}

a.rssItemLink
	{
		border: 0;
		font-size: 120%
	}
	
	a.rssItemLink:hover {
		border-color: #222222;
	}
.rssItem font {
	color: #000;
}
.rssItem .rssItemTitle {
	font-weight: bold;
	display: block;
}
.rssItem table {
	margin-bottom: 2em;
}
.rssItem table tr td p {
	margin-top: 8px;
}
.rssItem td {
	vertical-align: top;
}

.rssItem td img
{
	margin: 0 !important;
	padding: 17px 17px;
	border: 0 !important;
	background-color: transparent;
	background-image: url(http://picasaweb.google.com/f/img/transparent_album_background.gif);
	background-repeat: repeat;
	background-position: 0% 0;
	background-attachment: scroll;
}
