/* $Id: blocks.css,v 1.4 2009/11/05 11:05:39 johnalbin Exp $ */

/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {
  margin-bottom: 35px;
}

#page .block{
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}

.block.region-odd /* Zebra striping for each block in the region */ {
}

.block.region-even /* Zebra striping for each block in the region */ {
}

.block.odd /* Zebra striping independent of each region */ {
}

.block.even /* Zebra striping independent of each region */ {
}

.region-count-1 /* Incremental count for each block in the region */ {
}

.count-1 /* Incremental count independent of each region */ {
}

.block h2.title /* Block title */ {
}

#page .block h2.title{
	display: block;
	background: transparent url('../images/block-headers.png') top left no-repeat;
	color: #fff;
	font-size: 13px;
	padding: 6px 10px 20px;
	position: relative;
	height: 14px;
	top: -25px;
	left: -20px;
	margin-bottom: -25px;
}
.region-sidebar-first .block h2.title{
}
.region-sidebar-second .block h2.title{
}
.block .content /* Block's content wrapper */ {
}

.block ul{
	margin: 0;
	padding: 0;
}
.sidebar .block ul li{
	list-style: none;
	list-style-image: none;
}
.sidebar .block ul li.last{
	border-bottom: none;
}
.sidebar .block ul li a{
	color: #333;
}
.sidebar .block ul li a:hover{
	color: #	00;
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}

#block-block-1 /* First administrator-defined block */ {
}

#block-blog-0 /* "Recent blog posts" block */ {
}

#block-book-0 /* "Book navigation" block for the current book's table of contents */ {
}

#block-comment-0 /* "Recent comments" block */ {
}

#block-forum-0 /* "Active forum topics" block */ {
}

#block-forum-1 /* "New forum topics" block */ {
}

#block-menu-primary-links /* "Primary links" block */ {
}

#block-menu-secondary-links /* "Secondary links" block */ {
}

#block-node-0 /* "Syndicate" block for primary RSS feed */ {
}

#block-poll-0 /* "Most recent poll" block */ {
}

#block-profile-0 /* "Author information" block for the profile of the page's author */ {
}
#block-author_pane-0 .author-pane-inner{
	font-size: 11px;
	text-align:center;
}

#page #block-search-0 /* "Search form" block */ {
}

#page #block-search-0 h2.title {
	background-position: 0px -200px;
}

#page #block-search-0 .form-text{
	border: none;
	font-size: 14px;
	color: #aaa;
	padding: 5px 0;
	width: 245px;
}
#page #block-search-0 .form-submit{
	background: url("../images/search-glass.png") no-repeat scroll left top transparent;
	border: none;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 0;
	width: 19px;
	height: 19px;
	line-height: 0;
	text-indent: -999px;
	margin: 3px 4px;
}


#block-statistics-0 /* "Popular content" block */ {
}

#block-user-0 /* "User login form" block */ {
}

#block-user-0 .form-item .form-text{
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: 16px;
	padding: 4px 5px;
	width: 260px;
}
#block-user-0 .form-submit{
	float: right;
}
#block-user-0 .item-list{
	clear: both;
	display: block;
	border-top: 1px dotted #aaa;
	margin-top: 1em;
	padding-top: 1em;
	font-size: 10px;
}

#block-user-1 /* "Navigation" block for Drupal navigation menu */ {
}

#block-user-2 /* "Who's new" block for a list of the newest users */ {
}

#block-user-3 /* "Who's online" block for a list of the online users */ {
}

#block-menu-menu-user-links:hover div.edit{ display: none; }



/*
 * Nice Menu
 */


#block-nice_menus-1{
	margin-bottom: 0px;
}



/*
 * Google Translate
 */

#block-gtranslate-0 select{
	padding: 4px 5px;
	font-size: 16px;
	line-height:16px;
	width: 100%;
	border: 1px solid #ddd;
}



/*
 * Featured Items
 */

