/**
 * @file
 * Block Styling
 */


.block { /* Block wrapper */
  margin-bottom: 1.5em;
}

.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-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 */
	clear: right;
	margin: 5px 0;
	position: absolute;
	left: 750px;
	top: 5px;
}
#block-locale-language h2 {
	float: left;
	color: #CDD3DF;
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
}
#block-locale-language h2:after { content: ":"; }
#block-locale-language ul {
	margin: 0;
	padding: 0;
	float: left;
}
#block-locale-language li { 
	float: left; 
	line-height: 10px; 
	color: #CDD3DF; 
	list-style-type: none;
	list-style-image: none;
}
#block-locale-language li:after { content: "|"; }
#block-locale-language li.last:after { content: ""; }
#block-locale-language li a {
	color: #CDD3DF;
	font-size: 10px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	line-height: 12px;
	text-decoration: none;
	padding: 0 5px;
}
#block-locale-language li.last a { padding-right: 0; }
#block-locale-language li a:hover, #block-locale-language li a.active { color: #E59F00; }

#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 */
}

#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 */
}

.socials { 
	text-align: right; 
	color: #CDD3DF;
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	clear: right;
	position: absolute;
	bottom: 10px;
	left: 800px;
}
.socials p { margin: 0; clear: both; padding: 5px 0 0 0; }
.socials a { color: #CDD3DF; text-decoration: none; }
.socials a:hover { color: #EE9F02; }
.socials a.social {
	text-indent: -9999px;
	display: block;
	height: 22px;
	width: 22px;
	float: right;
	margin-left: 4px;
	background: transparent url("../images/socials-galini.png") 0 0 no-repeat scroll;
}
.socials a.fb:hover { background-position: 0 -26px; }
.socials a.tw { background-position: -27px 0; }
.socials a.tw:hover { background-position: -27px -26px; }
.socials a.ta { background-position: -57px 0; }
.socials a.ta:hover { background-position: -57px -26px; }
.socials a.gp { background-position: -85px 0; }
.socials a.gp:hover { background-position: -85px -26px; }

.promo-box { margin: 4px 0 0 0; }
.promo-box > div { float: left; margin-right: 15px; width: 280px; }
.promo-box > div img { float: left; }
.promo-box > div > div{
	float: left;
	max-width: 150px; 
}
.promo-box > div h3 {
	color: #CDD3DF;
	max-width: 150px; 
	margin: 0 5px 7px 5px;
}
.promo-box > div p {  
	max-width: 150px; 
	margin: 0 5px;
	color: #CDD3DF;
	font-size: 10px;
	line-height: 12px;
}
.promo-box > div a {
	font-size: 10px;
	display: block;
	line-height: 12px;
	color: #F19F0D;
	text-decoration: none;
}

.float-left { float: left; }
.float-right { float: right; }