/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {
  margin-bottom: 1.5em;
 
}
.region-content-header .block {
margin-bottom:.5em;	
}
#navigation .block {margin:0;
}
.sidebar .block {
	 border-bottom:1px solid #cacaca;
}
.sidebar .block#block-block-10,
.sidebar .block#block-views-blog-categories-block,
.sidebar .block#block-views-blog-block-1,
.sidebar .block#block-views-blog-block-4{
	border:0;
}
.front .sidebar .block {
	border:0;
}
.sidebar .block.last {
	 border:0;
}
#block-views-blog-block-1 {
background:url(../images/sidenav-bg.gif) repeat-y;	
}


.block.first /* The first block in the region */ {
}

.block.last /* The last block in the region */ {
}

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

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

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

.block .content /* Block's content wrapper */ {
}

#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 block created with "Add block" link */ {
}

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

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

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

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

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

#block-locale-language /* Language switcher block */ {
}

#block-menu-menu-NAME /* Custom menu block  */ {
}

#block-node-recent /* "Recent content" block */ {
}

#block-node-syndicate /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */ {
}

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

#block-profile-author-information /* "Author information" block for the profile of the page's author */ {
}

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

#block-shortcut-shortcuts /* "Shortcuts" block */ {
}

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

#block-system-main-menu /* "Main menu" block */ {
}

#block-system-management /* "Management" block for Drupal management menu */ {
}

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

#block-system-user-menu /* "User menu" block for Drupal user menu */ {
}

#block-system-help /* "System help" block */ {
}

#block-system-main /* "Main page content" block */ {
	margin-bottom:0;
}

#block-system-powered-by /* "Powered by Drupal" block */ {
}

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

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

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

.sidebar .block h2.block-title {
	font-size:1.25em;
	font-weight:bold;
	color:#404040;
}
.region-content-sub-header {
font-size:11px;	
line-height:1.25em;
}
.not-front .region-content-sub-header .block {
	float:left;
	width:197px;
	margin-right:8px;
	padding:15px 15px 5px;
}
.not-front .region-content-sub-header .block.last {
margin-right:0;	
width:190px;
}
.region-content-sub-header h2.block-title {
	color:#565656;
	font-size:14px;
}
.block-nice-menus h2.block-title,
.sidebar .block-menu-block h2.block-title,
.section-blog .sidebar h2.block-title,
.section-photos .sidebar h2.block-title,
.section-photo .sidebar h2.block-title,
#block-menu-menu-forums.block h2.block-title{
	background:#cdd1d1;
	padding:8px 10px;
	text-transform:uppercase;
}

#block-block-1 {
	float:right;
}
.region-footer .block p {
margin:0;	
}

#block-views-callout-block-block {
	float:left;
	margin:0 0 0 714px;
	width:226px;
}
#block-views-slideshow-block {
float:left;
width:705px;
margin-right:-705px;
}
#block-block-28 {
position:absolute;
right:0;
line-height:normal;
}
.region-sidebar-second .block {
	padding-bottom:10px;
	border:0;
	background:url(../images/block-border.gif) bottom repeat-x;
}
.region-sidebar-second .block.last {
	padding-bottom:10px;
	background:none;
}
#block-block-9,
#block-block-11{
margin-left:-10px;	
}
#block-block-9 p,
#block-block-11 p{
	margin:0;
}
#block-locale-language {
	text-align:left;
	width:60px;
	
 position: absolute;
    right: 150px;
    top: 20px;
	font-size:0.75em;
}

#block-nice-menus-5 {
	float:left;
	width:auto;
}
#block-tagadelic-3>.content {
	margin-top:10px;
}

.poll .vote-form .choices {
    display: table;
    margin: 0;
    text-align: left;
}
.poll .vote-form {
	margin:0 0 10px 0;
	text-align:left;
}
#block-textsize-form.block {
	width:auto;
	position: absolute;
right: 280px;
top: 20px;
}
#block-textsize-form.block.content {
	float:left;
}
#block-textsize-form h2.block-title {
	font-weight:normal;
	font-size:12px;
	float:left;
}
.section-blog .sidebar #block-textsize-form h2.block-title{
	
	font-size:1em;
	padding:8px 10px;
	text-transform:uppercase;
}
.section-blog .sidebar #block-textsize-form>.content {
	margin:0 15px;
}
ul.textsize_list {
	padding:5px 0;
	margin:0;
	height:20px;
}

#block-tagadelic-1>.content {
	margin:10px 0;
}

.region-sidebar-first .views-row {
	margin-right:15px;
}
.region-content .block-views {
	border-top:1px solid #d4d4d4;
	margin-top:10px;
	padding-top:15px;
}
.section-blog #block-locale-language,
.node-type-blog-post #block-locale-language{

}