#page #block-views-FeaturedRotator-block_1{
	padding: 9px;
	width: 600px;
	height: 310px;
}
#page #block-views-FeaturedRotator-block_1 h2.title{
	left: -19px;
	z-index: 9;
}
#page #block-views-FeaturedRotator-block_1 .content{
	margin-top: -40px;
}
#page #block-views-FeaturedRotator-block_1 .views-slideshow-controls-bottom{
	position: relative;
	top: -35px;
	z-index: 9999;
}
#page #block-views-FeaturedRotator-block_1 .views_slideshow_controls{
	float: right;
	width: 80px;
	height: 24px;
	overflow: hidden;
	margin: 0 5px 10px 0;
}
#page #block-views-FeaturedRotator-block_1 .views_slideshow_controls a{
	width: 24px;
	height: 24px;
	overflow: hidden;
	font-size: 0px;
	text-indent: -999px;
	line-height: 0px;
	display: block;
	float: left;
	margin-right: 2px;
}
#page #block-views-FeaturedRotator-block_1 .views_slideshow_controls a.views_slideshow_previous{
	background: transparent url('../images/prev.png') top left no-repeat;
}
#page #block-views-FeaturedRotator-block_1 .views_slideshow_controls a.views_slideshow_play{
	background: transparent url('../images/play.png') top left no-repeat;
}
#page #block-views-FeaturedRotator-block_1 .views_slideshow_controls a.views_slideshow_pause{
	background: transparent url('../images/pause.png') top left no-repeat;
}
#page #block-views-FeaturedRotator-block_1 .views_slideshow_controls a.views_slideshow_next{
	background: transparent url('../images/next.png') top left no-repeat;
}
#page #block-views-FeaturedRotator-block_1 .views_slideshow_pagerNumbered{
	clear: both;
	text-align: center;
}
#page #block-views-FeaturedRotator-block_1 .views_slideshow_pagerNumbered div{
	padding-left: 4px;
}
#page #block-views-FeaturedRotator-block_1 .views_slideshow_pagerNumbered div a{
	background: url("../images/dots.png") no-repeat scroll left top transparent;
	font-size: 0px;
	text-indent: -999px;
	width: 6px;
	height: 6px;
	overflow: hidden;
	padding: 4px 3px;
	position: relative;
	top: -12px;
}
#page #block-views-FeaturedRotator-block_1 .views_slideshow_pagerNumbered div.activeSlide a{
	background: url("../images/dots.png") no-repeat scroll right top transparent;
}


/*
 * Amazon Categories
 */

#block-amazon_store-categories table{
	margin: 0;
}
#block-amazon_store-categories p{
	font-size: 12px;
	margin: 0 0 5px;
}
#block-amazon_store-categories p a{
	color: #333;
}
#block-amazon_store-categories p a.active{
	font-weight: normal;
}
#block-amazon_store-categories p a:hover{
	color: #c00;
}


/*
 * Recent Forum Posts
 */

#block-phpbbforum-4 ul {
}
#block-phpbbforum-4 ul li{
	font-size: 12px;
	padding: 7px 0;
	border-bottom: none;
}
#block-phpbbforum-4 ul li span{
	clear: both;
}
#block-phpbbforum-4 ul li span a{
	display: inline;
	padding: 0;
}
#block-phpbbforum-4 ul li span a:hover{
	color: #c00;
	background: none;
}


/*
 * Quicktabs Block
 */

.block-quicktabs .quicktabs_tabs{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.block-quicktabs .quicktabs_tabs li{
	float: left;
	margin: 0;
	padding: 0;
}
.block-quicktabs .quicktabs_tabs li a{
	background: #eee;
	border: 1px solid #CCCCCC;
	color: #777;
	display: block;
	font-weight: bold;
	font-size: 10px;
	margin: 0 5px 5px 0;
	padding: 2px 5px;
	text-decoration: none;
}
.block-quicktabs .quicktabs_tabs li a:hover{
	background: #ddd;
	color: #c00;
}
.block-quicktabs .quicktabs_tabs li.active a,
.block-quicktabs .quicktabs_tabs li.active a:hover{
	background: none;
	border: none;
	color: #c00;
}

#page .block-quicktabs .quicktabs_main,
#page .block-quicktabs .quicktabs_main .block{
	clear: both;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#page .block-quicktabs .quicktabs_main .block .item-list li{
	padding-bottom: 9px;
}
.block-quicktabs .quicktabs_main .block a.blog-it{
	display: none;
}



/**
 * Zen's rollover edit links for blocks.
 */


div.block.with-block-editing {
  position: relative;
}

div.block.with-block-editing div.edit {
  display: none;
  position: absolute;
  right: 0; /* LTR */
  top: 0;
  z-index: 40;
  border: 1px solid #eee;
  padding: 0 2px;
  font-size: 0.75em;
  background-color: #fff;
}

div.block.with-block-editing:hover div.edit {
  display: block;
}
