/*
-----------------------------------------------

Title:   Homepage screen styles
Author:  The Push Group, LLC
Updated: April 3 2007

----------------------------------------------- */

/* -- [ Shell ] --------------------------------------------*/
#wrap {
	background: #bacbd1 url("../_imgs/wrap_bg_home.gif") repeat-y;
}

#wrapbot {
	background: transparent url("../_imgs/wrapbot_home.gif") no-repeat;	
}

#homecontent {
	width: 515px;
	margin-left: -4px;
	margin-top: -27px;
	padding-top: 0;
	z-index: 1; 
	position: relative;
	float: left;
}


/* -- [ Home: Features ] --------------------------------------------*/

#flashcontent { float: left; }

/* Flickr Stream */
#flickr { 
	width: 247px; 
	height: 212px;
	float: right;
	background: transparent url("../_imgs/flickr_bg.gif") no-repeat top left;	
}

#thumbs {	margin: 29px 0 7px 15px; }
#thumbs img { 
	margin-right: 10px;
	padding: 2px; 
	float: left;
	width: 50px; 
	height: 50px; 
	background-color: #fff; 
	border: 2px solid #a9bec6;
}
#thumbs a:hover img {
	border-color: #c9e2ec;
}

#flickr h2 {
	margin: 29px 0 0 15px;	
}

#flickr h2 a {
	width: 188px;
	height: 58px;
	text-indent:-9999px; 
	display: block;
	background: transparent url("../_imgs/title_flickr.gif") no-repeat;	
}
#flickr h2 a:hover {
	background: transparent url("../_imgs/title_flickr.gif") no-repeat 0 -58px;	
}
#flickr p {
	margin-left: 48px;
	width: 128px;
	text-indent:-9999px; 
	background: transparent url("../_imgs/btn_flickr.gif") no-repeat top left;	
}
#flickr p a {
	height: 11px;
	display: block;
}
	
.columnwrap {
	background: transparent url("../_imgs/columnwrap_bg.jpg") no-repeat top left;	
}

#whatsnew {
	width: 255px;
	float: left;
}

#whatsnew h2,
#featbooks h2 {
	padding-bottom: .4em;
	height: 17px; 
	display: block;
	font-size: 2.2em; 
	text-indent:-9999px; 
	line-height: 1em;
	border-bottom: 1px solid #c1a5d9;
} 

#whatsnew h2 {
	margin: 20px 0 .5em 20px;
	width: 220px; 
	background: transparent url("../_imgs/title_whatsnew.gif") no-repeat;
}
#featbooks h2 {
	margin: 20px 0 .5em 24px;
	width: 212px; 
	background: transparent url("../_imgs/title_featbooks.gif") no-repeat;
}


#whatsnew ul {
	padding: 0 2.2em;
	list-style-type: none;
}
#whatsnew li {
	margin-bottom: .8em;
	padding: .4em 0 1px 2.5em;
	background: transparent url("../_imgs/li_whatsnew.gif") no-repeat 0 8px;
}
#whatsnew li a {
	font-size: 1.1em;
	color: #607983;
	display: block;
	line-height: 1.6em;
}
#whatsnew li a:hover {
	color: #81a3b0;
}


#featbooks {
	width: 260px;
	float: right;
}
#featbooks p {
	padding-top: 8px;
	padding: 0 2.5em;
	color: #464646;
	line-height: 1.5em;
}
